<?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&#039;s Blog &#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>for Those Who Develop Something on the Web</description>
	<lastBuildDate>Fri, 27 Aug 2010 07:28:10 +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>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>tihomir_wwf</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>
		<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>tihomir_wwf</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 [...]]]></description>
		<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>tihomir_wwf</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>
		<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>tihomir_wwf</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>
		<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>tihomir_wwf</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>
		<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>tihomir_wwf</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>
		<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>tihomir_wwf</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>
		<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>
	</channel>
</rss>
