<?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: The Mobile Web and Fragmentation</title>
	<atom:link href="http://www.masabi.com/2008/09/24/the-mobile-web-and-fragmentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masabi.com/2008/09/24/the-mobile-web-and-fragmentation/</link>
	<description>The ticket machine in your pocket</description>
	<lastBuildDate>Sat, 23 Jan 2010 20:27:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Godber</title>
		<link>http://www.masabi.com/2008/09/24/the-mobile-web-and-fragmentation/comment-page-1/#comment-50</link>
		<dc:creator>Tom Godber</dc:creator>
		<pubDate>Wed, 01 Oct 2008 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://masabi.com/2008/09/the-mobile-web-and-fragmentation.html#comment-50</guid>
		<description>Alex: sorry you&#039;re absolutely correct, WURFL itself isn&#039;t much use without a library to use the data!&lt;br/&gt;&lt;br/&gt;igorskee: some of these points will vanish in time, the question is how much time!  My next post is on handset upgrade cycles and the latency of buggy firmware implementations in real user&#039;s hands - give it a year and the power users will be OK, but for the average guy on the street I think we&#039;re talking 2-4 years before AJAX is a viable platform.  Whether that matters depends on what you&#039;re trying to do and who you&#039;re trying to do it for!</description>
		<content:encoded><![CDATA[<p>Alex: sorry you&#8217;re absolutely correct, WURFL itself isn&#8217;t much use without a library to use the data!</p>
<p>igorskee: some of these points will vanish in time, the question is how much time!  My next post is on handset upgrade cycles and the latency of buggy firmware implementations in real user&#8217;s hands &#8211; give it a year and the power users will be OK, but for the average guy on the street I think we&#8217;re talking 2-4 years before AJAX is a viable platform.  Whether that matters depends on what you&#8217;re trying to do and who you&#8217;re trying to do it for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igorskee</title>
		<link>http://www.masabi.com/2008/09/24/the-mobile-web-and-fragmentation/comment-page-1/#comment-49</link>
		<dc:creator>igorskee</dc:creator>
		<pubDate>Tue, 30 Sep 2008 05:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://masabi.com/2008/09/the-mobile-web-and-fragmentation.html#comment-49</guid>
		<description>I think this post is a great collection of various shortcomings of the mobilized web today. It helps people like us to make things better =)&lt;br/&gt;&lt;br/&gt;Many of these points will simply vanish with time because of:&lt;br/&gt;&lt;br/&gt;1) Improved JavaScript performance and network latency (there is nothing preventing a browser-based Google Maps implementation)&lt;br/&gt;&lt;br/&gt;2) Improved standard-compliance for browser cores. At least they&#039;re all trying to meet the ACID3 test - unlike iPhone, BREW and Android teams who have zero in common&lt;br/&gt;&lt;br/&gt;3) AJAX WebApps not a natural fit for handsets? I recommend picking up an iPhone 3G!&lt;br/&gt;&lt;br/&gt;Great post - looking forward to an update in about a year ;)</description>
		<content:encoded><![CDATA[<p>I think this post is a great collection of various shortcomings of the mobilized web today. It helps people like us to make things better =)</p>
<p>Many of these points will simply vanish with time because of:</p>
<p>1) Improved JavaScript performance and network latency (there is nothing preventing a browser-based Google Maps implementation)</p>
<p>2) Improved standard-compliance for browser cores. At least they&#8217;re all trying to meet the ACID3 test &#8211; unlike iPhone, BREW and Android teams who have zero in common</p>
<p>3) AJAX WebApps not a natural fit for handsets? I recommend picking up an iPhone 3G!</p>
<p>Great post &#8211; looking forward to an update in about a year <img src='http://www.masabi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kerr</title>
		<link>http://www.masabi.com/2008/09/24/the-mobile-web-and-fragmentation/comment-page-1/#comment-48</link>
		<dc:creator>Alex Kerr</dc:creator>
		<pubDate>Mon, 29 Sep 2008 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://masabi.com/2008/09/the-mobile-web-and-fragmentation.html#comment-48</guid>
		<description>The best solution for the least effort that I&#039;ve found is the WURFL-powered Wireless Abstraction Library (WALL) which is strictly what you should be mentioning rather than WURFL itself (which is just a device feature lookup). WALL actually generates the correct markup for the device connecting. In practice I find this not at all bad to be able to produce a browser app that works on most browsers most of the time, combined with some recognition code to add extra stuff in for PC browsers.&lt;br/&gt;&lt;br/&gt;WALL is available in Java ( http://wurfl.sourceforge.net/java/wall.php ) and PHP versions ( http://wall.laacz.lv/ ) and a better version, WALL-NG (Java only) is on it&#039;s way.&lt;br/&gt;&lt;br/&gt;As an alternative, lots of people use Haw Haw ( http://www.hawhaw.de/ )</description>
		<content:encoded><![CDATA[<p>The best solution for the least effort that I&#8217;ve found is the WURFL-powered Wireless Abstraction Library (WALL) which is strictly what you should be mentioning rather than WURFL itself (which is just a device feature lookup). WALL actually generates the correct markup for the device connecting. In practice I find this not at all bad to be able to produce a browser app that works on most browsers most of the time, combined with some recognition code to add extra stuff in for PC browsers.</p>
<p>WALL is available in Java ( <a href="http://wurfl.sourceforge.net/java/wall.php" rel="nofollow">http://wurfl.sourceforge.net/java/wall.php</a> ) and PHP versions ( <a href="http://wall.laacz.lv/" rel="nofollow">http://wall.laacz.lv/</a> ) and a better version, WALL-NG (Java only) is on it&#8217;s way.</p>
<p>As an alternative, lots of people use Haw Haw ( <a href="http://www.hawhaw.de/" rel="nofollow">http://www.hawhaw.de/</a> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
