
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vidal Quevedo &#187; jQuery</title>
	<atom:link href="http://www.vidalquevedo.com/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vidalquevedo.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 18:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress: how to automatically convert custom fields to post tags</title>
		<link>http://www.vidalquevedo.com/wordpress-how-to-automatically-convert-custom-fields-to-post-tags</link>
		<comments>http://www.vidalquevedo.com/wordpress-how-to-automatically-convert-custom-fields-to-post-tags#comments</comments>
		<pubDate>Mon, 26 Sep 2011 14:19:43 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1416</guid>
		<description><![CDATA[Convert your post's custom fields into tags automatically in WordPress with this nifty script!!!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/wordpress-how-to-automatically-convert-custom-fields-to-post-tags/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lesson learned: You can&#8217;t access DOM elements within an external iFrame</title>
		<link>http://www.vidalquevedo.com/lesson-learned-you-cant-access-dom-elements-within-an-external-iframe</link>
		<comments>http://www.vidalquevedo.com/lesson-learned-you-cant-access-dom-elements-within-an-external-iframe#comments</comments>
		<pubDate>Wed, 13 Apr 2011 16:14:20 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lesson learned]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1197</guid>
		<description><![CDATA[That's right, you CAN'T!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/lesson-learned-you-cant-access-dom-elements-within-an-external-iframe/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My response to Stackoverflow&#8217;s &#8220;“invalid label” Firebug error with jQuery getJSON&#8221; question</title>
		<link>http://www.vidalquevedo.com/response-to-stackoverflows-%e2%80%9cinvalid-label%e2%80%9d-firebug-error-with-jquery-getjson-question</link>
		<comments>http://www.vidalquevedo.com/response-to-stackoverflows-%e2%80%9cinvalid-label%e2%80%9d-firebug-error-with-jquery-getjson-question#comments</comments>
		<pubDate>Mon, 04 Oct 2010 21:04:42 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1126</guid>
		<description><![CDATA[“Invalid label” Firebug error with jQuery getJSON]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/response-to-stackoverflows-%e2%80%9cinvalid-label%e2%80%9d-firebug-error-with-jquery-getjson-question/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smashing Magazine &#8211;  jQuery Plugin Checklist: Should You Use That jQuery Plug-In?</title>
		<link>http://www.vidalquevedo.com/smashing-magazine-jquery-plugin-checklist-should-you-use-that-jquery-plug-in</link>
		<comments>http://www.vidalquevedo.com/smashing-magazine-jquery-plugin-checklist-should-you-use-that-jquery-plug-in#comments</comments>
		<pubDate>Fri, 27 Aug 2010 15:07:52 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1121</guid>
		<description><![CDATA[Do you really need that plug-in? Maybe not, maybe yes...]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/smashing-magazine-jquery-plugin-checklist-should-you-use-that-jquery-plug-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to load CSS stylesheets dynamically with jQuery</title>
		<link>http://www.vidalquevedo.com/how-to-load-css-stylesheets-dynamically-with-jquery</link>
		<comments>http://www.vidalquevedo.com/how-to-load-css-stylesheets-dynamically-with-jquery#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:11:11 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=933</guid>
		<description><![CDATA[Sometimes you may want to load a CSS stylesheet dynamically after your HTML page has loaded and certain conditions are met (for example, if an element with a specific class exists in the DOM). jQuery can help you accomplish that with a few lines of code, helping you save some bandwidth and make your page load faster. ]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-load-css-stylesheets-dynamically-with-jquery/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

