
<?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; CSS</title>
	<atom:link href="http://www.vidalquevedo.com/tag/css/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>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>How to use CSS sprites to create custom bullets in HTML</title>
		<link>http://www.vidalquevedo.com/how-to-use-css-sprites-to-create-custom-bullets-in-html</link>
		<comments>http://www.vidalquevedo.com/how-to-use-css-sprites-to-create-custom-bullets-in-html#comments</comments>
		<pubDate>Sun, 16 Jan 2011 05:49:09 +0000</pubDate>
		<dc:creator>vidal</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[helpful]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.vidalquevedo.com/?p=1135</guid>
		<description><![CDATA[The list-image CSS property can get you far when you want to create custom bullets in HTML, but what about performance? CSS Sprites are a great way to reduce the amount of images you need to use to customize your lists. ]]></description>
		<wfw:commentRss>http://www.vidalquevedo.com/how-to-use-css-sprites-to-create-custom-bullets-in-html/feed</wfw:commentRss>
		<slash:comments>7</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[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>
		<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>

