<?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 First Web &#187; CSS</title>
	<atom:link href="http://userfirstweb.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://userfirstweb.com</link>
	<description>A blog about putting people before technology</description>
	<lastBuildDate>Thu, 29 Sep 2011 05:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Smart Optimizer</title>
		<link>http://userfirstweb.com/275/smart-optimizer/</link>
		<comments>http://userfirstweb.com/275/smart-optimizer/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:04:11 +0000</pubDate>
		<dc:creator>Jason Grigsby</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speedupyoursite]]></category>

		<guid isPermaLink="false">http://userfirstweb.com/?p=275</guid>
		<description><![CDATA[One of the bigger problems I see in the performance space is that a lot of the value of current content management systems and blogging tools is the ability to add widgets or plugins from a lot of different places. These plugins often do not provide compressed and cacheable versions of their content. In order [...]]]></description>
			<content:encoded><![CDATA[<p>One of the bigger problems I see in the performance space is that a lot of the value of current content management systems and blogging tools is the ability to add widgets or plugins from a lot of different places. These plugins often do not provide compressed and cacheable versions of their content.</p>
<p>In order to get more people to adopt the methods of creating faster web pages, we need to make it easier for them to do so while still a making it easy for them to adhere to performance guidelines. Basically, make it possible for them to eat cat and lose weight at the same time.</p>
<p>I&#8217;ve spent part of last evening looking for plugins for WordPress that will find any javascript or css files, combine them into a single file, minify and gzip them, and then set far future expires headers. I&#8217;ve got a dream plugin in mind and none of them are quite living up to my fantasy.</p>
<p>One solution that comes close to being my dream is a piece of software called <a href="http://farhadi.ir/works/smartoptimizer">Smart Optimizer</a>. Smart Optimizer used to be called JSmart. It was a project that hadn&#8217;t had any updates since July 7, 2006 until two weeks ago when the project was revitalized and the name changed.</p>
<p>Smart Optimizer will:</p>
<ul>
<li>Set up rewrite rules to intercept any calls to css or js files</li>
<li>Minify, gzip any css or js files</li>
<li>Creates static files on the server for css and js that are gzipped and set for caching</li>
<li>Concatenate css or js files into a single file</li>
</ul>
<p>It&#8217;s an interesting tool that I don&#8217;t think a lot of people know of. Take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://userfirstweb.com/275/smart-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Sprites to Speed Up Sites</title>
		<link>http://userfirstweb.com/82/css-sprites-to-speed-up-sites/</link>
		<comments>http://userfirstweb.com/82/css-sprites-to-speed-up-sites/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:18:20 +0000</pubDate>
		<dc:creator>Jason Grigsby</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://userfirstweb.com/82/css-sprites-to-speed-up-sites/</guid>
		<description><![CDATA[One of the topics I covered during my presentation on site speed was CSS sprites. Today, Andy King published a great article explaining the CSS sprite technique in detail. If you are interested in how Yahoo and AOL use this technique or want to incorporate it in your site, Andy&#8217;s article is a good place [...]]]></description>
			<content:encoded><![CDATA[<p>One of the topics I covered during <a href="http://userfirstweb.com/70/speed-matters-presentation-files-and-resources/">my presentation on site speed</a> was CSS sprites. Today, Andy King published a <a href="http://www.websiteoptimization.com/speed/tweak/css-sprites/">great article explaining the CSS sprite technique in detail</a>. If you are interested in how Yahoo and AOL use this technique or want to incorporate it in your site, Andy&#8217;s article is a good place to start.</p>
]]></content:encoded>
			<wfw:commentRss>http://userfirstweb.com/82/css-sprites-to-speed-up-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Matters: Presentation Files and Resources</title>
		<link>http://userfirstweb.com/70/speed-matters-presentation-files-and-resources/</link>
		<comments>http://userfirstweb.com/70/speed-matters-presentation-files-and-resources/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 05:13:15 +0000</pubDate>
		<dc:creator>Jason Grigsby</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portland]]></category>
		<category><![CDATA[Site Performance]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://userfirstweb.com/70/speed-matters-presentation-files-and-resources/</guid>
		<description><![CDATA[Speed Matters: Presentation and Resources We had an exceptional audience tonight at DevGroup NW for my presentation on how to speed up web pages. There were a lot of good questions and an engaged audience. Thank you to everyone who showed up. Here is my presentation from tonight as well as some of the resources [...]]]></description>
			<content:encoded><![CDATA[<h1>Speed Matters: Presentation and Resources</h1>
<p>We had an exceptional audience tonight at <a href="http://www.devgroupnw.org/events/events.asp">DevGroup NW</a> for my presentation on how to speed up web pages. There were a lot of good questions and an engaged audience. Thank you to everyone who showed up. Here is my presentation from tonight as well as some of the resources I mentioned.</p>
<ul>
<li><a href="http://userfirstweb.com/wp-content/uploads/2007/09/Speed_Matters-DevGroup_NW-Sep_2007.pdf">Speed Matters Presentation</a> (pdf, 8.6MB)</li>
<li><a href="http://userfirstweb.com/wp-content/uploads/2007/09/Speed_Matters-DevGroup_NW-Sep_2007-Notes.pdf">Speed Matter Presentation with My Slightly Incoherent Presenter Notes</a> (pdf, 9.3MB)</li>
</ul>
<p>The great irony is that I used so many images in my presentation that I can&#8217;t compress the pdf files to the degree that I would like. Sorry for the large file size. If it is any consolation, you&#8217;ll likely get to fully use your broadband connection unlike when you download web pages and are limited by current connections to a fraction of your connection speed. :-)</p>
<h2>Books on Site Performance</h2>
<ul>
<li><a href="http://www.amazon.com/dp/0596529309/ref=s9_asin_title_1/105-5257160-0366056?pf_rd_m=ATVPDKIKX0DER&#038;pf_rd_s=center-2&#038;pf_rd_r=1JT2CZF41JXA9M2MENNP&#038;pf_rd_t=101&#038;pf_rd_p=278240301&#038;pf_rd_i=507846<br />
">High Performance Web Sites</a> by Steve Souders, Yahoo (Not released yet)</li>
<li><a href="http://www.amazon.com/Speed-Up-Your-Site-Optimization/dp/0735713243/ref=pd_bbs_sr_1/105-5257160-0366056?ie=UTF8&#038;s=books&#038;qid=1190196890&#038;sr=8-1<br />
">Speed Up Your Site</a> by Alex King (Out of print, but available used)</li>
</ul>
<h2>Articles &amp; Resources</h2>
<ul>
<li><a href="http://developer.yahoo.com/performance/rules.html">Thirteen Simple Rules for Speeding Up Your Site</a></li>
<li><a href="http://developer.yahoo.com/performance/">Yahoo Performance Team</a></li>
<li><a href="http://yuiblog.com/blog/2006/11/28/performance-research-part-1/">What the 80/20 Rule Tells Us about Reducing HTTP Requests</a></li>
<li><a href="http://yuiblog.com/blog/2007/04/11/performance-research-part-4/">Maximizing Parallel Downloads in the Carpool Lane</a></li>
<li><a href="http://tech.groups.yahoo.com/group/exceptional-performance/">Yahoo Group for Performance</a>
<li><a href="http://httpd.apache.org/docs/2.0/mod/mod_expires.html">Mod Expires</a></li>
<li><a href="http://simonwillison.net/2006/Oct/17/graph/">Graphing Requests with Tamper Data</a></li>
<li><a href="http://betterexplained.com/articles/speed-up-your-javascript-load-time/<br />
">Speed Up Your Javascript Load Time<br />
</a></li>
<li><a href="http://www.die.net/musings/page_load_time/">Optimizing Page Load Time</a></li>
</ul>
<h2>Measuring Site Speed</h2>
<ul>
<li><a href="http://www.websiteoptimization.com/services/analyze/">Web Page Analyzer</a></li>
<li><a href="http://developer.yahoo.com/yslow/">YSlow Firefox Plugin</a></li>
<li><a href="http://livehttpheaders.mozdev.org/">Live HTTP Headers Firefox Plugin</a></li>
</ul>
<h2>Minimizers and Compressors</h2>
<ul>
<li><a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a></li>
<li><a href="http://www.crockford.com/javascript/jsmin.html">JSMin</a></li>
<li><a href="http://www.sitepoint.com/article/web-output-mod_gzip-apache">Compress Web Output Using mod_gzip and Apache</a></li>
<li><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true">Using HTTP Compression for Faster Downloads (IIS 6.0)</a></li>
<li><a href="http://weblogs.asp.net/pscott/archive/2003/06/05/8326.aspx">IIS 6.0, Content-Encoding: gzip</a></li>
</ul>
<h2>Statistics &amp; Studies</h2>
<ul>
<li><a href="http://www.akamai.com/html/about/press/releases/2006/press_110606.html">Akamai and JupiterResearch Identify &#8216;4 Seconds&#8217; as the New Threshold of Acceptability for Retail Web Page Response Times</a></li>
<li><a href="http://www.websiteoptimization.com/bw/">The Bandwidth Report</a></li>
<li><a href="http://www.websiteoptimization.com/bw/0708/">US Jumps to 24th in Worldwide Broadband Penetration</a>
<li><a href="http://www.websiteoptimization.com/speed/tweak/homepage/">Home Page Usability and Credibility Survey</a></li>
<li><a href="http://www.websiteoptimization.com/speed/tweak/png/">Replace GIF with PNG Images</a></li>
</ul>
<p>Thanks to all of the Flickr users who posted their images with Creative Commons licenses. This presentation wouldn&#8217;t have been nearly as interesting without their photographs.</p>
]]></content:encoded>
			<wfw:commentRss>http://userfirstweb.com/70/speed-matters-presentation-files-and-resources/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
