<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>53R1A75</title>
	<atom:link href="http://www.rleecreasy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rleecreasy.com</link>
	<description>Serial surfing.</description>
	<lastBuildDate>Fri, 01 Oct 2010 18:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<!-- podcast_generator="podPress/8.8.9.2" -->
	<copyright>2006-2007 </copyright>
	<managingEditor>rlee@etherealnation.net (53R1A75)</managingEditor>
	<webMaster>rlee@etherealnation.net (53R1A75)</webMaster>
	<image>
		<url>http://www.rleecreasy.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>53R1A75</title>
		<link>http://www.rleecreasy.com/wordpress</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Serial surfing.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>53R1A75</itunes:author>
	<itunes:owner>
		<itunes:name>53R1A75</itunes:name>
		<itunes:email>rlee@etherealnation.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.rleecreasy.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>201010011335</title>
		<link>http://www.rleecreasy.com/archives/201010011335/</link>
		<comments>http://www.rleecreasy.com/archives/201010011335/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 18:12:02 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=201</guid>
		<description><![CDATA[I&#8217;m a browser snob. I run Chrome. I ran Firefox until it go popular. But besides popularity, here&#8217;s three tiny things that make Chrome my favorite browser for client-side development. element inspection: right click and there it is. Then the element you&#8217;re inspecting is clearly identified and it&#8217;s dimensions (margin, padding too) are easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a browser snob. I run <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a>. I ran <a class="zem_slink" title="Firefox" rel="homepage" href="http://www.mozilla.com/firefox/">Firefox</a> until it go popular. But besides popularity, here&#8217;s three tiny things that make Chrome my favorite browser for client-side development.</p>
<div id="attachment_202" class="wp-caption alignright" style="width: 310px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_1.png"><img class="size-medium wp-image-202" title="Inspecting an element" src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_1-300x118.png" alt="" width="300" height="118" /></a><p class="wp-caption-text">Just right click that element.</p></div>
<ol>
<li>element inspection: right click and there it is. Then the element you&#8217;re inspecting is clearly identified and it&#8217;s dimensions (margin, padding too) are easy to see.</li>
<li>easily view style inheritance and edit styles: when you inspect an element, its styles are at your fingertips. No more pixel pushing &#8211; if I need to fix a style, just make it look right and copy the new values to my style sheets.</li>
<li><a class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">javascript</a> <a class="zem_slink" title="Debugging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Debugging">debugging</a>: yeah FF and IE8 do that. Chrome does it best. I&#8217;ll get into the head to heads in a second. But I can javascript the <a class="zem_slink" title="Document Object Model" rel="wikipedia" href="http://en.wikipedia.org/wiki/Document_Object_Model">DOM</a> the same way I edit the styles using the console. And I can easily explore variable contents in the same place I call them up.<span id="more-201"></span></li>
</ol>
<div id="attachment_204" class="wp-caption alignright" style="width: 327px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_3.png"><img class="size-full wp-image-204" title="The Javascript Console" src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_3.png" alt="" width="317" height="159" /></a><p class="wp-caption-text">And the winner is...</p></div>
<p>So what about Firefox? Actually Firefox is a close second in this race. With plugins like <a class="zem_slink" title="Web Developer" rel="homepage" href="http://chrispederick.com/work/web-developer/">Web Developer</a> and <a class="zem_slink" title="Firebug" rel="homepage" href="http://getfirebug.com">Firebug</a> it really isn&#8217;t bad. For me it just comes down to usability. Inspect Element opens Firebug in window so +1 click to <a class="zem_slink" title="Pop music" rel="wikipedia" href="http://en.wikipedia.org/wiki/Pop_music">pop</a> it out (maybe I could change a setting here?). And the real killer for me in Firebug is the dedicated console tab. It kills me, if I&#8217;m playing with document or if I&#8217;m debugging the js, I HAVE TO GO TO ANOTHER TAB TO RUN JS? No thanks.</p>
<p>Then there&#8217;s IE. For IE7- I use <a class="zem_slink" title="IETester" rel="homepage" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a>. It&#8217;s awesome for compatibility testing. But the debug bar doesn&#8217;t allow breakpoints. At least it shows computed styles and has a console when I&#8217;m looking at the available js functions. In IE8, MS finally got with it and provided the Developer Tools plugin (and I don&#8217;t know if this was/is available for previous IE versions).</p>
<div id="attachment_203" class="wp-caption alignright" style="width: 266px"><a href="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_2.png"><img class="size-full wp-image-203 " title="Edit that style." src="http://www.rleecreasy.com/wordpress/wp-content/uploads/chrome_2.png" alt="" width="256" height="205" /></a><p class="wp-caption-text">I love borders! More borders!</p></div>
<p>First, there&#8217;s no Inspect Element <a class="zem_slink" title="Context menu" rel="wikipedia" href="http://en.wikipedia.org/wiki/Context_menu">context menu</a> option. That&#8217;s the real killer for me. It edits the document and styles quite nicely and debugging isn&#8217;t too bad either. But the console doesn&#8217;t allow for navigating complex values like objects. They just appear as {&#8230;}. That means nothing to me, unless it&#8217;s an emoticon I don&#8217;t know about.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=9637dbd3-511d-4579-8abb-d5b49bb59bfe" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201010011335/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>201009081221</title>
		<link>http://www.rleecreasy.com/archives/201009081221/</link>
		<comments>http://www.rleecreasy.com/archives/201009081221/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 16:39:58 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[CyanogenMod]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTC Corporation]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[Read-only memory]]></category>
		<category><![CDATA[T-Mobile]]></category>
		<category><![CDATA[Telecommunications]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=184</guid>
		<description><![CDATA[Image via CrunchBase Let&#8217;s root my slide! That&#8217;s right I finally got it to work. Here&#8217;s how I did it and what you might expect if you&#8217;re trying to root a myTouch Slide 3G from the fiends at T-Mobile (and HTC). Why I did it: 1) I HATE THE BOOT SCREEN 2) regardless of battery [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 132px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/htc"><img title="Image representing HTC as depicted in CrunchBase" src="http://www.crunchbase.com/assets/images/resized/0001/9198/19198v2-max-450x450.png" alt="Image representing HTC as depicted in CrunchBase" width="122" height="71" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Let&#8217;s root my slide!</p>
<p>That&#8217;s right I finally got it to work. Here&#8217;s how I did it and what you might expect if you&#8217;re trying to root a myTouch Slide 3G from the fiends at <a class="zem_slink" title="T-Mobile" rel="homepage" href="http://www.t-mobile.net">T-Mobile</a> (and <a class="zem_slink" title="HTC" rel="homepage" href="http://www.htc.com">HTC</a>).</p>
<p>Why I did it:</p>
<p>1) I HATE THE BOOT SCREEN<span id="more-184"></span></p>
<p>2) regardless of battery consumption i wanted live backgrounds</p>
<p>3) that itch in the back of my mind that says: you don&#8217;t have full control of your phone</p>
<p>4) get rid of crapware from tmobile</p>
<p>5) get rid of the crapware from htc</p>
<p>6) froyo and apps to sd</p>
<p>My first attempts were using the <a href="http://forum.xda-developers.com/showthread.php?t=702973" target="_blank">&#8220;eugene&#8221; method</a>. This seemed to brute force the phone and I could just never get the timing right. I found several .bat files that tried to automate this process, but they just never panned out.</p>
<p>I gave up for a few weeks until T-Mobile released an OTA update. I had to do the update manually because T-Mobile is a bunch of jerks and took forever to send it my way, but it worked out ok. I set out to attempt to gain root again when I stumbled on a root method <a href="http://wiki.cyanogenmod.com/index.php?title=Full_Update_Guide_-_HTC_Slide#exploid_method_for_OTA_1.35.531.1" target="_blank">specifically for that update</a>. I tried it, and it worked &#8211; sort of. For some reason when I downloaded the rom from rom manager (after I had gotten root) it wouldn&#8217;t or couldn&#8217;t reboot itself. I ended up following the directions for the manual update and successfully installed the Cyanogen 6 stable.</p>
<p>Oops! I forgot to backup ANY of my apps. That was a long and arduous process. In <a class="zem_slink" title="Addition" rel="wikipedia" href="http://en.wikipedia.org/wiki/Addition">addition</a>, SWYPE (the reason that the sliding keyboard is only good for Emulator Games) was removed and irretrievable. I ended up purchasing Ultra Keyboard to replace it. I&#8217;m very happy with it to. My one major complaint is adding words to the user dictionary is clunky compared to swype&#8217;s sleek and unobtrusive suggestions.</p>
<div id="app61" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/com.binarybulge.android.apps.keyboard.full">Ultra Keyboard for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script> Once I got all that back on, I was happily using my phone when I stumbled on a not-very-family-friendly picture in the <a class="zem_slink" title="cyanogen" rel="twitter" href="http://twitter.com/cyanogen">cyanogen</a> wallpaper library. So I had to dig into the forums again to figure out how to get that out. I found a good <a href="http://forums.androidandme.com/topic/cyanogen-wallpapers-help?replies=16#post-12751" target="_blank">starting point</a> and ended up having to add my own set of directions.  The rooting and cyanogen <a class="zem_slink" title="Read-only memory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Read-only_memory">ROM</a> has been great so far. There&#8217;s two specific things I&#8217;m still trying to do:  1) While there is a new <a class="zem_slink" title="Bootsplash" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bootsplash">boot animation</a> I still get the crappy myTouch <a class="zem_slink" title="Splash screen" rel="wikipedia" href="http://en.wikipedia.org/wiki/Splash_screen">splash screen</a>. I&#8217;m trying to get rid of it still.  2) I had a good second thing, but I forgot it. Sorry.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=77ccf3b2-8aa2-490d-94ad-c62d5e1322c6" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201009081221/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20100901</title>
		<link>http://www.rleecreasy.com/archives/20100901/</link>
		<comments>http://www.rleecreasy.com/archives/20100901/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:15:36 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[macs]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[Lala]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Music and Audio]]></category>
		<category><![CDATA[Pandora]]></category>
		<category><![CDATA[Pandora Radio]]></category>
		<category><![CDATA[Streaming media]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=181</guid>
		<description><![CDATA[Image via CrunchBase Hello September! Today Apple is having a big surprise &#8216;thing&#8217;, so no doubt there will be some kind of shiny new technology for everyone to coo over. I&#8217;m hoping they resurrect Lala and get rid of that Genius crap. I never bought a single thing on iTunes because of genius. Whereas on Lala [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 170px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/lala"><img title="Image representing Lala as depicted in CrunchBase" src="http://www.crunchbase.com/assets/images/resized/0000/3544/3544v7-max-450x450.png" alt="Image representing Lala as depicted in CrunchBase" width="160" height="81" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Hello September!</p>
<p>Today <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> is having a big surprise &#8216;thing&#8217;, so no doubt there will be some kind of shiny new <a class="zem_slink" title="Technology" rel="wikinvest" href="http://www.wikinvest.com/industry/Technology">technology</a> for everyone to coo over. I&#8217;m hoping they resurrect <a class="zem_slink" title="Lala" rel="homepage" href="http://www.lala.com">Lala</a> and get rid of that Genius crap. I never bought a single thing on <a class="zem_slink" title="ITunes" rel="homepage" href="http://www.apple.com/itunes/">iTunes</a> because of genius. Whereas on Lala my web (and some mp3s) <a class="zem_slink" title="Library" rel="wikipedia" href="http://en.wikipedia.org/wiki/Library">library</a> was up to date with the latest in what I was listening and what was in my library. I&#8217;ve never gotten relevant or interesting recommendations for purchase on iTunes. So mostly I just torrent mp3s. On top of that I&#8217;ve been floundering around trying to get my library <a class="zem_slink" title="Streaming media" rel="wikipedia" href="http://en.wikipedia.org/wiki/Streaming_media">streaming</a> on the web. The replacement services never really matched up to lala&#8217;s awesomeness so I dabbled in home media servers. First I tried Sockso, and that was sufficient for awhile. The playlist and flash player system was functional, but mostly annoying and it was only for audio. It did a good job letting me share my library in a user by user way, but had no <a class="zem_slink" title="social plugins" rel="homepage" href="http://developers.facebook.com/plugins">social plugins</a>. Then I needed to share video with my xbox, so I tried out <a class="zem_slink" title="TVersity Media Server" rel="homepage" href="http://www.tversity.com/">TVersity</a>. That definitely worked when I needed to stream P90X from computer to home gym, but listening to music at work has been so bad I&#8217;ve ditched it almost entirely, returning with tail tucked in to <a class="zem_slink" title="Pandora" rel="homepage" href="http://Pandora.com">Pandora</a>. Don&#8217;t get me wrong, I love Pandora, but sometimes I like to dig into the recesses of my own library, and no ADS please. So there it is, my only wishlist item for Apple: bring back lala&#8230;. please&#8230;.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=a13bc647-1860-4860-936b-4d361cd3c46a" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/20100901/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>201008311035</title>
		<link>http://www.rleecreasy.com/archives/201008311035/</link>
		<comments>http://www.rleecreasy.com/archives/201008311035/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:37:39 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Awards]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[News and Reviews]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=176</guid>
		<description><![CDATA[Today in apps! Last night I went uninstall crazy. A good thing too, because at dinner last night Tom the Talking Cat was requested the cutesy parlor trick it is. I ended up taking Broadsides off too. I loved the game, the writing was phenomenal. I figure I reached the best and worst possible endings [...]]]></description>
			<content:encoded><![CDATA[<p>Today in apps!</p>
<p>Last night I went uninstall crazy. A good thing too, because at dinner last night <a href="http://bit.ly/dxKjAE" target="_blank">Tom the Talking Cat</a> was requested the cutesy parlor trick it is. I ended up taking <a href="http://bit.ly/bC3Myq" target="_blank">Broadsides</a> off too. I loved the <a class="zem_slink" title="Game (food)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Game_%28food%29">game</a>, the writing was phenomenal. I figure I reached the best and worst possible endings and was skimming most of it so I feel like I outgrew it. I&#8217;m ready and waiting for them to come up with a new story though! They did a great job on it. I took out <a href="http://bit.ly/d46zeS" target="_blank">Craps</a> and <a href="http://bit.ly/aA4DCY" target="_blank">Othello</a> because I never really played them.</p>
<p><span id="more-176"></span></p>
<p>So here&#8217;s the games that I&#8217;m keeping for now:</p>
<div id="app551" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/com.storm8.worldwar">World War™ for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script> World War is one of those <a class="zem_slink" title="Massively multiplayer online game" rel="wikipedia" href="http://en.wikipedia.org/wiki/Massively_multiplayer_online_game">MMOs</a> that is points-as-turns based play. You represent a country and there is an ongoing count on which country is winning the pvp battles. Without other humans, you run missions and earn xp and money to build your army. It isn&#8217;t very engaging or interesting, but the idea of filling bars, doing missions, building an empire and so on is good for wasting time when i&#8217;m just hanging out. The company has a bunch of other games that are the exact same but with mafia, ninja, <a class="zem_slink" title="Street racing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Street_racing">street racing</a> or zombie themes. The <a class="zem_slink" title="War" rel="wikipedia" href="http://en.wikipedia.org/wiki/War">war</a> one is good enough for me.</p>
<div id="app605" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/com.molodev.galaxir">GalaxIR for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script><br />
GalaxIR is a fun <a class="zem_slink" title="Casual game" rel="wikipedia" href="http://en.wikipedia.org/wiki/Casual_game">casual game</a> that has a near identical counterpart: <a href="http://bit.ly/bNEmnj" target="_blank">Galaxy Domination</a>. I&#8217;d recommend Galaxy Domination over GalaxIR because the simplified graphics make it run like a dream. But GD uses a great multiplayer (free version limits your time on its network) system, has more difficulty settings, lets you control the percentage of ships you attack with and has other nice control tweaks.</p>
<div id="app945" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/au.com.phil">Abduction! for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script> Abduction was the first game I ever played on an Android system. It&#8217;s a fun, addicting, casual game where you control a bouncing cow going up to space via floating pads of earth. I&#8217;ve never bought the full version &#8211; I simply don&#8217;t play it enough. But the <a class="zem_slink" title="Campaign setting" rel="wikipedia" href="http://en.wikipedia.org/wiki/Campaign_setting">campaign mode</a> is beginning to itch my curiosity, so I may eventually make the jump.</p>
<div id="app60" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/dk.logisoft.aircontrol">Air Control Lite for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script><br />
There are several clones of this: <a href="http://bit.ly/c89YvT" target="_blank">Air Traffic Control</a> and <a href="http://bit.ly/9sK4LB" target="_blank">Flight Director</a>. I&#8217;ve only tried Air Control and Flight Director and so far I&#8217;ve stuck with Air Control. Basically you have a bird&#8217;s eye of an airfield and direct oncoming planes or helicopters to their respective runways. Flight Director includes fancy graphics and uses sat images of real airfields, but their tweaks to the speed of the plans and other small game dynamics really didn&#8217;t please me. Air Control keeps it simple and makes it a little competitive even by keeping your percentage ranking against other Air Control players. I definitely recommend this little gem.</p>
<div id="app797" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/com.jiuzhangtech.rushhour">Traffic Jam Free for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script><br />
 There&#8217;s a bunch of these type of <a class="zem_slink" title="Puzzle video game" rel="wikipedia" href="http://en.wikipedia.org/wiki/Puzzle_video_game">puzzle game</a> clones and I have only tried this one. They all play the same, I just chanced on this one. One thing I like about it is that it shows you progressing through the difficulty of the puzzles and shows you how you rank to the minimum moves need to finish. I&#8217;ve loved this puzzle since I was a kid and I love to dig into this one when I want to tickle my brain.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=f83488d9-55b0-4bb8-bf43-c42ef6f7cfe2" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201008311035/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>201008301317</title>
		<link>http://www.rleecreasy.com/archives/201008301317/</link>
		<comments>http://www.rleecreasy.com/archives/201008301317/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:17:50 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=173</guid>
		<description><![CDATA[Visual Task Switcher Free for Android on AppBrain This is the second time I&#8217;ve put taskswitcher on my machine. This would be a helpful app, but I need it to overtake the homebutton longpress. The current options of search longpress and home press simply don&#8217;t work on my phone due to the genius crapware from [...]]]></description>
			<content:encoded><![CDATA[<div id='app902' class='appbrain-app'><a href='http://www.appbrain.com/app/com.esdmobile.taskswitcher' style='font-size: 11px; color: #555; font-family: Arial, sans-serif;'>Visual Task Switcher Free for Android on AppBrain</a></div>
<p> <script type='text/javascript' language='javascript' src='http://www.appbrain.com/api/api.nocache.js'></script></p>
<p>This is the second time I&#8217;ve put taskswitcher on my machine. This would be a helpful app, but I need it to overtake the homebutton longpress. The current options of search longpress and home press simply don&#8217;t work on my phone due to the genius crapware from T-mobile that I haven&#8217;t been able to root out.</p>
<div id='app708' class='appbrain-app'><a href='http://www.appbrain.com/app/com.andrew.contactanalyzer2' style='font-size: 11px; color: #555; font-family: Arial, sans-serif;'>Contact Analyzer 2 for Android on AppBrain</a></div>
<p> <script type='text/javascript' language='javascript' src='http://www.appbrain.com/api/api.nocache.js'></script></p>
<p>This looks like it could have been a pretty powerful app for contact list management. There are two problems. One, it took me on a contact by contact odyssey that I just don&#8217;t have the patience for. And two, I have come to the realization that the contact access on the phone is good enough that I don&#8217;t really care about duplicates etc. I need to just stop being attracted to all the OCD contact management apps</p>
<div id='app930' class='appbrain-app'><a href='http://www.appbrain.com/app/com.headcode.ourgroceries' style='font-size: 11px; color: #555; font-family: Arial, sans-serif;'>OurGroceries for Android on AppBrain</a></div>
<p> <script type='text/javascript' language='javascript' src='http://www.appbrain.com/api/api.nocache.js'></script></p>
<p>This probably could be a great grocery list manager. It purports to sync family lists, it organizes items by category and store and well, it&#8217;s a list manager. I&#8217;ve got SpringPad to do that for me. I realized it just as I finished the install and I immediately just deleted it off my phone for the precious space. Sorry.</p>
<p>I also removed Financisto, Google Sky and my weather widgets to make room on the system memory. Financisto looked to be an awesome finance app, but I already have one (mvelopes, which needs an app version). Google Sky is mostly a parlor trick app for me. It was fun for the double moon night, Friday and when I&#8217;m hanging out on the back porch with friends and brews. But it isn&#8217;t really worth it day-to-day for the size it costs. I&#8217;m still looking for the perfect weather widget since I switched to launcher pro and can&#8217;t use the HTC widget. The one I just removed did weird things with time and location that I just didn&#8217;t feel like dealing with, twice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201008301317/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>201008271356</title>
		<link>http://www.rleecreasy.com/archives/20100827/</link>
		<comments>http://www.rleecreasy.com/archives/20100827/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:45:58 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=163</guid>
		<description><![CDATA[Apps for the day! Financisto for Android on AppBrain Financisto probably won&#8217;t replace mvelopes for me, because I have a wife who also uses our money. But I&#8217;m hoping to get into using it for quick updates and better charting. I really am missing Quicken Online &#8211; it has been the ONLY online finance tracking [...]]]></description>
			<content:encoded><![CDATA[<p>Apps for the day!</p>
<div id="app847" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/ru.orangesoftware.financisto">Financisto for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script></p>
<div>Financisto probably won&#8217;t replace mvelopes for me, because I have a wife who also uses our money. But I&#8217;m hoping to get into using it for quick updates and better charting. I really am missing <a class="zem_slink" title="Quicken" rel="wikipedia" href="http://en.wikipedia.org/wiki/Quicken">Quicken</a> Online &#8211; it has been the ONLY online <a class="zem_slink" title="Finance" rel="wikipedia" href="http://en.wikipedia.org/wiki/Finance">finance</a> tracking <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> that correctly connected to ALL my <a class="zem_slink" title="Bank account" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bank_account">bank accounts</a>. With it closing it&#8217;s doors I&#8217;m scrambling for another that can <a class="zem_slink" title="Graph (mathematics)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Graph_%28mathematics%29">graph</a> my finance data just as well AND connect to my accounts. I&#8217;ll probably get rid of this eventually, but it&#8217;s small enough for me to stick with it a bit.</div>
<div id="app974" class="appbrain-app"><a style="font-size: 11px; color: #555; font-family: Arial, sans-serif;" href="http://www.appbrain.com/app/com.choiceofgames.broadsides">Choice of Broadsides for Android on AppBrain</a></div>
<p><script src="http://www.appbrain.com/api/api.nocache.js" type="text/javascript"></script></p>
<div>Choice of Broadsides! OMG, this is a must have for simple, <a class="zem_slink" title="Casual game" rel="wikipedia" href="http://en.wikipedia.org/wiki/Casual_game">casual gaming</a>. It is the <a class="zem_slink" title="Choose Your Own Adventure" rel="wikipedia" href="http://en.wikipedia.org/wiki/Choose_Your_Own_Adventure">choose your own adventure</a> you would have thought of in elementary school if you only had an android phone. The writing is good, the stories are engaging and the choices all seem of utmost importance. I stayed up late last night and finished my first trip though a complete storyline. I died due to an infection I got from losing my hand in a sword fight with a doomed friend while trying to take his vessel during wartime. I can&#8217;t wait to start over again just to see what new story lines I can hit up.</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=1817e9df-b955-4bc9-93a5-e5e2798d32e9" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/20100827/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>201008261059</title>
		<link>http://www.rleecreasy.com/archives/201008261059/</link>
		<comments>http://www.rleecreasy.com/archives/201008261059/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 15:06:02 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=157</guid>
		<description><![CDATA[It has been well over a year since the last time I posted. I wanted to highlight a few things that I&#8217;m using lately. http://www.appbrain.com/ http://www.appbrain.com/my_apps In addition to learning how to build apps on android, I&#8217;ve also gotten my very own android based phone. I found appbrain to be the best alternative to the [...]]]></description>
			<content:encoded><![CDATA[<p>It has been well over a year since the last time I posted. I wanted to highlight a few things that I&#8217;m using lately.</p>
<p><a href="http://www.appbrain.com/">http://www.appbrain.com/</a></p>
<p><a href="http://www.appbrain.com/my_apps">http://www.appbrain.com/my_apps</a></p>
<p>In addition to learning how to build apps on android, I&#8217;ve also gotten my very own android based phone. I found appbrain to be the best alternative to the <a class="zem_slink" title="Android Market" rel="homepage" href="http://www.android.com/market/">Android Market</a>. It syncs my apps and tracks them in a shareable way. I find that its recommendations are terrible and never really changing, but I do love the &#8220;hot&#8221; listing. It changes frequently and I&#8217;m always finding new.</p>
<p>My other new awesome app for your desktop is the Vista Switcher: <a href="http://www.ntwind.com/">http://www.ntwind.com/</a></p>
<p>I used to use the <a class="zem_slink" title="Windows XP" rel="homepage" href="http://www.microsoft.com/windows/windows-xp/default.aspx">XP</a> advanced switcher when I was on XP, and then Vista&#8217;s tab switcher was OK. I recently found this in one of my software feeds and I&#8217;ve really liked it. Moving forward it will be my new must-have switcher.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=f25afae6-f1b3-4fb6-98b1-a3a5af88a80f" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/201008261059/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200905051800</title>
		<link>http://www.rleecreasy.com/archives/200905051800/</link>
		<comments>http://www.rleecreasy.com/archives/200905051800/#comments</comments>
		<pubDate>Tue, 05 May 2009 22:00:58 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Micro-blogging]]></category>
		<category><![CDATA[Not safe for work]]></category>
		<category><![CDATA[On the Web]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Personality test]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=152</guid>
		<description><![CDATA[Image via CrunchBase Hi all, some banal updates from yours truly. First off &#8211; I&#8217;m on twitter as prodaea. Fun little microblogging piece of software that you can update from anywhere and basically do anything you want with it. Some sites that I like to use with twitter are: twtrfrnd.com - for those times when christi1987 [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin:1em;display:block">
<div>
<dl class="wp-caption alignright" style="width: 220px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/twitter"><img title="Image representing Twitter as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="Image representing Twitter as depicted in Crun..." width="210" height="49" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size:0.8em">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Hi all, some banal updates from yours truly.</p>
<p>First off &#8211; I&#8217;m on twitter as <a href="http://twitter.com/prodaea" target="_blank">prodaea</a>. Fun little <a class="zem_slink" title="Micro-blogging" rel="wikipedia" href="http://en.wikipedia.org/wiki/Micro-blogging">microblogging</a> piece of <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> that you can update from anywhere and basically do anything you want with it. Some sites that I like to use with twitter are:</p>
<ul>
<li><a href="http://twtrfrnd.com/" target="_blank">twtrfrnd.com</a> - for those times when christi1987 is following you and has <a class="zem_slink" title="Not safe for work" rel="wikipedia" href="http://en.wikipedia.org/wiki/Not_safe_for_work">NSFW</a> pics.</li>
<li><a href="http://tweetstats.com/" target="_blank">tweet stats</a> - nice graphs etc.  to let you and your friends know just how much you tweet.</li>
<li><a href="http://twanalyst.com" target="_blank">twanalyst.com</a> - brings you one of those <a class="zem_slink" title="Personality test" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personality_test">personality tests</a> &#8211; based on some twitter stats algorithms. is fun.</li>
<li><a href="http://twitpic.com/" target="_blank">twitpics.com</a> - by far the most useful you can email or txt twitpics and it will post a short url for that pic to your twitter account.</li>
<li><a href="http://twitter.grader.com" target="_self">twitter.grader.com</a> - gives you a grade out of 100 based on how you&#8217;re networked and some other stuff that i never really took the time to care about. i got a 70.</li>
<li><a href="http://twibes.com" target="_self">www.twibes.com</a> &#8211; is a system for group management and group tweeting based on the # thing that some genious came up with. i&#8217;m in a twibe, but i&#8217;m hoping twitter just integrates groupings.</li>
</ul>
<p>I&#8217;m sure there&#8217;s a ton more that I&#8217;m not aware of, but I use these fairly regularly. Also you can plug twitter right into your <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a> status. is fun.</p>
<p>Finally get involved in <a class="zem_slink" title="Politics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Politics">politics</a> using twitter. Starting with Mr. Obama, there have been many politicians to get into <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>. Some are good and informative &#8211; even responsive, some suck. <a href="http://news.cnet.com/8301-17939_109-10232667-2.html?part=rss&amp;tag=feed&amp;subj=Webware" target="_blank">Here&#8217;s  a great aricle I found that highlights several and let&#8217;s you know how useful they found them to be.</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=b996a708-6d11-4463-aac7-9978d2600499" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200905051800/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200903261121</title>
		<link>http://www.rleecreasy.com/archives/200903261121/</link>
		<comments>http://www.rleecreasy.com/archives/200903261121/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:30:12 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webware]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[ITunes]]></category>
		<category><![CDATA[Lala]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Pandora]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=150</guid>
		<description><![CDATA[Image by Getty Images via Daylife Ok, I&#8217;ve been a blog slacker, but since my wife is making me post at our new family site : Talk Is Sheep, I&#8217;ve been more apt to write interesting things. I&#8217;ve started using some new fun software that I thought I&#8217;d fill you in on. Digsby &#8211; Multi [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://www.daylife.com/image/0aQw9640N0aus?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=0aQw9640N0aus&amp;utm_campaign=z1"><img title="LONDON, ENGLAND - MARCH 25: In this photo illu..." src="http://cache.daylife.com/imageserve/0aQw9640N0aus/150x95.jpg" alt="LONDON, ENGLAND - MARCH 25: In this photo illu..." width="150" height="95" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.daylife.com/source/Getty_Images">Getty Images</a> via <a href="http://www.daylife.com">Daylife</a></dd>
</dl>
</div>
</div>
<p>Ok, I&#8217;ve been a blog <a class="zem_slink" title="Slacker" rel="wikipedia" href="http://en.wikipedia.org/wiki/Slacker">slacker</a>, but since my wife is making me post at our new <a class="zem_slink" title="Family (biology)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Family_%28biology%29">family</a> site : Talk Is Sheep, I&#8217;ve been more <a class="zem_slink" title="Advanced Packaging Tool" rel="homepage" href="http://wiki.debian.org/Apt">apt</a> to write interesting things.</p>
<p>I&#8217;ve started using some new fun <a class="zem_slink" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">software</a> that I thought I&#8217;d fill you in on.</p>
<p><a href="http://www.digsby.com/" target="_blank">Digsby</a> &#8211; Multi chat <a class="zem_slink" title="Client (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Client_%28computing%29">client</a> that also logs into <a class="zem_slink" title="Social work" rel="wikipedia" href="http://en.wikipedia.org/wiki/Social_work">social services</a> like <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a> and twitter, putting all that stuff in one fun place. Also has a nice proxy and account setup system which makes it great for going from my work computer to my <a class="zem_slink" title="Home computer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Home_computer">home computer</a>.</p>
<p><a class="zem_slink" title="Songbird" rel="homepage" href="http://getsongbird.com/">Songbird</a> &#8211; they say it&#8217;s an <a class="zem_slink" title="ITunes" rel="homepage" href="http://www.apple.com/itunes/">iTunes</a> killer, but I&#8217;m holding my breath. Mostly because I&#8217;ve moved my media to the cloud using <a class="zem_slink" title="Lala" rel="wikipedia" href="http://en.wikipedia.org/wiki/Lala">Lala</a>, and I get my music recommendations from <a class="zem_slink" title="Pandora" rel="homepage" href="http://Pandora.com">Pandora</a> (despite the ads, its still my favorite for music discovery).</p>
<p><a class="zem_slink" title="Dropbox" rel="homepage" href="http://www.getdropbox.com">Dropbox</a> &#8211; this thing is a life saver. Its software that syncs a file on your computer (up to 2GB) over the web. You can install it on multiple computers and if you can&#8217;t install it, you can grab your files over the web. I&#8217;ve also heard rumor of a portable version that would allow you to have a thumb drive that synced with dropbox. I need to get a big enough thumb drive, but don&#8217;t worry, I&#8217;ll get there. Currently, I&#8217;m using it to keep my working files in a convenient location.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif" alt="" /><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200903261121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>200902191344</title>
		<link>http://www.rleecreasy.com/archives/200902191344/</link>
		<comments>http://www.rleecreasy.com/archives/200902191344/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 18:46:23 +0000</pubDate>
		<dc:creator>R.Lee</dc:creator>
				<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.rleecreasy.com/?p=144</guid>
		<description><![CDATA[The suburbs will be the next ghetto wargrounds. Its only a matter of time. Abandonments are just the first step.]]></description>
			<content:encoded><![CDATA[<p>The suburbs will be the next ghetto wargrounds. Its only a matter of time. <a href="http://www.businessweek.com/bwdaily/dnflash/content/feb2009/db20090218_423745.htm?campaign_id=rss_daily" target="_blank">Abandonments</a> are just the first step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rleecreasy.com/archives/200902191344/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

