<?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 /dev/random</title>
	<atom:link href="http://blog.mcohen.me/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcohen.me</link>
	<description>Reality has a liberal bias.</description>
	<lastBuildDate>Wed, 28 Mar 2012 08:42:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Easy Twitter &amp; FaceBook sharing with ShareKit by prabhjot</title>
		<link>http://blog.mcohen.me/2011/09/18/easy-twitter-facebook-sharing-with-sharekit/#comment-2325</link>
		<dc:creator>prabhjot</dc:creator>
		<pubDate>Wed, 28 Mar 2012 08:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6576#comment-2325</guid>
		<description>Can anybody help me. I am new to sharekit and have a lil knowledge of objective C. So need some way out how can I retrieve my javascript variable in .m file in xcode. 
 
I am getting a newsFeed JSON object that contains a url and this url I need to pass to facebook share method so that I can make a post on Facebook. I will be thankful if somebody can illustrate this with an example. 
 
Thanks 
Prabhjot 
 </description>
		<content:encoded><![CDATA[<p>Can anybody help me. I am new to sharekit and have a lil knowledge of objective C. So need some way out how can I retrieve my javascript variable in .m file in xcode. </p>
<p>I am getting a newsFeed JSON object that contains a url and this url I need to pass to facebook share method so that I can make a post on Facebook. I will be thankful if somebody can illustrate this with an example. </p>
<p>Thanks<br />
Prabhjot </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Login items in the sandbox by Zane S.</title>
		<link>http://blog.mcohen.me/2012/01/12/login-items-in-the-sandbox/#comment-2252</link>
		<dc:creator>Zane S.</dc:creator>
		<pubDate>Thu, 01 Mar 2012 06:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6599#comment-2252</guid>
		<description>Can you share the code from your helper app, too? </description>
		<content:encoded><![CDATA[<p>Can you share the code from your helper app, too? </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick and easy image caching for UITableViews by Johan den Boer</title>
		<link>http://blog.mcohen.me/2010/05/31/quick-and-easy-image-caching-for-uitableviews/#comment-2249</link>
		<dc:creator>Johan den Boer</dc:creator>
		<pubDate>Sat, 25 Feb 2012 17:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/?p=5988#comment-2249</guid>
		<description>Hi, 
 
Thank you for sharing this code. I have about the same solution. Because you can not cache all images i created a circular list. For example after 500 images the next images will be cached at index 0 and up </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you for sharing this code. I have about the same solution. Because you can not cache all images i created a circular list. For example after 500 images the next images will be cached at index 0 and up </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A New Chapter by Vince LaMonica</title>
		<link>http://blog.mcohen.me/2012/02/01/a-new-chapter/#comment-2228</link>
		<dc:creator>Vince LaMonica</dc:creator>
		<pubDate>Wed, 15 Feb 2012 02:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6603#comment-2228</guid>
		<description>Congrats on the move to the west coast! I hope you&#039;re settling in nicely and enjoy the new job. I look forward to seeing Detective in the MAS.  </description>
		<content:encoded><![CDATA[<p>Congrats on the move to the west coast! I hope you&#039;re settling in nicely and enjoy the new job. I look forward to seeing Detective in the MAS.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sugar Rush, Removr, and iOS 5 by mike3k</title>
		<link>http://blog.mcohen.me/2011/06/11/sugar-rush-removr-and-ios-5/#comment-1830</link>
		<dc:creator>mike3k</dc:creator>
		<pubDate>Sun, 16 Oct 2011 02:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6480#comment-1830</guid>
		<description>Are you using the right path for the database? The most common cause I&#039;ve found for things to work in the simulator but fail on the device is due to case sensitive file systems. On the simulator, the file system is case insensitive, but on the device it&#039;s case sensitive. Therefore, if you open the file using a path name like &quot;MyDatabase.sql&quot; but the actual fie name is &quot;MyDatabase.SQL&quot;, it will work on the simulator but not on the device. </description>
		<content:encoded><![CDATA[<p>Are you using the right path for the database? The most common cause I&#039;ve found for things to work in the simulator but fail on the device is due to case sensitive file systems. On the simulator, the file system is case insensitive, but on the device it&#039;s case sensitive. Therefore, if you open the file using a path name like &quot;MyDatabase.sql&quot; but the actual fie name is &quot;MyDatabase.SQL&quot;, it will work on the simulator but not on the device. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sugar Rush, Removr, and iOS 5 by ThamThang</title>
		<link>http://blog.mcohen.me/2011/06/11/sugar-rush-removr-and-ios-5/#comment-1824</link>
		<dc:creator>ThamThang</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6480#comment-1824</guid>
		<description>Hi, 
I changed to use the function sqlite3_open_v2() with SQLITE_OPEN_READONLY flag as you post and my app worked fine on simulator of Xcode 4.2 GM seed. 
But after uploading it to iTunes Connect, Apple rejected it because they get 0 results when try to read data from DB. It&#039;s strange. Plese helpe me. 
 
PS: All worked fine with iOS4.x or lower</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I changed to use the function sqlite3_open_v2() with SQLITE_OPEN_READONLY flag as you post and my app worked fine on simulator of Xcode 4.2 GM seed.<br />
But after uploading it to iTunes Connect, Apple rejected it because they get 0 results when try to read data from DB. It&#039;s strange. Plese helpe me. </p>
<p>PS: All worked fine with iOS4.x or lower</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get free books for iBooks by texangirl</title>
		<link>http://blog.mcohen.me/2010/04/05/how-to-get-free-books-for-ibooks/#comment-1770</link>
		<dc:creator>texangirl</dc:creator>
		<pubDate>Sun, 25 Sep 2011 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/?p=5632#comment-1770</guid>
		<description>this is all not workinnnnnnnnn  </description>
		<content:encoded><![CDATA[<p>this is all not workinnnnnnnnn  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting OmniFocus to The Hit List by Djp</title>
		<link>http://blog.mcohen.me/2011/06/01/converting-omnifocus-to-the-hit-list/#comment-1656</link>
		<dc:creator>Djp</dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6474#comment-1656</guid>
		<description>Cool idea. But personally, for my trusted system, OF is the only option. I&#039;m rooting for THL though.  </description>
		<content:encoded><![CDATA[<p>Cool idea. But personally, for my trusted system, OF is the only option. I&#039;m rooting for THL though.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get free books for iBooks by Randall flagg</title>
		<link>http://blog.mcohen.me/2010/04/05/how-to-get-free-books-for-ibooks/#comment-1614</link>
		<dc:creator>Randall flagg</dc:creator>
		<pubDate>Sat, 20 Aug 2011 22:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/?p=5632#comment-1614</guid>
		<description>Does not sync my books.</description>
		<content:encoded><![CDATA[<p>Does not sync my books.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WWDC Wrap-up by jdusc</title>
		<link>http://blog.mcohen.me/2011/06/11/wwdc-wrap-up/#comment-1431</link>
		<dc:creator>jdusc</dc:creator>
		<pubDate>Sat, 11 Jun 2011 20:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcohen.me/?p=6479#comment-1431</guid>
		<description>I&#039;m glad you had a good time. I can&#039;t wait to get down there for WWDC myself one day... Nice WWDC jacket! </description>
		<content:encoded><![CDATA[<p>I&#039;m glad you had a good time. I can&#039;t wait to get down there for WWDC myself one day&#8230; Nice WWDC jacket! </p>
]]></content:encoded>
	</item>
</channel>
</rss>

