<?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/"
	>

<channel>
	<title>com.kahaf.blogs.ishaq</title>
	<atom:link href="http://blogs.kahaf.com/ishaq/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.kahaf.com/ishaq</link>
	<description>The distance between genius and insanity is measured by success...</description>
	<pubDate>Sun, 09 May 2010 13:02:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I have moved</title>
		<link>http://blogs.kahaf.com/ishaq/2010/05/09/i-have-moved/</link>
		<comments>http://blogs.kahaf.com/ishaq/2010/05/09/i-have-moved/#comments</comments>
		<pubDate>Sun, 09 May 2010 13:01:12 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2010/05/09/i-have-moved/</guid>
		<description><![CDATA[I have moved to http://ishaqmalik.posterous.com
]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2010/05/09/i-have-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fishing Frenzy: In Top 10 in US AppStore</title>
		<link>http://blogs.kahaf.com/ishaq/2009/05/27/fishing-frenzy/</link>
		<comments>http://blogs.kahaf.com/ishaq/2009/05/27/fishing-frenzy/#comments</comments>
		<pubDate>Tue, 26 May 2009 19:25:50 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/?p=91</guid>
		<description><![CDATA[Tintash (my workplace) released Fishing Frenzy (a small fishing game) for the iPhone in early May, It just made it to Top 10 Free apps in the US AppStore today, a big moral booster indeed!
A few things that I noticed in the reviews:

Thanks for all those 5 ratings (they were 500+ when I checked), it&#8217;s [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2009/05/27/fishing-frenzy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ja Aur Koi Zabt Ki Duniya Talaash Ker, Ae Ishq Hum Tou Ab Terey Kaabil Nahin Rahey &#8230;</title>
		<link>http://blogs.kahaf.com/ishaq/2009/05/16/ja-aur-koi-zabt-ki-duniya-talaash-ker/</link>
		<comments>http://blogs.kahaf.com/ishaq/2009/05/16/ja-aur-koi-zabt-ki-duniya-talaash-ker/#comments</comments>
		<pubDate>Fri, 15 May 2009 22:43:14 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<category><![CDATA[bits-and-pieces]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/?p=85</guid>
		<description><![CDATA[subject says it all &#8230;  
&#8211;
PS: Don&#8217;t ask me why I posted it.
]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2009/05/16/ja-aur-koi-zabt-ki-duniya-talaash-ker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Unit Testing with GTM</title>
		<link>http://blogs.kahaf.com/ishaq/2009/01/15/iphone-unit-testing-with-gtm/</link>
		<comments>http://blogs.kahaf.com/ishaq/2009/01/15/iphone-unit-testing-with-gtm/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:39:26 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<category><![CDATA[Coding Practices]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/?p=79</guid>
		<description><![CDATA[Recently I presented an introductory session on iPhone Unit Testing in Tintash Lunch Academy (it&#8217;s the name of informal lunch presentations tradition that we have set here at Tintash). I am sharing the slides and demo project here. But:
- Tintash Lunch Academy is very informal chit chat we have in our team (slides are some [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2009/01/15/iphone-unit-testing-with-gtm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone SDK: NSMutableArray turns into an NSArray</title>
		<link>http://blogs.kahaf.com/ishaq/2008/12/25/nsmutablearray-turns-into-an-nsarray/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/12/25/nsmutablearray-turns-into-an-nsarray/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 12:16:08 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<category><![CDATA[Coding Pitfalls]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/?p=72</guid>
		<description><![CDATA[Recently I was working on some code that kept throwing
&#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;*** -[NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object&#8217;
and it made no sense to me because I was trying to modify an NSMutableArray. After some investigation I found that somewhere in the code, the NSMutableArray instance was being assigned an NSArray i.e. it was [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/12/25/nsmutablearray-turns-into-an-nsarray/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone SDK: creating links to AppStore</title>
		<link>http://blogs.kahaf.com/ishaq/2008/11/28/iphone-sdk-creating-links-to-appstore/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/11/28/iphone-sdk-creating-links-to-appstore/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 07:03:49 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2008/11/28/iphone-sdk-creating-links-to-appstore/</guid>
		<description><![CDATA[To launch AppStore directly from your application (e.g. when you give the user an option to buy full version in your free app, and/or similar use cases), following code snippet may be used:

NSURL *appStoreURL= &#91;NSURL URLWithString:@&#8220;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=293671688&#38;mt=8&#8243;&#93;;
&#91;&#91;UIApplication sharedApplication&#93; openURL:appStoreURL&#93;;

while this code snippet should work fine with an iPhone OS 2.0 device, there is a bug (AFAIK) [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/11/28/iphone-sdk-creating-links-to-appstore/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordList - new versions available on AppStore now</title>
		<link>http://blogs.kahaf.com/ishaq/2008/11/21/wordlist-new-versions-available-on-appstore-now/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/11/21/wordlist-new-versions-available-on-appstore-now/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:03:10 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[Hobby Projects]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2008/11/21/wordlist-new-versions-on-appstore-now/</guid>
		<description><![CDATA[So, new versions of WordList are now on AppStore (they were approved last night). We have released 3 new versions:
SAT WordListshould primarily interest SAT test takers. It contains around 800 most frequently tested SAT words that may be prepared in a week or so.
GRE WordListJust like SAT WordList, contains around 800 most frequently tested GRE [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/11/21/wordlist-new-versions-available-on-appstore-now/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Can&#8217;t login to wordpress after 2.6 update</title>
		<link>http://blogs.kahaf.com/ishaq/2008/11/17/cant-login-to-wordpress-after-26-update/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/11/17/cant-login-to-wordpress-after-26-update/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:50:35 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2008/11/17/cant-login-to-wordpress-after-26-update/</guid>
		<description><![CDATA[I upgraded my installation of wordpress over the weekend and the &#8220;can&#8217;t login to admin panel&#8221; problem kept me pulling my hair for two days. I am listing down the steps I did for the sake of the record.
1. I cleared my cookies and authenticated sessions, even tried login from a different browser, no success.
2. [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/11/17/cant-login-to-wordpress-after-26-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Word List Premium - PreRelease Screens</title>
		<link>http://blogs.kahaf.com/ishaq/2008/10/31/word-list-premium-prerelease-screens/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/10/31/word-list-premium-prerelease-screens/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 06:30:37 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[Hobby Projects]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2008/10/31/word-list-premium-pre-release-screens/</guid>
		<description><![CDATA[2 weeks ago, Word List Lite appeared on App Store, and it received great response, we  received emails pointing out bugs, suggesting new features, and some, applauding as well  
I have been working on improvements (mostly in my spare time), Word List Premium will hopefully be submitted to App Store by next week [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/10/31/word-list-premium-prerelease-screens/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Caricature</title>
		<link>http://blogs.kahaf.com/ishaq/2008/10/22/my-caricature/</link>
		<comments>http://blogs.kahaf.com/ishaq/2008/10/22/my-caricature/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 11:44:06 +0000</pubDate>
		<dc:creator>ishaq</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.kahaf.com/ishaq/2008/10/22/my-caricature/</guid>
		<description><![CDATA[Tintash (my workplace) has recently updated its site and they have put caricatures and short bios of the whole team in the &#8216;about&#8217; section. Here&#8217;s what I look like:


It&#8217;s not so true representation of me since I, usually, do not dress formally around here, it does look pretty funny though =)
The company&#8217;s page describing the [...]]]></description>
		<wfw:commentRss>http://blogs.kahaf.com/ishaq/2008/10/22/my-caricature/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
