<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>markjnet</title>
	<atom:link href="http://www.markj.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markj.net</link>
	<description>iPhone App Development &#38; Consulting</description>
	<lastBuildDate>Wed, 03 Feb 2010 19:23:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone Conference 360 iDev San Jose April 2010</title>
		<link>http://www.markj.net/360-idev-iphone-conference-sj10/</link>
		<comments>http://www.markj.net/360-idev-iphone-conference-sj10/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:23:39 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[iPhone Other]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=634</guid>
		<description><![CDATA[Are you going to 360 iDev San Jose in April? Its by far the best iPhone developers conference I know of. It will be packed with iPhone insider knowledge and will be totally fun. At $599 for 4 days with 40 sessions and a killer $99 hotel package its amazing value...]]></description>
		<wfw:commentRss>http://www.markj.net/360-idev-iphone-conference-sj10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweeting from an Ad on the iPhone Using URL Schemes</title>
		<link>http://www.markj.net/iphone-tweet-from-ad/</link>
		<comments>http://www.markj.net/iphone-tweet-from-ad/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 04:00:31 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Store & Sales]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=611</guid>
		<description><![CDATA[Lately I’ve been experimenting with promoting out app &#8216;Friend Focus (for Facebook)&#8216; by ‘turning out the vote’ &#8211; ie getting our existing users to help us promote Focus. Once I’ve found a formula that works well we’ll implement the scheme in app and figure out a way to reward users for helping us, but for [...]]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-tweet-from-ad/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPhone Memory Debugging with NSZombie and Instruments</title>
		<link>http://www.markj.net/iphone-memory-debug-nszombie/</link>
		<comments>http://www.markj.net/iphone-memory-debug-nszombie/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:34:29 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Development]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=599</guid>
		<description><![CDATA[How to debug memory crashes in your iPhone app using Instruments and NSZombie. If your app is crashing with 'BAD ACCESS' its because your retains and releases are screwed up and you are calling a method on an object you already deleted. This is the easiest technique to figure the problem out.]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-memory-debug-nszombie/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Focus for Facebook iPhone App</title>
		<link>http://www.markj.net/focus-for-facebook-iphone-app/</link>
		<comments>http://www.markj.net/focus-for-facebook-iphone-app/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:48:00 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[My Apps]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=589</guid>
		<description><![CDATA[Focus for Facebook is a new free iPhone app that streamlines facebook while you're on-the-go. It features an app spam filter to automatically filter out posts from games and quizes, and it shows your facebook in a compact view so you can quickly scan through new post &#038; comments to see what you want to read, and then 'mark all as read' when you're done.]]></description>
		<wfw:commentRss>http://www.markj.net/focus-for-facebook-iphone-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging Tip &#8211; objc_exception_throw breakpoint</title>
		<link>http://www.markj.net/debugging-tip-objc_exception_throw-breakpoint/</link>
		<comments>http://www.markj.net/debugging-tip-objc_exception_throw-breakpoint/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 18:04:36 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Development]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=571</guid>
		<description><![CDATA[If an exception is thrown when debugging an iPhone app, without your own exception handling code, that exception won&#8217;t stop the debugger until the call stack has totally unwound. On that journey through the call stack it gets caught and disguarded in the event loop. That&#8217;s a bummer because then the debugger can&#8217;t show you [...]]]></description>
		<wfw:commentRss>http://www.markj.net/debugging-tip-objc_exception_throw-breakpoint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Memory Management Basics Tutorial Video</title>
		<link>http://www.markj.net/iphone-memory-management-tutorial-video/</link>
		<comments>http://www.markj.net/iphone-memory-management-tutorial-video/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 00:27:38 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Development]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=546</guid>
		<description><![CDATA[This article is a screen cast video of my tutorial for beginner iPhone programmers, it&#8217;s about the basics of memory management in Objective-C. Memory management is a tough nut for the beginner to crack, particularly in Objective-C and Cocoa for iPhone. Check out my iPhone memory management reading list for more voices on memory management.
The [...]]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-memory-management-tutorial-video/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>iPhone Memory Management Reading List</title>
		<link>http://www.markj.net/iphone-memory-management-reading-list/</link>
		<comments>http://www.markj.net/iphone-memory-management-reading-list/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 00:27:08 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Development]]></category>
		<category><![CDATA[iPhone Other]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=509</guid>
		<description><![CDATA[<p>It's a topic that can be explained several different ways, so keep reading and experimenting till it clicks for you.</p>
<p>... Books Learn Objective-C on the Mac Cocoa Programming for Mac Programming in Objective-C Online Practical Memory Management from Apple Memory Management Guide from Apple Dr Dobbs Mac Developer Tips Memo.tv mauvilasoftware.com Stepwise.com Tristan O'Tierney Mac Developer Network Video O'Reilly and here Cocoa Dev Central Cocoa Dev HyperJeff's list of resources WikiBooks Devplace Woojijuice Peter Dikant &#160;&#160;</p>
]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-memory-management-reading-list/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>6 Months of iPhone App Sales Stats, Cause and Effect.</title>
		<link>http://www.markj.net/iphone-hit-tennis-sales-stats-marketing/</link>
		<comments>http://www.markj.net/iphone-hit-tennis-sales-stats-marketing/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:32:49 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Store & Sales]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=513</guid>
		<description><![CDATA[Hit Tennis has been out for six months now, and here I share sales figures for those six months. Recently sales have been in decline, but I managed to boost sales over the last month with a variety of marketing tactics: price drop to 99c, release date trick, translation into French, hitting the top 100 paid games...
]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-hit-tennis-sales-stats-marketing/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Fixing Blurry Subviews</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/</link>
		<comments>http://www.markj.net/iphone-uiview-blurred-blurry-view/#comments</comments>
		<pubDate>Sun, 17 May 2009 21:29:18 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Development]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=484</guid>
		<description><![CDATA[Custom UIs on the iPhone are made from UIView containing subviews, I ran across a problem where the subviews were being draw with an annoying blur. Here's what was happening and how to fix it...]]></description>
		<wfw:commentRss>http://www.markj.net/iphone-uiview-blurred-blurry-view/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Understanding App Store Top 100s</title>
		<link>http://www.markj.net/app-store-top-100-ranking/</link>
		<comments>http://www.markj.net/app-store-top-100-ranking/#comments</comments>
		<pubDate>Tue, 12 May 2009 23:35:01 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[App Store & Sales]]></category>
		<category><![CDATA[iPhone Other]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.markj.net/?p=459</guid>
		<description><![CDATA[Understanding the unique ways the app store works is critical in deciding app store marketing tactics and understanding the spikes and drops in app sales figures. This article explores how the top 100 lists in the app store work, and a future posting will look at how this applies to real sales data.]]></description>
		<wfw:commentRss>http://www.markj.net/app-store-top-100-ranking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.529 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 13:30:30 -->
