<?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>Sunils blog &#187; yslow</title>
	<atom:link href="http://www.myhtmlworld.com/tag/yslow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myhtmlworld.com</link>
	<description>myhtmlworld.com</description>
	<lastBuildDate>Mon, 14 Nov 2011 09:27:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Finding 404 elements inside a page using firefox extensions</title>
		<link>http://www.myhtmlworld.com/web-development/finding-404-elements.html</link>
		<comments>http://www.myhtmlworld.com/web-development/finding-404-elements.html#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:28:47 +0000</pubDate>
		<dc:creator>Sunil</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[pagespeed]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.myhtmlworld.com/?p=384</guid>
		<description><![CDATA[If you are website developer and if you are uploading images and other files to your web server, you might face some problems with file upload especially large amount of images through ftp. Or you might forgot to upload some files. It would be easy to find such forgot things through some firefox plugins (extensions). [...]]]></description>
			<content:encoded><![CDATA[<p>If you are website developer and if you are uploading images and other files to your web server, you might face some problems with file upload especially large amount of images through ftp. Or you might forgot to upload some files. It would be easy to find such forgot things through some firefox plugins (extensions). In this blog I added test.gif to my page. Lets see how we can test this with different plugins.  If you are using safari web browser there is an activity tab. You can find missed resource from there also. Also you can use <a href="http://home.snafu.de/tilman/xenulink.html#Download" target="_blank">Xenu software</a> which will scan all your web and will return appropriate status.</p>
<p><span id="more-384"></span></p>
<h3>Firebug</h3>
<p>In firebug, under the net tab,  each element will display via category . All, HTML, CSS, JS, XHR, Images, Flash etc. And check the each element. If any resource referring from your HTML page and if it is not available it will show as 404. Install firebug from <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">here</a></p>
<div id="attachment_385" class="wp-caption alignnone" style="width: 310px"><a href="http://www.myhtmlworld.com/wp-content/uploads/2009/09/firebug.png" class="thickbox" ></a><p class="wp-caption-text">Firebug</p></div>
<p>Yslow and PageSpeed is coming inside the firebug. So first you need to install firebug first and then the following tools.</p>
<h3>Yslow</h3>
<p>Yslow is another great tool from yahoo to optimize your website. In yslow, you can find missed elements through components tab. It will looks like this</p>
<div id="attachment_386" class="wp-caption alignnone" style="width: 310px"><a href="http://www.myhtmlworld.com/wp-content/uploads/2009/09/yslow.png"  class="thickbox" ></a><p class="wp-caption-text">Yslow</p></div>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank">Download Yslow</a></p>
<h3>PageSpeed</h3>
<p>Page Speed is an open-source Firefox/Firebug Add-on from Google. It helps to optimize the website and making it fast. You can identify 404 elements from show resources tab in pagespeed.</p>
<div id="attachment_387" class="wp-caption alignnone" style="width: 310px"><a href="http://www.myhtmlworld.com/wp-content/uploads/2009/09/pagespeed.png"  class="thickbox"></a><p class="wp-caption-text">Page Speed</p></div>
<p><a href="http://code.google.com/speed/page-speed/download.html" target="_blank">Download page speed</a></p>
<p>Please share your comments about this. <a href="http://twitter.com/sunilsk">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myhtmlworld.com/web-development/finding-404-elements.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

