<?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>TurtleBlog &#187; browser</title>
	<atom:link href="http://www.turtleblog.co.uk/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.turtleblog.co.uk</link>
	<description>Tech News for Turtle&#039;s!</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:16:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>5+ Steps to Speed up your Website</title>
		<link>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/</link>
		<comments>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:38:29 +0000</pubDate>
		<dc:creator>Edd Turtle</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[loat times]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.turtleblog.co.uk/?p=588</guid>
		<description><![CDATA[Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page. 1. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page.</p>
<h2>1. Valid Code</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/valid1.jpg" alt="valid" title="valid" width="550" height="138" class="aligncenter size-full wp-image-635" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Valid code means that browser doesn&#8217;t have to make, create and merge your code to make it work. A page with the correct DOCTYPE and structure will render quicker within the browser, it also helps with browser compatibility.</p>
<p>XHTML and HTML Validator &#8211; <a href="http://validator.w3.org/" onclick="urchinTracker('/outgoing/validator.w3.org/?referer=');">http://validator.w3.org/</a></p>
<p>CSS Validator &#8211; <a href="http://jigsaw.w3.org/css-validator/" onclick="urchinTracker('/outgoing/jigsaw.w3.org/css-validator/?referer=');">http://jigsaw.w3.org/css-validator/</a></p>
<p>&nbsp;</p>
<p><span id="more-588"></span></p>
<h2>2. Reduce the HTTP Requests</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/firebug1.jpg" alt="firebug" title="firebug" width="400" height="186" class="aligncenter size-full wp-image-645" style="border:1px solid #CCC;padding:4px;" /></p>
<p>As well as the time it takes to download a file off the server it also takes time to request the file, so the less actual requests you make the faster it will be. A brilliant example of this is CSS sprites which combine multiple images into one and use the CSS background property to only show the portion of the image you require.</p>
<p>A Guide to Reducing HTTP Requests &#8211; <a href="http://www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/" onclick="urchinTracker('/outgoing/www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/?referer=');">http://www.dailyblogtips.com/speed-up-your-site-reduce-the-http-requests/</a></p>
<p>CSS Sprites Tutorial &#8211; <a href="http://css-tricks.com/css-sprites/" onclick="urchinTracker('/outgoing/css-tricks.com/css-sprites/?referer=');">http://css-tricks.com/css-sprites/</a></p>
<p>CSS Sprite Generator &#8211; <a href="http://spritegen.website-performance.org/" onclick="urchinTracker('/outgoing/spritegen.website-performance.org/?referer=');">http://spritegen.website-performance.org/</a></p>
<p>&nbsp;</p>
<h2>3. Compress Images, CSS and JS Even Further</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/smush.jpg" alt="smush" title="smush" width="550" height="243" class="aligncenter size-full wp-image-640" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Images, Javascript and CSS can all be compacted into smaller files without loosing any functionality. The Yahoo! site <a href="http://developer.yahoo.com/yslow/smushit/" onclick="urchinTracker('/outgoing/developer.yahoo.com/yslow/smushit/?referer=');">Smush.it</a> compresses images even further than the Photoshop &#8220;Save for web&#8221; option.</p>
<p>To compress CSS there are easy to use websites such as <a href="http://www.cleancss.com/" onclick="urchinTracker('/outgoing/www.cleancss.com/?referer=');">Clean CSS</a> and <a href="http://www.cssdrive.com/index.php/main/csscompressor/" onclick="urchinTracker('/outgoing/www.cssdrive.com/index.php/main/csscompressor/?referer=');">CSS Drive Compressor</a>. These site will remove unneed spaces, semicolons and returns from your CSS files usually decreasing the file size by around 13%.</p>
<p>The site <a href="http://javascriptcompressor.com/" onclick="urchinTracker('/outgoing/javascriptcompressor.com/?referer=');">Javascript Compressor</a> is the simplest way to cut the size of those large javascript files.</p>
<p>&nbsp;</p>
<h2>4. Use JS Libraries and link to Google&#8217;s CDN</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/j.jpg" alt="j" title="j" width="400" height="90" class="aligncenter size-full wp-image-626" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Using javascript frameworks like <a href="http://jquery.com/" onclick="urchinTracker('/outgoing/jquery.com/?referer=');">jQuery</a>, <a href="http://mootools.net/" onclick="urchinTracker('/outgoing/mootools.net/?referer=');">MooTools</a> and <a href="http://www.prototypejs.org/" onclick="urchinTracker('/outgoing/www.prototypejs.org/?referer=');">Prototype</a> means that you need less odd bits of javascript here and there, a javascript framework can usually do the same job while compacting it into an easy line or two.</p>
<p>Once you have a framework and you want to use it on your website it is an idea to use the version hosted by Google on their servers over at <a href="http://code.google.com/apis/ajaxlibs/documentation/" onclick="urchinTracker('/outgoing/code.google.com/apis/ajaxlibs/documentation/?referer=');">Google Code</a>. This can save your load time because if it&#8217;s all hosted at the same place it might not need to be downloaded at all because it might have been cached.</p>
<p>&nbsp;</p>
<h2>5. Javascript at bottom</h2>
<p>This is a really simple, yet effective tip. A few years ago I would always start a page with the standard DOCTYPE, HTML, title, meta, css, javascript then body but now it&#8217;s realised that it&#8217;s better to add them to the bottom of the page as they are not usually needed until last of all. A prime example is the Google Analytics tracking code which they recommend sits at the bottom of the page.</p>
<p>&nbsp;</p>
<h2>6. Firefox Addons</h2>
<p><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/10/edturtle.jpg" alt="edturtle" title="edturtle" width="550" height="273" class="aligncenter size-full wp-image-661" style="border:1px solid #CCC;padding:4px;" /></p>
<p>Using Firefox addons like <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1843?referer=');">Firebug</a> and the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/60?referer=');">Web Developer Toolbar</a> can seriously help you when optimising your code. Firebug enables you to check how long it takes for a specific file to be requested and load plus much more while the Web Developer toolbar allows you to disable images, CSS and javascript to see how your website looks and works without them and once again much more.</p>
<p>As pointed out by &#8216;sampada&#8217; in the comments IE Add-ons such as IE developer Toolbar can also be very useful and help with cross-browser testing.</p>
<p>&nbsp;</p>
<p>So there we have it, some nifty &#8216;lil tricks to get your website in front of the people who matter faster. Any comments? If so leave them below. <img src='http://www.turtleblog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.turtleblog.co.uk/2009/10/5-steps-to-speed-up-your-website/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Truely Great, Must have Firefox Extensions!</title>
		<link>http://www.turtleblog.co.uk/2009/04/truely-great-must-have-firefox-extensions/</link>
		<comments>http://www.turtleblog.co.uk/2009/04/truely-great-must-have-firefox-extensions/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:38:07 +0000</pubDate>
		<dc:creator>Edd Turtle</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.turtleblog.co.uk/?p=174</guid>
		<description><![CDATA[These are just a hand-full of all the great addons available for the Firefox browser by Mozilla, whether it&#8217;s web development or social networking you&#8217;re interested in these have all helped me at one point. Web Development 1. ColorzillaColorzilla is a tiny addon which allows you hover over any web page and find the hex [...]]]></description>
			<content:encoded><![CDATA[<p>These are just a hand-full of all the great addons available for the Firefox browser by Mozilla, whether it&#8217;s web development or social networking you&#8217;re interested in these have all helped me at one point.</p>
<h2>Web Development</h2>
<ul class="weblinks">
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/271" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/271?referer=');">1. Colorzilla<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/eyedropper-300x100.gif" alt="ColorZilla" title="ColorZilla" width="300" height="100" class="aligncenter size-medium wp-image-176 main" /></a><br />Colorzilla is a tiny addon which allows you hover over any web page and find the hex code of the colour. Extremely handy when you love a color on a different website.</li>
<p><span id="more-174"></span></p>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/539" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/539?referer=');">2. MeasureIt<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/measureit-01-300x97.png" alt="measureit" title="measureit" width="300" height="97" class="aligncenter size-medium wp-image-187 main" /></a><br />MeasureIt is an ruler overlay to measure pixel widths and heights over a web page. It&#8217;s very useful when you want to find whether something will fit in a given space.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1843?referer=');">3. Firebug<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/9439488001.png" alt="Firebug" title="Firebug" width="200" height="150" class="aligncenter size-full wp-image-184 main" /></a><br />A powerful tool which enables you navigate through the coding of a web page.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/60?referer=');">4. Web Developer<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/toolbar.png" alt="Web Developer" title="Web Developer" width="284" height="196" class="aligncenter size-full wp-image-189 main" /></a><br />Full of features! Has everything you could want to do with website development all bundled into one addon. Very useful for disabling CSS, disabling images and resizing the browser window.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1146?referer=');">5. Screengrab<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/screengrabselection-300x267.png" alt="screengrabselection" title="screengrabselection" width="300" height="267" class="aligncenter size-medium wp-image-193 main" /></a><br />Every wanted to do a screen shot of the whole web page to show someone? Well here&#8217;s your answer, it can copy or save either the visable portion or whole page.</li>
</ul>
<h2>Layout &amp; Design</h2>
<ul class="weblinks">
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1455" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1455?referer=');">6. Tiny Menu<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/screenshot.png" alt="Tiny Menu" title="Tiny Menu" width="170" height="258" class="aligncenter size-full wp-image-197 main" /></a><br />Gives you masses of unused space back to you compacting the main menu.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1368" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/1368?referer=');">7. ColorfulTabs<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/colorfultabs-300x108.png" alt="colorfultabs" title="colorfultabs" width="300" height="108" class="aligncenter size-medium wp-image-211 main" /></a><br />This addon makes your tabs all pretty, as well as making the easier to see.</li>
</ul>
<h2>Social &amp; Communication</h2>
<ul class="weblinks">
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/138" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/138?referer=');">8. StumbleUpon<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/stumble-150x150.png" alt="stumbleupon" title="stumbleupon" width="150" height="150" class="aligncenter size-thumbnail wp-image-202" /></a><br />If you haven&#8217;t used StumbleUpon yet, download it now but be warned that it could waste a lot of your time.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3615" onclick="urchinTracker('/outgoing/addons.mozilla.org/en-US/firefox/addon/3615?referer=');">9. Delicious Bookmarks<br /><img src="http://www.turtleblog.co.uk/wp-content/uploads/2009/04/dellicious-150x150.png" alt="delicious" title="delicious" width="150" height="150" class="aligncenter size-thumbnail wp-image-205" /></a><br />Makes life with Delicious a little easier.</li>
</ul>
<h2>Bonus:</h2>
<ul class="weblinks">
<li><a href="http://ubiquity.mozilla.com/" onclick="urchinTracker('/outgoing/ubiquity.mozilla.com/?referer=');">10. Ubiquity</a>
<p><object width="400" height="298"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1561578&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="298"></embed></object></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.turtleblog.co.uk/2009/04/truely-great-must-have-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
