<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Taking Your Site Mobile</title>
	<atom:link href="http://selfmademinds.com/200709/taking-your-site-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://selfmademinds.com/200709/taking-your-site-mobile/</link>
	<description>Sharing lessons learned in business and online marketing</description>
	<lastBuildDate>Sun, 13 Nov 2011 20:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spread your blog world to the mobile mass at BlogMunch</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-4073</link>
		<dc:creator>Spread your blog world to the mobile mass at BlogMunch</dc:creator>
		<pubDate>Thu, 18 Oct 2007 16:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-4073</guid>
		<description>[...] Taking Your Site Mobile [...]</description>
		<content:encoded><![CDATA[<p>[...] Taking Your Site Mobile [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artist</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3707</link>
		<dc:creator>Artist</dc:creator>
		<pubDate>Fri, 28 Sep 2007 14:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3707</guid>
		<description>Looks like my site has not gone mobile yet, on the other hand I have noticed a strong increase of view with &#039;unknown&#039; browsers.  Could it be these are simply not getting identified as mobi&#039;s?  Thanks for compiling the extensive list above.</description>
		<content:encoded><![CDATA[<p>Looks like my site has not gone mobile yet, on the other hand I have noticed a strong increase of view with &#8216;unknown&#8217; browsers.  Could it be these are simply not getting identified as mobi&#8217;s?  Thanks for compiling the extensive list above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3693</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 27 Sep 2007 22:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3693</guid>
		<description>The plug-in checks a list of known mobile user agents:
&lt;code&gt;
	$small_browsers = array(
		&#039;2.0 MMP&#039;
		,&#039;240x320&#039;
		,&#039;AvantGo&#039;
		,&#039;BlackBerry&#039;
		,&#039;Blazer&#039;
		,&#039;Cellphone&#039;
		,&#039;Danger&#039;
		,&#039;DoCoMo&#039;
		,&#039;Elaine/3.0&#039;
		,&#039;EudoraWeb&#039;
		,&#039;hiptop&#039;
		,&#039;MMEF20&#039;
		,&#039;MOT-V&#039;
		,&#039;NetFront&#039;
		,&#039;Newt&#039;
		,&#039;Nokia&#039;
		,&#039;Opera Mini&#039;
		,&#039;Palm&#039;
		,&#039;portalmmm&#039;
		,&#039;Proxinet&#039;
		,&#039;ProxiNet&#039;
		,&#039;SHARP-TQ-GX10&#039;
		,&#039;Small&#039;
		,&#039;SonyEricsson&#039;
		,&#039;Symbian OS&#039;
		,&#039;SymbianOS&#039;
		,&#039;TS21i-10&#039;
		,&#039;UP.Browser&#039;
		,&#039;UP.Link&#039;
		,&#039;Windows CE&#039;
		,&#039;WinWAP&#039;
	);
	foreach ($small_browsers as $browser) {
		if (strstr($_SERVER[&quot;HTTP_USER_AGENT&quot;], $browser)) {
			$mobileVersion = true;
			return true;
		}
	}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The plug-in checks a list of known mobile user agents:<br />
<code><br />
	$small_browsers = array(<br />
		'2.0 MMP'<br />
		,'240x320'<br />
		,'AvantGo'<br />
		,'BlackBerry'<br />
		,'Blazer'<br />
		,'Cellphone'<br />
		,'Danger'<br />
		,'DoCoMo'<br />
		,'Elaine/3.0'<br />
		,'EudoraWeb'<br />
		,'hiptop'<br />
		,'MMEF20'<br />
		,'MOT-V'<br />
		,'NetFront'<br />
		,'Newt'<br />
		,'Nokia'<br />
		,'Opera Mini'<br />
		,'Palm'<br />
		,'portalmmm'<br />
		,'Proxinet'<br />
		,'ProxiNet'<br />
		,'SHARP-TQ-GX10'<br />
		,'Small'<br />
		,'SonyEricsson'<br />
		,'Symbian OS'<br />
		,'SymbianOS'<br />
		,'TS21i-10'<br />
		,'UP.Browser'<br />
		,'UP.Link'<br />
		,'Windows CE'<br />
		,'WinWAP'<br />
	);<br />
	foreach ($small_browsers as $browser) {<br />
		if (strstr($_SERVER["HTTP_USER_AGENT"], $browser)) {<br />
			$mobileVersion = true;<br />
			return true;<br />
		}<br />
	}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cook</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3691</link>
		<dc:creator>Justin Cook</dc:creator>
		<pubDate>Thu, 27 Sep 2007 22:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3691</guid>
		<description>Just check your webstats. In the OS and Browser reports you&#039;ll see mobile devices, and mobile browser versions. They&#039;ll be the minority though.</description>
		<content:encoded><![CDATA[<p>Just check your webstats. In the OS and Browser reports you&#8217;ll see mobile devices, and mobile browser versions. They&#8217;ll be the minority though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artist</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3689</link>
		<dc:creator>Artist</dc:creator>
		<pubDate>Thu, 27 Sep 2007 22:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3689</guid>
		<description>Although I am still working on building my site and have a lot to develop, I have not even considered checking on a mobile platform.  How are you able to tell what views are coming from a mobile device?</description>
		<content:encoded><![CDATA[<p>Although I am still working on building my site and have a lot to develop, I have not even considered checking on a mobile platform.  How are you able to tell what views are coming from a mobile device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3686</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Thu, 27 Sep 2007 17:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3686</guid>
		<description>but what are the prices like for web in UK?

also realistically how long could you browse for with 1MB?</description>
		<content:encoded><![CDATA[<p>but what are the prices like for web in UK?</p>
<p>also realistically how long could you browse for with 1MB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cook</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3679</link>
		<dc:creator>Justin Cook</dc:creator>
		<pubDate>Thu, 27 Sep 2007 11:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3679</guid>
		<description>I have the HTC s710, and I pay for a set number of megabytes per month. However, with mobile-ready sites, it only take  few kb with each page load</description>
		<content:encoded><![CDATA[<p>I have the HTC s710, and I pay for a set number of megabytes per month. However, with mobile-ready sites, it only take  few kb with each page load</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test Your Website on a Mobile Phone &#124; MegaBlogg Free Blog Host</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3678</link>
		<dc:creator>Test Your Website on a Mobile Phone &#124; MegaBlogg Free Blog Host</dc:creator>
		<pubDate>Thu, 27 Sep 2007 11:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3678</guid>
		<description>[...] Via: Self Made Minds [...]</description>
		<content:encoded><![CDATA[<p>[...] Via: Self Made Minds [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3672</link>
		<dc:creator>Abdul</dc:creator>
		<pubDate>Thu, 27 Sep 2007 09:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3672</guid>
		<description>may i ask what phone you have?

How expensive is it to browse via phone too?

Thanks for the links you have given. They are very useful.</description>
		<content:encoded><![CDATA[<p>may i ask what phone you have?</p>
<p>How expensive is it to browse via phone too?</p>
<p>Thanks for the links you have given. They are very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://selfmademinds.com/200709/taking-your-site-mobile/comment-page-1/#comment-3665</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Wed, 26 Sep 2007 20:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://selfmademinds.com/200709/taking-your-site-mobile/#comment-3665</guid>
		<description>That&#039;s a side effect of an accidental on purpose feature :) it updates all comments with the site title for consistency (and to prevent abuse).</description>
		<content:encoded><![CDATA[<p>That&#8217;s a side effect of an accidental on purpose feature <img src='http://selfmademinds.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  it updates all comments with the site title for consistency (and to prevent abuse).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

