<?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 Abe&#039;s Dev Blog</title>
	<atom:link href="http://www.blogs.abeazam.com/dev/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.blogs.abeazam.com/dev</link>
	<description>Developers Haven</description>
	<lastBuildDate>Tue, 29 Jun 2010 17:14:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on NIB Localisation by Rob</title>
		<link>http://www.blogs.abeazam.com/dev/?p=98&#038;cpage=1#comment-243</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=98#comment-243</guid>
		<description>I understand all of that and have localized nibs. Now how can I programmatically change the language? I don&#039;t want the user to fiddle with the settings App. I want to control the languages in the application.

Regards,
Rob</description>
		<content:encoded><![CDATA[<p>I understand all of that and have localized nibs. Now how can I programmatically change the language? I don&#8217;t want the user to fiddle with the settings App. I want to control the languages in the application.</p>
<p>Regards,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NIB Localisation by Mark Vice</title>
		<link>http://www.blogs.abeazam.com/dev/?p=98&#038;cpage=1#comment-185</link>
		<dc:creator>Mark Vice</dc:creator>
		<pubDate>Sat, 12 Jun 2010 21:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=98#comment-185</guid>
		<description>I love it!</description>
		<content:encoded><![CDATA[<p>I love it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 Mobile SDK by Trent</title>
		<link>http://www.blogs.abeazam.com/dev/?p=162&#038;cpage=1#comment-180</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=162#comment-180</guid>
		<description>There is a cracked OS emulator out there with has all the other items you wanted to check out.</description>
		<content:encoded><![CDATA[<p>There is a cracked OS emulator out there with has all the other items you wanted to check out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus One 3G bug(O2 UK) and Wifi bug by abe</title>
		<link>http://www.blogs.abeazam.com/dev/?p=150&#038;cpage=1#comment-177</link>
		<dc:creator>abe</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=150#comment-177</guid>
		<description>no worries mate glade it helps</description>
		<content:encoded><![CDATA[<p>no worries mate glade it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nexus One 3G bug(O2 UK) and Wifi bug by John Cotterell</title>
		<link>http://www.blogs.abeazam.com/dev/?p=150&#038;cpage=1#comment-176</link>
		<dc:creator>John Cotterell</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=150#comment-176</guid>
		<description>Thanks for that. I&#039;ve had no such trouble with my G1, but am thinking of upgrading to nexus at some point soon, it looks awesome.</description>
		<content:encoded><![CDATA[<p>Thanks for that. I&#8217;ve had no such trouble with my G1, but am thinking of upgrading to nexus at some point soon, it looks awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on navigateToURL and popup blockers by Jay</title>
		<link>http://www.blogs.abeazam.com/dev/?p=37&#038;cpage=1#comment-175</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=37#comment-175</guid>
		<description>window.open will still generate pop ups :(
However the guy at codebasement has found a solution which works across all browsers, and sorted my problem. It successfully bypasses pop up blockers with actionscript 3 navigateToURL :

&lt;a href=&quot;http://www.codebasement.com/2010/01/18/actionscript-3pop-up-blocker-ie-and-navigatetourl-wont-open/&quot; rel=&quot;nofollow&quot;&gt;http://www.codebasement.com/2010/01/18/actionscript-3pop-up-blocker-ie-and-navigatetourl-wont-open/&lt;/a&gt;

I&#039;ve implemented that and haven&#039;t had issues (yet!)</description>
		<content:encoded><![CDATA[<p>window.open will still generate pop ups <img src='http://www.blogs.abeazam.com/dev/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
However the guy at codebasement has found a solution which works across all browsers, and sorted my problem. It successfully bypasses pop up blockers with actionscript 3 navigateToURL :</p>
<p><a href="http://www.codebasement.com/2010/01/18/actionscript-3pop-up-blocker-ie-and-navigatetourl-wont-open/" rel="nofollow">http://www.codebasement.com/2010/01/18/actionscript-3pop-up-blocker-ie-and-navigatetourl-wont-open/</a></p>
<p>I&#8217;ve implemented that and haven&#8217;t had issues (yet!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on navigateToURL and popup blockers by abe</title>
		<link>http://www.blogs.abeazam.com/dev/?p=37&#038;cpage=1#comment-174</link>
		<dc:creator>abe</dc:creator>
		<pubDate>Wed, 04 Nov 2009 14:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=37#comment-174</guid>
		<description>np :)</description>
		<content:encoded><![CDATA[<p>np <img src='http://www.blogs.abeazam.com/dev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on navigateToURL and popup blockers by yamato</title>
		<link>http://www.blogs.abeazam.com/dev/?p=37&#038;cpage=1#comment-173</link>
		<dc:creator>yamato</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=37#comment-173</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending(Subclassing) UIButton in Objective-C by abe</title>
		<link>http://www.blogs.abeazam.com/dev/?p=77&#038;cpage=1#comment-150</link>
		<dc:creator>abe</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=77#comment-150</guid>
		<description>Aaah yes you are right this will allow you to create a button using images...but as far as extending or building on the current apple component set that is not possible becuase of the inability to use buttonWithType which alwasy returns a private class.</description>
		<content:encoded><![CDATA[<p>Aaah yes you are right this will allow you to create a button using images&#8230;but as far as extending or building on the current apple component set that is not possible becuase of the inability to use buttonWithType which alwasy returns a private class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending(Subclassing) UIButton in Objective-C by Trevor</title>
		<link>http://www.blogs.abeazam.com/dev/?p=77&#038;cpage=1#comment-149</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 05 Aug 2009 23:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogs.abeazam.com/dev/?p=77#comment-149</guid>
		<description>I think you are wrong about this. See:

http://supergravelynbros.com/?p=871

I have used this technique myself without any problems.</description>
		<content:encoded><![CDATA[<p>I think you are wrong about this. See:</p>
<p><a href="http://supergravelynbros.com/?p=871" rel="nofollow">http://supergravelynbros.com/?p=871</a></p>
<p>I have used this technique myself without any problems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
