<?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>User Interface Trends &#187; sprite</title>
	<atom:link href="http://uitrends.com/tag/sprite/feed/" rel="self" type="application/rss+xml" />
	<link>http://uitrends.com</link>
	<description>A place to catalog, discuss, and rate trends in user interface design</description>
	<lastBuildDate>Wed, 21 Jul 2010 04:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1-beta</generator>
		<item>
		<title>Why You Should Be Using CSS Sprites</title>
		<link>http://uitrends.com/2009/10/12/why-you-should-be-using-css-sprites/</link>
		<comments>http://uitrends.com/2009/10/12/why-you-should-be-using-css-sprites/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 04:26:38 +0000</pubDate>
		<dc:creator>Jeff Noble</dc:creator>
				<category><![CDATA[Trends]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS sprites]]></category>
		<category><![CDATA[sprite]]></category>
		<category><![CDATA[ui trend]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://uitrends.com/?p=1094</guid>
		<description><![CDATA[Trend: Using Sprites to Optimize CSS Code When I was in my 6th grade computer literacy class (yes, computers existed back then) I first heard the word &#8220;sprite&#8221; (no&#8230; not the drink or the preternatural legendary fairy creature) while learning this ancient educational program called Logo. Logo basically revolved around giving a turtle (not a [...]]]></description>
			<content:encoded><![CDATA[<h3 class="trend">Trend: Using Sprites to Optimize CSS Code</h3>
<p>When I was in my 6th grade computer literacy class (yes, computers existed back then) I first heard the word &#8220;sprite&#8221; (no&#8230; not <a href="http://www.sprite.com/">the drink</a> or the <a href="http://en.wikipedia.org/wiki/Sprite_%28creature%29">preternatural legendary fairy creature</a>) while learning this ancient educational program <a href="http://en.wikipedia.org/wiki/Logo_%28programming_language%29"> called Logo</a>. Logo basically revolved around <a href="http://img.zdnet.com/techDirectory/TURTGRAF.GIF">giving a turtle (not a real one) some neato commands to draw an image</a> on the computer screen, REPEAT 4 [FD 100 LEFT 90] &#8211; I just blew your mind right there by drawing a square. You weren&#8217;t ready for that. Boom!</p>
<p>Thanks. That&#8217;s the end of my post.  Goodnight folks! No really, what I wanted to write about is the development trend of using CSS sprites, which sounds pretty fancy but in reality is just a way of writing optimized CSS that utilizes one central image composed of numerous other images positioned differently across multiple CSS declarations. Translation:  Loading an image once, then moving the image around to only show the specific portion you want to see instead of using a bunch of separately sliced up images in your CSS.</p>
<p>Why should you care?  Mainly because using CSS sprites:</p>
<ol>
<li>- Requires less CSS code, which means smaller file size</li>
<li>- Requires less HTTP server requests loading different images, which means quicker load time</li>
<li>- No wacky JavaScript preloaders to ensure all images load</li>
<li>- No annoying white flickering due to load time when hovering over button</li>
</ol>
<p>And <a href="http://www.youtube.com/watch?v=YCWBLHtnn4Y">drum roll</a> please&#8230; all of the above adds up a better overall user experience for your website visitors and a shiny gold star for you for being the best you can possibly be with your awesome CSS skills.</p>
<p>Learn More Here:</p>
<ul>
<li><a href="http://www.alistapart.com/articles/sprites">CSS Sprites: Image Slicing’s Kiss of Death</a></li>
<li><a href="http://css-tricks.com/css-sprites/">CSS Sprites: What They Are, Why They’re Cool, and How To Use Them</a></li>
<li><a href="http://addyosmani.com/blog/css-sprites-in-under-10-minutes/">CSS Sprites in Under 10 Minutes</a></li>
</ul>
<div id="attachment_1121" class="wp-caption alignnone" style="width: 323px"><img class="size-full wp-image-1121" src="http://uitrends.com/wp-content/uploads/2009/10/sprite.jpg" alt="In a blind taste test 9 out of 10 sprites chose Sprite!" width="313" height="400" /><p class="wp-caption-text">In a blind taste test 9 out of 10 sprites chose Sprite!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://uitrends.com/2009/10/12/why-you-should-be-using-css-sprites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
