<?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>MilkAddict &#187; browser</title>
	<atom:link href="http://www.milkaddict.com/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milkaddict.com</link>
	<description>Milkaddict.com is a place where people can explore high tech or social content organized in different categories, learn new things, communicate and eventually build new relationships, expose their thoughts, and hopefully also have some fun.</description>
	<lastBuildDate>Tue, 24 Aug 2010 09:43:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Web crawlers. Googlebot.</title>
		<link>http://www.milkaddict.com/web-crawlers-googlebot/</link>
		<comments>http://www.milkaddict.com/web-crawlers-googlebot/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:00:29 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.milkaddict.com/?p=376</guid>
		<description><![CDATA[A Web Crawler is a computer program that automatically browses the World Wide Web in a methodical way. Web Crawlers is also called ant, bot, worm or Web spider. The process of scanning the WWW is called Web crawling or spidering. What Web Crawlers do? Web Crawling is used by Search engines to provide up-to-date [...]]]></description>
		<wfw:commentRss>http://www.milkaddict.com/web-crawlers-googlebot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPtouch &#8211; WordPress mobile theme plugin</title>
		<link>http://www.milkaddict.com/wptouch-wordpress-mobile-theme/</link>
		<comments>http://www.milkaddict.com/wptouch-wordpress-mobile-theme/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:00:42 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Layouts]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.milkaddict.com/?p=310</guid>
		<description><![CDATA[WPtouch is a WordPress plugin by BraveNewCode Inc. that makes your WordPress website load fast on touch mobile devices, showing the content beautifully and without interfering with your regular theme. Here is how my MilkAddict website looks like on my iPhone using WPtouch: As you can see, WPtouch WordPress plugin automatically transforms your WordPress blog into [...]]]></description>
		<wfw:commentRss>http://www.milkaddict.com/wptouch-wordpress-mobile-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ninite Multi-App Installer</title>
		<link>http://www.milkaddict.com/ninite-multi-app-installer/</link>
		<comments>http://www.milkaddict.com/ninite-multi-app-installer/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:00:36 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.milkaddict.com/?p=241</guid>
		<description><![CDATA[Ninite is a great solution for Windows that provides you a very easy way to get multiple applications installed on a computer with a single click! All you have to do is to select the apps you want installed from the list available at the Ninite&#8217;s homepage, start the customized installer that you get from [...]]]></description>
		<wfw:commentRss>http://www.milkaddict.com/ninite-multi-app-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Document Type Definition (DTD) and DOCTYPE Declaration.</title>
		<link>http://www.milkaddict.com/document-type-definition-dtd-and-doctype-declaration/</link>
		<comments>http://www.milkaddict.com/document-type-definition-dtd-and-doctype-declaration/#comments</comments>
		<pubDate>Sun, 13 May 2007 21:14:04 +0000</pubDate>
		<dc:creator>Adriano</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[doctype]]></category>
		<category><![CDATA[DTD]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://milkaddict.com/?p=38</guid>
		<description><![CDATA[A Document Type Definition (DTD) is a set of rules that define the document structure in a particular version of XML or (X)HTML. A browser will parse the web page looking for the Document Type (DOCTYPE) Declaration in your CSS code and will use these rules to validate the page. An example of Document Type [...]]]></description>
		<wfw:commentRss>http://www.milkaddict.com/document-type-definition-dtd-and-doctype-declaration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
