<?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; wml</title>
	<atom:link href="http://blog.smartcube.co.za/tag/wml/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>Nokia&#8217;s Music Store Fail</title>
		<link>http://blog.smartcube.co.za/2009/04/23/nokias-music-store-fail/</link>
		<comments>http://blog.smartcube.co.za/2009/04/23/nokias-music-store-fail/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 07:05:56 +0000</pubDate>
		<dc:creator>drubin</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[wml]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.smartcube.co.za/?p=86</guid>
		<description><![CDATA[I heard last night on the Tv that Nokia is going to be releasing their Music store at first I thought maybe this would be great for South Africa since the majority of our population do not have smart phones such as the iphone&#8230;. They claim to launch on the 24th but if their current [...]]]></description>
			<content:encoded><![CDATA[<p>I heard last night on the Tv that <a href="http://www.nokia.com">Nokia</a> is going to be releasing their <a href="http://musicstore.nokia.com/">Music store</a> at first I thought maybe this would be great for South Africa since the majority of our population do not have smart phones such as the iphone&#8230;.</p>
<p>They claim to launch on the 24th but if their current <a href="http://musicstore.nokia.com/">site</a> is any thing to go on I as well as many others will be highly disappointed.</p>
<p><strong>Major issues.</strong><br />
1) Going to the site on a mobile (Nokia 6300) gives a content type of wml (text/vnd.wap.wml) on a phone that clearly supports xhtml mobile profile.<br />
2) Their site isn&#8217;t even in wml it is xhtml served with a content type of xml FAIL! on most of the phones<br />
3) They site is missing the correct xml decleration.<code>&lt;?xml version="1.0" encoding="UTF-8" ?&gt;</code> This is normally an issue with IE6 since it doesn&#8217;t understand xml&#8230;. but wait I thought this was a mobile site?<br />
4) Mobile profile <code>&lt;!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"&gt;</code><br />
   should be used instead of <code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;</code><br />
5) Use of javascript on a phone that clearly doesn&#8217;t support it, way to go to save data use age. <code>&lt;script type=&quot;text/javascript&quot; src=&quot;js/getElementsByClassName.js&quot;&gt;&lt;/script&gt;</code><br />
6) IE specific css <code>&lt;!--[if lt IE 7]&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/ie6.css&quot; /&gt;&lt;![endif]--&gt;</code> Is this a website NO! </p>
<p>Oddly enough the <a href="http://music.nokia.co.uk/">UK</a> version is more mobile compliant then the international one with minor errors like the xml header (point 1 and 2) other wise pretty nice site.</p>
<p>I am pretty sure there are more basic errors and maybe I will bother to check it out again and update this post but for now I have other important stuff to get done.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.smartcube.co.za/2009/04/23/nokias-music-store-fail/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
