<?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>9MMEDIA Blog</title>
	<atom:link href="http://blog.9mmedia.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.9mmedia.com</link>
	<description>Flex / Actionscript  / Java</description>
	<lastBuildDate>Thu, 03 May 2012 14:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simple Ruby Monitoring and Management Interface For beanstalkd, beanstalkd_view</title>
		<link>http://blog.9mmedia.com/?p=1108</link>
		<comments>http://blog.9mmedia.com/?p=1108#comments</comments>
		<pubDate>Thu, 03 May 2012 14:42:26 +0000</pubDate>
		<dc:creator>dennis</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[beanstalkd]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://blog.9mmedia.com/?p=1108</guid>
		<description><![CDATA[Beanstalk is great option if you need a fast lightweight message queue. The protocol is simple, and there are lots of examples and libraries online. (Here's a nice summary article.) However, it does not come with a standard management UI. Resque, a message queue built on top of Redis, has a great web management interface [...]]]></description>
		<wfw:commentRss>http://blog.9mmedia.com/?feed=rss2&#038;p=1108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving Rotated Images on the iPhone</title>
		<link>http://blog.9mmedia.com/?p=932</link>
		<comments>http://blog.9mmedia.com/?p=932#comments</comments>
		<pubDate>Mon, 06 Jun 2011 14:58:18 +0000</pubDate>
		<dc:creator>gabe</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://9mmedia.com/blog/?p=932</guid>
		<description><![CDATA[Rotating the image on the screen is very simple, but re-saving rotated images can be a little tricky. If you are sending photos over the network or saving photos to the iPhone's camera roll, then you need to know how to get them to be oriented correctly. There are two basic ways to rotate a [...]]]></description>
		<wfw:commentRss>http://blog.9mmedia.com/?feed=rss2&#038;p=932</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A UIScrollView You Can Be Proud Of</title>
		<link>http://blog.9mmedia.com/?p=1004</link>
		<comments>http://blog.9mmedia.com/?p=1004#comments</comments>
		<pubDate>Wed, 25 May 2011 14:50:37 +0000</pubDate>
		<dc:creator>joseph s</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://9mmedia.com/blog/?p=1004</guid>
		<description><![CDATA[Ever wondered how Apple created the slider used to display an app's screenshots? While it is a UIScrollView at heart, most developers know that by design a UIScrollView with paging enabled only stops at multiples of its frames width (or height). Getting those overhanging views on the side is no easy task but with a bit [...]]]></description>
		<wfw:commentRss>http://blog.9mmedia.com/?feed=rss2&#038;p=1004</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speed Up Maven GWT Compile Time For Developers</title>
		<link>http://blog.9mmedia.com/?p=854</link>
		<comments>http://blog.9mmedia.com/?p=854#comments</comments>
		<pubDate>Wed, 02 Mar 2011 15:17:27 +0000</pubDate>
		<dc:creator>gabriel</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://9mmedia.com/blog/?p=854</guid>
		<description><![CDATA[Google Web Toolkit is great for when you need to do AJAX on a Java centric web application. When you want to ensure type safety from the AJAX web layer all the way through to your persistence layer, there is nothing better than GWT. Unfortunately because GWT code has to support 5 different rendering engines [...]]]></description>
		<wfw:commentRss>http://blog.9mmedia.com/?feed=rss2&#038;p=854</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IntentService on Android&#8211; asynchronous background tasks made easy.</title>
		<link>http://blog.9mmedia.com/?p=831</link>
		<comments>http://blog.9mmedia.com/?p=831#comments</comments>
		<pubDate>Tue, 11 Jan 2011 15:52:24 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://9mmedia.com/blog/?p=831</guid>
		<description><![CDATA[Android services are the workhorses of the platform. They allow applications to run long running tasks and give functionality to outside applications. Unfortunately, since they run in the background and are not visually obvious to developers, they can be a source of major headaches. If you have seen an ANR (activity not responding) or have [...]]]></description>
		<wfw:commentRss>http://blog.9mmedia.com/?feed=rss2&#038;p=831</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

