
<?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>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>Optimizing your web application: Mobile UI performance considerations</title>
		<link>http://www.vidalquevedo.com/optimizing-your-web-application-mobile-ui-performance-considerations</link>
		<comments>http://www.vidalquevedo.com/optimizing-your-web-application-mobile-ui-performance-considerations#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:30:07 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[reponsive web design]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1504</guid>
		<description><![CDATA[In her article "Mobile UI performance considerations," Estelle Weyl addresses memory and battery considerations when developing web applications for mobile devices. From embedding CSS and JavaScript into your HTML file (GASP!!!) on first load (and storing the code using localStorage), to minding the DOM and what you CAN'T see in the viewport of a mobile phone, this article is full of great ideas. A must read.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/optimizing-your-web-application-mobile-ui-performance-considerations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;When can I use&#8230;&#8221;: a CSS compatibility reference</title>
		<link>http://www.vidalquevedo.com/when-can-i-use-a-css-compatibility-reference</link>
		<comments>http://www.vidalquevedo.com/when-can-i-use-a-css-compatibility-reference#comments</comments>
		<pubDate>Tue, 06 Dec 2011 17:07:40 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1491</guid>
		<description><![CDATA[Ever wonder when you can use the CSS rule inline-block, or PNG transparency, and what browsers supported? http://caniuse.com/ has a cool list of these and other rules!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/when-can-i-use-a-css-compatibility-reference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson learned: modifying your permalink structure WILL mess up your traffic data</title>
		<link>http://www.vidalquevedo.com/lesson-learned-modifying-your-permalink-structure-will-mess-up-your-traffic-data</link>
		<comments>http://www.vidalquevedo.com/lesson-learned-modifying-your-permalink-structure-will-mess-up-your-traffic-data#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:03:35 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[lesson learned]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1465</guid>
		<description><![CDATA[A small change made to my site's permalink structure spells DOOM (well, not really, but was pretty annoying =0 ).]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/lesson-learned-modifying-your-permalink-structure-will-mess-up-your-traffic-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Testing Twitterfeed&#8230;</title>
		<link>http://www.vidalquevedo.com/testing-twitterfeed</link>
		<comments>http://www.vidalquevedo.com/testing-twitterfeed#comments</comments>
		<pubDate>Fri, 23 Sep 2011 16:37:12 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1408</guid>
		<description><![CDATA[I'm letting Twitterfeed.com do the leg work... let's see how it works =)]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/testing-twitterfeed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Dev tool of the week: JSFiddle.net</title>
		<link>http://www.vidalquevedo.com/web-dev-tool-of-the-week-jsfiddle-net</link>
		<comments>http://www.vidalquevedo.com/web-dev-tool-of-the-week-jsfiddle-net#comments</comments>
		<pubDate>Thu, 22 Sep 2011 14:03:30 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1406</guid>
		<description><![CDATA[JSFliddle.net is a dream come true: a simple, free testing environment for your HTML, JavaScript and CSS. Perfect for sharing live examples of your code. Highly recommended!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/web-dev-tool-of-the-week-jsfiddle-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend RSS2: a plugin to enhance your WordPress default RSS2 feed</title>
		<link>http://www.vidalquevedo.com/extend-rss2-a-plugin-to-enhance-your-wordpress-default-rss2-feed</link>
		<comments>http://www.vidalquevedo.com/extend-rss2-a-plugin-to-enhance-your-wordpress-default-rss2-feed#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:25:10 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1400</guid>
		<description><![CDATA[Add thumbnails and custom-field data to your RSS2 feed!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/extend-rss2-a-plugin-to-enhance-your-wordpress-default-rss2-feed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress plugins available!</title>
		<link>http://www.vidalquevedo.com/new-wordpress-plugins-available</link>
		<comments>http://www.vidalquevedo.com/new-wordpress-plugins-available#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:10:38 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1389</guid>
		<description><![CDATA[As part of my job, I have developed a few plugins to help in the development of sites, so more people can benefit from what was produced during hours and hours of development. Hopefully you’ll find them useful too. Here are a few of them!]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/new-wordpress-plugins-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add the excerpt box for pages in WordPress</title>
		<link>http://www.vidalquevedo.com/how-to-add-an-excerpt-meta-box-for-pages-in-wordpress</link>
		<comments>http://www.vidalquevedo.com/how-to-add-an-excerpt-meta-box-for-pages-in-wordpress#comments</comments>
		<pubDate>Wed, 27 Jul 2011 22:01:26 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1344</guid>
		<description><![CDATA[Here's how to enable the "excerpt" box for your WordPress pages.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-add-an-excerpt-meta-box-for-pages-in-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress: How to run PHP scripts only when logged in as admin</title>
		<link>http://www.vidalquevedo.com/how-to-run-php-scripts-only-when-logged-in-as-admin</link>
		<comments>http://www.vidalquevedo.com/how-to-run-php-scripts-only-when-logged-in-as-admin#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:27:13 +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[useful]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1230</guid>
		<description><![CDATA[Here's a new tiny function that will help you run PHP code in WordPress only when you (or other admin-level users) are logged in.]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-run-php-scripts-only-when-logged-in-as-admin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

