<?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>Alexandre Gomes &#187; Monologue</title>
	<atom:link href="http://www.alexandre-gomes.com/?feed=rss2&#038;cat=19" rel="self" type="application/rss+xml" />
	<link>http://www.alexandre-gomes.com</link>
	<description>Technology, programming, ideas and innovation are my preferred subjects. Working professionally on programming gives me plenty of new topics to write about, still my brain keeps popping out ideas in the most unexpected places.</description>
	<lastBuildDate>Thu, 20 Oct 2011 15:37:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Smarter Browser Cache</title>
		<link>http://www.alexandre-gomes.com/?p=570</link>
		<comments>http://www.alexandre-gomes.com/?p=570#comments</comments>
		<pubDate>Mon, 11 Apr 2011 13:30:55 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[I'm an Idiot]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=570</guid>
		<description><![CDATA[Designers, Developers, System Administrators and companies spend a lot of time trying to optimize their networks and content delivery systems to achieve optimal performance with the minimum resources possible. At first, there was a simple browser/proxy cache schema, then the &#8220;If-Modified-Since&#8221; and ETags HTTP headers where introduced. Nowadays CDNs seem to blooming and all the [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=570</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding In-App-Purchase Support: Avoid AppId Troubles</title>
		<link>http://www.alexandre-gomes.com/?p=566</link>
		<comments>http://www.alexandre-gomes.com/?p=566#comments</comments>
		<pubDate>Tue, 17 Aug 2010 23:35:31 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=566</guid>
		<description><![CDATA[So, I&#8217;ve decided to add In-App-Purchase support for one of my apps. I&#8217;ve researched about the subject a few times but it always seemed quite a bit of code for a lazy-driven project until I found a quite nice tutorial that at the bottom included a utility library that packaged everything you need to do [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=566</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>libanim: animated textures and images for iPhone/iOS</title>
		<link>http://www.alexandre-gomes.com/?p=553</link>
		<comments>http://www.alexandre-gomes.com/?p=553#comments</comments>
		<pubDate>Thu, 12 Aug 2010 02:33:19 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[apng]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[libanim]]></category>
		<category><![CDATA[libpng]]></category>
		<category><![CDATA[mng]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=553</guid>
		<description><![CDATA[I recently started a new project called libanim (home page) which aims at providing support for animated file formats on the iOS and perhaps Android at a later stage. The problem doesn&#8217;t seem to be limited to any one platform, support for animated file formats is usually limited to gif files but on some places (e.g. [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=553</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disabling multitasking on iOS 4 apps</title>
		<link>http://www.alexandre-gomes.com/?p=545</link>
		<comments>http://www.alexandre-gomes.com/?p=545#comments</comments>
		<pubDate>Tue, 27 Jul 2010 17:58:38 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[ios4]]></category>
		<category><![CDATA[multitasking]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=545</guid>
		<description><![CDATA[If you&#8217;re using the iOS 4 SDK then by default your app will be assumed to support multitasking even though you actually need to add support for it and you might not have done that (e.g. updating an old application). While multitasking seems nice it isn&#8217;t always the best scenario for your app, specially when [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=545</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>And Apple does it again &#8211; Opera Mini iPhone App Approved</title>
		<link>http://www.alexandre-gomes.com/?p=533</link>
		<comments>http://www.alexandre-gomes.com/?p=533#comments</comments>
		<pubDate>Tue, 13 Apr 2010 03:42:20 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=533</guid>
		<description><![CDATA[Apple just approved the Opera Mini iPhone app, which should be available on iTunes during the next 24 hours. This is excellent news specially taking into account the recent events. In you&#8217;ve missed the demo go check it now. Edit: Some users pointed it out to me something I couldn&#8217;t believe but it&#8217;s true. The [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=533</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unity3D, MonoTouch and Flash CS5 to be banned from iPhone/iPad&#8217;s Ecosystem</title>
		<link>http://www.alexandre-gomes.com/?p=525</link>
		<comments>http://www.alexandre-gomes.com/?p=525#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:25:43 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[monotouch]]></category>
		<category><![CDATA[unity3d]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=525</guid>
		<description><![CDATA[Up until now a few solutions existed if you wanted to avoid C/Objective C to code for the iPhone and specially to achieve some code portability/compatibility with other platforms. Examples of those solutions are Unity3D, Flash CS5, MonoTouch, HaXe and other static-compiters or trans-compilers like XMLVM. As reported by several sources (e.g. this Engadget article) [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=525</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Is Web Storage All We Need?</title>
		<link>http://www.alexandre-gomes.com/?p=521</link>
		<comments>http://www.alexandre-gomes.com/?p=521#comments</comments>
		<pubDate>Wed, 24 Mar 2010 23:10:56 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[I'm an Idiot]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google gears]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[web storage]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=521</guid>
		<description><![CDATA[Due to a particular idea of mine I found myself in need of something I don&#8217;t believe possible today &#8211; to easily share data between desktop and web applications using the browser alone. This raised several technical, privacy and culture questions on my mind, as well as a couple suggestions of course. Many are already [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=521</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft open sources .NET Micro Framework</title>
		<link>http://www.alexandre-gomes.com/?p=511</link>
		<comments>http://www.alexandre-gomes.com/?p=511#comments</comments>
		<pubDate>Tue, 17 Nov 2009 00:05:35 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[.net micro]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=511</guid>
		<description><![CDATA[Microsoft has 3 .Net flavors, the complete stack, the .Net Compact Framework and the .Net Micro Framework for extremely resource-constrained devices. The later is being open sourced under the Apache 2.0 license. A copy of the full annoucemente can be read at Port 25. Unlike the other flavors of .Net frameworks the .Net Micro framework [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=511</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Anonymous Functions in C/C++?</title>
		<link>http://www.alexandre-gomes.com/?p=492</link>
		<comments>http://www.alexandre-gomes.com/?p=492#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:34:13 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[blocks]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[llvm]]></category>
		<category><![CDATA[objc]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=492</guid>
		<description><![CDATA[I was reading my fair share of feeds for the day and I found some links for a nice site that translates C gibberish to English like this: int (*(*foo)(void ))[3] gets translated to &#8220;declare foo as pointer to function (void) returning pointer to array 3 of int&#8221; &#8211; pretty cool on itself but what [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=492</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AdSense reports in a Gadget (iGoogle and Wave)</title>
		<link>http://www.alexandre-gomes.com/?p=440</link>
		<comments>http://www.alexandre-gomes.com/?p=440#comments</comments>
		<pubDate>Tue, 27 Oct 2009 03:02:29 +0000</pubDate>
		<dc:creator>alexmipego</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Monologue]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.alexandre-gomes.com/?p=440</guid>
		<description><![CDATA[I got tired of visiting the AdSense page all the time, well from time to time. I already have done an iPhone app so now I created a iGoogle gadget to display the most important stats and also a chart! So, with the help of Mono I was able to have everything setup and tested [...]]]></description>
		<wfw:commentRss>http://www.alexandre-gomes.com/?feed=rss2&#038;p=440</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.alexandre-gomes.com @ 2013-05-19 12:52:54 by W3 Total Cache -->