<?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</title>
	<atom:link href="http://www.vidalquevedo.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vidalquevedo.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 15:11:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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[development]]></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>WordPress: How to display all posts in one page</title>
		<link>http://www.vidalquevedo.com/wordpress-how-to-display-all-posts-in-one-page</link>
		<comments>http://www.vidalquevedo.com/wordpress-how-to-display-all-posts-in-one-page#comments</comments>
		<pubDate>Fri, 13 Aug 2010 21:59:56 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1107</guid>
		<description><![CDATA[Although displaying all your latest posts in Wordpress may seem like a no-brainer (after all, the default home page already displays your  "Latest Posts"), doing so is kind of tricky if you are trying to do it in on a custom page.

Here's a little code that can help you accomplish that. ]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/wordpress-how-to-display-all-posts-in-one-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample content for WordPress theme development</title>
		<link>http://www.vidalquevedo.com/wordpress-sample-content-for-theme-development</link>
		<comments>http://www.vidalquevedo.com/wordpress-sample-content-for-theme-development#comments</comments>
		<pubDate>Wed, 04 Aug 2010 03:23:04 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1070</guid>
		<description><![CDATA[A big part of the Wordpress theme development process is to asses what each possible HTML element will look like (images, tables, lists, paragraphs, etc). WPCandy.com has the right sample content for that.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/wordpress-sample-content-for-theme-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect IE6 with PHP</title>
		<link>http://www.vidalquevedo.com/detect-ie6-with-php</link>
		<comments>http://www.vidalquevedo.com/detect-ie6-with-php#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:32:29 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1071</guid>
		<description><![CDATA[Let's say you want to server-side detect whether a user's browser is the dreaded IE6 using PHP (instead of on the client side, which is usually done with conditional comments). Here's how.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/detect-ie6-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automatically add tags to WordPress posts</title>
		<link>http://www.vidalquevedo.com/how-to-add-tags</link>
		<comments>http://www.vidalquevedo.com/how-to-add-tags#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:40:26 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1033</guid>
		<description><![CDATA[In WordPress, if you need to automatically add tags to a post via a PHP script, the best way to do it is via the wp_set_object_terms() function. There is no handy "wp_insert_tag()" function, or something like that, so look no further.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-add-tags/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to automatically login a user into WordPress</title>
		<link>http://www.vidalquevedo.com/how-to-login-automatically</link>
		<comments>http://www.vidalquevedo.com/how-to-login-automatically#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:54:51 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/how-to-login-automatically</guid>
		<description><![CDATA[When developing for WordPress, sometimes you may need to create a PHP script that will automatically login a user so you can enable user functions. The WorpPress function wp_singon() is the perfect solution.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-login-automatically/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the ID of the last insert post in WordPress</title>
		<link>http://www.vidalquevedo.com/how-to-get-last-insert-id</link>
		<comments>http://www.vidalquevedo.com/how-to-get-last-insert-id#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:53:40 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/how-to-get-last-insert-id</guid>
		<description><![CDATA[When programming for WordPress, sometimes you may need to get the ID of the last post that was inserted to the database (à la MySQL's 'LAST_INSERT_ID').  Here's the thing: the wp_insert_post()  function returns the newly inserted post's ID, so you can use it to perform more stuff on the post right away, without having to mess around with any SQL commands to retrieve it. Clever, huh?]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-get-last-insert-id/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, 27 Apr 2010 01:50: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>0</slash:comments>
		</item>
		<item>
		<title>How to center divs within a page with CSS</title>
		<link>http://www.vidalquevedo.com/how-to-center-divs-within-a-page-with-css</link>
		<comments>http://www.vidalquevedo.com/how-to-center-divs-within-a-page-with-css#comments</comments>
		<pubDate>Sun, 25 Apr 2010 04:41:30 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=576</guid>
		<description><![CDATA[Sometimes you may want to center a div element within a page, whether vertically, horizontally, or both (dead center). Here's how  you can accomplish all of that using CSS.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-center-divs-within-a-page-with-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
