<?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 for Gibson&#039;s Blog</title>
	<atom:link href="http://www.gibsontang.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.gibsontang.com</link>
	<description>Started out mobile development on mobile phones where 64kb binaries were the norm, now I am excited to see what the mobile world is heading</description>
	<lastBuildDate>Sat, 07 Aug 2010 07:20:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Windows Mobile 6.x submission system needs a lot of polish by Unlimited Website Submission to Over 800,000 Search Engines &#124; Traffic Turnover</title>
		<link>http://www.gibsontang.com/?p=580&#038;cpage=1#comment-86275</link>
		<dc:creator>Unlimited Website Submission to Over 800,000 Search Engines &#124; Traffic Turnover</dc:creator>
		<pubDate>Sat, 07 Aug 2010 07:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=580#comment-86275</guid>
		<description>[...] Windows Mobile 6.x submission system needs a lot of polish &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows Mobile 6.x submission system needs a lot of polish &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Mobile 6.x submission system needs a lot of polish by Cedric King</title>
		<link>http://www.gibsontang.com/?p=580&#038;cpage=1#comment-86220</link>
		<dc:creator>Cedric King</dc:creator>
		<pubDate>Thu, 29 Jul 2010 01:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=580#comment-86220</guid>
		<description>What game is that? I have a HD Mini :) (but the screen become unresponsive after a while,  apart from that, its actually not a bad phone :))

include the link on your blog so it&#039;s easier to link to it.</description>
		<content:encoded><![CDATA[<p>What game is that? I have a HD Mini <img src='http://www.gibsontang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (but the screen become unresponsive after a while,  apart from that, its actually not a bad phone <img src='http://www.gibsontang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>include the link on your blog so it&#8217;s easier to link to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Apple&#8217;s App Store doesn&#8217;t suck and yours does by Gibson</title>
		<link>http://www.gibsontang.com/?p=571&#038;cpage=1#comment-86051</link>
		<dc:creator>Gibson</dc:creator>
		<pubDate>Mon, 21 Jun 2010 02:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=571#comment-86051</guid>
		<description>Actually, the aggregator takes 50% of the leftover. So your app sells for $2, telco takes 50% which leaves $1, then the aggregator takes 50% of that $1 which means 50 cents left for the developer</description>
		<content:encoded><![CDATA[<p>Actually, the aggregator takes 50% of the leftover. So your app sells for $2, telco takes 50% which leaves $1, then the aggregator takes 50% of that $1 which means 50 cents left for the developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Apple&#8217;s App Store doesn&#8217;t suck and yours does by icelava</title>
		<link>http://www.gibsontang.com/?p=571&#038;cpage=1#comment-86050</link>
		<dc:creator>icelava</dc:creator>
		<pubDate>Mon, 21 Jun 2010 01:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=571#comment-86050</guid>
		<description>If telco get 50% and aggreg get 50%, shouldnt developer get 0%?</description>
		<content:encoded><![CDATA[<p>If telco get 50% and aggreg get 50%, shouldnt developer get 0%?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mantis is painful by Harish</title>
		<link>http://www.gibsontang.com/?p=142&#038;cpage=1#comment-85814</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Tue, 01 Jun 2010 05:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=142#comment-85814</guid>
		<description>I have followed your steps but couldnt succeed further .. finally i have modified install.php file as mentioned below and it worked ..:

/*
$f_admin_username = gpc_get( &#039;admin_username&#039;, &#039;&#039; );
$f_admin_password = gpc_get( &#039;admin_password&#039;, &#039;&#039; );
*/
$f_admin_username = gpc_get( &#039;db_username&#039;, config_get( &#039;db_username&#039;, &#039;&#039; ) );
$f_admin_password = gpc_get( &#039;db_password&#039;, config_get( &#039;db_password&#039;, &#039;&#039; ) );</description>
		<content:encoded><![CDATA[<p>I have followed your steps but couldnt succeed further .. finally i have modified install.php file as mentioned below and it worked ..:</p>
<p>/*<br />
$f_admin_username = gpc_get( &#8216;admin_username&#8217;, &#8221; );<br />
$f_admin_password = gpc_get( &#8216;admin_password&#8217;, &#8221; );<br />
*/<br />
$f_admin_username = gpc_get( &#8216;db_username&#8217;, config_get( &#8216;db_username&#8217;, &#8221; ) );<br />
$f_admin_password = gpc_get( &#8216;db_password&#8217;, config_get( &#8216;db_password&#8217;, &#8221; ) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone UIWebView tutorial by Vishwa</title>
		<link>http://www.gibsontang.com/?p=176&#038;cpage=1#comment-85655</link>
		<dc:creator>Vishwa</dc:creator>
		<pubDate>Wed, 19 May 2010 13:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=176#comment-85655</guid>
		<description>Nice tutorial. One Query. How can i stop scrolling of WebView?</description>
		<content:encoded><![CDATA[<p>Nice tutorial. One Query. How can i stop scrolling of WebView?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why the N-Gage flopped by Amy</title>
		<link>http://www.gibsontang.com/?p=547&#038;cpage=1#comment-85274</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=547#comment-85274</guid>
		<description>[...] @tomiahonen: Great lessons ! RT @gibtang http://bit.ly/asIa5T Why the Nokia N-Gage gaming phone failed while Apple iPhone succeeds   Tags: fresh, [...]</description>
		<content:encoded><![CDATA[<p>[...] @tomiahonen: Great lessons ! RT @gibtang <a href="http://bit.ly/asIa5T" rel="nofollow">http://bit.ly/asIa5T</a> Why the Nokia N-Gage gaming phone failed while Apple iPhone succeeds   Tags: fresh, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex tutorial + Facebook API = Not Very Good by Peter</title>
		<link>http://www.gibsontang.com/?p=483&#038;cpage=1#comment-85273</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 23 Apr 2010 07:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=483#comment-85273</guid>
		<description>Just want to say that this helped alot! Thanks!</description>
		<content:encoded><![CDATA[<p>Just want to say that this helped alot! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex tutorial + Facebook API = Not Very Good by Gibson</title>
		<link>http://www.gibsontang.com/?p=483&#038;cpage=1#comment-84818</link>
		<dc:creator>Gibson</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=483#comment-84818</guid>
		<description>Glad you found the tutorial helpful, Lance. This issue cost me quite a number of hours to fix</description>
		<content:encoded><![CDATA[<p>Glad you found the tutorial helpful, Lance. This issue cost me quite a number of hours to fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why the N-Gage flopped by Gibson</title>
		<link>http://www.gibsontang.com/?p=547&#038;cpage=1#comment-84817</link>
		<dc:creator>Gibson</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gibsontang.com/?p=547#comment-84817</guid>
		<description>Yup, agreed that bad timing was a point in the failure of the N-Gage. Ironically, if Nokia had released N-Gage as a new and improved device instead of making it as a platform. It may have fared better as wi-fi powered phones were picking up in popularity then.</description>
		<content:encoded><![CDATA[<p>Yup, agreed that bad timing was a point in the failure of the N-Gage. Ironically, if Nokia had released N-Gage as a new and improved device instead of making it as a platform. It may have fared better as wi-fi powered phones were picking up in popularity then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
