<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Small Tips Using WordPress and jQuery</title>
	<atom:link href="http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: billseymour</title>
		<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/#comment-8158</link>
		<dc:creator>billseymour</dc:creator>
		<pubDate>Tue, 12 Apr 2011 11:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2028#comment-8158</guid>
		<description>The &quot;Load script for specific page&quot; is a very helpful tip. Simple, and so useful to target only a particular template. Thanks.</description>
		<content:encoded><![CDATA[<p>The "Load script for specific page" is a very helpful tip. Simple, and so useful to target only a particular template. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/#comment-6565</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 18 Feb 2011 17:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2028#comment-6565</guid>
		<description>I tried using your conditional statement for initializing script on specific page and it did not work?  For example, I would like to load a script only on home page, but could not get anything going with your example.  Otherwise, your enqueue stuff is quite helpful.  I&#039;m still confused by @Dion&#039;s comment, as it seems to contradict what is stated in the Codex, but perhaps I&#039;m misunderstanding the Codex too?  Here is what Codex states: http://codex.wordpress.org/Function_Reference/wp_enqueue_script</description>
		<content:encoded><![CDATA[<p>I tried using your conditional statement for initializing script on specific page and it did not work?  For example, I would like to load a script only on home page, but could not get anything going with your example.  Otherwise, your enqueue stuff is quite helpful.  I'm still confused by @Dion's comment, as it seems to contradict what is stated in the Codex, but perhaps I'm misunderstanding the Codex too?  Here is what Codex states: <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/#comment-4656</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2028#comment-4656</guid>
		<description>@Dion: thanks for this helpful comment!</description>
		<content:encoded><![CDATA[<p>@Dion: thanks for this helpful comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/#comment-4655</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2028#comment-4655</guid>
		<description>Thanks for this useful article. Small tips with big value !</description>
		<content:encoded><![CDATA[<p>Thanks for this useful article. Small tips with big value !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Hulse (dd32)</title>
		<link>http://wpengineer.com/2028/small-tips-using-wordpress-and-jquery/#comment-4652</link>
		<dc:creator>Dion Hulse (dd32)</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=2028#comment-4652</guid>
		<description>&lt;code&gt;if ( !is_admin() ) { // actually not necessary, because the Hook only get used in the Theme&lt;/code&gt;

Just some clarification here, after_setup_theme runs after the Themes functions.php is included, This happens on ALL requests, not just front-end requests.</description>
		<content:encoded><![CDATA[<p><code>if ( !is_admin() ) { // actually not necessary, because the Hook only get used in the Theme</code></p>
<p>Just some clarification here, after_setup_theme runs after the Themes functions.php is included, This happens on ALL requests, not just front-end requests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

