<?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>THE ENGINE™ &#124; The Best Design Resources On The Web</title>
	<atom:link href="http://www.garbage.ro/engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garbage.ro/engine</link>
	<description>The best design resources on the web</description>
	<lastBuildDate>Sun, 29 Apr 2012 19:41:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Using HTML5 localStorage on a form</title>
		<link>http://www.garbage.ro/engine/2012/03/using-html5-localstorage-on-a-form/</link>
		<comments>http://www.garbage.ro/engine/2012/03/using-html5-localstorage-on-a-form/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 15:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2101</guid>
		<description><![CDATA[HTML5 localStorage provides us with the ability to store named key/value pairs locally within a users browser, this means that the data stored in localStorage is still there [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/03/using-html5-localstorage-on-a-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object-orientation and inheritance in JavaScript</title>
		<link>http://www.garbage.ro/engine/2012/03/object-orientation-and-inheritance-in-javascript/</link>
		<comments>http://www.garbage.ro/engine/2012/03/object-orientation-and-inheritance-in-javascript/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 08:29:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Useful]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2095</guid>
		<description><![CDATA[The good news is that it&#8217;s actually quite simple, but the bad news is that it works completely different than object-orientation in languages like C++, Java, Ruby, Python or PHP [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/03/object-orientation-and-inheritance-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated Content Tabs with CSS3</title>
		<link>http://www.garbage.ro/engine/2012/03/animated-content-tabs-with-css3/</link>
		<comments>http://www.garbage.ro/engine/2012/03/animated-content-tabs-with-css3/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 16:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2090</guid>
		<description><![CDATA[Content tabs using CSS3 transitions, animations and :checked pseudo-class. Check now the four live demos for the animated content tabs with CSS3 [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/03/animated-content-tabs-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better background images for responsive web design</title>
		<link>http://www.garbage.ro/engine/2012/02/better-background-images-for-responsive-web-design/</link>
		<comments>http://www.garbage.ro/engine/2012/02/better-background-images-for-responsive-web-design/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 10:59:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2083</guid>
		<description><![CDATA[Responsive web design, we have a problem. We apply percentage-based widths to our img elements to get fluid and is a very good thing. But what about background images? [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/better-background-images-for-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple CSS/JS Concatenation and Versioning with PHP</title>
		<link>http://www.garbage.ro/engine/2012/02/simple-cssjs-concatenation-and-versioning-with-php/</link>
		<comments>http://www.garbage.ro/engine/2012/02/simple-cssjs-concatenation-and-versioning-with-php/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 10:48:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Useful]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2077</guid>
		<description><![CDATA[Here&#8217;s a quick and easy way way to concatenate stylesheets and JavaScript using PHP. I&#8217;ll also show how to layer on file versioning so you can use far future expires headers [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/simple-cssjs-concatenation-and-versioning-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Got 99 Problems, But Creativity Ain&#8217;t One</title>
		<link>http://www.garbage.ro/engine/2012/02/i-got-99-problems-but-creativity-aint-one/</link>
		<comments>http://www.garbage.ro/engine/2012/02/i-got-99-problems-but-creativity-aint-one/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:06:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Must read]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2073</guid>
		<description><![CDATA[As designers, we have moments where it seems impossible to come up with one more creative idea. How do we stay creative after years of designing, completing project after project [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/i-got-99-problems-but-creativity-aint-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Glaring Signs That Cry Out for a Website Redesign</title>
		<link>http://www.garbage.ro/engine/2012/02/3-glaring-signs-that-cry-out-for-a-website-redesign/</link>
		<comments>http://www.garbage.ro/engine/2012/02/3-glaring-signs-that-cry-out-for-a-website-redesign/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 10:59:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Favorites]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[saves]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2068</guid>
		<description><![CDATA[Revamping your site is a mega-headache, redesign is necessary at one point in the web site&#8217;s life cycle. You will need to revamp your site at some point in time, and the sooner, the better [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/3-glaring-signs-that-cry-out-for-a-website-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knyle Style Sheets</title>
		<link>http://www.garbage.ro/engine/2012/02/knyle-style-sheets/</link>
		<comments>http://www.garbage.ro/engine/2012/02/knyle-style-sheets/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 10:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2064</guid>
		<description><![CDATA[CSS is complicated. It&#8217;s not object oriented. It&#8217;s not hierarchical. It&#8217;s a specificity based cascade applied to a dynamic hierarchical data structure that few people truly comprehend [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/knyle-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Height matters!</title>
		<link>http://www.garbage.ro/engine/2012/02/height-matters/</link>
		<comments>http://www.garbage.ro/engine/2012/02/height-matters/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 10:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2057</guid>
		<description><![CDATA[Height is just as important as width when dealing with responsive web sites. I&#8217;ve seen so many responsive web design sites lately that are mobile unfriendly [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/02/height-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Great Sites to Learn the Ins and Outs of Video Game Design</title>
		<link>http://www.garbage.ro/engine/2012/01/20-great-sites-to-learn-the-ins-and-outs-of-video-game-design/</link>
		<comments>http://www.garbage.ro/engine/2012/01/20-great-sites-to-learn-the-ins-and-outs-of-video-game-design/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 06:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Must read]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[saves]]></category>

		<guid isPermaLink="false">http://www.garbage.ro/engine/?p=2052</guid>
		<description><![CDATA[If you love to play video games, this could be your first step into a career as a game designer. But, game development jobs also require serious skills [source]]]></description>
		<wfw:commentRss>http://www.garbage.ro/engine/2012/01/20-great-sites-to-learn-the-ins-and-outs-of-video-game-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

