<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for Chronicles of a Techoholic</title>
	<atom:link href="http://habibalamin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://habibalamin.com</link>
	<description>A blog chronicling the life of a student and aspiring programmer</description>
	<lastBuildDate>Wed, 13 Mar 2013 17:02:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on dArt by dArt · hochauflösende Bilder aus iTunes und den App Stores herunterladen &#124; Freaky Design</title>
		<link>http://habibalamin.com/software/dart/#comment-3498</link>
		<dc:creator>dArt · hochauflösende Bilder aus iTunes und den App Stores herunterladen &#124; Freaky Design</dc:creator>
		<pubDate>Wed, 13 Mar 2013 17:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?page_id=241#comment-3498</guid>
		<description><![CDATA[[...] dArt ist eine neue, kleine App, mit der man ‘highest resolution artwork’ aus iTunes, sowie dem iOS- bzw. Mac App Store herunterladen kann. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] dArt ist eine neue, kleine App, mit der man ‘highest resolution artwork’ aus iTunes, sowie dem iOS- bzw. Mac App Store herunterladen kann. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt by dArt &#183; hochaufl&#246;sende Bilder aus iTunes und den App Stores herunterladen &#124; aptgetupdateDE</title>
		<link>http://habibalamin.com/software/dart/#comment-3472</link>
		<dc:creator>dArt &#183; hochaufl&#246;sende Bilder aus iTunes und den App Stores herunterladen &#124; aptgetupdateDE</dc:creator>
		<pubDate>Mon, 04 Mar 2013 12:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?page_id=241#comment-3472</guid>
		<description><![CDATA[[...] -&gt; http://habibalamin.com/software/dArt [...]]]></description>
		<content:encoded><![CDATA[<p>[...] -&gt; <a href="http://habibalamin.com/software/dArt" rel="nofollow">http://habibalamin.com/software/dArt</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Habib Alamin</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3451</link>
		<dc:creator>Habib Alamin</dc:creator>
		<pubDate>Wed, 27 Feb 2013 09:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3451</guid>
		<description><![CDATA[I&#039;d be interested to know if this worked or you.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested to know if this worked or you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Light</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3443</link>
		<dc:creator>Light</dc:creator>
		<pubDate>Tue, 26 Feb 2013 07:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3443</guid>
		<description><![CDATA[Thank you for the in-depth help. I will give it a shot!

Thanks again for this wonderful application :D]]></description>
		<content:encoded><![CDATA[<p>Thank you for the in-depth help. I will give it a shot!</p>
<p>Thanks again for this wonderful application <img src='http://habibalamin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Habib Alamin</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3438</link>
		<dc:creator>Habib Alamin</dc:creator>
		<pubDate>Mon, 25 Feb 2013 09:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3438</guid>
		<description><![CDATA[Sorry for the late reply, just check online on how to change build settings for Xcode.]]></description>
		<content:encoded><![CDATA[<p>Sorry for the late reply, just check online on how to change build settings for Xcode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Habib Alamin</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3437</link>
		<dc:creator>Habib Alamin</dc:creator>
		<pubDate>Mon, 25 Feb 2013 09:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3437</guid>
		<description><![CDATA[Yes! This would require downloading the source code, but I&#039;ll guide you through it. Find this in the file called &quot;AppDelegate.m&quot;:
&lt;code&gt;- (NSString *)convertCountryToISO:(NSString *)countryName {&lt;/code&gt;

Below that, there should be something like this:
&lt;code&gt;    if ([countryName isEqualToString: @&quot;United Kingdom&quot;]) {
        return @&quot;&amp;country=gb&quot;;
    }
    else if ([countryName isEqualToString: @&quot;United States&quot;]) {
        return @&quot;&amp;country=us&quot;;
    }
    else if ([countryName isEqualToString:@&quot;United Arab Emirates&quot;]) {
        return @&quot;&amp;country=ae&quot;;
    }
    return 0;&lt;/code&gt;

To add a country, add an else if before the final return, like this:

&lt;code&gt;    if ([countryName isEqualToString: @&quot;United Kingdom&quot;]) {
        return @&quot;&amp;country=gb&quot;;
    }
    else if ([countryName isEqualToString: @&quot;United States&quot;]) {
        return @&quot;&amp;country=us&quot;;
    }
    else if ([countryName isEqualToString:@&quot;United Arab Emirates&quot;]) {
        return @&quot;&amp;country=ae&quot;;
    }
    else if ([countryName isEqualToString:@&quot;INSERT COUNTRY NAME HERE&quot;]) {
        return @&quot;&amp;country=INSERT ISO CODE HERE&quot;
    }
    return 0;&lt;/code&gt;

The ISO code will be a two-digit code you can find on this page: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

Just find the country you want to add on that list.

When you&#039;ve added the else if, there&#039;s one more thing you&#039;ll need to change. The MainMenu.xib file needs to be changed to add the country as an option in the interface. I normally use Interface Builder, integrated in Xcode 4, but you can use a text editor to do the same thing. Open MainMenu.xib.

Find this:

http://pastie.org/6332630
(sorry, the code is ruined in this comment viewer, what you need to look for is in the link.)
Right after &lt;/object&gt;, you can copy and paste this and change the relevant details. I don&#039;t know how this would work if edited by hand, but it looks like there&#039;s some unique ID elements in there. Try changing a few of the digits. If you want to edit it properly, just use Interface Builder.

The &lt;code&gt;&lt;string key=&quot;NSTitle&quot;&gt;COUNTRY&lt;/string&gt;&lt;/code&gt; has to be exactly the same as what you used for the &lt;code&gt;[countryName isEqualToString:@&quot;COUNTRY&quot;]&lt;/code&gt;. In both of those, the bit that says COUNTRY has to match exactly, case sensitive.

Word of warning, from a cursory glance online, it looks like editing xib files by hand is DEFINITELY NOT a good idea, but if you&#039;re willing to, it IS possible. Everyone advises against it though. If you really want to change it, I recommend just downloading Xcode from the MAS for free and opening the project in Xcode and changing the interface through the built-in Interface Builder.

The project lives at: https://github.com/phySi0/dart]]></description>
		<content:encoded><![CDATA[<p>Yes! This would require downloading the source code, but I&#8217;ll guide you through it. Find this in the file called &#8220;AppDelegate.m&#8221;:<br />
<code>- (NSString *)convertCountryToISO:(NSString *)countryName {</code></p>
<p>Below that, there should be something like this:<br />
<code>    if ([countryName isEqualToString: @"United Kingdom"]) {<br />
        return @"&#038;country=gb";<br />
    }<br />
    else if ([countryName isEqualToString: @"United States"]) {<br />
        return @"&#038;country=us";<br />
    }<br />
    else if ([countryName isEqualToString:@"United Arab Emirates"]) {<br />
        return @"&#038;country=ae";<br />
    }<br />
    return 0;</code></p>
<p>To add a country, add an else if before the final return, like this:</p>
<p><code>    if ([countryName isEqualToString: @"United Kingdom"]) {<br />
        return @"&#038;country=gb";<br />
    }<br />
    else if ([countryName isEqualToString: @"United States"]) {<br />
        return @"&#038;country=us";<br />
    }<br />
    else if ([countryName isEqualToString:@"United Arab Emirates"]) {<br />
        return @"&#038;country=ae";<br />
    }<br />
    else if ([countryName isEqualToString:@"INSERT COUNTRY NAME HERE"]) {<br />
        return @"&#038;country=INSERT ISO CODE HERE"<br />
    }<br />
    return 0;</code></p>
<p>The ISO code will be a two-digit code you can find on this page: <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements" rel="nofollow">http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements</a></p>
<p>Just find the country you want to add on that list.</p>
<p>When you&#8217;ve added the else if, there&#8217;s one more thing you&#8217;ll need to change. The MainMenu.xib file needs to be changed to add the country as an option in the interface. I normally use Interface Builder, integrated in Xcode 4, but you can use a text editor to do the same thing. Open MainMenu.xib.</p>
<p>Find this:</p>
<p><a href="http://pastie.org/6332630" rel="nofollow">http://pastie.org/6332630</a><br />
(sorry, the code is ruined in this comment viewer, what you need to look for is in the link.)<br />
Right after , you can copy and paste this and change the relevant details. I don&#8217;t know how this would work if edited by hand, but it looks like there&#8217;s some unique ID elements in there. Try changing a few of the digits. If you want to edit it properly, just use Interface Builder.</p>
<p>The <code><string key="NSTitle">COUNTRY</string></code> has to be exactly the same as what you used for the <code>[countryName isEqualToString:@"COUNTRY"]</code>. In both of those, the bit that says COUNTRY has to match exactly, case sensitive.</p>
<p>Word of warning, from a cursory glance online, it looks like editing xib files by hand is DEFINITELY NOT a good idea, but if you&#8217;re willing to, it IS possible. Everyone advises against it though. If you really want to change it, I recommend just downloading Xcode from the MAS for free and opening the project in Xcode and changing the interface through the built-in Interface Builder.</p>
<p>The project lives at: <a href="https://github.com/phySi0/dart" rel="nofollow">https://github.com/phySi0/dart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Light</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3416</link>
		<dc:creator>Light</dc:creator>
		<pubDate>Sat, 23 Feb 2013 10:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3416</guid>
		<description><![CDATA[This is a great application. Thank you for sharing. Any way you can add more Regions like Japan?]]></description>
		<content:encoded><![CDATA[<p>This is a great application. Thank you for sharing. Any way you can add more Regions like Japan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Alberto</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3384</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Tue, 19 Feb 2013 19:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3384</guid>
		<description><![CDATA[I am not a programmer. I&#039;m lost.]]></description>
		<content:encoded><![CDATA[<p>I am not a programmer. I&#8217;m lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Habib Alamin</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3364</link>
		<dc:creator>Habib Alamin</dc:creator>
		<pubDate>Mon, 18 Feb 2013 13:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3364</guid>
		<description><![CDATA[Yeah, sorry, if you want to try building it for Lion, you can try. The source code is at https://github.com/phySi0/dart]]></description>
		<content:encoded><![CDATA[<p>Yeah, sorry, if you want to try building it for Lion, you can try. The source code is at <a href="https://github.com/phySi0/dart" rel="nofollow">https://github.com/phySi0/dart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dArt GUI by Alberto</title>
		<link>http://habibalamin.com/2013/02/15/dart-gui/#comment-3360</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Mon, 18 Feb 2013 07:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://habibalamin.com/?p=236#comment-3360</guid>
		<description><![CDATA[AArgh! Only OSX 10.8 compatible. Too bad I was really looking forward to such an application since I switched from Win to Mac ten years ago. I have an iMac late 2006 with 10.7.5 and doesn&#039;t work. Can&#039;t install 10.8 either.]]></description>
		<content:encoded><![CDATA[<p>AArgh! Only OSX 10.8 compatible. Too bad I was really looking forward to such an application since I switched from Win to Mac ten years ago. I have an iMac late 2006 with 10.7.5 and doesn&#8217;t work. Can&#8217;t install 10.8 either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: habibalamin.com @ 2013-06-19 01:20:48 -->