<?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>DevtheWeb.NET &#187; Web Development</title>
	<atom:link href="http://www.devtheweb.net/blog/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtheweb.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 19:25:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Single huge css file vs. multiple smaller css files</title>
		<link>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/</link>
		<comments>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 13:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1168</guid>
		<description><![CDATA[In my websites, I usually use a single css file for all css code in the site. Today I though more is it correct to be done instead of adding multiple, but smaller css files, here&#8217;s what I found: 1. When you have multiple css files, when a page is loading there&#8217;ll be multiple HTTP [...]]]></description>
			<content:encoded><![CDATA[<p>In my websites, I usually use a single css file for all css code in the site. Today I though more is it correct to be done instead of adding multiple, but smaller css files, here&#8217;s what I found:</p>
<p>1. When you have multiple css files, when a page is loading there&#8217;ll be multiple HTTP requests (for every css file), so it will slow down the loading of the web page.</p>
<p>2. If you have a single huge css file it&#8217;s hard to find something and make changes in the code.</p>
<p>I think the best solution is:</p>
<p>1. I have a single css file with many comments</p>
<div style="float: left; margin-right: 5px;"><!--adsense--></div>
<p>2. Before uploading the css file to the server, I remove the comments and all unnecessary code from the file using <a href="http://www.devtheweb.net/tools/reduce-code-size.aspx" target="_blank">my reduce code size tool</a> and into the server, I upload the optimized css file.</p>
<p>In this way, I have a file that allows me to make changes easily and in the same time the loading speed of my site is fast, because there&#8217;s only one HTTP request for the css.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2010/03/07/single-huge-css-file-vs-multiple-smaller-css-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reduce Code Size Tool</title>
		<link>http://www.devtheweb.net/blog/2010/01/28/reduce-code-size-tool/</link>
		<comments>http://www.devtheweb.net/blog/2010/01/28/reduce-code-size-tool/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 09:13:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=822</guid>
		<description><![CDATA[Recently, I added some js files to my website. I notice that the code contains too much comments, white spaces, empty lines, etc. So, I decided to optimize it by removing all that stuff. Instead of doing that by editing the code, I decided to write a tool that can finish this job Here are [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I added some js files to my website. I notice that the code contains too much comments, white spaces, empty lines, etc. So, I decided to optimize it by removing all that stuff. Instead of doing that by editing the code, I decided to write a tool that can finish this job <img src='http://www.devtheweb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are some screenshots:</p>
<p><img class="alignnone size-full wp-image-823" style="border: 1px solid #000;" title="reduce-code-size-1" src="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/reduce-code-size-1.png" alt="reduce code size" width="197" height="300" /><br />
The design is simple, because it will make work faster and because I&#8217;m a bad designer, too <img src='http://www.devtheweb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img class="alignnone size-full wp-image-824" style="border: 1px solid #000;" title="reduce-code-size-2" src="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/reduce-code-size-2.png" alt="" width="430" height="206" /><br />
After your code is optimized, you can see a simple statistic about the result (original code length and the output code length).</p>
<p>You check out the Reduce Code Size Tool <a href="http://www.devtheweb.net/tools/reduce-code-size.aspx" target="_blank">HERE</a>.</p>
<p>P.S. I&#8217;ll be very thankful to hear your opinions about the tool (bugs, ideas for features, etc).</p>
<form id="formPoll" action="http://www.devtheweb.net/polls/poll-do-you-find-reduce-code-size-useful.aspx?embed=true#vote" method="post">
<div><strong>Do you find Reduce Code Size Useful?</strong></div>
<div></div>
<div>
<input id="option1" name="poll" type="radio" value="option1" /><label for="option1">Yes</label></div>
<div>
<input id="option2" name="poll" type="radio" value="option2" /><label for="option2">Maybe</label></div>
<div>
<input id="option3" name="poll" type="radio" value="option3" /><label for="option3">No</label></div>
<div>
<input id="option4" name="poll" type="radio" value="option4" /><label for="option4">I don&#8217;t know</label></div>
<div></div>
<div>
<input onclick="this.form.target='_blank';return true;" type="submit" value="VOTE" /></div>
<div></div>
<div><a href="http://www.devtheweb.net/polls/poll-do-you-find-reduce-code-size-useful.aspx#results" target="_blank">View Results</a></div>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2010/01/28/reduce-code-size-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Resources</title>
		<link>http://www.devtheweb.net/blog/2010/01/03/html5-resources/</link>
		<comments>http://www.devtheweb.net/blog/2010/01/03/html5-resources/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 14:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=353</guid>
		<description><![CDATA[HTML5 is the next major revision of HTML (Hypertext Markup Language). It adds a number of new elements and attributes that will change the usage on Web sites. If you want to learn more about HTML5, here are some useful resources: 1. WHATWG (Web Hypertext Application Technology Working Group) HTML &#8211; latest working specification of [...]]]></description>
			<content:encoded><![CDATA[<p>HTML5 is the next major revision of HTML (Hypertext Markup Language). It adds a number of new elements and attributes that will change the usage on Web sites.</p>
<p>If you want to learn more about HTML5, here are some useful resources:</p>
<p><strong>1. WHATWG (Web Hypertext Application Technology Working Group) HTML</strong> &#8211; latest working specification of HTML 5.<br />
URL: <a href="http://whatwg.org/html5" target="_blank">http://whatwg.org/html5</a><br />
<!--adsense--><br />
<strong>2. The Blog of WHATWG</strong><br />
URL: <a href="http://blog.whatwg.org/" target="_blank">http://blog.whatwg.org/</a></p>
<p><strong>3. Doctor HTML5</strong> &#8211; Articles about HTML5 that could help you implement HTML5.<br />
<a href="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/html-5-doctor.gif" rel="lightbox[353]"><img class="alignnone size-medium wp-image-354" title="html-5-doctor" src="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/html-5-doctor-300x246.gif" alt="" width="300" height="246" /></a><br />
URL: <a href="http://html5doctor.com/" target="_blank">http://html5doctor.com/</a></p>
<p><strong>4. Html5 Demos and Examples</strong><br />
URL: <a href="http://html5demos.com/" target="_blank">http://html5demos.com/</a><br />
<!--adsense--><br />
<strong>5. Html5 Gallery</strong><br />
<a href="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/html-5-gallery.gif" rel="lightbox[353]"><img class="alignnone size-medium wp-image-355" title="html-5-gallery" src="http://www.devtheweb.net/blog/wp-content/uploads/2010/01/html-5-gallery-300x245.gif" alt="" width="300" height="245" /></a><br />
URL: <a href="http://html5gallery.com/" target="_blank">http://html5gallery.com/</a></p>
<p><strong>6. HTML5 Validator</strong> &#8211; here you can check if your website passes HTML5<br />
validation<br />
URL: <a href="http://html5.validator.nu/" target="_blank">http://html5.validator.nu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2010/01/03/html5-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mega Footers</title>
		<link>http://www.devtheweb.net/blog/2009/12/19/mega-footers/</link>
		<comments>http://www.devtheweb.net/blog/2009/12/19/mega-footers/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 18:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=307</guid>
		<description><![CDATA[I&#8217;ve recently visited some sites that have mega footers and I think it&#8217;s a good idea to add more stuff in your footer. The footer is not the most important thing in a website, but if you want to create good site, all its elements should be professionally done. Here are few ideas for your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently visited some sites that have mega footers and I think it&#8217;s a good idea to add more stuff in your footer.</p>
<p>The footer is not the most important thing in a website, but if you want to create good site, all its elements should be professionally done.</p>
<p>Here are few ideas for your Mega Footer:</p>
<p>1. Add some dynamic data in your mega footer that is related to the current page.</p>
<p>2. Static Footer &#8211; unchangeable information, same as the Header.</p>
<p>3. Footer elements that urge the visitors to make some action.</p>
<p>4. Mix of the 1, 2 and 3</p>
<p><!--adsense--></p>
<p>Here few site examples that have Mega Footers:</p>
<p><a href="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-1.png" rel="lightbox[307]"><img class="alignnone size-full wp-image-309" title="mega-footer-1" src="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-1.png" alt="" width="300" height="317" /></a></p>
<p>URL: <a href="http://www.andyrutledge.com/" target="_blank">http://www.andyrutledge.com/</a></p>
<p><a href="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-2.png" rel="lightbox[307]"><img class="alignnone size-full wp-image-310" title="mega-footer-2" src="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-2.png" alt="" width="300" height="327" /></a></p>
<p>URL: <a href="http://whoisjengordon.com/" target="_blank">http://whoisjengordon.com/</a></p>
<p><!--adsense--></p>
<p><a href="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-3.png" rel="lightbox[307]"><img class="alignnone size-full wp-image-311" title="mega-footer-3" src="http://www.devtheweb.net/blog/wp-content/uploads/2009/12/mega-footer-3.png" alt="" width="300" height="316" /></a></p>
<p>URL: <a href="http://www.blueraydesignbuild.com/" target="_blank">http://www.blueraydesignbuild.com/</a></p>
<p>I hope you&#8217;ll like the idea for mega footers <img src='http://www.devtheweb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/12/19/mega-footers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Sites Against Internet Explorer 6</title>
		<link>http://www.devtheweb.net/blog/2009/08/25/web-sites-against-internet-explorer-6/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/25/web-sites-against-internet-explorer-6/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:08:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=92</guid>
		<description><![CDATA[Let&#8217;s admit it, many people hate Internet Explorer 6 Here&#8217;s a list of Web Sites Against IE6: 1. STOP IE6 campaign A campaign devoted to wiping IE6 off the web URL: http://www.stopie6.org/ 2. RIPIE6.com RIPIE6 is the obituary notice of Internet Explorer 6&#8242;s death URL: http://www.ripie6.com/ 3. Bring Down IE 6 a campaign by .net [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s admit it, many people hate Internet Explorer 6</p>
<p><img class="alignnone size-medium wp-image-98" title="cemetry-ie-jpnew" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/cemetry-ie-jpnew-300x229.jpg" alt="cemetry-ie-jpnew" width="300" height="229" /></p>
<p>Here&#8217;s a list of Web Sites Against IE6:</p>
<p><strong>1. STOP IE6 campaign</strong></p>
<p><img class="alignnone size-medium wp-image-93" title="0-stopie6" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/0-stopie6-300x63.jpg" alt="0-stopie6" width="300" height="63" /></p>
<p>A campaign devoted to wiping IE6 off the web</p>
<p>URL: <a href="http://www.stopie6.org/" target="_blank">http://www.stopie6.org/<br />
</a></p>
<p><strong>2. RIPIE6.com</strong><br />
<img class="alignnone size-medium wp-image-99" title="ripie6" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/ripie6-300x236.jpg" alt="ripie6" width="300" height="236" /></p>
<p>RIPIE6 is the obituary notice of Internet Explorer 6&#8242;s death</p>
<p>URL: <a href="http://www.ripie6.com/" target="_blank">http://www.ripie6.com/<br />
</a></p>
<p><strong>3. Bring Down IE 6</strong></p>
<p><strong><img class="alignnone size-full wp-image-96" title="6-skull-badge" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/6-skull-badge.gif" alt="6-skull-badge" width="130" height="130" /></strong></p>
<p>a campaign by .net magazine</p>
<p>URL: <a href="http://www.bringdownie6.com/" target="_blank">http://www.bringdownie6.com/<br />
</a><br />
<strong><br />
4. Stop IE</strong><br />
<img class="alignnone size-full wp-image-97" title="7-stop-ie" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/7-stop-ie.gif" alt="7-stop-ie" width="250" height="75" /></p>
<p>Rid the web of Internet Explorer</p>
<p>URL: <a href="http://www.stopie.com/" target="_blank">http://www.stopie.com/<br />
</a></p>
<p><strong>5. I hate IE</strong></p>
<p>devoted to those who HATE IE (Internet Explorer)</p>
<p>URL: <a href="http://www.ihateie.com/" target="_blank">http://www.ihateie.com/<br />
</a><br />
<strong>6. Why IE Sucks Blog</strong></p>
<p>Need reasons? Read on, reader, read on &#8230;</p>
<p>URL: <a href="http://whyiesucks.blogspot.com/" target="_blank">http://whyiesucks.blogspot.com/<br />
</a></p>
<p><strong>7. Crash IE &#8211; Crash Internet Explorer</strong><br />
<img class="alignnone size-medium wp-image-94" title="4-crash-ie" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/4-crash-ie-300x93.jpg" alt="4-crash-ie" width="300" height="93" /></p>
<p>Crash Internet Explorer by Simply Visiting This Website!</p>
<p>URL: <a href="http://www.crashie.com/" target="_blank">http://www.crashie.com/<br />
</a></p>
<p><strong>8. IE sucks &#8211; Internet Explorer the dumb browser</strong></p>
<p><strong><img class="alignnone size-medium wp-image-95" title="5-internet_explorer_sucks" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/5-internet_explorer_sucks-300x140.jpg" alt="5-internet_explorer_sucks" width="300" height="140" /></strong></p>
<p>Internet Explorer the dumb browser</p>
<p>URL: <a href="http://www.iesucks.info/" target="_blank">http://www.iesucks.info/</a></p>
<p><strong>9. Stop Internet Explorer</strong></p>
<p>URL: <a href="http://stopie.wordpress.com/" target="_blank">http://stopie.wordpress.com/<br />
</a></p>
<p><strong>10. Dear IE 6,</strong></p>
<p>Its been a good run, now please leave.</p>
<p>Sincerely,</p>
<p>URL: <a href="http://www.dearie6.com/" target="_blank">http://www.dearie6.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/25/web-sites-against-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Logo Makers</title>
		<link>http://www.devtheweb.net/blog/2009/08/25/best-logo-makers/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/25/best-logo-makers/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:40:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=83</guid>
		<description><![CDATA[1. Easy Logo Maker Easy Logo Maker is a web based application that allows users to create logos for free. Generated logos are in all format files. Users can add images, text and shapes. Text, images and shapes use context ribbon UI, from where properties like (size, position, filters&#8230;) can be set for each object [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Easy Logo Maker</strong></p>
<p><img class="alignnone size-medium wp-image-84" title="logo-maker-1" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/logo-maker-1-300x210.gif" alt="logo-maker-1" width="300" height="210" /></p>
<p>Easy Logo Maker is a web based application that allows users to create logos for free.<br />
Generated logos are in all format files. Users can add images, text and shapes. Text, images and shapes use context ribbon UI, from where properties like (size, position, filters&#8230;) can be set for each object when it&#8217;s selected.</p>
<p>URL: <a href="http://easylogomaker.riaextended.com/" target="_blank">http://easylogomaker.riaextended.com/</a></p>
<p><strong>2. Free Logo Generator</strong></p>
<p><strong><img class="alignnone size-medium wp-image-85" title="logo-maker-2" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/logo-maker-2-300x173.gif" alt="logo-maker-2" width="300" height="173" /></strong></p>
<p>Free Logo Generator is a web based application that allows users to create logos for free.<br />
Generated logos are in all format files.</p>
<p>URL: <a href="http://www.simwebsol.com/ImageTool/" target="_blank">http://www.simwebsol.com/ImageTool/</a></p>
<p><strong>3. Logo Maker</strong></p>
<p><strong><img class="alignnone size-medium wp-image-86" title="logo-maker-3" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/logo-maker-3-300x187.gif" alt="logo-maker-3" width="300" height="187" /></strong></p>
<p>Logo Maker is a web based application that allows users to create logos for free. Generated logos are in all format files.</p>
<p>URL: <a href="http://www.logomaker.com/" target="_blank">http://www.logomaker.com/</a></p>
<p><strong>4. Logo Ease – Business Logo Maker</strong></p>
<p><strong><img class="alignnone size-medium wp-image-87" title="logo-maker-4" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/logo-maker-4-300x132.gif" alt="logo-maker-4" width="300" height="132" /></strong></p>
<p>Logo Ease is a web based application that allows users to create logos for free.<br />
Generated logos are in all format files.</p>
<p>URL: <a href="http://www.logoease.com/" target="_blank">http://www.logoease.com/</a></p>
<p><strong>5. AAA Logo Design Software</strong></p>
<p><strong><img class="alignnone size-medium wp-image-89" title="logo-maker-6" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/logo-maker-6-300x288.gif" alt="logo-maker-6" width="300" height="288" /><br />
</strong></p>
<p><strong> </strong></p>
<p>With AAA Logo you can create almost any type of website graphics or business graphics for high resolution printing. Logos, banners, buttons, headers and icons for your website with rich colors, gradients, shadows and reflections. Business graphics such as business cards, letterheads, posters and other business stationery can be designed and printed directly from AAA Logo or created images can be exported for use with other applications.</p>
<p>URL: <a href="http://www.aaa-logo.com/" target="_blank">http://www.aaa-logo.com/<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/25/best-logo-makers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Add-ons for Firefox, You shouldn&#8217;t miss</title>
		<link>http://www.devtheweb.net/blog/2009/08/25/10-add-ons-for-firefox-you-shouldnt-miss/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/25/10-add-ons-for-firefox-you-shouldnt-miss/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 09:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=70</guid>
		<description><![CDATA[1. Web Developer last version: 1.1.6 Add a menu and a toolbar to the browser with various web developer tools like working with css, cookie, forms, tables, frames, and edit html. URL: https://addons.mozilla.org/en-US/firefox/addon/60 2. FireFTP last version: 1.0.4 FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>1. Web Developer </strong></span><br />
last version: 1.1.6</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-79" title="web developer" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/web-developer.png" alt="web developer" width="284" height="196" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Add a menu and a toolbar to the browser with various web developer<br />
tools like working with css, cookie, forms, tables, frames, and edit html.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/60</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>2. FireFTP</strong></span><br />
last version: 1.0.4</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-74" title="fire ftp" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/fire-ftp.png" alt="fire ftp" width="128" height="128" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">FireFTP is a free, secure, cross-platform FTP client for Mozilla<br />
Firefox which provides easy and intuitive access to FTP servers.</p>
<p style="margin-bottom: 0in;">URL: <a href="http://fireftp.mozdev.org/" target="_blank">http://fireftp.mozdev.org/</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>3. Firebug</strong></span><br />
last version: 1.4.0b2</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-75" title="firebug" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/firebug.png" alt="firebug" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --> <!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Firebug integrates with Firefox to put a wealth of<br />
development tools at your fingertips while you browse.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/1843</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>4. ColorZilla</strong></span><br />
last version: 2.0.2</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-71" title="colorzilla" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/colorzilla.png" alt="colorzilla" width="200" height="150" /></p>
<p>Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies&#8230;</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/271</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>5. IE Tab</strong></span><br />
last version: 1.5.20090525</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-76" title="ie tab" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/ie-tab.png" alt="ie tab" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Embedding Internet Explorer in tabs of Mozilla/Firefox&#8230;</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/1419" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/1419</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>6. Page validator</strong></span><br />
last version: 3.0.0</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-78" title="page validator" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/page-validator.png" alt="page validator" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Validates a page using the W3C Markup Validation Service.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/2250" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2250</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>7. CSS validator</strong></span><br />
last version: 3.0.0</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-72" title="css validator" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/css-validator.png" alt="css validator" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Validates a page using the W3C CSS Validator.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/2289" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2289</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>8. Current Site IP</strong></span><br />
last version: 1.0.14</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-73" title="current site ip" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/current-site-ip.png" alt="current site ip" width="200" height="26" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">This plugin gives you an advertising-free, direct way to get a<br />
website IP address you need when working on site development.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/11036" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/11036</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>9. MeasureIt</strong></span><br />
last version: 0.3.8</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-77" title="measureit" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/measureit.png" alt="measureit" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Draw out a ruler to get the pixel width and height of any elements.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/539</a></p>
<p style="margin-bottom: 0in;">
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;"><span style="font-size: medium;"><strong>10. Window Resizer</strong></span><br />
last version: 1.0</p>
<p style="margin-bottom: 0in;"><img class="alignnone size-full wp-image-80" title="window resizer" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/window-resizer.png" alt="window resizer" width="200" height="150" /></p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom: 0in;">Resize your browser to various standard resolution sizes.</p>
<p style="margin-bottom: 0in;">URL: <a href="https://addons.mozilla.org/en-US/firefox/addon/1985" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/1985</a></p>
<p style="margin-bottom: 0in;">
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/25/10-add-ons-for-firefox-you-shouldnt-miss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Tips to Optimize Page Loading When Work With Pictures</title>
		<link>http://www.devtheweb.net/blog/2009/08/25/general-tips-to-optimize-page-loading-when-work-with-pictures/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/25/general-tips-to-optimize-page-loading-when-work-with-pictures/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 09:34:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=68</guid>
		<description><![CDATA[1. Use Browser Cache When visit page for first time, Browser have to download all resources (aslo All images), but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you&#8217;ll need to configure the web server. 2. Don&#8217;t forget height and width atteibutes in img tags [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Use Browser Cache </strong></p>
<p>When visit page for first time, Browser have to download all resources (aslo All images), but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you&#8217;ll need to configure the web server.</p>
<p><strong>2. Don&#8217;t forget height and width atteibutes in img tags</strong></p>
<p>These attributes &#8216;helps&#8217; the browser to layout the text before the image is 100% loaded. If you forget these attribute, browser will first download the image and after the will calculate the lay out.</p>
<p><strong>3. Give correct values of height and width atteibutes in img tags</strong></p>
<p>If height and width are little but the image file is large, that won&#8217;t mage the page loading faster.</p>
<p><strong>4. Avoid &#8216;animated&#8217; Gifs and Flash </strong></p>
<p>Animated Gifs and Flash could have huge size, which&#8217;ll slow down the page loading.</p>
<p><strong>5. Do you reaaly need 3D Graphics ?</strong></p>
<p>Think if you really need large 3D Graphics for background, simple images could make site more friendly and also reduce the total size of bytes which browser will download when open your page, which optimize the loading</p>
<p><strong>6. Choose Appropriate Formats of Images</strong></p>
<p>Be carefully when choose the format of images: GIFs works best for solid colors and sharp-edged transitions from one color to other, JPEGs works best for continuous gradations of many colors or grey tones.</p>
<p><strong>7. Use Image Slicing</strong></p>
<p>Image slicing is a technique used to breakdown a large image into smaller pieces to make it load faster.</p>
<p><strong>8. Don&#8217;t Include Too Many Images in One Page</strong></p>
<p>If they&#8217;re too many separate them in different pages. Ex. you&#8217;ve photos of animalas, make one page for cats, second for dogs, third for rabbits, etc.</p>
<p><strong>9. Use Thumbnails Javascript Scripts</strong></p>
<p>You can use a java script to display a thumbnail and load the larger image only when the user clicks or rolls his mouse over the thumbnail.</p>
<p><strong>10. Optimize Your Images</strong></p>
<p>Optimizing your images is a great way to reduce the load time, but be careful because it will often make your colors look washed-out and you may lose some of the fine details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/25/general-tips-to-optimize-page-loading-when-work-with-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Free Online CSS Menu Generators</title>
		<link>http://www.devtheweb.net/blog/2009/08/25/best-free-online-css-menu-generators/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/25/best-free-online-css-menu-generators/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:49:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=60</guid>
		<description><![CDATA[Here&#8217;s a list of best free online css menu generators: 1. CssMenuMaker.com &#8211; Generator and Download  CSS Menus URL: http://www.cssmenumaker.com/ 2. MyCssMenu.com &#8211; CSS Menu Generator URL: http://www.mycssmenu.com/ 3. CssMenuBuilder.com &#8211; Create a standard compliant xhtml/css menu for your website for free via the online navigation generator. URL: http://cssmenubuilder.com/home 4. CssPortal.com/generators/menu.htm &#8211; create a horizontal [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of best free online css menu generators:</p>
<p><strong>1.</strong> CssMenuMaker.com &#8211; Generator and Download  CSS Menus</p>
<p><img class="alignnone size-medium wp-image-62" title="1-css-menu-maker" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/1-css-menu-maker-300x121.gif" alt="1-css-menu-maker" width="300" height="121" /></p>
<p>URL: <a href="http://www.cssmenumaker.com/" target="_blank">http://www.cssmenumaker.com/</a></p>
<p><strong>2.</strong> MyCssMenu.com &#8211; CSS Menu Generator</p>
<p><img class="alignnone size-medium wp-image-63" title="2-mycssmenu" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/2-mycssmenu-300x62.gif" alt="2-mycssmenu" width="300" height="62" /></p>
<p>URL: <a href="http://www.mycssmenu.com/" target="_blank">http://www.mycssmenu.com/</a></p>
<p><strong>3.</strong> CssMenuBuilder.com &#8211; Create a standard compliant xhtml/css<br />
menu for your website for free via the online navigation generator.</p>
<p><img class="alignnone size-medium wp-image-64" title="3-cssmenubuilder" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/3-cssmenubuilder-300x127.gif" alt="3-cssmenubuilder" width="300" height="127" /></p>
<p>URL: <a href="http://cssmenubuilder.com/home" target="_blank">http://cssmenubuilder.com/home</a></p>
<p><strong>4.</strong> CssPortal.com/generators/menu.htm &#8211; create a horizontal<br />
menu with as many as 10 tabs.</p>
<p><img class="alignnone size-medium wp-image-65" title="4-cssportal" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/4-cssportal-300x108.gif" alt="4-cssportal" width="300" height="108" /></p>
<p>URL: <a href="http://www.cssportal.com/generators/menu.htm" target="_blank">http://www.cssportal.com/generators/menu.htm</a></p>
<p><strong>5.</strong> PureCssMenu.com &#8211; Horizontal css menu &amp; Vertical css menu.</p>
<p><img class="alignnone size-medium wp-image-66" title="5-purecssmenu" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/5-purecssmenu-300x121.gif" alt="5-purecssmenu" width="300" height="121" /></p>
<p>URL: <a href="http://purecssmenu.com/" target="_blank">http://purecssmenu.com/</a></p>
<p><strong>x.</strong> TabsGenerator.com &#8211; create navigation tabs with border, gradient,<br />
orientation, and much more.</p>
<p><img class="alignnone size-medium wp-image-61" title="6-tabsgenerator" src="http://devtheweb.net/blog/wp-content/uploads/2009/08/6-tabsgenerator-300x144.gif" alt="6-tabsgenerator" width="300" height="144" /></p>
<p>URL: <a href="http://www.tabsgenerator.com/" target="_blank">http://www.tabsgenerator.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/25/best-free-online-css-menu-generators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 General Tips to Speed Up the Loading Time of Your Web Pages</title>
		<link>http://www.devtheweb.net/blog/2009/08/24/20-general-tips-to-speed-up-the-loading-time-of-your-web-pages/</link>
		<comments>http://www.devtheweb.net/blog/2009/08/24/20-general-tips-to-speed-up-the-loading-time-of-your-web-pages/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:27:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://dev-the-web.com/blog/?p=4</guid>
		<description><![CDATA[Here&#8217;s list of general tips to speed up the loading time of your pages: 1. Use Browser Cache When visit page for first time, Browser have to download all resources, but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you&#8217;ll need to configure the web [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s list of general tips to speed up the loading time of your pages:</p>
<p><strong>1. Use Browser Cache </strong></p>
<p>When visit page for first time, Browser have to download all resources, but on second visit, why should not browser get resources from Cache (previously loaded and saved resource). For Images/CSS/JavaScripts, you&#8217;ll need to configure the web server.</p>
<p><strong>2. call css/javascript files &#8216;style_v1.0.1.css&#8217; &#8216;script_v1.0.1.js&#8217; </strong></p>
<p>When you make changes to existing css/javascript files of your page and you&#8217;re worry that browsers could use older version of these files &#8211; just change their names.</p>
<p><strong>3. Place css and javascript in external files</strong></p>
<p>External files would &#8216;help&#8217; Browser to cache for next use and is good for multiple visits</p>
<p><strong>4. Avoid using &lt;table&gt;</strong></p>
<p>Tables loads slower than other content &#8211; First to work out their structure and once to determine their content. So, as alternative of tables you can layout with css.</p>
<p><strong>5. Avoid using images when it&#8217;s possible.</strong></p>
<p>Ex. if you need to display some text, instead of creating image with that text, add the text suitable formatted with css.</p>
<p><strong>6. Reduce &#8216;&lt;!&#8211; &#8230; &#8211;&gt;&#8217;, &#8216; &#8217;, &#8216;&lt;br /&gt;&#8217; </strong></p>
<p>Adding of even one character increases the size of the page. As bigger is the page size as slower will be the loading time. So to decrease the page size reduce comments and white spacing.</p>
<p><strong>7. Reduce Cookie Size </strong></p>
<p>it&#8217;s important to keep the size of cookies as low as possible to minimize the impact on the user&#8217;s response time.</p>
<p><strong>8. Put &#8216;/&#8217; at the end of every href (if it&#8217;s possible). </strong></p>
<p>Ex. href=&#8221;http://www.aspnetsource.com/&#8221;.</p>
<p>When you add &#8216;/&#8217;, the server &#8216;knows&#8217; that the url is a directory and doesn&#8217;t spend any time to work it out.</p>
<p><strong>9. Write compact css</strong></p>
<p>Ex. border: 1px black solid;</p>
<p>is better than:</p>
<p>border-width: 1px;<br />
border-color: black;<br />
border-style: solid;</p>
<p><strong>10. Reduce &lt; &#8230; class=&#8221;class_name&#8221; &#8230; &gt; </strong></p>
<p>Ex.</p>
<p>&lt;div&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>.class_name { color: #ff0000; }</p>
<p>can be optimized to:</p>
<p>&lt;div&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;p&gt; &#8230; &lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>.class_name p { color: #ff0000; }</p>
<p><strong>11. avoid &#8216;animated&#8217; Gifs and Flash </strong></p>
<p>Animated Gifs and Flash could have huge size, which&#8217;ll slow down the page loading.</p>
<p><strong>12. Choose appropriate formats of images</strong></p>
<p>Be carefully when choose the format of images: GIFs works best for solid colors and sharp-edged transitions from one color to other, JPEGs works best for continuous gradations of many colors or grey tones.</p>
<p><strong>13. Place css inside head </strong></p>
<p>When place css inside head, then browser&#8217;ll &#8216;know&#8217; in the start about how to style and display content before having all content.</p>
<p><strong>14. Place javascript at the bottom of the page (if it&#8217;s possible)</strong></p>
<p>Place javascript at the bottom of page as much possible, because Browser may block rendering during downloading, becausedocument.write() may induce HTML.</p>
<p><strong>15. Avoid the use of query params in image URLs, etc.</strong></p>
<p>Browsers refuses to cache any URL containing a question mark by default.</p>
<p><strong>16. use short style names</strong></p>
<p>By using short style names you can save space, especially when you refer to multiple styles.</p>
<p><strong>17. Specify the height and width attributes for &lt; img&gt;s</strong></p>
<p>When specify the heigth and width attributes for &lt;img&gt;s, but it allow the browser to map the layout of your page while the images are being loaded.</p>
<p><strong>18. Choose &lt;link&gt; over @import</strong></p>
<p>In IE @import behaves the same as using &lt;link&gt; at the bottom of the page, so it&#8217;s best not to use it.</p>
<p><strong>19. Make favicon.ico Small and Cacheable</strong></p>
<p>If you don&#8217;t care about it the browser will still request it, so it&#8217;s better not to respond with a 404 Not Found.</p>
<p><strong>20. Minimize DOM Access</strong></p>
<p>Accessing DOM elements with JavaScript is slow</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtheweb.net/blog/2009/08/24/20-general-tips-to-speed-up-the-loading-time-of-your-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

