<?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.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>paulofierro.com</title>
		<link>http://www.paulofierro.com/</link>
		<description>ramblings of a frozen flash dev</description>
		<language>en</language>
		<copyright>Copyright 2006, Paulo Fierro</copyright>
		<pubDate>Tue, 31 Aug 2010 11:17:39 +0200</pubDate>
		<lastBuildDate>Tue, 31 Aug 2010 11:17:39 +0200</lastBuildDate>
		<managingEditor>paulo@paulofierro.com</managingEditor>
		<webMaster>paulo@paulofierro.com</webMaster>
		<image>
			<url>http://www.paulofierro.com/images/rss_logo.jpg</url>
			<title>paulofierro.com</title>
			<link>http://www.paulofierro.com/</link>
		</image>

		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PauloFierro" /><feedburner:info uri="paulofierro" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>59.57</geo:lat><geo:long>10.42</geo:long><item>
			<title>Dropbox beta includes some sweet new features</title>
			<link>http://feedproxy.google.com/~r/PauloFierro/~3/mB42Z7QZW0E/</link>
			<description>&lt;img src="http://www.paulofierro.com/images/dropbox-logo.png" class="image" width="231" height="60" /&gt;

&lt;p&gt;I absolutely love &lt;a href="http://www.dropbox.com/"&gt;Dropbox&lt;/a&gt;. Its such a fantastic service, that in case you're not familiar with it, runs in the background and seamlessly syncs your folders with their servers so you always have a backup. On top of that you can share folders (or others can share with you) which makes working with others really easy, without having to resort to things like source control. They also have clients for Mac, Windows, Linux, iPhone, iPad, Android and Blackberry (coming soon). Amazing.&lt;/p&gt;


&lt;p&gt;However one of my main gripes with it is that it creates a Dropbox folder in your home directory and absolutely everything within that folder gets synced. Stupid simple, but I sometimes had files or folders I didn't really want to sync either because they're already in source control or its a folder with tons of heavy assets that put a real dent into my 50GB account limit.&lt;/p&gt;

&lt;p&gt;The other was that I couldn't stop it when I was on a slow connection like a 3G data card - your only option was to kill the app.&lt;/p&gt;

&lt;p&gt;Turns out I'm not alone! People asked and the friendly folks at Dropbox delivered. From version 0.8.91 onwards you can do both of these things. When you click on the icon in the menu bar you'll be presented with the option to pause, like so:&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.paulofierro.com/images/dropbox-pauseSync.png" width="270" height="273" /&gt;&lt;/p&gt;

&lt;p&gt;The great thing with this is that it continues to index the files on your machine so it knows what to sync once you resume syncing. Under the advanced tab you now also have the option to do a "Selective sync" where you can uncheck folders from being synced. Awesome! You'll also notice new icons in the Finder.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://www.paulofierro.com/images/dropbox-selectiveSync.png" width="560" height="323" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.paulofierro.com/images/dropbox-syncIcons.png" width="300" height="200" /&gt;&lt;/p&gt;

