<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Miscellaneous</title>
	<atom:link href="http://mrobvious.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrobvious.wordpress.com</link>
	<description>Some observations...</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:29:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mrobvious.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Miscellaneous</title>
		<link>http://mrobvious.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mrobvious.wordpress.com/osd.xml" title="Miscellaneous" />
	<atom:link rel='hub' href='http://mrobvious.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CLR GUI for VS2010 C++</title>
		<link>http://mrobvious.wordpress.com/2012/01/16/clr-gui-for-vs2010-c/</link>
		<comments>http://mrobvious.wordpress.com/2012/01/16/clr-gui-for-vs2010-c/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 09:25:25 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[Cpp]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSVC]]></category>
		<category><![CDATA[VS2010]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=951</guid>
		<description><![CDATA[Using help from a forum called http://stackoverflow.com , I finally got the String to double and double to String conversions going. The CLR gui looks a lil more polished than MFC but requires .NET framework of the correct version when it runs. The MFC that I got to work first has the String to double [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=951&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using help from a forum called <a title="http://stackoverflow.com" href="http://stackoverflow.com" target="_blank">http://stackoverflow.com</a> , I finally got the String to double and double to String</p>
<p>conversions going.</p>
<p>The CLR gui looks a lil more polished than MFC but requires .NET framework of the correct version when it runs.</p>
<p>The MFC that I got to work first has the String to double and double to string built into the EditText.  You right mouse</p>
<p>and tell what double variable you want the EdtText to use.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>//Here is the conversion part CLR C++ GUI<br />
//CLR isnt too bad&#8230; better than MFC yes?</p>
<p>double dblInput1 = 0.0;<br />
double dblInput2 = 0.0;<br />
double dblAnswer = 0.0;<br />
String ^ strInput1;<br />
String ^ strInput2;<br />
strInput1 = this-&gt;Input1textBox-&gt;Text;<br />
strInput2 = this-&gt;Input2textBox-&gt;Text;</p>
<p>if (Double::TryParse(strInput1, dblInput1) &amp; Double::TryParse(strInput2, dblInput2))<br />
{<br />
// do something<br />
dblAnswer = dblInput1 + dblInput2;</p>
<p>Answer1textBox-&gt;Text = System::Convert::ToString( dblAnswer );<br />
}</p>
<p>else<br />
{<br />
// the text was not a number<br />
MessageBox::Show(&#8220;Error&#8221;);<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/951/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/951/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/951/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=951&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2012/01/16/clr-gui-for-vs2010-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>FHM Men&#8217;s Magazine &#8211; in Other Countries</title>
		<link>http://mrobvious.wordpress.com/2011/12/04/fhm-mens-magazine-in-other-countries/</link>
		<comments>http://mrobvious.wordpress.com/2011/12/04/fhm-mens-magazine-in-other-countries/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 10:49:45 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[FHM]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[men's]]></category>
		<category><![CDATA[Veena Malik]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=946</guid>
		<description><![CDATA[To be honest, I&#8217;ve never bought this on the news stand. I&#8217;ve stopped to take a quick gander&#8230;here or there. There are online versions for many countries and they are slightly different. ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ Here are a few I noted. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=946&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To be honest, I&#8217;ve never bought this on the news stand.</p>
<p>I&#8217;ve stopped to take a quick gander&#8230;here or there.</p>
<p>There are online versions for many countries and they are slightly different.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>Here are a few I noted.</p>
<p><a title="http://www.fhm-international.com/" href="http://www.fhm-international.com/" target="_blank">http://www.fhm-international.com/</a> Lists all the countries available</p>
<p><a title="http://fhmindia.com/" href="http://fhmindia.com/" target="_blank">http://fhmindia.com/</a> India &#8211; Veena Malik causing a stir for Pakistan</p>
<p><a title="http://www.fhm.nl/" href="http://www.fhm.nl/" target="_blank">http://www.fhm.nl/</a> Netherlands</p>
<p><a title="http://www.fhm.com.ph/" href="http://www.fhm.com.ph/" target="_blank">http://www.fhm.com.ph/</a> Philipines</p>
<p><a title="http://fhm.co.za/" href="http://fhm.co.za/" target="_blank">http://fhm.co.za/</a> South Africa &#8211; Zambia</p>
<p><a title="http://www.trends.com.cn/" href="http://www.trends.com.cn/" target="_blank">http://www.trends.com.cn/</a> China</p>
<p><a title="http://www.fhm-magazin.de/" href="http://www.fhm-magazin.de/" target="_blank">http://www.fhm-magazin.de/</a> Germany</p>
<p><a title="http://www.fhm.com.au/" href="http://www.fhm.com.au/" target="_blank">http://www.fhm.com.au/</a> Australia</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/946/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/946/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=946&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/12/04/fhm-mens-magazine-in-other-countries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>I Got Bluestack to Work With My Android 2.3.3 App&#8230;Sweet</title>
		<link>http://mrobvious.wordpress.com/2011/10/13/i-got-bluestack-to-work-with-my-android-2-3-3-app-sweet/</link>
		<comments>http://mrobvious.wordpress.com/2011/10/13/i-got-bluestack-to-work-with-my-android-2-3-3-app-sweet/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 12:21:39 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android ADT plug-in for Eclipse]]></category>
		<category><![CDATA[Bluestack]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=942</guid>
		<description><![CDATA[I got Bluestack to work with my Android2_3_3 app&#8230;SWEET&#8230; It&#8217;s WAY FASTER than the eclipse emulator ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ &#160; The Android 2.3.3 SDK was as far as I could go without getting an error. More on this as it develops.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=942&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got Bluestack to work with my Android2_3_3 app&#8230;SWEET&#8230;</p>
<p>It&#8217;s WAY FASTER than the eclipse emulator</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<div id="attachment_943" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/10/android2_3_3_proj12_worksbluestackwin8.jpg"><img class="size-full wp-image-943" title="Android2_3_3_Proj12_WorksBluestackWin8" src="http://mrobvious.files.wordpress.com/2011/10/android2_3_3_proj12_worksbluestackwin8.jpg?w=450&#038;h=570" alt="Android2_3_3 Proj12 Bluestack Win8" width="450" height="570" /></a><p class="wp-caption-text">Android2_3_3 Proj12 Bluestack Win8</p></div>
<p>&nbsp;</p>
<p>The Android 2.3.3 SDK was as far as I could go without getting an error.</p>
<p>More on this as it develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/942/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=942&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/10/13/i-got-bluestack-to-work-with-my-android-2-3-3-app-sweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/10/android2_3_3_proj12_worksbluestackwin8.jpg" medium="image">
			<media:title type="html">Android2_3_3_Proj12_WorksBluestackWin8</media:title>
		</media:content>
	</item>
		<item>
		<title>After Disaster Intro Song &#8211; &#8220;Happy&#8221; &#8211; Mike Carano</title>
		<link>http://mrobvious.wordpress.com/2011/09/03/after-disaster-intro-song-happy-mike-carano/</link>
		<comments>http://mrobvious.wordpress.com/2011/09/03/after-disaster-intro-song-happy-mike-carano/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 06:02:03 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[After Disaster]]></category>
		<category><![CDATA[Anderson Cowan]]></category>
		<category><![CDATA[Happy]]></category>
		<category><![CDATA[Loveline]]></category>
		<category><![CDATA[Mike Carano]]></category>
		<category><![CDATA[Tyler]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=933</guid>
		<description><![CDATA[The song is here http://mikecarano.com/Happy_c.Mike_Carano.mp3 ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ I just hand typed the lyrics here: Mid&#8212;-night&#8230; Comes a li-ttle fas-ter Runs another stop sign. Ha-ppy e-ver af-ter When she lets her guard down&#8230; Laughing at the stupid things I say. Moon&#8212;light [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=933&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The song is here</p>
<p><a title="http://mikecarano.com/Happy_c.Mike_Carano.mp3" href="http://mikecarano.com/Happy_c.Mike_Carano.mp3" target="_blank">http://mikecarano.com/Happy_c.Mike_Carano.mp3</a></p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>I just hand typed the lyrics here:</p>
<p>Mid&#8212;-night&#8230;<br />
Comes a li-ttle<br />
fas-ter</p>
<p>Runs another stop sign.<br />
Ha-ppy e-ver<br />
af-ter</p>
<p>When she lets her<br />
guard down&#8230;<br />
Laughing at the<br />
stupid things<br />
I say.</p>
<p>Moon&#8212;light<br />
Under neath the win-dow<br />
Reflecting in the tear drops<br />
Falling on the pillow<br />
And she asks me<br />
Have you ever been so happy<br />
that it makes you wanna cry?</p>
<p>Have you ever been so happy<br />
that it makes you wan-na cryyyyyyyy?</p>
<p>List-en up<br />
There&#8217;s something I should<br />
tell you<br />
I was not al-ways<br />
Like this</p>
<p>I used to be so mis- reble<br />
And ev-ery boy who<br />
touched me<br />
or ever tried to fuck me</p>
<p>I used to be so<br />
fran-tic<br />
at home a-lone on<br />
week ends</p>
<p>Tel-evision by myself<br />
Waiting for the<br />
phone</p>
<p>Feel-ing ug-ly</p>
<p>Have you ever been so lonely<br />
that it makes you wanna die?</p>
<p>Have you ever been so lonely<br />
that it makes you wan-na diiiiiiie?</p>
<p>(Music interlude)</p>
<p>Breaking up is no lon-ger<br />
an op-tion<br />
Resonating &#8230;in &#8230;.my &#8230;.head<br />
My favorite thing<br />
She nev-er<br />
said to me</p>
<p>Shot gun<br />
Marriage on the first date<br />
Vegas<br />
and I could<br />
Not<br />
wait</p>
<p>We talked it o-ver<br />
and saw Tom Jones<br />
in-stead</p>
<p>And he was JUST<br />
mag&#8212;&#8212;nif-i-cent</p>
<p>wo-ah<br />
wo-ah<br />
woah<br />
she&#8217;s a la-dy</p>
<p>Keep it goin&#8230;.</p>
<p>Have you ever been so lonely<br />
that it makes you wanna die?</p>
<p>Have you ever been so empty<br />
that it makes you feel like</p>
<p>Have you ever been so happy<br />
that it makes you  cryyyyyy?</p>
<p>Gone are the sorrows<br />
(ca thunk&#8230;ca&#8230;thunk)<br />
Gone are the tears<br />
For you<br />
love me tru-ly<br />
True ly&#8230;.<br />
Dear<br />
(Baaaaaah)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/933/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/933/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/933/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=933&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/09/03/after-disaster-intro-song-happy-mike-carano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mikecarano.com/Happy_c.Mike_Carano.mp3" length="6495737" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Van with a Seized Motor from Sitting Three Years</title>
		<link>http://mrobvious.wordpress.com/2011/08/05/van-with-a-seized-motor-from-sitting-three-years/</link>
		<comments>http://mrobvious.wordpress.com/2011/08/05/van-with-a-seized-motor-from-sitting-three-years/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 02:16:30 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[ATF]]></category>
		<category><![CDATA[Marvins Miracle oil]]></category>
		<category><![CDATA[MMO]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[rust]]></category>
		<category><![CDATA[seized]]></category>
		<category><![CDATA[sitting]]></category>
		<category><![CDATA[turn by hand]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=925</guid>
		<description><![CDATA[A van with a seized engine&#8230;(from sitting)&#8230; will attempt to turn it back and forth by hand with a long socket wrench ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ after some Marvin&#8217;s mystery oil and ATF fluid and a dash of PB Blaster in each [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=925&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A van with a seized engine&#8230;(from sitting)&#8230;</p>
<p>will attempt to turn it back and forth by hand with a long socket wrench</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>after some Marvin&#8217;s mystery oil and ATF fluid and a dash of PB Blaster in each spark plug hole&#8230;.</p>
<p>Should be interesting&#8230;<br />
Experiences? Thoughts?</p>
<p>*****</p>
<p>Step one: pray ( a lot)</p>
<p>Step two: Google forums about old car restoration and seized motors</p>
<p>Step three: PB Blaster and Liquid wrench on old spark plugs (about three days &#8211; spray and wait&#8230;repeat)</p>
<p>On this Chevy van, a reciprocating saw was used a few times to make</p>
<p>some additional space around select plugs for access.</p>
<p>Step four: With a small piece of pipe for leverage, carefully, slowly remove the plugs</p>
<p>I still snapped the ceramic end on three of eight plugs, but the nut part of the plug was fine</p>
<p>Step Five: With a small clear plastic tube in each tube, insert PB Blaster in each cylinder and repeat</p>
<p>over a few days.  Then insert ATF in each cylinder several rounds. And finally add a round of 10w40 oil</p>
<p>Step Six: Go to Harbor Freight and buy a special vise grip with chain attached (used for large oil filters?)</p>
<p>and that was what I had to wrap around behind the main shaft pulleys and the harmonic balancer</p>
<p>in order to (eventually) hand turn the motor.</p>
<p>(on this motor the nut on the main pulley was small 5/8&#8243; and hard turning it would have either loosened it</p>
<p>or snapped it off) [Not a plan]</p>
<p>I gripped a <strong>socket</strong> and the <strong>arm of a 25&#8243; long breaker bar for sockets</strong> and eventually turned the motor a quarter turn in each direction.</p>
<p>Then a half turn each way.</p>
<p>Then a full turn.</p>
<p>Then two turns.</p>
<p>*** I didn&#8217;t actually need the Marvin’s mystery oil in this case even though I bought some just in case.</p>
<p>Step Seven: Install new plugs.</p>
<p>Step Eight: (I had already blown compressed back through the input fuel pump line back into the gas tank</p>
<p>to clear it and then hand squeeze pump fuel back into the line)</p>
<p>Step Nine: New battery and start it up.</p>
<p>After a few minutes&#8230;shut it off and change the oil</p>
<p>Step Ten: Start it up and let it run a few mins at a time to slowly burn/flash off all the ATF in the cylinders (lots of white smoke)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/925/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=925&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/08/05/van-with-a-seized-motor-from-sitting-three-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>After Disaster &#8211; Intro Song &#8211; &#8220;Happy&#8221; by Mike Cerano &#8211; Very Cool !!!!</title>
		<link>http://mrobvious.wordpress.com/2011/08/03/after-disaster-intro-song-happy-by-mike-cerano-very-cool/</link>
		<comments>http://mrobvious.wordpress.com/2011/08/03/after-disaster-intro-song-happy-by-mike-cerano-very-cool/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 08:59:51 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[After Disaster]]></category>
		<category><![CDATA[Anderson]]></category>
		<category><![CDATA[Anderson Cowan]]></category>
		<category><![CDATA[Happy]]></category>
		<category><![CDATA[Loveline]]></category>
		<category><![CDATA[Mike Cerano]]></category>
		<category><![CDATA[Tyler]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=922</guid>
		<description><![CDATA[Mid &#8211; night&#8230;.comes a lil faster&#8230;..runs another stop sign&#8230;. It&#8217;s After Disaster ___(a show they are doing on Sun and Thurs nights [typically] on http://lovelineshow.com afterward at midnight pacific With Loveline Engineer @Andersoncowan , @mikecerano @TylerRuinsRadio ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ [You likely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=922&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mid &#8211; night&#8230;.comes a lil faster&#8230;..runs another stop sign&#8230;. It&#8217;s After Disaster ___(a show they are doing on Sun and Thurs</p>
<p>nights [typically] on <a title="http://lovelineshow.com" href="http://lovelineshow.com" target="_blank">http://lovelineshow.com</a> afterward at midnight pacific</p>
<p>With Loveline Engineer @Andersoncowan , @mikecerano @TylerRuinsRadio</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>[You likely have to use the IE browser to hear the</p>
<p>actual show] and old shows are on itunes</p>
<p><strong><span style="color:#0000ff;">*** This is just the really cool intro song</span></strong></p>
<p><strong><span style="color:#0000ff;">Intro song by Mike Cerano </span></strong><br />
<strong><span style="color:#0000ff;">called &#8220;Happy&#8221;</span></strong><br />
<a title="http://mikecarano.com/Happy_c.Mike_Carano.mp3 " href="http://mikecarano.com/Happy_c.Mike_Carano.mp3" target="_blank">http://mikecarano.com/Happy_c.Mike_Carano.mp3 </a></p>
<p>&#8230; we talked about it and saw Tom Jones instead&#8230;.and he was&#8230;just .mag&#8212;nif&#8212;i-cent&#8230;&#8230;(oHhh​ha Ohhha she&#8217;s a la-dy)</p>
<p>Enjoy the tune&#8230;. and the show&#8230;.!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/922/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/922/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/922/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=922&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/08/03/after-disaster-intro-song-happy-by-mike-cerano-very-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mikecarano.com/Happy_c.Mike_Carano.mp3" length="6495737" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>A Strange Feature of Wolfram Alpha &#8211; Where am i?</title>
		<link>http://mrobvious.wordpress.com/2011/08/03/a-strange-feature-of-wolfram-alpha-where-am-i/</link>
		<comments>http://mrobvious.wordpress.com/2011/08/03/a-strange-feature-of-wolfram-alpha-where-am-i/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 02:49:10 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Where am i]]></category>
		<category><![CDATA[Wolfram Alpha]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=920</guid>
		<description><![CDATA[Wolfram Alpha continues to not impress but this was mildly interesting (although Im not sure it&#8217;s always accurate) http://www.wolframalpha.com/input/?i=Where+am+IF+64.134.170.58 ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ Just put in your actual IP in place of the one above in the browser URL line and it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=920&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wolfram Alpha continues to not impress but this was mildly interesting (although Im not sure it&#8217;s always accurate)</p>
<p><a title="http://www.wolframalpha.com/input/?i=Where+am+IF+64.134.170.58" href="http://www.wolframalpha.com/input/?i=Where+am+IF+64.134.170.58">http://www.wolframalpha.com/input/?i=Where+am+IF+64.134.170.58</a></p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>Just put in your actual IP in place of the one above in the browser URL line and it returns</p>
<p>where it thinks you (or that wifi router) are.</p>
<p>Don&#8217;t know your IP?  Use this (<a title="http://www.whatismyip.com/" href="http://www.whatismyip.com/">http://www.whatismyip.com/</a>)</p>
<p>or google for a similar site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/920/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/920/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/920/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=920&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/08/03/a-strange-feature-of-wolfram-alpha-where-am-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Ahh, Someone Feeling My Pain&#8230; Eclipse, Java/XML and the bless-ed Emulator</title>
		<link>http://mrobvious.wordpress.com/2011/08/02/ahh-someone-feeling-my-pain-eclipse-javaxml-and-the-bless-ed-emulator/</link>
		<comments>http://mrobvious.wordpress.com/2011/08/02/ahh-someone-feeling-my-pain-eclipse-javaxml-and-the-bless-ed-emulator/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 02:52:31 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android ADT plug-in for Eclipse]]></category>
		<category><![CDATA[Android SDK AVD Manager]]></category>
		<category><![CDATA[Eclipse Ver 3.7 Indigo Java 6 IDE]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=918</guid>
		<description><![CDATA[This needs a repost&#8230;or 3 http://nfarina.com/post/8239634061/ios-to-android Ahh someone feeling my pain&#8230;. &#8220;You’re going to just hate Eclipse. You’re going to hate it with the heat of a thousand suns. It’s going to feel slow and bloated and it won’t taste like real food. Eclipse is a world unto itself.&#8221; Ahh, so this is just chronicling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=918&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This needs a repost&#8230;or 3<br />
<a href="http://nfarina.com/post/8239634061/ios-to-android">http://nfarina.com/post/8239634061/ios-to-android</a><br />
Ahh someone feeling my pain&#8230;.</p>
<p style="padding-left:30px;">
<span style="color:#0000ff;"><strong>&#8220;You’re going to just hate Eclipse. You’re going to hate it with the heat of a thousand suns. </strong></span></p>
<p style="padding-left:30px;"><span style="color:#0000ff;"><strong>It’s going to feel slow and bloated and it won’t taste like real food.</strong></span></p>
<p style="padding-left:30px;"><span style="color:#0000ff;"><strong>Eclipse is a world unto itself.&#8221;</strong></span></p>
<p>Ahh, so this is just chronicling the pain of translating IOS to Java&#8230;.using Eclipse, Java and the bless-ed emulator.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>More to come on this&#8230;.as others moan and throw things</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/918/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/918/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/918/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=918&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/08/02/ahh-someone-feeling-my-pain-eclipse-javaxml-and-the-bless-ed-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Anyone Use a VPN Service?</title>
		<link>http://mrobvious.wordpress.com/2011/08/01/anyone-use-a-vpn-service/</link>
		<comments>http://mrobvious.wordpress.com/2011/08/01/anyone-use-a-vpn-service/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 02:09:03 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=915</guid>
		<description><![CDATA[Anyone use a VPN service (that is not their company&#8217;s and preferably free or low cost) ? Any experiences, thoughts or recommendations? ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ Depending on the response, I may or may not post the replies on this one.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=915&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anyone use a VPN service (that is not their company&#8217;s and preferably free or low cost) ?</p>
<p>Any experiences, thoughts or recommendations?</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>Depending on the response, I may or may not post the replies on this one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/915/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=915&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/08/01/anyone-use-a-vpn-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Denying Friend Requests in Facebook &#8230;FaceBaggery</title>
		<link>http://mrobvious.wordpress.com/2011/07/17/denying-friend-requests-in-facebook-facebaggery/</link>
		<comments>http://mrobvious.wordpress.com/2011/07/17/denying-friend-requests-in-facebook-facebaggery/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 03:23:01 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Deny]]></category>
		<category><![CDATA[FaceBaggery]]></category>
		<category><![CDATA[Friend Request]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=907</guid>
		<description><![CDATA[I know this will change over time&#8230; But as of July 16, 2011, you click &#8220;Not Now&#8221; (which I don&#8217;t like at all) This still allows that person to see some things on their feed about you&#8230;. ________________________________________________ Thanks for checking  out my posting. Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ Then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=907&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know this will change over time&#8230; But as of July 16, 2011, you click &#8220;Not Now&#8221; (<strong><span style="color:#ff0000;">which I don&#8217;t like at all</span></strong>)</p>
<p>This still allows that person to see some things on their feed about you&#8230;.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.</p>
<p>Check  out the latest at http://mrobvious.wordpress.com No scraping please…..</p>
<p>________________________________________________</p>
<p>Then you have to go to <a title="https://www.facebook.com/reqs.php" href="https://www.facebook.com/reqs.php" target="_blank">https://www.facebook.com/reqs.php</a></p>
<p>To see &#8220;hidden requests&#8221; where you just sent the &#8220;Not Now&#8221; one&#8230;.</p>
<p>Then you answer &#8220;Do you know this person outside Facebook?&#8221;  (<span style="color:#ff0000;"><strong>I don&#8217;t them at all Zuckerberg you idiot</strong></span>)</p>
<p>When you answer No&#8230;it says&#8230;</p>
<p>&#8220;Thanks. This person won&#8217;t be able to send you any more friend requests. Undo.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/907/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=907&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/07/17/denying-friend-requests-in-facebook-facebaggery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Man o Man Another 7.3 Earthquake Honshu, Japan</title>
		<link>http://mrobvious.wordpress.com/2011/07/10/man-o-man-another-7-3-earthquake-honshu-japan/</link>
		<comments>http://mrobvious.wordpress.com/2011/07/10/man-o-man-another-7-3-earthquake-honshu-japan/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 03:16:24 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[Honshu]]></category>
		<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=905</guid>
		<description><![CDATA[Man o man another 7.3 earthquake Honshu Japan @katz515 http://earthquake.usgs.gov/earthquakes/recenteqsww/Quakes/quakes_big.php ________________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ Katz san is on Twitter. More to come as this unfolds.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=905&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Man o man another 7.3 earthquake Honshu Japan @katz515</p>
<p><a title="http://earthquake.usgs.gov/earthquakes/recenteqsww/Quakes/quakes_big.php" href="http://earthquake.usgs.gov/earthquakes/recenteqsww/Quakes/quakes_big.php" target="_blank">http://earthquake.usgs.gov/earthquakes/recenteqsww/Quakes/quakes_big.php</a></p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>Katz san is on Twitter.</p>
<p>More to come as this unfolds.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/905/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=905&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/07/10/man-o-man-another-7-3-earthquake-honshu-japan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Shame on you Ron Paul and Barney Frank &#8211; Federal Marijuana Law</title>
		<link>http://mrobvious.wordpress.com/2011/06/23/shame-on-you-ron-paul-and-barny-frank-federal-marijuana-law/</link>
		<comments>http://mrobvious.wordpress.com/2011/06/23/shame-on-you-ron-paul-and-barny-frank-federal-marijuana-law/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 23:17:16 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Barney Frank]]></category>
		<category><![CDATA[Conservative]]></category>
		<category><![CDATA[Democrats]]></category>
		<category><![CDATA[Drugs]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[Laws]]></category>
		<category><![CDATA[marijuana]]></category>
		<category><![CDATA[Michael Savage]]></category>
		<category><![CDATA[Republicans]]></category>
		<category><![CDATA[Ron Paul]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=888</guid>
		<description><![CDATA[Shame on you Ron Paul (TX) and Barney Frank (D-MA) for introducing a bill to weaken our Federal drug laws. ________________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ This is an outrage.  Ron and Barney, please get your sorry unAmerican ass on a plane for Amsterdam [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=888&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Shame on you Ron Paul (TX) and Barney Frank (D-MA) for introducing a bill to weaken our Federal drug laws.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>This is an outrage.  Ron and Barney, please get your sorry unAmerican ass on a plane for Amsterdam so you can live with a bunch of loser stoners in a place of low morals, low productivity and low prosperity.</p>
<p>Doesn&#8217;t this country have enough problems?  We need more stoner morons?  Really?  No, really?</p>
<p>When was the last time the Netherlands was number one in anything?   Exactly.</p>
<p>The remaining House boneheads that supported this are: Democrats  Rep. John Conyers of Michigan, Rep. Steve Cohen of Tennessee, Rep. Jared Polis of Colorado, and Rep. Barbara Lee of California</p>
<p>Here&#8217;s the story via yahoo news.</p>
<p><a title="http://news.yahoo.com/s/yblog_theticket/20110623/pl_yblog_theticket/house-bill-would-repeal-most-federal-marijuana-laws-leave-choice-to-states?bouchon=623,tx" href="http://news.yahoo.com/s/yblog_theticket/20110623/pl_yblog_theticket/house-bill-would-repeal-most-federal-marijuana-laws-leave-choice-to-states?bouchon=623,tx">http://news.yahoo.com/s/yblog_theticket/20110623/pl_yblog_theticket/house-bill-would-repeal-most-federal-marijuana-laws-leave-choice-to-states?bouchon=623,tx</a></p>
<p>Let&#8217;s be clear&#8230; loser idiots that really wanna do that stuff already do it&#8230;</p>
<p>The ultimate reason for the law is that there is leverage to use to jail these morons when they stop getting stoned in their mom&#8217;s basement and start trying to traffic it and use it close to schools and the civilized population that doesn&#8217;t want to be around stoner morons.</p>
<p>For every person that can occasionally use this stuff, there are MANY that are horribly enslaved to it and can&#8217;t walk away&#8230;.(a month doesn&#8217;t count&#8230;it&#8217;s straight up addiction in MOST cases) .  I know of several cases where good people are trapped and throwing their lives away on this life crippling junk.  It&#8217;s truly sad.</p>
<p>I call for Ron Paul and Barney Frank to step down&#8230; MOST of  the American people like a sane and sober society thanks.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/888/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/888/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/888/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=888&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/06/23/shame-on-you-ron-paul-and-barny-frank-federal-marijuana-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Dabbling in Android SDK r11 and Eclipse Ver3.7 Indigo and ADT plug-in</title>
		<link>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-android-sdk-r11-and-eclipse-ver3-7-indigo-and-adt-plug-in/</link>
		<comments>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-android-sdk-r11-and-eclipse-ver3-7-indigo-and-adt-plug-in/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 01:50:04 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android ADT plug-in for Eclipse]]></category>
		<category><![CDATA[Android SDK AVD Manager]]></category>
		<category><![CDATA[Eclipse Ver 3.7 Indigo Java 6 IDE]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=876</guid>
		<description><![CDATA[Since the Blocks Editor and Android emulator was horribly slow and unreliable&#8230; Ive moved on the Android SDK r11 and it&#8217;s Android SDK AVD Manager *** Latest I have gotten one click event to work, that only writes a Toast message on the screen (Not a textbox yet) private void showToastMessage(String msg){ Toast toast = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=876&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since the Blocks Editor and Android emulator was horribly slow and unreliable&#8230; Ive moved on the Android SDK r11 and it&#8217;s Android SDK AVD Manager</p>
<p><strong><span style="color:#f3480b;">*** Latest </span></strong></p>
<p style="padding-left:30px;"><strong><span style="color:#f3480b;">I have gotten one click event to work, that only writes a Toast message on the screen (Not a textbox yet)</span></strong></p>
<p style="padding-left:30px;">private void showToastMessage(String msg){</p>
<p>Toast toast = Toast.makeText(this, msg, Toast.LENGTH_SHORT);</p>
<p>toast.show();</p>
<p>}</p>
<p style="padding-left:30px;"><strong><span style="color:#f3480b;">The <span style="text-decoration:underline;">critical things I&#8217;m doing seem to be:</span></span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">1. [Project] then [Clean...]</span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">2. On the &#8220;Run&#8221; toolbar dropdown, do [Run Configurations...] then click the [Target] tab</span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">Make sure you have the correct emulator/android version and scroll down to check off &#8220;Wipe User Data&#8221;</span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">Then &#8216;apply&#8221; and &#8220;Run&#8221;</span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">This seems to launch and load the emulator in a more stable way. (still pretty slow and some App stopped</span></strong></p>
<p style="padding-left:60px;"><strong><span style="color:#f3480b;">unexpectedly, but SOME success too)</span></strong></p>
<p><span style="color:#ff9900;"><strong>*** The state of things:</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>I have one app that crashes &#8220;Stops Unexpectedly&#8221; as you launch it (never even shows the GUI)</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>and the other launches ok and you see the buttons&#8230;.but &#8220;Stops Unexpectedly&#8221; when you click on a button.</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>1. One person suggested there might be errors in manifest&#8230;Mine was autogenerated by Eclipse.  Fix what?</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>2. One person suggested doing [Project] then [Clean...] in Eclipse</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>3. Another said there were known bugs and alleged workarounds in the windows Eclipse.  Anyone point to links for this?</strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>Has anyone gotten any complete example working on this emulator?  </strong></span></p>
<p style="padding-left:30px;"><span style="color:#ff9900;"><strong>It&#8217;s really starting to feel like this is broken and Google and IBM need to fix.</strong></span></p>
<p>I have Java 6 and Eclipse Ver 3.7 Indigo loaded</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>First off&#8230; when you launch Android SDK AVD Manager it tries to download and then install how ever many of the Android emulator platforms for Windows (in  my case although there are Linux and Mac versions)</p>
<p>They are shown as</p>
<p>api12 (really Android Honeycomb 3.1)</p>
<p>api11 (really Android Honeycomb 3.0)</p>
<p>api10 (really Android  Gingerbread 2.3.3)</p>
<p>api9 (really Android Gingerbread 2.3.1)</p>
<p>api8 (really Android Froyo 2.2)</p>
<p>&#8211; I guess Ice Cream Sandwich will be 4.0 but it isnt released till fall 2011</p>
<p><span style="color:#ff0000;">** The first weirdness is&#8230;All of those downloads show as Linux&#8230; except the api8 = Froyo 2.2</span></p>
<p><span style="color:#339966;">** The second weirdness&#8230; is&#8230; the .zip files download fairly fast&#8230; HOWEVER&#8230;</span></p>
<p><span style="color:#339966;">the zips extract REALLY slow.</span></p>
<p>So&#8230;. I allowed the SDK AVD Manager to download them  one at a time&#8230; then stop the install part and kill the process.</p>
<p>Then I extracted the 3.1 zip in Win7&#8230; That and the copy to &#8220;platforms folder&#8221; took<strong> about 2 hours</strong>.  There are <strong>4600 items in the &#8220;data&#8221; subfolder&#8230;</strong></p>
<p>The 2.3.3 vintage zips took <strong>about an hour and fifteen minutes each&#8230;</strong></p>
<p><span style="color:#339966;">** Then I relaunched the Android SDK AVD Manager&#8230; all the platforms are there now. &#8230; and I created an AVD Emulator for each&#8230;. So&#8230; it appears that all of the zips were windows and only mislabeled Linux.</span></p>
<div id="attachment_878" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/android3_1_avd_emulator.jpg"><img class="size-full wp-image-878" title="Android3_1_AVD_Emulator" src="http://mrobvious.files.wordpress.com/2011/06/android3_1_avd_emulator.jpg?w=450&#038;h=296" alt="Android 3.1 Honeycomb AVD Emulator" width="450" height="296" /></a><p class="wp-caption-text">Android 3.1 Honeycomb AVD Emulator</p></div>
<p>Now, on the Eclipse Indigo Java IDE side&#8230; I launched the Android ADT plug-in that I downloaded but it isn&#8217;t recognized yet.<strong><span style="color:#339966;"> (See the green text below..)</span></strong></p>
<p>So, now I&#8217;m exploring how to get an example going in java in the Eclipse IDE and connect to the AVD Emulator&#8230;.and preferably to connect java examples to the emulator WITHOUT Eclipse which allegedly is possible..</p>
<p><strong><span style="color:#339966;">*** I tried adding  ADT Android for Ecplipse Ver 3.7 Indigo again&#8230;</span></strong></p>
<p><strong><span style="color:#339966;">This time I did it from within Eclipse Indigo&#8230;Using the menu bar [Help], [Install new software] then you have to supply it a URL that I got from this site for Android developers.</span></strong></p>
<p><a title="http://developer.android.com/sdk/eclipse-adt.html#downloading" href="http://developer.android.com/sdk/eclipse-adt.html#downloading" target="_blank">http://developer.android.com/sdk/eclipse-adt.html#downloading</a></p>
<ol>
<li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New Software&#8230;</strong>.</li>
<li>Click <strong>Add</strong>, in the top-right corner.</li>
<li>In the Add Repository dialog that appears, enter &#8220;ADT Plugin&#8221; for the <em>Name</em> and the following URL for the <em>Location</em>:
<pre><span style="color:#ff6600;"><strong>https://dl-ssl.google.com/android/eclipse/</strong></span></pre>
</li>
</ol>
<p>Continue following the site steps through 7 and this correctly installs the ADT plug-in into Eclipse Ver 3.7 Indigo IDE.  Previously, I tried downloading the ADT separately and I couldn&#8217;t get Eclipse to recognize it using that approach.</p>
<p>________________________________________</p>
<p><strong><span style="color:#800000;">Now (in Eclipse) you can use the menu bar to create a [File], the [New], then [Project], then [Android Project].</span></strong>&#8230;.workspace and so forth&#8230;</p>
<p>See <a title="http://developer.android.com/guide/developing/projects/projects-eclipse.html#CreatingAProject" href="http://developer.android.com/guide/developing/projects/projects-eclipse.html#CreatingAProject" target="_blank">http://developer.android.com/guide/developing/projects/projects-eclipse.html#CreatingAProject</a></p>
<p><strong><span style="color:#ff6600;">*** Next problem&#8230;In Eclipse Indigo&#8230; Make sure in the menu bar&#8230;</span></strong></p>
<p><strong><span style="color:#ff6600;">[Window], then [Preferences], then [Android] &#8230;put the drive and directory path to &#8220;android-sdk-windows &#8221; which should have the &#8220;tools&#8221; folder under it&#8230; Now Eclipse can see the various Android emulator versions that you have downloaded from the earlier work in the SDK AVD Manager.</span></strong></p>
<p>Now the &#8220;Build Targets&#8221; area has choices to pick from.</p>
<div id="attachment_885" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/eclipsever3_7indigo_newandroidprojectwithbuildtargetandroidversionsavail.jpg"><img class="size-full wp-image-885" title="EclipseVer3_7Indigo_NewAndroidProjectWithBuildTargetAndroidVersionsAvail" src="http://mrobvious.files.wordpress.com/2011/06/eclipsever3_7indigo_newandroidprojectwithbuildtargetandroidversionsavail.jpg?w=450&#038;h=404" alt="Eclipse Ver3.7 Indigo New Android Project With Build Target Android Versions Avail" width="450" height="404" /></a><p class="wp-caption-text">Eclipse Ver3.7 Indigo New Android Project With Build Target Android Versions Available</p></div>
<p><strong><span style="color:#ff0000;">*** If you are creating a new android project&#8230; <span style="text-decoration:underline;">A common error is</span> leaving the &#8220;Package Name&#8221; blank.  The second error is giving it a simple name&#8230; You will likely get an error&#8230; <span style="text-decoration:underline;">&#8220;Package name must have at least two identifiers.&#8221;</span></span></strong></p>
<p>You make a correct Package &#8230; evidently&#8230; by &#8230;</p>
<p>If your project name was &#8220;NewProject1&#8243;, the Package name would be &#8220;com.android.NewProject1&#8243;</p>
<p>___________________________________</p>
<p>*** Another issue&#8230;  You get the java compiled without errors and you &#8220;Run&#8221; an &#8220;Android Application&#8221;</p>
<p>and it tries to launch and the 5554 Emulator pop up starts and has &#8220;Android_&#8221; text and then Android in fancy font and seemingly stalls (often without errors) &#8230; and you see this on the lower &#8220;console&#8221; area of Eclipse.<br />
<span style="color:#339966;font-size:8pt;"><br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] Android Launch!<br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] adb is running normally.<br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] Performing com.android.Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout.Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayoutActivity activity launch<br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] Automatic Target Mode: launching new emulator with compatible AVD &#8216;Android_2_2_api8_AVD&#8217;<br />
[2011-06-27 21:01:13 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] Launching a new emulator with Virtual Device &#8216;Android_2_2_api8_AVD&#8217;<br />
[2011-06-27 21:01:23 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] New emulator found: emulator-5554<br />
[2011-06-27 21:01:23 - Android2_2_Proj4_Add2NumbersHVGAAbsoluteLayout] Waiting for HOME (&#8216;android.process.acore&#8217;) to be launched&#8230;<br />
</span>____________<br />
From reading  Google posts, it seems that it&#8217;s not uncommon, to have to hit the Run button a second time in Eclipse if the emulator gets stuck trying to launch, install and run the .apk</p>
<p>**** To turn on line numbers in Eclipse</p>
<div id="attachment_903" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/eclpise_window_pref_general_editors_texteditors_linenumbers.jpg"><img class="size-full wp-image-903" title="Eclipse_Window_Pref_General_Editors_TextEditors_LineNumbers" src="http://mrobvious.files.wordpress.com/2011/06/eclpise_window_pref_general_editors_texteditors_linenumbers.jpg?w=450&#038;h=270" alt="Eclipse Window Preferences General Editors TextEditors LineNumbers" width="450" height="270" /></a><p class="wp-caption-text">Eclipse Window Preferences General Editors TextEditors LineNumbers</p></div>
<p>**** Now I&#8217;m stuck trying to get button click events to work without crashing.  The xml gui looks fair but crashes on a button click.</p>
<div id="attachment_898" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/android2_2_proj4_initialscreen.jpg"><img class="size-full wp-image-898" title="Android2_2_proj4_InitialScreen" src="http://mrobvious.files.wordpress.com/2011/06/android2_2_proj4_initialscreen.jpg?w=450&#038;h=306" alt="Android 2_2_proj4 Initial Screen" width="450" height="306" /></a><p class="wp-caption-text">Android2_2_proj4 Initial Screen</p></div>
<p>Then the &#8220;Application stopped unexpectedly&#8221; on a button click.</p>
<div id="attachment_899" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/applicationstoppedunexpectedly_android2_2_proj5examplebuttons.jpg"><img class="size-full wp-image-899" title="ApplicationStoppedUnexpectedly_Android2_2_proj5ExampleButtons" src="http://mrobvious.files.wordpress.com/2011/06/applicationstoppedunexpectedly_android2_2_proj5examplebuttons.jpg?w=450&#038;h=315" alt="Application Stopped Unexpectedly Button Click" width="450" height="315" /></a><p class="wp-caption-text">Application Stopped Unexpectedly Button Click</p></div>
<p>______</p>
<p>The google posts recommend using LogCat in Eclipse to troubleshoot weird errors like this that occur in runtime and may involve the emulator start.</p>
<p>First, add this to the import list at the top of the Java code in Eclipse:</p>
<p style="padding-left:30px;"><span style="color:#339966;">import android.util.Log;</span><br />
<span style="color:#339966;">//import android.util.Log;</span></p>
<p>I add it again as a comment because&#8230; When you hit &lt;shift&gt; &lt;ctrl&gt; O and let Eclipse auto add import statements because it often</p>
<p>will delete unused or what it thinks are unneeded imports.</p>
<p>Second, to get the LogCat showing as a console at the bottom of Eclipse, click [Window], then [Show View], then [Other], then [Android] and</p>
<p>[LogCat].</p>
<p><strong><span style="color:#ff0000;">It seems that there is a FATAL exception in main&#8230;.which is main.xml &#8230;..Not sure if it&#8217;s in the emulator or versions of Android&#8230;or???</span></strong></p>
<p>I have one app that crashes &#8220;Stops Unexpectedly&#8221; as you launch it (never even shows the GUI)</p>
<p>and the other launches ok and you see the buttons&#8230;.but &#8220;Stops Unexpectedly&#8221; when you click on a button.</p>
<p>Someone has suggested looking at my manifest file ( &#8220;Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory.&#8221;) for each app&#8230;.</p>
<p><a title="http://developer.android.com/guide/topics/manifest/manifest-intro.html" href="http://developer.android.com/guide/topics/manifest/manifest-intro.html" target="_blank">http://developer.android.com/guide/topics/manifest/manifest-intro.html</a></p>
<p><span style="color:#ff6600;"><strong>Anyone seeing these errors?  Has anyone gotten a complete app example to load, launch and actually run in the emulator without errors?</strong></span></p>
<p>Dunno</p>
<p>More to come on this as it unfolds.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/876/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/876/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/876/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=876&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-android-sdk-r11-and-eclipse-ver3-7-indigo-and-adt-plug-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/android3_1_avd_emulator.jpg" medium="image">
			<media:title type="html">Android3_1_AVD_Emulator</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/eclipsever3_7indigo_newandroidprojectwithbuildtargetandroidversionsavail.jpg" medium="image">
			<media:title type="html">EclipseVer3_7Indigo_NewAndroidProjectWithBuildTargetAndroidVersionsAvail</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/eclpise_window_pref_general_editors_texteditors_linenumbers.jpg" medium="image">
			<media:title type="html">Eclipse_Window_Pref_General_Editors_TextEditors_LineNumbers</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/android2_2_proj4_initialscreen.jpg" medium="image">
			<media:title type="html">Android2_2_proj4_InitialScreen</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/applicationstoppedunexpectedly_android2_2_proj5examplebuttons.jpg" medium="image">
			<media:title type="html">ApplicationStoppedUnexpectedly_Android2_2_proj5ExampleButtons</media:title>
		</media:content>
	</item>
		<item>
		<title>Dabbling in Google Android App Inventor</title>
		<link>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-google-android-app-inventor/</link>
		<comments>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-google-android-app-inventor/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 01:03:32 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android App Inventor]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 6]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[SCRATCH programming blocks]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=866</guid>
		<description><![CDATA[You launch this from within the Account Settings area of  your Gmail account. It uses a simplistic gui physical block programming style that is very similar to MIT&#8217;s SCRATCH programming language for kids. ________________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ I started the example that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=866&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You launch this from within the Account Settings area of  your Gmail account.</p>
<p>It uses a simplistic gui physical block programming style that is very similar to MIT&#8217;s SCRATCH programming language for kids.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>I started the example that make a kitty.png pic purr a purr.mp3 on a click event.</p>
<p>The blocks are written in Java at the lowest level&#8230; even though you assemble the higher level blocks.</p>
<p>Java 6 SDK is required and also contains the JRE.</p>
<p>The &#8220;Blocks Editor&#8221; is super slow to launch&#8230; You click on this file that you download AppInventorForAndroidCodeblocks.jnlp   It opens in java 6.</p>
<p>That launches the android 2.2 emulator and then it takes a good 5 minutes to go from a black screen to a screen with robot and a slide lock&#8230; then you drag the slide lock across.</p>
<div id="attachment_870" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/initialemulatorblackandroidtextscreen.jpg"><img class="size-full wp-image-870" title="InitialEmulatorBlackAndroidTextScreen" src="http://mrobvious.files.wordpress.com/2011/06/initialemulatorblackandroidtextscreen.jpg?w=450&#038;h=271" alt="Initial App Inventor Emulator Black Android TextScreen" width="450" height="271" /></a><p class="wp-caption-text">Initial App Inventor Emulator Black Android TextScreen</p></div>
<div id="attachment_871" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/draggreenlockrighttounlockemulatorandroidphone.jpg"><img class="size-full wp-image-871" title="DragGreenLockRightToUnlockEmulatorAndroidPhone" src="http://mrobvious.files.wordpress.com/2011/06/draggreenlockrighttounlockemulatorandroidphone.jpg?w=450&#038;h=273" alt="Drag Green Lock Right To Unlock App Inventor Emulator Android Phone" width="450" height="273" /></a><p class="wp-caption-text">Drag Green Lock Right To Unlock App Inventor Emulator Android Phone</p></div>
<div id="attachment_873" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/emulatorreadytoselectforconnectionafterafewminutes.jpg"><img class="size-full wp-image-873" title="EmulatorReadyToSelectForConnectionAfterAFewMinutes" src="http://mrobvious.files.wordpress.com/2011/06/emulatorreadytoselectforconnectionafterafewminutes.jpg?w=450&#038;h=260" alt="Slide Unlock Emulator Ready To Select For Connection After A Few Minutes" width="450" height="260" /></a><p class="wp-caption-text">Slide Unlock Emulator Ready To Select For Connection After A Few Minutes</p></div>
<p>I had to stop and restart the .jnlp file a time or two&#8230; it&#8217;s SLOW and not obvious whether to stop and restart or not.</p>
<div id="attachment_869" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/androidemulatorgreenzoomhellopurrkittyyay.jpg"><img class="size-full wp-image-869" title="AndroidEmulatorGreenZoomHelloPurrKittyYay" src="http://mrobvious.files.wordpress.com/2011/06/androidemulatorgreenzoomhellopurrkittyyay.jpg?w=450&#038;h=285" alt="Android App Inventor Emulator Green Zoom HelloPurrKitty" width="450" height="285" /></a><p class="wp-caption-text">Android App Inventor Emulator Green Zoom HelloPurrKitty</p></div>
<p>Since it is horribly slow and difficult to get connection to the emulator, I have moved on for now to trying the Android SDK AVD and Eclipse and it&#8217;s ADT Android plug-in for Eclipse&#8230; and the emulator without Eclipse if possible.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/866/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/866/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=866&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-google-android-app-inventor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/initialemulatorblackandroidtextscreen.jpg" medium="image">
			<media:title type="html">InitialEmulatorBlackAndroidTextScreen</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/draggreenlockrighttounlockemulatorandroidphone.jpg" medium="image">
			<media:title type="html">DragGreenLockRightToUnlockEmulatorAndroidPhone</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/emulatorreadytoselectforconnectionafterafewminutes.jpg" medium="image">
			<media:title type="html">EmulatorReadyToSelectForConnectionAfterAFewMinutes</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/androidemulatorgreenzoomhellopurrkittyyay.jpg" medium="image">
			<media:title type="html">AndroidEmulatorGreenZoomHelloPurrKittyYay</media:title>
		</media:content>
	</item>
		<item>
		<title>Dabbling in Windows Phone 7 Emulator</title>
		<link>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-windows-phone-7-emulator/</link>
		<comments>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-windows-phone-7-emulator/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 00:42:32 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[emulator]]></category>
		<category><![CDATA[Mango]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 7..1]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=861</guid>
		<description><![CDATA[I&#8217;ve been trying this for a few months.  I had done C# .NET and the buttons/labels on XAML with the original Windows Phone 7 emulator. The VS2010 pro version was required (a free evaluation iso download) and then the Windows Phone 7 development tools iso download. Note that the .iso is usually a small link [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=861&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying this for a few months.  I had done C# .NET and the buttons/labels on XAML with the original Windows Phone 7 emulator.</p>
<p>The VS2010 pro version was required (a free evaluation iso download) and then the Windows Phone 7 development tools iso download.</p>
<p>Note that the .iso is usually a small link at the bottom of the download page.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>Then they added the option to do VB.NET and I did not get that download added.</p>
<p>Then more recently, they released the &#8220;Mango&#8221; Windows Phone 7.1 emulator.</p>
<p>First, you must download the VS2010 SP1 .iso (it&#8217;s for all versions of VS2010 including the pro. )   And then you download the Windows Phone 7_1 Development Tools.</p>
<p>NOTE: 4 Gig of disk space was required on the Win7 partition and supposedly 3 Gig of memory (although i have 1 Gig) It takes almost 2 hours to install the VS2010 SP1 in addition to however long it takes to download the .iso</p>
<div id="attachment_862" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/winphn7_1_notforresale.jpg"><img class="size-full wp-image-862" title="WinPhn7_1_NotForResale" src="http://mrobvious.files.wordpress.com/2011/06/winphn7_1_notforresale.jpg?w=450&#038;h=584" alt="Windows Phone 7.1 Mango Emulator Not For Resale" width="450" height="584" /></a><p class="wp-caption-text">Windows Phone 7.1 Mango Emulator Not For Resale</p></div>
<p>So far I&#8217;m getting errors when i attempt to run code on the Mango emulator&#8230;.</p>
<p>More to come on this as it unfolds&#8230;</p>
<p>I have 1 Gig of memory&#8230; although officially it needs 3&#8230; not sure if errors are related to this</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/861/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=861&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/06/15/dabbling-in-windows-phone-7-emulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/winphn7_1_notforresale.jpg" medium="image">
			<media:title type="html">WinPhn7_1_NotForResale</media:title>
		</media:content>
	</item>
		<item>
		<title>A Soldier&#8217;s Angel &#8211; Stevie Nicks (In Your Dreams CD)</title>
		<link>http://mrobvious.wordpress.com/2011/06/14/a-soldiers-angel-stevie-nicks-in-your-dreams-cd/</link>
		<comments>http://mrobvious.wordpress.com/2011/06/14/a-soldiers-angel-stevie-nicks-in-your-dreams-cd/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 23:38:39 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Fleetwood Mac]]></category>
		<category><![CDATA[Lindsey Buckingham]]></category>
		<category><![CDATA[Soldier's Angel]]></category>
		<category><![CDATA[Stevie Nicks]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=857</guid>
		<description><![CDATA[Check out this cool new song from Stevie Nicks. ________________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ &#160; This is a really cool new song I came across from Stevie Nicks on the In Your Dreams CD.  Lindsey Buckingham plays guitar on this. tp://www.youtube.com/watch?v=kFAzUrp__p8&#38;feature=youtube_gdata_player Here is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=857&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check out this cool new song from Stevie Nicks.</p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>&nbsp;</p>
<div id="attachment_858" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2011/06/photo_stevienicks_soldiersangel.jpg"><img class="size-full wp-image-858" title="photo_StevieNicks_SoldiersAngel" src="http://mrobvious.files.wordpress.com/2011/06/photo_stevienicks_soldiersangel.jpg?w=450&#038;h=450" alt="Stevie Nicks - A Soldier's Angel" width="450" height="450" /></a><p class="wp-caption-text">Stevie Nicks - A Soldier&#039;s Angel</p></div>
<p>This is a really cool new song I came across from Stevie Nicks on the In Your Dreams CD.  Lindsey Buckingham plays guitar on this.</p>
<pre><a href="http://www.youtube.com/watch?v=kFAzUrp__p8&amp;feature=youtube_gdata_player" target="_blank">tp://www.youtube.com/watch?v=kFAzUrp__p8&amp;feature=youtube_gdata_player</a>

Here is a posting from someone that saw her show in Los Angeles.</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/857/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/857/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/857/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=857&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/06/14/a-soldiers-angel-stevie-nicks-in-your-dreams-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2011/06/photo_stevienicks_soldiersangel.jpg" medium="image">
			<media:title type="html">photo_StevieNicks_SoldiersAngel</media:title>
		</media:content>
	</item>
		<item>
		<title>Adam Carolla on Loveline 05/10/2011</title>
		<link>http://mrobvious.wordpress.com/2011/05/10/adam-carolla-on-loveline-05102011/</link>
		<comments>http://mrobvious.wordpress.com/2011/05/10/adam-carolla-on-loveline-05102011/#comments</comments>
		<pubDate>Tue, 10 May 2011 07:38:26 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Adam Carolla]]></category>
		<category><![CDATA[Dr. Drew]]></category>
		<category><![CDATA[Germany or Florida?]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Dr. Bruce]]></category>
		<category><![CDATA[mahalo]]></category>
		<category><![CDATA[Loveline]]></category>
		<category><![CDATA[Get It On]]></category>
		<category><![CDATA[2011]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=853</guid>
		<description><![CDATA[Get it on!  No choice but to get it on! Wake the kids and tell the neighbors @adamcarolla on @loveline Tues 05/10/2011 http://www.lovelineshow.com/ ________________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________ The Ace man on with Dr Drew&#8230;. Queue the Peaches and Herb&#8230; Reunited&#8230;and it feels [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=853&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Get it on!  No choice but to get it on!</p>
<p>Wake the kids and tell the neighbors</p>
<p>@adamcarolla on @loveline Tues 05/10/2011</p>
<p><a title="http://www.lovelineshow.com/" href="http://www.lovelineshow.com/">http://www.lovelineshow.com/</a></p>
<p>________________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ________________________________________________</p>
<p>The Ace man on with Dr Drew&#8230;. Queue the Peaches and Herb&#8230;</p>
<p>Reunited&#8230;and it feels so good&#8230;</p>
<p>Adam doing Stinky Pinky? and/or Germany or Florida?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/853/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=853&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/05/10/adam-carolla-on-loveline-05102011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Pandigital 7&#8243; Color Novel Ereader &#8211; Android 1.5 or 2.0 ?</title>
		<link>http://mrobvious.wordpress.com/2011/04/27/pandigital-7-color-novel-ereader-android-1-5/</link>
		<comments>http://mrobvious.wordpress.com/2011/04/27/pandigital-7-color-novel-ereader-android-1-5/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 08:56:20 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Pandigital]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=845</guid>
		<description><![CDATA[Pandigital 7&#8243; Color Novel Ereader &#8211; Android 1.5 (Black bezel color unit) has a resistive touch screen which needs a stylus stick..,finger touch has to be very hard. *** The better version is&#8230; Pandigital 7&#8243; Color Novel Ereader &#8211; Android 2.0 Eclair (White bezel color unit) 800mhz Samsung s3c6410xh-53 1009 ARM processor running Android 2.0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=845&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pandigital 7&#8243; Color Novel Ereader &#8211; Android 1.5 (Black bezel color unit)</p>
<p>has a resistive touch screen which needs a stylus stick..,finger touch has to be very hard.</p>
<p><span style="color:#0000ff;"><strong>*** The better version is&#8230;</strong></span></p>
<p><span style="color:#0000ff;"><strong>Pandigital 7&#8243; Color Novel Ereader &#8211; Android 2.0 Eclair (<span style="color:#000000;">White</span> bezel color unit)</strong></span></p>
<p><span style="color:#0000ff;"><strong>800mhz Samsung s3c6410xh-53 1009 ARM processor running Android 2.0 (Eclair) on a 7&#8243; resistive touch screen</strong></span></p>
<p><a title="http://www.slatedroid.com/wiki/index.php/Introduction_to_the_Pandigital_Novel" href="http://www.slatedroid.com/wiki/index.php/Introduction_to_the_Pandigital_Novel">http://www.slatedroid.com/wiki/index.php/Introduction_to_the_Pandigital_Novel</a></p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p>Android update</p>
<p><a title="http://www.pandigital.net/android" href="http://www.pandigital.net/android">http://www.pandigital.net/android</a></p>
<p><a title="http://www.engadget.com/2010/08/20/pandigital-novel-review/" href="http://www.engadget.com/2010/08/20/pandigital-novel-review/">http://www.engadget.com/2010/08/20/pandigital-novel-review/</a></p>
<p>Hacks</p>
<p><a title="http://www.engadget.com/2010/07/13/hackers-start-hacking-the-pandigital-novel-e-reader/" href="http://www.engadget.com/2010/07/13/hackers-start-hacking-the-pandigital-novel-e-reader/">http://www.engadget.com/2010/07/13/hackers-start-hacking-the-pandigital-novel-e-reader/</a></p>
<p><a title="http://www.engadget.com/2010/08/20/pandigital-novel-review/" href="http://www.engadget.com/2010/08/20/pandigital-novel-review/"><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/845/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/845/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/845/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=845&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/04/27/pandigital-7-color-novel-ereader-android-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Coby7&#8243; Stuck on Android 2.1 Why?</title>
		<link>http://mrobvious.wordpress.com/2011/04/27/coby7-stuck-on-android-2-1-why/</link>
		<comments>http://mrobvious.wordpress.com/2011/04/27/coby7-stuck-on-android-2-1-why/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 07:53:58 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Coby]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Tablet]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=841</guid>
		<description><![CDATA[Then there&#8217;s the Coby 7&#8243; ARM1176 800 Mhz Android 2.1 $140 (stuck on 2.1 why&#8230;?) http://www.cobyusa.com/?p=prod&#38;prod_num_id=10494&#38;pcat_id=1013 _______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________ ARM1176 &#8230;.. 800 Mhz&#8230; RISC cpu http://en.wikipedia.org/wiki/ARM_architecture Anyone have this? or know what keeps it stuck on Android 2.1 ? Per comments [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=841&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Then there&#8217;s the Coby 7&#8243; ARM1176 800 Mhz Android 2.1 $140 (stuck on 2.1 why&#8230;?)</p>
<p><a title="http://www.cobyusa.com/?p=prod&amp;prod_num_id=10494&amp;pcat_id=1013" href="http://www.cobyusa.com/?p=prod&amp;prod_num_id=10494&amp;pcat_id=1013">http://www.cobyusa.com/?p=prod&amp;prod_num_id=10494&amp;pcat_id=1013</a></p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p>ARM1176 &#8230;.. 800 Mhz&#8230; RISC cpu</p>
<p><a title="http://en.wikipedia.org/wiki/ARM_architecture" href="http://en.wikipedia.org/wiki/ARM_architecture">http://en.wikipedia.org/wiki/ARM_architecture</a></p>
<p>Anyone have this? or know what keeps it stuck on Android 2.1 ?</p>
<p>Per comments from others, if you can root the device, you should be able to apply any updates at least&#8230; Not sure if these have to be custom developed updates or an actual new version of Android though&#8230; Anyone done this?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/841/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/841/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/841/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=841&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/04/27/coby7-stuck-on-android-2-1-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone 5 Sept 2011</title>
		<link>http://mrobvious.wordpress.com/2011/04/20/iphone-5-sept-2011/</link>
		<comments>http://mrobvious.wordpress.com/2011/04/20/iphone-5-sept-2011/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 09:43:02 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Foxconn]]></category>
		<category><![CDATA[Hon Hai Precision]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPhone 5]]></category>
		<category><![CDATA[Largan]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wintek]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=832</guid>
		<description><![CDATA[iPhone 5 Sept 2011 _______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________ iPhone 5 Sept 2011 http://news.yahoo.com/s/nm/20110420/bs_nm/us_apple_iphone Hon Hai Precision Foxcon Wintek Largan<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=832&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>iPhone 5 Sept 2011</p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p>iPhone 5 Sept 2011</p>
<p><a title="http://news.yahoo.com/s/nm/20110420/bs_nm/us_apple_iphone" href="http://news.yahoo.com/s/nm/20110420/bs_nm/us_apple_iphone">http://news.yahoo.com/s/nm/20110420/bs_nm/us_apple_iphone</a></p>
<p>Hon Hai Precision Foxcon Wintek Largan</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=832&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/04/20/iphone-5-sept-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Yourself a Stock &#8211; It&#8217;s Like Twitter</title>
		<link>http://mrobvious.wordpress.com/2011/04/18/make-yourself-a-stock-its-like-twitter/</link>
		<comments>http://mrobvious.wordpress.com/2011/04/18/make-yourself-a-stock-its-like-twitter/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 07:56:55 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Amber MacArthur]]></category>
		<category><![CDATA[Empire Avenue]]></category>
		<category><![CDATA[EmpireAvenue]]></category>
		<category><![CDATA[Leo Laporte]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Stock market]]></category>
		<category><![CDATA[Stocks]]></category>
		<category><![CDATA[TWIT]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=828</guid>
		<description><![CDATA[Make yourself a stock&#8230; It&#8217;s kinda like Twitter. Buy and sell shares of others in Eaves units. http://empireavenue.com/?t=49oq2nw _______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________ http://empireavenue.com/?t=49oq2nw<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=828&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Make yourself a stock&#8230; It&#8217;s kinda like Twitter.</p>
<p>Buy and sell shares of others in Eaves units.</p>
<p><a title="http://empireavenue.com/?t=49oq2nw" href="http://empireavenue.com/?t=49oq2nw">http://empireavenue.com/?t=49oq2nw</a></p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p><a title="http://empireavenue.com/?t=49oq2nw" href="http://empireavenue.com/?t=49oq2nw">http://empireavenue.com/?t=49oq2nw</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=828&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/04/18/make-yourself-a-stock-its-like-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>8.8 Honshu Japan Earthquake</title>
		<link>http://mrobvious.wordpress.com/2011/03/11/8-8-honshu-japan-earthquake/</link>
		<comments>http://mrobvious.wordpress.com/2011/03/11/8-8-honshu-japan-earthquake/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 06:55:44 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[earthquake]]></category>
		<category><![CDATA[Honshu]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[terremoto]]></category>
		<category><![CDATA[Tsunami]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=794</guid>
		<description><![CDATA[8.8 Honshu Japan Earthquake and aftershocks _______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________ USGS Earthquake List http://earthquake.usgs.gov/earthquakes/recenteqsww/Maps/region/Asia_eqs.php Live Video in Japan NHK via Ustream &#8212;-March 12-15, 2011 http://www.ustream.tv/channel/nhk-gtv2 Translated to English via Ustream (after brief ad) &#8211;March 12-15, 2011 Katz doing an awesome job! @YokosoNews [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=794&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>8.8 Honshu Japan Earthquake and aftershocks</strong></p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p><strong>USGS Earthquake List</strong></p>
<p><a title="http://earthquake.usgs.gov/earthquakes/recenteqsww/Maps/region/Asia_eqs.php" href="http://earthquake.usgs.gov/earthquakes/recenteqsww/Maps/region/Asia_eqs.php">http://earthquake.usgs.gov/earthquakes/recenteqsww/Maps/region/Asia_eqs.php</a></p>
<p><strong>Live Video in Japan NHK via Ustream </strong>&#8212;-<span style="color:#00ff00;">March 12-15, 2011</span></p>
<p><a title="http://www.ustream.tv/channel/nhk-gtv2" href="http://www.ustream.tv/channel/nhk-gtv2">http://www.ustream.tv/channel/nhk-gtv2</a></p>
<p><strong>Translated to English via Ustream (after brief ad)</strong> &#8211;<span style="color:#00ff00;">March 12-15, 2011</span></p>
<p><span style="color:#00ff00;"><span style="color:#ff6600;">Katz doing an awesome job! </span></span>@<a rel="nofollow" href="http://twitter.com/YokosoNews">YokosoNews</a> = Katz and also @<a rel="nofollow" href="http://twitter.com/miyochika">miyochika</a><span style="color:#00ff00;"><br />
</span></p>
<p>Katz&#8217;s site <a title="http://YokosoNews.tv/" href="http://YokosoNews.tv/">http://YokosoNews.tv/</a> and links to other English feeds</p>
<p><a title="http://yokosonews.com/live/" href="http://yokosonews.com/live/">http://yokosonews.com/live/</a></p>
<p>************************************************************</p>
<p><span style="color:#ff0000;"><strong>*** Best Live feed below&#8230;.with Katz san</strong></span></p>
<p><strong><span style="color:#ff9900;">*** Live feed</span></strong> <a title="http://www.ustream.tv/channel/yokosonews" href="http://www.ustream.tv/channel/yokosonews">http://www.ustream.tv/channel/yokosonews</a></p>
<p><strong><span style="color:#ffcc00;">***( New) Tiny Chat</span></strong> <a title="http://tinychat.com/yokosonews" href="http://tinychat.com/yokosonews">http://tinychat.com/yokosonews</a></p>
<p>************************************************************</p>
<p>&nbsp;</p>
<p><strong>*** New 7.1 Earthquake at Honshu Japan 04/11/2011</strong></p>
<p>Concerning explosion at one of the nuclear power plants</p>
<p>.</p>
<p><strong>Another Japanese feed (with diagrams of Power Plant)&#8230;dunno</strong> -<span style="color:#00ff00;">March 12&amp;13, 2011</span></p>
<p><a title="http://www.ustream.tv/channel/iwakamiyasumi" href="http://www.ustream.tv/channel/iwakamiyasumi">http://www.ustream.tv/channel/iwakamiyasumi</a></p>
<p>.</p>
<p>.</p>
<p>Live video in Japan &#8212;- March 11, 2011</p>
<p><a title="http://jibtv.com/program/?page=0" href="http://jibtv.com/program/?page=0">http://jibtv.com/program/?page=0</a></p>
<p>Another Japanese live feed via Ustream (after brief ad) &#8212; March 11, 2011</p>
<p><a title="http://www.ustream.tv/channel/tomyp" href="http://www.ustream.tv/channel/tomyp">http://www.ustream.tv/channel/tomyp</a></p>
<p>Original Tsunami wave travel map and hours to propagate RT@W7VOA</p>
<p>March 11, 2011</p>
<p><a rel="nofollow" href="http://wcatwc.arh.noaa.gov/2011/03/11/lhvpd9/01/ttvulhvpd9-01.jpg" target="_blank">http://wcatwc.arh.noaa.gov/2011/03/11/lhvpd9/01/ttvulhvpd9-01.jpg</a></p>
<p>____________________________________________</p>
<p><strong>Nuclear power plant info</strong></p>
<p>Very interesting info about how this style of nuclear reactor works RT <a rel="user" href="http://ia.jaiku.com/">@iA</a> &#8220;Why i&#8217;m not worried about Japan’s nuclear reactors&#8221;:</p>
<p><a title="http://morgsatlarge.wordpress.com/2011/03/13/why-i-am-not-worried-about-japans-nuclear-reactors/" href="http://morgsatlarge.wordpress.com/2011/03/13/why-i-am-not-worried-about-japans-nuclear-reactors/">http://morgsatlarge.wordpress.com/2011/03/13/why-i-am-not-worried-about-japans-nuclear-reactors/</a></p>
<p>IAEA International Atomic Energy Agency FB Page for Japan Nuclear Plants</p>
<p><a title="https://www.facebook.com/iaeaorg" href="https://www.facebook.com/iaeaorg">https://www.facebook.com/iaeaorg</a></p>
<p>Cool down period</p>
<p><a title="http://www.greenspun.com/bboard/q-and-a-fetch-msg.tcl?msg_id=000GO8" href="http://www.greenspun.com/bboard/q-and-a-fetch-msg.tcl?msg_id=000GO8">http://www.greenspun.com/bboard/q-and-a-fetch-msg.tcl?msg_id=000GO8</a></p>
<p><a title="http://www.businessinsider.com/japan-reactors-pose-no-risk-2011-3" href="http://www.businessinsider.com/japan-reactors-pose-no-risk-2011-3">http://www.businessinsider.com/japan-reactors-pose-no-risk-2011-3</a></p>
<p>_____________________________________________</p>
<p><strong>Volcano Report</strong></p>
<p>Shinmoedake Volcano&#8230;yikes&#8230;</p>
<p><a title="http://www.nydailynews.com/news/world/2011/03/13/2011-03-13_hundreds_flee_in_japan_after_shinmoedake_volcano_begins_spewing_ash_boulders.html" href="http://www.nydailynews.com/news/world/2011/03/13/2011-03-13_hundreds_flee_in_japan_after_shinmoedake_volcano_begins_spewing_ash_boulders.html">http://www.nydailynews.com/news/world/2011/03/13/2011-03-13_hundreds_flee_in_japan_after_shinmoedake_volcano_begins_spewing_ash_boulders.html</a></p>
<p>Volcano cam</p>
<p><a title="http://kirishima-live.jpn.org/" href="http://kirishima-live.jpn.org/">http://kirishima-live.jpn.org/</a></p>
<p>____________________________________________</p>
<p><span style="color:#ff0000;"><strong>***** Person Finder ******</strong></span></p>
<p><a title="http://japan.person-finder.appspot.com/" href="http://japan.person-finder.appspot.com/">http://japan.person-finder.appspot.com/</a></p>
<p>____________________________________________</p>
<p><strong>Pictures Before and After</strong> via ABC News showing devastation</p>
<p><a title="http://www.abc.net.au/news/events/japan-quake-2011/beforeafter.htm" href="http://www.abc.net.au/news/events/japan-quake-2011/beforeafter.htm">http://www.abc.net.au/news/events/japan-quake-2011/beforeafter.htm</a></p>
<p>_________________________________________________</p>
<p>RT @W7VOA &#8212;&#8212;&#8212;&#8212;&#8211;March 11, 2011</p>
<p>RT @TimeOutTokyo:<span style="color:#ff0000;"><strong> Shelters have been open to people stranded in Tokyo tonight. The full list here.</strong></span> <a title="http://bit.ly/idHCRT" href="http://bit.ly/idHCRT">http://bit.ly/idHCRT</a> #quake full link below</p>
<p><a title="http://www.timeout.jp/en/tokyo/feature/2530/Japan-earthquake-live-report" href="http://www.timeout.jp/en/tokyo/feature/2530/Japan-earthquake-live-report">http://www.timeout.jp/en/tokyo/feature/2530/Japan-earthquake-live-report</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/794/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=794&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2011/03/11/8-8-honshu-japan-earthquake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Chilean Miners Rescue</title>
		<link>http://mrobvious.wordpress.com/2010/10/09/drill-reaches-trapped-chilean-miners-100910/</link>
		<comments>http://mrobvious.wordpress.com/2010/10/09/drill-reaches-trapped-chilean-miners-100910/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 19:47:17 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Chile]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[Live Video]]></category>
		<category><![CDATA[miners]]></category>
		<category><![CDATA[rescue]]></category>
		<category><![CDATA[Thanksgiving]]></category>
		<category><![CDATA[Live video]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=785</guid>
		<description><![CDATA[Drill finally reaches trapped Chilean miners 10/9/2010 !!!! Wow, that&#8217;s awesome. &#8230;. THANK YOU GOD ! Sounds like there&#8217;s quite a bit more tricky work to do yet though to get them out. _______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________ Here is the story from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=785&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Drill finally reaches trapped Chilean miners 10/9/2010 !!!!</p>
<p>Wow, that&#8217;s awesome. &#8230;. <strong>THANK YOU GOD !</strong></p>
<p>Sounds like there&#8217;s quite a bit more tricky work to do yet though to get them out.</p>
<p>_______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. _______________________________________________</p>
<p>Here is the story from MSN&#8230; (Yahoo was asleep on this one)</p>
<p><a href="http://www.msnbc.msn.com/id/39558833/ns/world_news-americas/?GT1=43001">http://www.msnbc.msn.com/id/39558833/ns/world_news-americas/?GT1=43001</a></p>
<p><span style="color:#ff0000;"><strong>***********</strong></span><strong> 10/12/2010</strong><br />
<span style="color:#ff0000;"><strong> Chilean Miners Rescue Live CBS ustream http://www.ustream.tv/cbsnews </strong></span></p>
<p>Here is the story from CBS on Ustream..</p>
<p><a href="http://www.ustream.tv/cbsnews">http://www.ustream.tv/cbsnews</a></p>
<p><strong><span style="color:#ff0000;">OR</span></strong></p>
<p><strong><span style="color:#ff0000;">via NYTimes</span></strong> <a href="http://thelede.blogs.nytimes.com/2010/10/12/latest-updates-on-the-rescue-of-the-chilean-miners/">http://thelede.blogs.nytimes.com/2010/10/12/latest-updates-on-the-rescue-of-the-chilean-miners/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/785/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/785/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/785/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=785&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/10/09/drill-reaches-trapped-chilean-miners-100910/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Grand-ma !! My Rudy Remix Short Vid</title>
		<link>http://mrobvious.wordpress.com/2010/06/30/grand-ma-my-rudy-remix-short-vid/</link>
		<comments>http://mrobvious.wordpress.com/2010/06/30/grand-ma-my-rudy-remix-short-vid/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 02:09:05 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Adam Carolla]]></category>
		<category><![CDATA[Dr. Drew]]></category>
		<category><![CDATA[KROQ]]></category>
		<category><![CDATA[Loveline]]></category>
		<category><![CDATA[Psycho Mike]]></category>
		<category><![CDATA[Psycho Mike Catherwood]]></category>
		<category><![CDATA[Rudy]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=777</guid>
		<description><![CDATA[Grandma !! My Rudy Remix Short Vid on animoto.com ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ Here is what I did on animoto to compliment the Rudy Remix audio of AaronVaiasicca that he did for Loveline. Rudy is the cholo character portrayed by (KROQ) Psycho [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=777&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Grandma !!</p>
<p>My Rudy Remix Short Vid on animoto.com</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<div id="attachment_779" class="wp-caption aligncenter" style="width: 159px"><a href="http://animoto.com/play/JXAjowUN3sgeGBdtu3HuSw#"><img class="size-full wp-image-779" title="SmokeMoreButts148x108" src="http://mrobvious.files.wordpress.com/2010/06/smokemorebutts148x108.jpg?w=450" alt="Smoke More Butts"   /></a><p class="wp-caption-text">Smoke More Butts - Grandma!</p></div>
<p>Here is what I did on animoto to compliment the Rudy Remix audio of AaronVaiasicca that he did for Loveline.</p>
<p>Rudy is the cholo character portrayed by (KROQ) Psycho Mike Catherwood on the show.</p>
<p>Here is the second try:</p>
<p><a title="http://animoto.com/play/JXAjowUN3sgeGBdtu3HuSw#" href="http://animoto.com/play/JXAjowUN3sgeGBdtu3HuSw#" target="_blank">http://animoto.com/play/JXAjowUN3sgeGBdtu3HuSw#</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/777/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=777&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/06/30/grand-ma-my-rudy-remix-short-vid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/06/smokemorebutts148x108.jpg" medium="image">
			<media:title type="html">SmokeMoreButts148x108</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter is Over Capacity 06/14/2010</title>
		<link>http://mrobvious.wordpress.com/2010/06/15/twitter-is-over-capacity-06142010/</link>
		<comments>http://mrobvious.wordpress.com/2010/06/15/twitter-is-over-capacity-06142010/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:42:14 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Capacity]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Fail Whale]]></category>
		<category><![CDATA[Jaiku]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=768</guid>
		<description><![CDATA[Usually it&#8217;s jaiku.com that has all kinda &#8220;Whoa&#8221; and &#8220;Ooops&#8221; 500 server errors&#8230;. since Google bout them and then made Buzz similar to it. ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ But tonight Twitter is so # Fail Whale &#8216;d, that I can&#8217;t even log [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=768&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Usually it&#8217;s jaiku.com that has all kinda &#8220;Whoa&#8221; and &#8220;Ooops&#8221; 500 server errors&#8230;. since Google bout them and then made Buzz similar to it.</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p style="text-align:center;">
<div id="attachment_770" class="wp-caption aligncenter" style="width: 240px"><a href="http://mrobvious.files.wordpress.com/2010/06/failwhaletwitter_385x2991.jpg"><img class="size-full wp-image-770" title="FailWhaleTwitter_385x299" src="http://mrobvious.files.wordpress.com/2010/06/failwhaletwitter_385x2991.jpg?w=450" alt="Fail Whale Twitter June 14, 2010"   /></a><p class="wp-caption-text">Fail Whale Twitter June 14, 2010</p></div>
<p style="text-align:center;">
<div id="attachment_773" class="wp-caption aligncenter" style="width: 325px"><a href="http://mrobvious.files.wordpress.com/2010/06/failwhale404servernotavailtwitter.jpg"><img class="size-full wp-image-773" title="FailWhale404ServerNotAvailTwitter" src="http://mrobvious.files.wordpress.com/2010/06/failwhale404servernotavailtwitter.jpg?w=450" alt="Twitter 404 Server Unavailable June 14, 2010"   /></a><p class="wp-caption-text">Twitter 404 Server Unavailable June 14, 2010</p></div>
<p>But tonight Twitter is so # Fail Whale &#8216;d, that I can&#8217;t even log in.</p>
<p><a title="http://status.twitter.com/" href="http://status.twitter.com/" target="_blank">http://status.twitter.com/</a></p>
<p>More to come on this as it develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/768/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/768/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/768/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=768&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/06/15/twitter-is-over-capacity-06142010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/06/failwhaletwitter_385x2991.jpg" medium="image">
			<media:title type="html">FailWhaleTwitter_385x299</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/06/failwhale404servernotavailtwitter.jpg" medium="image">
			<media:title type="html">FailWhale404ServerNotAvailTwitter</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress.com Was Briefly Hacked May 24, 2010</title>
		<link>http://mrobvious.wordpress.com/2010/05/24/wordpress-com-was-briefly-hacked-may-24-2010/</link>
		<comments>http://mrobvious.wordpress.com/2010/05/24/wordpress-com-was-briefly-hacked-may-24-2010/#comments</comments>
		<pubDate>Mon, 24 May 2010 23:51:07 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[Netherlands]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress.com]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=762</guid>
		<description><![CDATA[WordPress.com was in control of hackers for a short period on Monday, May 24, 2010.  I was about to log in when i saw this screen. ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ At any rate, the site appears stable and normal now and back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=762&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WordPress.com was in control of hackers for a short period on Monday, May 24, 2010.  I was about to log in when i saw this screen.</p>
<div id="attachment_763" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2010/05/wordpress_com_dutchhacked_0524_2010.jpg"><img class="size-full wp-image-763" title="Wordpress_com_DutchHacked_0524_2010" src="http://mrobvious.files.wordpress.com/2010/05/wordpress_com_dutchhacked_0524_2010.jpg?w=450&#038;h=320" alt="Wordpress.com Dutch Hack" width="450" height="320" /></a><p class="wp-caption-text">Wordpress.com Dutch Hack ?</p></div>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p>At any rate, the site appears stable and normal now and back to English.</p>
<p>More as this one develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/762/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/762/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=762&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/05/24/wordpress-com-was-briefly-hacked-may-24-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/05/wordpress_com_dutchhacked_0524_2010.jpg" medium="image">
			<media:title type="html">Wordpress_com_DutchHacked_0524_2010</media:title>
		</media:content>
	</item>
		<item>
		<title>So it&#8217;s May 21, 2010 ? See What Date IBM Has</title>
		<link>http://mrobvious.wordpress.com/2010/05/22/so-its-may-21-2010-see-what-date-ibm-has/</link>
		<comments>http://mrobvious.wordpress.com/2010/05/22/so-its-may-21-2010-see-what-date-ibm-has/#comments</comments>
		<pubDate>Sat, 22 May 2010 02:33:16 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Career Fair]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[I'm an IBMer]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=755</guid>
		<description><![CDATA[So it&#8217;s May 2010? See when the IBM career fair is? Do the zoom on this (Will have to left click twice to zoom) http://twitxr.com/meontwitxr/updates/334042/ _ 2009 ?? ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ Here is the site til they fix it. http://www-03.ibm.com/employment/us/﻿ Here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=755&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s May 2010?</p>
<p>See when the IBM career fair is?</p>
<p>Do the zoom on this (Will have to left click twice to zoom)</p>
<p><a rel="nofollow" href="http://twitxr.com/meontwitxr/updates/334042/">http://twitxr.com/meontwitxr/updates/334042/</a></p>
<p>_ 2009 ??</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p>Here is the site til they fix it.</p>
<p><a rel="nofollow" href="http://www-03.ibm.com/employment/us/">http://www-03.ibm.com/employment/us/</a>﻿</p>
<p>Here is the new active page but the old one is still out there.</p>
<p><a title="http://www-03.ibm.com/employment/?cm_re=wspace-_-horznav-_-learn" href="http://www-03.ibm.com/employment/?cm_re=wspace-_-horznav-_-learn" target="_blank">http://www-03.ibm.com/employment/?cm_re=wspace-_-horznav-_-learn</a></p>
<p>Where are the jobs?  <strong>See how many US Twitter/Facebook links there are&#8230;</strong></p>
<p><a title="http://www-03.ibm.com/employment/news/social_networking.html" href="http://www-03.ibm.com/employment/news/social_networking.html" target="_blank">http://www-03.ibm.com/employment/news/social_networking.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/755/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/755/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/755/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=755&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/05/22/so-its-may-21-2010-see-what-date-ibm-has/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>I Can&#8217;t Even GIVE My Money to Amazon.com on the iPad</title>
		<link>http://mrobvious.wordpress.com/2010/04/25/i-cant-even-give-my-money-to-amazon-com-on-the-ipad/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/25/i-cant-even-give-my-money-to-amazon-com-on-the-ipad/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 07:56:45 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Jeff Bezos]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=748</guid>
		<description><![CDATA[It&#8217;s official&#8230;   There&#8217;s plenty of money in the account&#8230;  I WANT to purchase and download the &#8220;Digital Download Version&#8221; of the movie &#8220;Office Space&#8221; and due to #Apple Fail on the FLASH part and no intervention on the Amazon.com website to make an alternative &#60;BUY&#62; button that isn&#8217;t FLASH&#8230;  I can&#8217;t place an the order&#8230;to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=748&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s official&#8230;   There&#8217;s plenty of money in the account&#8230;  I WANT to purchase and download the &#8220;Digital Download Version&#8221; of the movie &#8220;Office Space&#8221; and due to #Apple Fail on the FLASH part and no intervention on the Amazon.com website to make an alternative &lt;BUY&gt; button that isn&#8217;t FLASH&#8230;  I can&#8217;t place an the order&#8230;to give Amazon money&#8230;to buy Office Space.</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p>Then someone on Twitter said&#8230;Oh, there&#8217;s an app for that&#8230;.  OK&#8230; fine.</p>
<p>Now, here is what happens when you try to use the Amazon iPad App.</p>
<div id="attachment_749" class="wp-caption aligncenter" style="width: 460px"><a href="http://mrobvious.files.wordpress.com/2010/04/img_0035_amznappcantbuydig.png"><img class="size-full wp-image-749" title="IMG_0035_AmznAppCantBuyDig" src="http://mrobvious.files.wordpress.com/2010/04/img_0035_amznappcantbuydig.png?w=450&#038;h=600" alt="Amzn App Cant Buy Digital" width="450" height="600" /></a><p class="wp-caption-text">Amzn iPad App Cant Buy Digital</p></div>
<p>You have to <strong>click on the pic above once and then again to zoom it to see &#8220;This mobile application does not currently support digital downloads&#8230;.&#8221;</strong></p>
<p><strong>Really?  Then Mr.. Bezos your iPad app is a big fat FAIL.  You should have to explain this negligence of money gathering to your shareholders.<br />
</strong></p>
<p><strong>So&#8230;.  I  STILL dont have Office Space on my iPad.</strong></p>
<p>______________</p>
<p>Then someone will say&#8230;just downlaod it to your computer and use iTunes 9.1 to load it onto the iPad&#8230;&#8230;&#8230;.  Really?&#8230;&#8230;&#8230;..  No, Really?</p>
<p>There is a sync service issue that is keeping iTunes 9.1 from seeing my iPad on XP pro OR Win 7.</p>
<p>Ummm  Yeah&#8230;  Hi, This is Bill&#8230;&#8230;..Bill Lumberg</p>
<p>Ummm Yeah</p>
<p>So&#8230;.can Steve Jobs and Jeff Bezos agree on a method?  Please.</p>
<p>O, and Steve&#8230;. I really really need to sync the iPad to windows&#8230;.  iTunes is broken&#8230;. Please fix.</p>
<p>More on this as it develops</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/748/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=748&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/25/i-cant-even-give-my-money-to-amazon-com-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/04/img_0035_amznappcantbuydig.png" medium="image">
			<media:title type="html">IMG_0035_AmznAppCantBuyDig</media:title>
		</media:content>
	</item>
		<item>
		<title>Arizona Takes a Stand for US</title>
		<link>http://mrobvious.wordpress.com/2010/04/24/arizona-takes-a-stand-for-us/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/24/arizona-takes-a-stand-for-us/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 06:16:49 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Arizona]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Bill Clinton]]></category>
		<category><![CDATA[Conservative]]></category>
		<category><![CDATA[George Bush]]></category>
		<category><![CDATA[Governor Jan Brewer]]></category>
		<category><![CDATA[illegal]]></category>
		<category><![CDATA[Immigration]]></category>
		<category><![CDATA[J.D. Hayworth]]></category>
		<category><![CDATA[John McCain]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=740</guid>
		<description><![CDATA[Governor Jan Brewer and the Arizona Legislature passed a law to assist in deporting the invaders of the United States  (more specifically in this case Arizona). ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ I applaud their back bone in at least attempting to remedy the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=740&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Governor Jan Brewer and the Arizona Legislature passed a law to assist in deporting the invaders of the United States  (more specifically in this case Arizona).</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p>I applaud their back bone in at least attempting to remedy the gross neglect of at least three recent presidential administrations and the sitting Congress.</p>
<p>It&#8217;s about time.</p>
<p>By the way&#8230;. it was the lack back bone on this issue by John McShame that cost him the election in 2008.</p>
<p>I wish the conservative candidate J.D. Hayworth the best in his senate race against John McShame in November 2010.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/740/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=740&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/24/arizona-takes-a-stand-for-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Something Else I Can&#8217;t Buy On Amazon.com&#8230;</title>
		<link>http://mrobvious.wordpress.com/2010/04/23/something-else-i-cant-buy-on-amazon-com/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/23/something-else-i-cant-buy-on-amazon-com/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 02:58:14 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=737</guid>
		<description><![CDATA[I just finished griping about not being able to buy the movie &#8220;Office Space&#8221; on Amazon.com &#8230; Oh, it exists alright&#8230; But the &#60;BUY&#62; button is in.. what?&#8230;  you guessed it FLASH #Fail ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ Now&#8230;  I can&#8217;t buy the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=737&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just finished griping about not being able to buy the movie &#8220;Office Space&#8221; on Amazon.com &#8230; Oh, it exists alright&#8230;</p>
<p>But the &lt;BUY&gt; button is in.. what?&#8230;  you guessed it FLASH #Fail</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<p>Now&#8230;  I can&#8217;t buy the digital download for Kid &#8216;n Play &#8216;s song Äin&#8217;t Gonna Hurt Nobody&#8221;.  Can&#8217;t get the single, the Face The Nation CD or the House Party Sound Track.</p>
<p>&#8230;.Looks like I can order the old physical CD now&#8230; but I can&#8217;t get the bits&#8230;from the 80&#8242;s&#8230; which in light of Earth Day&#8230;</p>
<p>getting the download bits would be FAR MORE EFFICIENT and far more GREEN, but alas I can only order a physical CD and am LUCKY evidently to be doing that.</p>
<p>Like the song has been banned in the United Socialist States.</p>
<p>Nice.</p>
<p>Reid and Martin&#8230;.no doubt NOT pleased and a few dollars poorer as a result.</p>
<p>More to come on this one as it develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/737/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/737/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/737/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=737&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/23/something-else-i-cant-buy-on-amazon-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>iPad &#8211; Wifi &#8211; Varies Greatly</title>
		<link>http://mrobvious.wordpress.com/2010/04/18/ipad-wifi-varies-greatly/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/18/ipad-wifi-varies-greatly/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 01:39:36 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=725</guid>
		<description><![CDATA[Wifi varies greatly. Here are a few examples from ATT at a Barnes and Noble.. ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ SpeedTest.net app is a huge help in assessing the wifi environment, so you know what you can realistically download. ie. Don&#8217;t attempt to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=725&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wifi varies greatly.</p>
<p>Here are a few examples from ATT at a Barnes and Noble..<br />
______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________</p>
<dd class="wp-caption-dd"> </dd>
<div id="attachment_729" class="wp-caption aligncenter" style="width: 235px"><a href="http://mrobvious.files.wordpress.com/2010/04/img_0023.png"><img class="size-medium wp-image-729" title="IMG_0023_SlowestWifi" src="http://mrobvious.files.wordpress.com/2010/04/img_0023.png?w=225&#038;h=300" alt="IMG_0023_SlowestWifi" width="225" height="300" /></a><p class="wp-caption-text">Slowest Wifi</p></div>
<dd class="wp-caption-dd"> </dd>
<div id="attachment_730" class="wp-caption aligncenter" style="width: 235px"><a href="http://mrobvious.files.wordpress.com/2010/04/img_0022.png"><img class="size-medium wp-image-730" title="IMG_0022VerySlowWifi" src="http://mrobvious.files.wordpress.com/2010/04/img_0022.png?w=225&#038;h=300" alt="IMG_0022VerySlowWifi" width="225" height="300" /></a><p class="wp-caption-text">Very Slow Wifi</p></div>
<p>SpeedTest.net app is a huge help in assessing the wifi environment, so you know what you can realistically download.<br />
ie. Don&#8217;t attempt to download a 550 Meg TV show or iTunesU University lecture&#8230;unless you have hours on your hands.<br />
With wifi like you saw above you could download a small free app or do email, web surf or Twitter.</p>
<p>Here is the best I&#8217;ve gotten so far and the upload was still terrible (think NO Skype here)</p>
<p>But with the faster download bandwidth, you could get the TV show or university lecture in a reasonable amount of time (think 5 or 10 minutes)</p>
<div id="attachment_728" class="wp-caption aligncenter" style="width: 235px"><a href="http://mrobvious.files.wordpress.com/2010/04/img_0018.png"><img class="size-medium wp-image-728" title="IMG_0018_FastestWifi" src="http://mrobvious.files.wordpress.com/2010/04/img_0018.png?w=225&#038;h=300" alt="IMG_0018_FastestWifi" width="225" height="300" /></a><p class="wp-caption-text">Fastest ATT Wifi </p></div>
<p>More on this one as it develops&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/725/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=725&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/18/ipad-wifi-varies-greatly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/04/img_0023.png?w=225" medium="image">
			<media:title type="html">IMG_0023_SlowestWifi</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/04/img_0022.png?w=225" medium="image">
			<media:title type="html">IMG_0022VerySlowWifi</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/04/img_0018.png?w=225" medium="image">
			<media:title type="html">IMG_0018_FastestWifi</media:title>
		</media:content>
	</item>
		<item>
		<title>iPad at Two Weeks In</title>
		<link>http://mrobvious.wordpress.com/2010/04/17/ipad-at-two-weeks-in/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/17/ipad-at-two-weeks-in/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 02:32:56 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTunes 9.1]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[Win 7 RC1]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7 RC1]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=711</guid>
		<description><![CDATA[I still haven&#8217;t gotten windows iTunes 9.1 to recognize the iPad on XP or Win7 (Thankfully they set mine up at the Apple Store.) If you search for say &#8220;free&#8221; apps in the app store and download one, you have to start over at the beginning of the search results when you try to resume.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=711&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>I still haven&#8217;t gotten windows iTunes 9.1 to recognize the iPad on XP or Win7 (Thankfully they set mine up at the Apple Store.)</li>
<li>If you search for say &#8220;free&#8221; apps in the app store and download one, you have to start over at the beginning of the search results when you try to resume.  It has no memory of where you left off.  That gets old quickly.</li>
<li>Wifi quality is all over the place.  While most apps are small, some are not.  (Think Xe Elements&#8230;which is a huge 1.6G BEAST)  That failed download on crappy wifi is one of many reasons I now NEED to synch to broken iTunes 9.1 for windows</li>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com <strong>No scraping please….. </strong>______________________________________________</p>
<li>Each character of your passwords is visible for a second or so as you type them&#8230;.  HUGE security fail</li>
<li>Unless you are only typing a sentence or two, you have to get the $69 wireless keyboard.  That is available at BestBuy thankfully.</li>
<li>I got an antique folding plate stand for a traveling iPad stand&#8230;which is another must have if you want to get anything meaningful done.</li>
<li>Guess what&#8230; I CANT buy the movie &#8220;Office Space&#8221; on Amazon.com &#8230; because the &lt;BUY&gt; button is in what..you guessed it&#8230; FLASH #fail</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=711&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/17/ipad-at-two-weeks-in/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Harvesting Seed from Annuals ( Flowers / Plants )</title>
		<link>http://mrobvious.wordpress.com/2010/04/11/harvesting-seed-from-annuals-flowers-plants/</link>
		<comments>http://mrobvious.wordpress.com/2010/04/11/harvesting-seed-from-annuals-flowers-plants/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 08:29:15 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Gardening]]></category>
		<category><![CDATA[perennials]]></category>
		<category><![CDATA[Plants]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=708</guid>
		<description><![CDATA[Harvesting seed from annuals &#8230; ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ Here is what allexperts had to say on this one. http://en.allexperts.com/q/Annuals-706/2008/8/HARVESTING-SEEDS-ANNUALS.htm Of course perinials come back up every year (in most cases) on their own. Annuals&#8230; you need to gather and save the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=708&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Harvesting seed from annuals &#8230;</h3>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com <strong>No scraping please….. </strong>______________________________________________</p>
<p>Here is what allexperts had to say on this one.</p>
<p><a title="http://en.allexperts.com/q/Annuals-706/2008/8/HARVESTING-SEEDS-ANNUALS.htm" href="http://en.allexperts.com/q/Annuals-706/2008/8/HARVESTING-SEEDS-ANNUALS.htm" target="_blank">http://en.allexperts.com/q/Annuals-706/2008/8/HARVESTING-SEEDS-ANNUALS.htm</a></p>
<p>Of course perinials come back up every year (in most cases) on their own.</p>
<p>Annuals&#8230; you need to gather and save the seed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/708/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/708/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/708/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=708&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/04/11/harvesting-seed-from-annuals-flowers-plants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Virginia Stands for Freedom &#8211; Healthcare Act</title>
		<link>http://mrobvious.wordpress.com/2010/03/25/virginia-stands-for-freedom-healthcare-act/</link>
		<comments>http://mrobvious.wordpress.com/2010/03/25/virginia-stands-for-freedom-healthcare-act/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 17:14:49 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Free Speech]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[Harry Reid]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[Health Care Reform]]></category>
		<category><![CDATA[health insurance]]></category>
		<category><![CDATA[Michael Savage]]></category>
		<category><![CDATA[Nancy Pelosi]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=696</guid>
		<description><![CDATA[Hats off to the Virginia Legislature and Governor Bob McDonnell on passing and signing the Virginia Healthcare Freedom Act ______________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ______________________________________________ http://www2.wsls.com/sls/news/state_regional/govtpolitics/article/gov._bob_mcdonnell_signs_virginia_health_care_freedom_act/88835/ Props to WSLS 10 TV in Roanoke, VA and for Michael Savage for the scoop on this one. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=696&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hats off to the Virginia Legislature and Governor Bob McDonnell on passing and signing the Virginia Healthcare Freedom Act</p>
<p>______________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com <strong>No scraping please….. </strong>______________________________________________</p>
<p><a title="http://www2.wsls.com/sls/news/state_regional/govtpolitics/article/gov._bob_mcdonnell_signs_virginia_health_care_freedom_act/88835/" href="http://www2.wsls.com/sls/news/state_regional/govtpolitics/article/gov._bob_mcdonnell_signs_virginia_health_care_freedom_act/88835/" target="_blank">http://www2.wsls.com/sls/news/state_regional/govtpolitics/article/gov._bob_mcdonnell_signs_virginia_health_care_freedom_act/88835/</a></p>
<p>Props to WSLS 10 TV in Roanoke, VA and for Michael Savage for the scoop on this one.</p>
<p>Oddly enough the normal media outlets&#8230;. seething in Liberal Democrat corruption didn&#8217;t report this.   Shocking.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/696/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/696/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=696&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/03/25/virginia-stands-for-freedom-healthcare-act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Prospective Twitter Icon for Loveline</title>
		<link>http://mrobvious.wordpress.com/2010/03/24/demo-twitter-icon-for-loveline/</link>
		<comments>http://mrobvious.wordpress.com/2010/03/24/demo-twitter-icon-for-loveline/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 06:14:41 +0000</pubDate>
		<dc:creator>Hmmm</dc:creator>
				<category><![CDATA[Adam Carolla]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Dr. Drew]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Loveline]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mrobvious.wordpress.com/?p=691</guid>
		<description><![CDATA[RT @AndersonCowan RT Way to shirk your responsiblities, Tyler.@loveline Anyone want to try their hand at making us a sweet, custom twitter background? about 1 hours ago via TwitBird iPhone in reply to loveline ____________________________________________ Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com No scraping please….. ____________________________________________ Here is my take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=691&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>RT @<strong><a href="http://twitter.com/AndersonCowan">AndersonCowan</a></strong></p>
<div><a id="status_star_10964039460" title="favorite this tweet"> </a></div>
<p>RT Way to shirk your responsiblities, Tyler.@<a rel="nofollow" href="http://twitter.com/loveline">loveline</a> Anyone want to try their hand at making us a sweet, custom twitter background?                <a rel="bookmark" href="http://twitter.com/AndersonCowan/status/10964039460"> about 1 hours ago </a> via <a rel="nofollow" href="http://www.nibirutech.com/">TwitBird iPhone</a> <a href="http://twitter.com/loveline/status/10949298316">in reply to loveline</a></p>
<p>____________________________________________</p>
<p>Thanks for checking  out my posting.  Check  out the latest at http://mrobvious.wordpress.com <strong>No scraping please….. </strong>____________________________________________</p>
<p>Here is my take off on the old one</p>
<div id="attachment_692" class="wp-caption aligncenter" style="width: 310px"><a href="http://mrobvious.files.wordpress.com/2010/03/ll_455x398_adamdrewbiggerlighter.jpg"><img class="size-medium wp-image-692" title="LL_455x398_AdamDrewBiggerLighter" src="http://mrobvious.files.wordpress.com/2010/03/ll_455x398_adamdrewbiggerlighter.jpg?w=300&#038;h=262" alt="Prospective Loveline Icon per Meontwit_ter2" width="300" height="262" /></a><p class="wp-caption-text">Prospective Loveline Icon per Meontwit_ter2</p></div>
<p>Well off to Anderson and Loveline&#8230;. and Tyler.</p>
<p>More on this as it develops.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mrobvious.wordpress.com/691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mrobvious.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mrobvious.wordpress.com/691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mrobvious.wordpress.com&amp;blog=776108&amp;post=691&amp;subd=mrobvious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mrobvious.wordpress.com/2010/03/24/demo-twitter-icon-for-loveline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd8b8b0ca4e7c8bc1a16f9da6e11460b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hmmm</media:title>
		</media:content>

		<media:content url="http://mrobvious.files.wordpress.com/2010/03/ll_455x398_adamdrewbiggerlighter.jpg?w=300" medium="image">
			<media:title type="html">LL_455x398_AdamDrewBiggerLighter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
