<?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>AD - design with web standards &#187; Web site optimisation</title>
	<atom:link href="http://www.avasilcaidaniel.com/category/web-site-optimisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avasilcaidaniel.com</link>
	<description>web standards, design, semantic web, performance</description>
	<lastBuildDate>Sat, 07 Jan 2012 08:34:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Faster Web Sites Solutions</title>
		<link>http://www.avasilcaidaniel.com/2009/11/07/faster-web-sites-solutions/</link>
		<comments>http://www.avasilcaidaniel.com/2009/11/07/faster-web-sites-solutions/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:28:53 +0000</pubDate>
		<dc:creator>mindsoul</dc:creator>
				<category><![CDATA[Web site optimisation]]></category>

		<guid isPermaLink="false">http://www.avasilcaidaniel.com/?p=34</guid>
		<description><![CDATA[Ho can we improve the speed loading of our websites?
Recently I&#8217;ve read a book: High Performance Web Sites written by Steve Souders (Chief Performance Yahoo).
After reading this book I&#8217;ve apply some optimizations for the improvement of the download speed  in different browser. One in particular i want to talk about is reducing the http requests [...]]]></description>
			<content:encoded><![CDATA[<p>Ho can we improve the speed loading of our websites?</p>
<p>Recently I&#8217;ve read a book: <strong>High Performance Web Sites</strong> written by <em>Steve Souders</em> (Chief Performance Yahoo).</p>
<p>After reading this book I&#8217;ve apply some optimizations for the improvement of the download speed  in different browser. One in particular i want to talk about is reducing the http requests by using one simple css image (css sprite) for the the entire  layout (if simple one). Normally the browser can do a limited numbers of http request at the time , some 4 some 8 some more, depends on the browser and browser version. If i have one big image for the layout, i will have only one http request instead of 20 or more. Another thing that I&#8217;ve notice  is that 20 small .gif or .png images weighs more (3-4 times more) than the single big image so in terms of band usage you will gain also. When you do such a simple optimization the benefits are a lot, because you live space for http requests for other elements that need to be downloaded such javascripts, html or others.</p>
<p>I&#8217;ve created a layout using a css sprite image here <a href="http://www.chamonix-tourism.com/" title="Chamonix Travel Guide">Chamonix Guide</a> and the image is this one <img src="http://www.chamonix-tourism.com/img/layout/menu_icons.png" style="width:450px;background:none" alt="Chamonix" /></p>
<p>To test your site and see ho many http request are made on the page load you can use <a href="http://developer.yahoo.com/yslow/">yslow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.avasilcaidaniel.com/2009/11/07/faster-web-sites-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