&lt;p&gt;The latest beta version (at the time of this post) is &lt;a href="http://forums.dropbox.com/topic.php?id=23791"&gt;0.8.97 can be downloaded here,&lt;/a&gt; and includes all these goodies. If upgrading from an earlier version it might take a little while to upgrade the database at first but its worth it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/mB42Z7QZW0E" height="1" width="1"/&gt;</description>
			<pubDate>Tue, 31 Aug 2010 11:16:26 +0200</pubDate>
			<comments>http://www.paulofierro.com/archives/563/#comments</comments>
			<guid isPermaLink="false">http://www.paulofierro.com/archives/563/</guid>
		<feedburner:origLink>http://www.paulofierro.com/archives/563/</feedburner:origLink></item>
		<item><title>xJSFL - The rapid development framework for extending Adobe Flash [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/kQLhyZiSKqo/</link><category>actionscript dev flash javascript jsfl</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Fri, 27 Aug 2010 01:05:56 PDT</pubDate><guid isPermaLink="false">http://www.xjsfl.com/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/actionscript" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/dev" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/flash" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/javascript" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/jsfl" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/kQLhyZiSKqo" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.xjsfl.com/</feedburner:origLink></item><item>
			<title>Sorting numerical NSStrings by playing with C</title>
			<link>http://feedproxy.google.com/~r/PauloFierro/~3/7Hf8_GuqyyA/</link>
			<description>&lt;p&gt;The other day I was trying to sort a list of value objects by their ID. I know, not very exciting, but easy enough right? Except these are numbers that are typed as &lt;code&gt;NSStrings&lt;/code&gt;. So basically the object looks something like this:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
@interface MyObject : NSObject {&lt;br /&gt;
	NSString *objectId;&lt;br /&gt;
	// Other properties would be defined here&lt;br /&gt;
}
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;I tried various things, such as sorting the list using a &lt;code&gt;NSSortDescriptor&lt;/code&gt; like so:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
NSSortDescriptor *descriptor = [[NSSortDescriptor alloc] initWithKey:@"objectId" ascending:YES];&lt;br /&gt;
NSArray *orderedList = [list sortedArrayUsingDescriptors:[NSArray arrayWithObject:descriptor]];&lt;br /&gt;
[descriptor release];
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;However that ordered the 12 items as 1, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9. Not quite what I wanted. After some digging I found a lovely function that would do this, like so:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
NSArray *orderedList = [list sortedArrayUsingFunction:compareObjectsUsingNumericalStringId context:@"objectId"];
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;The C function is quite straightforward:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
static int compareObjectsUsingNumericalStringId(id p1, id p2, void *context) {&lt;br /&gt;
	// Create a selector for the object's property&lt;br /&gt;
    SEL methodSelector = NSSelectorFromString(context);&lt;br /&gt;
	// Get the value&lt;br /&gt;
	id obj1 = objc_msgSend(p1, methodSelector);&lt;br /&gt;
  id obj2 = objc_msgSend(p2, methodSelector);&lt;br /&gt;
	// We know objX is an NSString so get the int value for comparing&lt;br /&gt;
	int v1 = [obj1 intValue];&lt;br /&gt;
    int v2 = [obj2 intValue];&lt;br /&gt;
	// Do the comparison&lt;br /&gt;
    if (v1 &lt; v2) {&lt;br /&gt;
		return NSOrderedAscending;&lt;br /&gt;
	}&lt;br /&gt;
    else if (v1 &gt; v2) {&lt;br /&gt;
		return NSOrderedDescending;&lt;br /&gt;
	}&lt;br /&gt;
    else {&lt;br /&gt;
		return NSOrderedSame;&lt;br /&gt;
	}&lt;br /&gt;
}
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;And now the ordered items are 1, 2, 3, 4, etc as we would expect. One of those things that I'm sure I'll find useful in the future so better to leave it here where I can find it :) You can download &lt;a href="http://paulofierro.com/code/Sorter.zip"&gt;an Xcode project here&lt;/a&gt; that shows this example in action.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/7Hf8_GuqyyA" height="1" width="1"/&gt;</description>
			<pubDate>Tue, 03 Aug 2010 14:32:28 +0200</pubDate>
			<comments>http://www.paulofierro.com/archives/562/#comments</comments>
			<guid isPermaLink="false">http://www.paulofierro.com/archives/562/</guid>
		<feedburner:origLink>http://www.paulofierro.com/archives/562/</feedburner:origLink></item>
	<item><title>14 Essential Xcode Tips, Tricks and Resources for iPhone Devs [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/l2RmCSOZLlo/</link><category>apple iphone objective-c programming development</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Thu, 29 Jul 2010 05:49:15 PDT</pubDate><guid isPermaLink="false">http://www.mobileorchard.com/14-essential-xcode-tips-tricks-and-resources-for-iphone-devs/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/apple" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/objective-c" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/programming" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/l2RmCSOZLlo" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.mobileorchard.com/14-essential-xcode-tips-tricks-and-resources-for-iphone-devs/</feedburner:origLink></item><item><title>OpenFlow [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/fjzuDd-t4Js/OpenFlow</link><category>cocoa code development iphone obj-c openflow coverflow</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Mon, 26 Jul 2010 06:46:56 PDT</pubDate><guid isPermaLink="false">http://github.com/thefaj/OpenFlow</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/cocoa" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/code" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/obj-c" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/openflow" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/coverflow" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/fjzuDd-t4Js" height="1" width="1"/&gt;</description><feedburner:origLink>http://github.com/thefaj/OpenFlow</feedburner:origLink></item><item><title>Some Flash Android Components [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/hu5FOKM3WxU/</link><category>air android as3 flash mobile</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Fri, 23 Jul 2010 00:24:54 PDT</pubDate><guid isPermaLink="false">http://blog.kevinhoyt.org/?p=548</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/air" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/android" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/as3" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/flash" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/mobile" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/hu5FOKM3WxU" height="1" width="1"/&gt;</description><feedburner:origLink>http://blog.kevinhoyt.org/?p=548</feedburner:origLink></item><item><title>Apigee: API Console [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/S1Xb8KXYJao/</link><category>api console</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Mon, 12 Jul 2010 08:36:38 PDT</pubDate><guid isPermaLink="false">http://app.apigee.com/console/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/api" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/console" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/S1Xb8KXYJao" height="1" width="1"/&gt;</description><feedburner:origLink>http://app.apigee.com/console/</feedburner:origLink></item><item><title>How To Make Your iPhone App Launch Faster [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/IlDCiWO0DK4/</link><category>cocoa development iphone launch</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Sun, 28 Mar 2010 03:26:50 PDT</pubDate><guid isPermaLink="false">http://www.dragthing.com/blog/?p=246</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/cocoa" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/launch" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/IlDCiWO0DK4" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.dragthing.com/blog/?p=246</feedburner:origLink></item><item><title>Create shiny buttons [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/NjYm3fbt_uQ/</link><category>iphone cocoa development</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Fri, 19 Feb 2010 06:06:31 PST</pubDate><guid isPermaLink="false">http://www.tuaw.com/2010/02/19/iphone-devsugar-create-shiny-buttons-easily/</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/cocoa" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/NjYm3fbt_uQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.tuaw.com/2010/02/19/iphone-devsugar-create-shiny-buttons-easily/</feedburner:origLink></item><item><title>50 Inspiring iPhone Application Websites [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/xhv5YBiJEoI/50-inspiring-iphone-application-websites</link><category>iphone design inspiration graphics</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Mon, 08 Feb 2010 04:40:10 PST</pubDate><guid isPermaLink="false">http://webdesignledger.com/inspiration/50-inspiring-iphone-application-websites</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/design" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/inspiration" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/graphics" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/xhv5YBiJEoI" height="1" width="1"/&gt;</description><feedburner:origLink>http://webdesignledger.com/inspiration/50-inspiring-iphone-application-websites</feedburner:origLink></item><item><title>Sympathy for the Devil [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/f4XAbxVy3Vw/sympathy_for_the_devil.html</link><category>flash actionscript standards html5</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Wed, 27 Jan 2010 01:55:31 PST</pubDate><guid isPermaLink="false">http://blogs.adobe.com/jnack/2010/01/sympathy_for_the_devil.html</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/flash" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/actionscript" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/standards" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/html5" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/f4XAbxVy3Vw" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.adobe.com/jnack/2010/01/sympathy_for_the_devil.html</feedburner:origLink></item><item><title>iPhone PNG Images Normalizer [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/lEeZeY8YvAU/</link><category>iphone development programming tools png python</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Wed, 20 Jan 2010 03:11:46 PST</pubDate><guid isPermaLink="false">http://www.axelbrz.com.ar/?mod=iphone-png-images-normalizer</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/programming" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/tools" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/png" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/python" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/lEeZeY8YvAU" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.axelbrz.com.ar/?mod=iphone-png-images-normalizer</feedburner:origLink></item><item><title>Software Sea Change [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/T7ox7gBuAZY/67</link><category>iphone cocoa development appstore apple</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Wed, 13 Jan 2010 06:49:34 PST</pubDate><guid isPermaLink="false">http://kickingbear.com/blog/archives/67</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/cocoa" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/development" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/appstore" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/apple" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/T7ox7gBuAZY" height="1" width="1"/&gt;</description><feedburner:origLink>http://kickingbear.com/blog/archives/67</feedburner:origLink></item><item><title>The Awesomeness Manifesto [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/5i0F4kFPKCo/is_your_business_innovative_or.html</link><category>business inspiration creativity strategy innovation awesomeness harvard manifesto</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Thu, 05 Nov 2009 01:05:54 PST</pubDate><guid isPermaLink="false">http://blogs.harvardbusiness.org/haque/2009/09/is_your_business_innovative_or.html</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/business" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/inspiration" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/creativity" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/strategy" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/innovation" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/awesomeness" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/harvard" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/manifesto" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/5i0F4kFPKCo" height="1" width="1"/&gt;</description><feedburner:origLink>http://blogs.harvardbusiness.org/haque/2009/09/is_your_business_innovative_or.html</feedburner:origLink></item><item><title>Cocoa with Love: Showing a "Loading..." message over the iPhone keyboard [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/2S1JN1gPxjg/showing-message-over-iphone-keyboard.html</link><category>iphone obj-c</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Tue, 27 Oct 2009 02:07:54 PDT</pubDate><guid isPermaLink="false">http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/obj-c" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/2S1JN1gPxjg" height="1" width="1"/&gt;</description><feedburner:origLink>http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html</feedburner:origLink></item><item><title>Determine if iPhone is 3G or 3GS [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/FzZOeSGtnGg/determine-if-iphone-is-3g-or-3gs-determine-if-ipod-is-first-or-second-generation.html</link><category>iphone objective-c</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Tue, 27 Oct 2009 02:07:03 PDT</pubDate><guid isPermaLink="false">http://iphonedevelopertips.com/device/determine-if-iphone-is-3g-or-3gs-determine-if-ipod-is-first-or-second-generation.html</guid><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/objective-c" />
      </rdf:Bag>
    </taxo:topics><description>&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/FzZOeSGtnGg" height="1" width="1"/&gt;</description><feedburner:origLink>http://iphonedevelopertips.com/device/determine-if-iphone-is-3g-or-3gs-determine-if-ipod-is-first-or-second-generation.html</feedburner:origLink></item><item><title>On Authoring iPhone Apps via Flash CS5 [del.icio.us]</title><link>http://feedproxy.google.com/~r/PauloFierro/~3/qu1I7zp95YI/on-authoring-iphone-apps-via-flash-cs5</link><category>flash iphone objective-c adobe</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pfierro</dc:creator><pubDate>Tue, 06 Oct 2009 23:31:46 PDT</pubDate><guid isPermaLink="false">http://jeffrock.com/post/205303852/on-authoring-iphone-apps-via-flash-cs5</guid><description>&amp;quot;And lest we forget, Adobe can barely write Objective-C apps themselves.&amp;quot;&lt;img src="http://feeds.feedburner.com/~r/PauloFierro/~4/qu1I7zp95YI" height="1" width="1"/&gt;</description><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/flash" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/iphone" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/objective-c" />
        <rdf:li rdf:resource="http://www.delicious.com/pfierro/adobe" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://jeffrock.com/post/205303852/on-authoring-iphone-apps-via-flash-cs5</feedburner:origLink></item></channel>
</rss>
