<?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>KodeGeek &#187; tunning</title>
	<atom:link href="http://kodegeek.com/blog/tag/tunning/feed/" rel="self" type="application/rss+xml" />
	<link>http://kodegeek.com/blog</link>
	<description>Programación, fitness, interés geek</description>
	<lastBuildDate>Sun, 29 Apr 2012 17:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Book review: Even Faster Web Sites, by Steve Souders (and others)</title>
		<link>http://kodegeek.com/blog/2009/08/04/book-review-even-faster-web-sites-by-steve-souders-and-others/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=book-review-even-faster-web-sites-by-steve-souders-and-others</link>
		<comments>http://kodegeek.com/blog/2009/08/04/book-review-even-faster-web-sites-by-steve-souders-and-others/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 03:18:24 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[tunning]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://kodegeek.com/blog/?p=2029</guid>
		<description><![CDATA[Thanks to the O&#8217;Reilly Facebook group I got the chance to review the book &#8216;Even Faster Web Sites&#8216;, by Steve Souders. Please read below to get an idea on what to expect about this new title from O&#8217;Reilly ($34.99). Synopsis: This book is a collection of practical tips and advice on how to optimize web [...]]]></description>
			<content:encoded><![CDATA[<p><div class="wp-caption alignnone" style="width: 190px"><img alt="Even Faster Websites" src="http://stevesouders.com/images/efws-cover-180x236.png" title="Even Faster Websites" width="180" height="236" /><p class="wp-caption-text">Even Faster Websites</p></div><br />
Thanks to the <a href="http://facebook.com/OReilly">O&#8217;Reilly Facebook</a> group I got the chance to review the book &#8216;<a href="http://www.stevesouders.com/blog/2009/04/23/even-faster-web-sites/">Even Faster Web Sites</a>&#8216;, by Steve Souders. Please read below to get an idea on what to expect about <a href="http://oreilly.com/catalog/9780596522308/">this new title from O&#8217;Reilly</a> ($34.99).</p>
<p><strong>Synopsis:</strong></p>
<p>This book is a collection of practical tips and advice on how to optimize web pages, focusing in client side optimizations. It explains how to reduce downloading times through coding techniques, CSS and image optimization, speed up page rendering and code instrumentation so it will definitely will appeal developers and designers that work with Ajax or regular JavaScript sites. </p>
<p>The book is written by several authors (the main one <a href="http://en.oreilly.com/oscon2009/public/schedule/detail/8057">is Steve Souders</a>), and it was specially nice to read <a href="http://www.wannabebig.com/interviews/getting-to-know-gentilcore-an-interview-with-tony-gentilcore/">Tony Gentilcore</a> (the author of the popular plugin &#8216;<a href="http://fasterfox.mozdev.org/">Fasterfox</a>&#8216;) writting about some gotchas of the use of Gzip to serve web pages, among other things.</p>
<p><strong>How is it organized:</strong></p>
<p>The book <a href="http://oreilly.com/catalog/9780596522308/toc.html">is organized in 14 chapters</a>, each one of them can be read independently (more or less) from each other.  They are packed with good examples that are brief but illustrate each technique, which makes this book a good reference guide. Also the appendix (which is so big it should be called the chapter 15) is loaded with really useful tools that can be used to detect and diagnose problems on a website (the majority of them are free). </p>
<p><strong>Missing things:</strong></p>
<p>Not everything is perfect. The book focus almost on Javascript optimizations and loading techniques but doesn&#8217;t mention what can be done with other important technologies like <a href="http://www.adobe.com/products/flashplayer/">Flash</a>, <a href="http://www.microsoft.com/silverlight/">SilverLight</a> or even<a href="http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp"> Java Webstart </a>(<a href="http://javafx.com">JavaFx </a>is gaining traction these days). </p>
<p>Forgets to mention server side techniques like connection and thread pools, page caching (server side not client side), among others, or common tricks used in well known frameworks like Ruby &#038; Rails, Java Servlets (PHP is mentioned briefly though).</p>
<p>Also missing is the coverage of server side tools like <em>vmstat, mpstat, top, free, tcpdump or ethereal</em> (Linux, Solaris, BSD or UNIX tools) which could be really useful to diagnose performance issues on the web application.</p>
<p>To be fair this is a book focused on client side techniques and talking about server side optimizations will make it pretty big, so maybe the tittle of the book should be changed to &#8216;Even Faster Web Sites, client optimizations&#8217; (I am pretty sure the authors have tons of server side techniques to share as well, so maybe this could be a second book on the subject? <img src='http://kodegeek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p><strong>Conclusion:</strong></p>
<p>It is another solid title from <a href="http://oreilly.com/">O&#8217;Reilly </a>that delivers concrete techniques that can be used to speed up websites that rely on Javascript, images and CSS to present the content to the end users. The lack of the mention of the existence of server side techniques is a minor glitch but still there is great value on each one of the chapters of this reference book (I am going through them to make this blog to load faster <img src='http://kodegeek.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p><strong>Kodegeek stars: 4 of 5.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kodegeek.com/blog/2009/08/04/book-review-even-faster-web-sites-by-steve-souders-and-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

