<?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: UIApplication&#8217;s buggy openUrl and Budgee&#8217;s CSV Export</title>
	<atom:link href="http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/</link>
	<description></description>
	<lastBuildDate>Thu, 20 May 2010 19:39:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: James</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-129</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 30 Aug 2009 14:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-129</guid>
		<description>Adam - Thanks for posting about this. It&#039;s been driving me nuts for some time, with me thinking I was doing something stupid.

Nick - Have implemented your comma padding work-around. Great idea, works a treat. I can now stop pulling out my hair!</description>
		<content:encoded><![CDATA[<p>Adam - Thanks for posting about this. It's been driving me nuts for some time, with me thinking I was doing something stupid.</p>
<p>Nick - Have implemented your comma padding work-around. Great idea, works a treat. I can now stop pulling out my hair!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Farina</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-121</link>
		<dc:creator>Nick Farina</dc:creator>
		<pubDate>Fri, 15 May 2009 00:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-121</guid>
		<description>I fixed this issue by adding commas to the email address until the system accepts the URL. I chose commas specifically because the mail app will treat the mailto: target as a list of email addresses separated by commas, and will discard any trailing ones automatically.</description>
		<content:encoded><![CDATA[<p>I fixed this issue by adding commas to the email address until the system accepts the URL. I chose commas specifically because the mail app will treat the mailto: target as a list of email addresses separated by commas, and will discard any trailing ones automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Haupert</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-120</link>
		<dc:creator>Dave Haupert</dc:creator>
		<pubDate>Fri, 24 Apr 2009 05:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-120</guid>
		<description>I found the same thing and discovered if I built using the 2.1 or 2.0 SDKs the problem went away.  Makes sense as previous versions of my app did not have this problem, and this latest was the first time I built with the 2.2 SDK.  I also filed a bug to Apple, so let&#039;s hope it gets addressed with 3.0 for sure!</description>
		<content:encoded><![CDATA[<p>I found the same thing and discovered if I built using the 2.1 or 2.0 SDKs the problem went away.  Makes sense as previous versions of my app did not have this problem, and this latest was the first time I built with the 2.2 SDK.  I also filed a bug to Apple, so let's hope it gets addressed with 3.0 for sure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Kleven</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-117</link>
		<dc:creator>Rob Kleven</dc:creator>
		<pubDate>Sun, 29 Mar 2009 14:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-117</guid>
		<description>Thanks for the post ... I am having the exact same problem.  Really small changes to the mailto: URL causing a failure for no reason.  Have tried encoding differently, and padding to word boundaries etc, with no luck.  

Rob</description>
		<content:encoded><![CDATA[<p>Thanks for the post ... I am having the exact same problem.  Really small changes to the mailto: URL causing a failure for no reason.  Have tried encoding differently, and padding to word boundaries etc, with no luck.  </p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-92</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sat, 07 Mar 2009 06:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-92</guid>
		<description>I&#039;ve run into this same problem. Thanks for reporting the bug and posting this message. It helped me to realize I wasn&#039;t going insane. I&#039;ve tried every work around I could think of and still couldn&#039;t get it to work 100% of the time. I will be checking back often to see if you heard back from Apple on this issue since I know so many of the users want this feature.</description>
		<content:encoded><![CDATA[<p>I've run into this same problem. Thanks for reporting the bug and posting this message. It helped me to realize I wasn't going insane. I've tried every work around I could think of and still couldn't get it to work 100% of the time. I will be checking back often to see if you heard back from Apple on this issue since I know so many of the users want this feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Darlington</title>
		<link>http://www.cogitu.com/2009/03/02/uiapplications-buggy-openurl-and-budgees-csv-export/comment-page-1/#comment-87</link>
		<dc:creator>Stephen Darlington</dc:creator>
		<pubDate>Mon, 02 Mar 2009 13:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cogitu.com/?p=85#comment-87</guid>
		<description>openURL: is pretty badly broken! I found that it doesn&#039;t return NO when you pass it an unsupported URL scheme. This means that you have no way of knowing whether a call to, say, TwitterFon, worked or not. This also used to work in the 2.0 days. Not a show-stopper, but does show that Apple has a lot of work to do in this area.</description>
		<content:encoded><![CDATA[<p>openURL: is pretty badly broken! I found that it doesn't return NO when you pass it an unsupported URL scheme. This means that you have no way of knowing whether a call to, say, TwitterFon, worked or not. This also used to work in the 2.0 days. Not a show-stopper, but does show that Apple has a lot of work to do in this area.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
