<?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>dan.thoughts &#187; user agent</title>
	<atom:link href="http://blog.sosedoff.com/tag/user-agent/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sosedoff.com</link>
	<description>Web-development, PHP, Ruby, Sinatra, Merb, Rails, MySQL, SQLite, Web Services.</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:54:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Identify www bots and mobile devices</title>
		<link>http://blog.sosedoff.com/2009/03/12/identify-www-bots-and-mobile-devices/</link>
		<comments>http://blog.sosedoff.com/2009/03/12/identify-www-bots-and-mobile-devices/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:45:50 +0000</pubDate>
		<dc:creator>Dan Sosedoff</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[crawler]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[user agent]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.sosedoff.com/?p=79</guid>
		<description><![CDATA[Need to identify web crawlers and mobile devices with your web-app ? Here is the list of couple regular expressions you can use (most common values):
Mobile Devices:

/(blackberry&#124;motorokr&#124;motorola&#124;sony&#124;windows ce&#124;240x320&#124;176x220&#124;palm&#124;mobile&#124;iphone&#124;ipod&#124;symbian&#124;nokia&#124;samsung&#124;midp)/i

Web Spyders:

/(google&#124;yahoo&#124;baidu&#124;bot&#124;webalta&#124;archiver&#124;crawler&#124;spyder)/i

]]></description>
			<content:encoded><![CDATA[<p>Need to identify web crawlers and mobile devices with your web-app ? Here is the list of couple regular expressions you can use (most common values):</p>
<p>Mobile Devices:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/(blackberry|motorokr|motorola|sony|windows ce|240x320|176x220|palm|mobile|iphone|ipod|symbian|nokia|samsung|midp)/i</pre></div></div>

<p>Web Spyders:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">/(google|yahoo|baidu|bot|webalta|archiver|crawler|spyder)/i</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.sosedoff.com/2009/03/12/identify-www-bots-and-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

