<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.zx81.org.uk/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"> <channel><title>Comments for ZX81.org.uk</title> <link>http://www.zx81.org.uk</link> <description>Photography, opinions and other random ramblings by Stephen Darlington</description> <lastBuildDate>Mon, 17 Oct 2011 21:43:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.zx81.org.uk/Zx81orgukComments" /><feedburner:info uri="zx81orgukcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Comment on Why you need a crash reporter by Stephen Darlington</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/-d-QsWoMGgo/comment-page-1</link> <dc:creator>Stephen Darlington</dc:creator> <pubDate>Mon, 17 Oct 2011 21:43:18 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=2758#comment-62574</guid> <description>Interesting. Is their library open source? Couldn't tell from their website.
Personally I'm reluctant to add dependencies that I have no control over, but integrating feedback/bug reporting/crash reporting is a neat idea.</description> <content:encoded><![CDATA[<p>Interesting. Is their library open source? Couldn&#8217;t tell from their website.</p><p>Personally I&#8217;m reluctant to add dependencies that I have no control over, but integrating feedback/bug reporting/crash reporting is a neat idea.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/opinion/why-you-need-a-crash-reporter.html/comment-page-1#comment-62574</feedburner:origLink></item> <item><title>Comment on Why you need a crash reporter by Leonardo</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/Qm_0Pbmq0F4/comment-page-1</link> <dc:creator>Leonardo</dc:creator> <pubDate>Mon, 17 Oct 2011 21:23:55 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=2758#comment-62571</guid> <description>You should also check out Crittercism - I've been using them for my crash reporting and gathering user feedback.  They handle the server-side also.</description> <content:encoded><![CDATA[<p>You should also check out Crittercism &#8211; I&#8217;ve been using them for my crash reporting and gathering user feedback.  They handle the server-side also.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/opinion/why-you-need-a-crash-reporter.html/comment-page-1#comment-62571</feedburner:origLink></item> <item><title>Comment on RIP SPJ by Spencer MacDonald</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/kgToHNltrXo/comment-page-1</link> <dc:creator>Spencer MacDonald</dc:creator> <pubDate>Thu, 06 Oct 2011 20:05:46 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=3182#comment-62138</guid> <description>Like you said. the Stanford Commencement address is well worth a listen (or a read), even if you have heard it before. Also proves whatever your start in life, you can change the world.</description> <content:encoded><![CDATA[<p>Like you said. the Stanford Commencement address is well worth a listen (or a read), even if you have heard it before. Also proves whatever your start in life, you can change the world.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/opinion/rip-spj.html/comment-page-1#comment-62138</feedburner:origLink></item> <item><title>Comment on iPhone Dev: Saving State by Stephen Darlington</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/j4_ztqk98l8/comment-page-1</link> <dc:creator>Stephen Darlington</dc:creator> <pubDate>Wed, 21 Sep 2011 18:24:43 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=1960#comment-61307</guid> <description>Yes, the ZX81 refers to the Sinclair computer. Here's a longer answer: http://www.zx81.org.uk/about</description> <content:encoded><![CDATA[<p>Yes, the ZX81 refers to the Sinclair computer. Here&#8217;s a longer answer: <a
href="http://www.zx81.org.uk/about" rel="nofollow">http://www.zx81.org.uk/about</a></p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/software/iphone-dev-saving-state.html/comment-page-1#comment-61307</feedburner:origLink></item> <item><title>Comment on iPhone Dev: Saving State by Simon King</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/ESecJkbbgrQ/comment-page-1</link> <dc:creator>Simon King</dc:creator> <pubDate>Wed, 21 Sep 2011 12:45:14 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=1960#comment-61289</guid> <description>Thanks for the reply, although I store lots of data in my view controllers it's always persisted to a sqlite db and saved immediately after every change so I should be fine.
I'm going to ignore any modal controllers and just persist the pushed view controllers on the stack.
This is the last thing to do for my first app so hopefully I can get that done out of the way now. Although for future apps I'll build it in straight away.
Cheers
Simon
PS is the reference to the ZX 81 Sinclairs first home computer? I had the Acorn Atom then moved to the ZX Spectrum.</description> <content:encoded><![CDATA[<p>Thanks for the reply, although I store lots of data in my view controllers it&#8217;s always persisted to a sqlite db and saved immediately after every change so I should be fine.</p><p>I&#8217;m going to ignore any modal controllers and just persist the pushed view controllers on the stack.</p><p>This is the last thing to do for my first app so hopefully I can get that done out of the way now. Although for future apps I&#8217;ll build it in straight away.</p><p>Cheers<br
/> Simon</p><p>PS is the reference to the ZX 81 Sinclairs first home computer? I had the Acorn Atom then moved to the ZX Spectrum.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/software/iphone-dev-saving-state.html/comment-page-1#comment-61289</feedburner:origLink></item> <item><title>Comment on iPhone Dev: Saving State by Stephen Darlington</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/9XqZpH2ceyg/comment-page-1</link> <dc:creator>Stephen Darlington</dc:creator> <pubDate>Sun, 18 Sep 2011 20:20:33 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=1960#comment-61167</guid> <description>Yes, I use NSUserDefaults. Though the answer really is "whatever is easiest." I know some people store lots and lots of data in UIViewControllers (not good practice I'd argue). In this case I'd recommend something other than NSUserDefaults.</description> <content:encoded><![CDATA[<p>Yes, I use NSUserDefaults. Though the answer really is &#8220;whatever is easiest.&#8221; I know some people store lots and lots of data in UIViewControllers (not good practice I&#8217;d argue). In this case I&#8217;d recommend something other than NSUserDefaults.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/software/iphone-dev-saving-state.html/comment-page-1#comment-61167</feedburner:origLink></item> <item><title>Comment on iPhone Dev: Saving State by Simon King</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/kag2xVPBPcs/comment-page-1</link> <dc:creator>Simon King</dc:creator> <pubDate>Sun, 18 Sep 2011 15:44:26 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=1960#comment-61155</guid> <description>Hi
I found the above very useful, the only thing that seems to be missing is where you're storing the screenList when the app terminates or where it comes from when the app is launched again.
Are you using NSUserDefaults to serialise and save state or are you using a custom mechanism?
Other than that thanks for a very useful blog entry.
Regards
Simon</description> <content:encoded><![CDATA[<p>Hi</p><p>I found the above very useful, the only thing that seems to be missing is where you&#8217;re storing the screenList when the app terminates or where it comes from when the app is launched again.</p><p>Are you using NSUserDefaults to serialise and save state or are you using a custom mechanism?</p><p>Other than that thanks for a very useful blog entry.</p><p>Regards<br
/> Simon</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/software/iphone-dev-saving-state.html/comment-page-1#comment-61155</feedburner:origLink></item> <item><title>Comment on iOS Developer Program: from individual to company by Christopher Pickslay</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/L2ZOdpYyuVk/comment-page-1</link> <dc:creator>Christopher Pickslay</dc:creator> <pubDate>Tue, 30 Aug 2011 18:37:31 +0000</pubDate> <guid isPermaLink="false">http://www.zx81.org.uk/?p=3112#comment-60553</guid> <description>My experience was similar. Though I've found that if you're proactive and call them while things are processing, they often can move you through the process right on the phone.</description> <content:encoded><![CDATA[<p>My experience was similar. Though I&#8217;ve found that if you&#8217;re proactive and call them while things are processing, they often can move you through the process right on the phone.</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/opinion/ios-developer-program-from-individual-to-company.html/comment-page-1#comment-60553</feedburner:origLink></item> <item><title>Comment on Oracle 8i for Linux Installation HOWTO by Stephen Darlington</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/EadldKN3LgY/comment-page-1</link> <dc:creator>Stephen Darlington</dc:creator> <pubDate>Wed, 17 Aug 2011 19:01:39 +0000</pubDate> <guid isPermaLink="false">http://ccgi.sdarlington.plus.com/news/oracle-howto.html#comment-60076</guid> <description>I'm afraid I don't know. Why are you trying to install something so old?</description> <content:encoded><![CDATA[<p>I&#8217;m afraid I don&#8217;t know. Why are you trying to install something so old?</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/oracle/oracle-howto/oracle-howto.html/comment-page-1#comment-60076</feedburner:origLink></item> <item><title>Comment on Oracle 8i for Linux Installation HOWTO by Pedro Alvarenga</title><link>http://feeds.zx81.org.uk/~r/Zx81orgukComments/~3/LjP4OT-ZebE/comment-page-1</link> <dc:creator>Pedro Alvarenga</dc:creator> <pubDate>Tue, 16 Aug 2011 22:25:28 +0000</pubDate> <guid isPermaLink="false">http://ccgi.sdarlington.plus.com/news/oracle-howto.html#comment-60054</guid> <description>Wonderful article.
I want to install Linux in a Red Hat 8 fresh installed VM. Do you know where I can find the Oracle 8i or the Oracle 9i client for Linux? Thanks!</description> <content:encoded><![CDATA[<p>Wonderful article.<br
/> I want to install Linux in a Red Hat 8 fresh installed VM. Do you know where I can find the Oracle 8i or the Oracle 9i client for Linux? Thanks!</p> ]]></content:encoded> <feedburner:origLink>http://www.zx81.org.uk/computing/oracle/oracle-howto/oracle-howto.html/comment-page-1#comment-60054</feedburner:origLink></item> </channel> </rss><!-- Dynamic page generated in 0.205 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-10-24 08:19:34 --><!-- Compression = gzip -->

