<?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>Rants of a mobile dev &#187; kfm</title>
	<atom:link href="http://blog.smartcube.co.za/tag/kfm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartcube.co.za</link>
	<description>Mobile developer ranting about mobile stuff</description>
	<lastBuildDate>Sun, 02 May 2010 20:58:07 +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>Kfm Joins Mobile Fail</title>
		<link>http://blog.smartcube.co.za/2009/05/07/kfm-joins-mobile-fail/</link>
		<comments>http://blog.smartcube.co.za/2009/05/07/kfm-joins-mobile-fail/#comments</comments>
		<pubDate>Thu, 07 May 2009 11:39:21 +0000</pubDate>
		<dc:creator>drubin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[kfm]]></category>
		<category><![CDATA[wap]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.smartcube.co.za/?p=113</guid>
		<description><![CDATA[Today I was listening to kfm like I do most mornings on the way to work and wanted to download one of the snippets from the show but more on that at a latter date. Currently I have noscript installed and all scripts/iframes/flash/java are disabled until explicitly allowed. Seriously I don&#8217;t know what I would [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was listening to <a href="http://www.kfm.co.za/">kfm</a> like I do most mornings on the way to work and wanted to download one of the snippets from the show but more on that at a latter date.</p>
<p>Currently I have <a href="http://noscript.net/">noscript</a> installed and all scripts/iframes/flash/java are disabled until explicitly allowed. Seriously I don&#8217;t know what I would do with out it. </p>
<p>Firstly when trying to hit  <a href="http://kfm.co.za">kfm.co.za</a> it just times out, but <a href="http://www.kfm.co.za">www.kfm.co.za</a> firstly odd but something that surprised me even more wasn&#8217;t that the webserver wasn&#8217;t configured to handle urls with <a href="http://no-www.org/">out the www</a> but rather that the 2 host names resolve to different ips.<br />
www.kfm.co.za &#8211; 196.37.145.90<br />
kfm.co.za  &#8211; 196.2.132.146</p>
<p>Ok what does this have to do with mobile?<br />
Their home page has this content.<br />
<code><br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />
&lt;title&gt;KFM - The Cape's No.1 hit music station&lt;/title&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
if ((screen.width&lt;801) &amp;&amp; (screen.height&lt;360)) {<br />
window.location.replace('http://www.kfm.co.za/mobilesite/index.asp');<br />
}<br />
else {<br />
window.location.replace('http://www.kfm.co.za/index.asp');<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
<p>I seriously have to ask, how does a screen resolution dictate mobility? further more phones that are mobile do tend to not support JavaScript.  Another issue why are they doing redirection on the client side are do they not understand the concept of server side detection? </p>
<p>Ok so I thought I would follow the mobile version of the site and maybe give them the benefit of the doubt maybe their actual mobile site wont be as bad&#8230;.</p>
<blockquote><p>&lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot;&gt; </p></blockquote>
<p>They clearly care about stats about their sites (Pity that they wont generate any mobile stats since they tend to not load JavaScript in the first place)</p>
<p>They mobile site is riddled with tables and nested tables images in the places no images should ever go.<br />
Some stats about their mobile optimized site&#8230;<br />
<a href="http://blog.smartcube.co.za/wp-content/uploads/2009/05/kfm-stats.png"><img src="http://blog.smartcube.co.za/wp-content/uploads/2009/05/kfm-stats-300x181.png" alt="kfm-stats" title="kfm-stats" width="300" height="181" class="alignnone size-medium wp-image-114" /></a></p>
<p>Just thinking but their <a href="http://www.kfm.co.za/mobilesite/hot_jocks_may_09_vote2.asp">Hot Jocks page</a> is only 179kb at a current rate of R2.00 per meg 34.96 Cents to load that page&#8230;</p>
<p>&lt;/end-rant&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smartcube.co.za/2009/05/07/kfm-joins-mobile-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
