<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>// do something here &#187; Funny stuff</title>
	<atom:link href="http://www.dosomethinghere.com/tag/funny-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dosomethinghere.com</link>
	<description>Turning impossibilities into 1s and 0s professionally since 0&#120;07C1</description>
	<lastBuildDate>Fri, 20 Jan 2012 20:07:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Just being thorough</title>
		<link>http://www.dosomethinghere.com/2011/05/12/just-being-thorough/</link>
		<comments>http://www.dosomethinghere.com/2011/05/12/just-being-thorough/#comments</comments>
		<pubDate>Fri, 13 May 2011 01:34:30 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>
		<category><![CDATA[Inspirational code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=736</guid>
		<description><![CDATA[I always get a little nauseous when looking through someone else&#8217;s code and seeing things like this: res = sqlite3_exec&#40;database, &#91;select UTF8String&#93;, NULL, NULL, &#38;errorMsg&#41;; if &#40;res != outcome&#41; &#123; &#91;testStringCapture appendFormat:@&#34;%@,&#34;,obj&#93;; //changed 2/2/2011 &#125; else &#123; &#91;testStringCapture appendFormat:@&#34;%@,&#34;,obj&#93;; //changed 2/2/2011 &#125; Alas, a little later on in the same method was some code that [...]]]></description>
			<content:encoded><![CDATA[<p>I always get a little nauseous when looking through someone else&#8217;s code and seeing things like this:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">res <span style="color: #002200;">=</span> sqlite3_exec<span style="color: #002200;">&#40;</span>database, <span style="color: #002200;">&#91;</span>select UTF8String<span style="color: #002200;">&#93;</span>, <span style="color: #a61390;">NULL</span>, <span style="color: #a61390;">NULL</span>, <span style="color: #002200;">&amp;</span>errorMsg<span style="color: #002200;">&#41;</span>;
<span style="color: #a61390;">if</span> <span style="color: #002200;">&#40;</span>res <span style="color: #002200;">!=</span> outcome<span style="color: #002200;">&#41;</span> <span style="color: #002200;">&#123;</span>
    <span style="color: #002200;">&#91;</span>testStringCapture appendFormat<span style="color: #002200;">:</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;%@,&quot;</span>,obj<span style="color: #002200;">&#93;</span>; <span style="color: #11740a; font-style: italic;">//changed 2/2/2011</span>
<span style="color: #002200;">&#125;</span>
<span style="color: #a61390;">else</span> <span style="color: #002200;">&#123;</span>
    <span style="color: #002200;">&#91;</span>testStringCapture appendFormat<span style="color: #002200;">:</span><span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;%@,&quot;</span>,obj<span style="color: #002200;">&#93;</span>; <span style="color: #11740a; font-style: italic;">//changed 2/2/2011</span>
<span style="color: #002200;">&#125;</span></pre></div></div>

<p>Alas, a little later on in the same method was some code that soothed my sensibilities as it is kind a perfect fit into the whole &#8220;do something here&#8221; theme:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">res1 <span style="color: #002200;">=</span> sqlite3_exec<span style="color: #002200;">&#40;</span>database, <span style="color: #002200;">&#91;</span>select1 UTF8String<span style="color: #002200;">&#93;</span>, <span style="color: #a61390;">NULL</span>, <span style="color: #a61390;">NULL</span>, <span style="color: #002200;">&amp;</span>errorMsg1<span style="color: #002200;">&#41;</span>;
<span style="color: #a61390;">if</span> <span style="color: #002200;">&#40;</span>res1 <span style="color: #002200;">!=</span> outcome1<span style="color: #002200;">&#41;</span> <span style="color: #002200;">&#123;</span>
&nbsp;
<span style="color: #002200;">&#125;</span>
<span style="color: #a61390;">else</span> <span style="color: #002200;">&#123;</span>
&nbsp;
<span style="color: #002200;">&#125;</span></pre></div></div>

<p>As per usual, these code snippets are unedited (except for some formatting) portions of production code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2011/05/12/just-being-thorough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode 4 exception breakpoint</title>
		<link>http://www.dosomethinghere.com/2011/04/18/xcode-4-exception-breakpoint/</link>
		<comments>http://www.dosomethinghere.com/2011/04/18/xcode-4-exception-breakpoint/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 15:52:17 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[Xcode 4]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=701</guid>
		<description><![CDATA[Did you ever have Objective-C code that would fail with an exception (such as asking for an objectAtIndex beyond the bounds of the array), but by the time you got word of it, all the stack trace had in it was the obj_msgsend and main? Yeah, I hate that. Well I discovered that you can [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever have Objective-C code that would fail with an exception (such as asking for an objectAtIndex beyond the bounds of the array), but by the time you got word of it, all the stack trace had in it was the obj_msgsend and main? Yeah, I hate that.</p>
<p>Well I discovered that you can add a breakpoint to your project that will immediately break when the exception happens. To do this with Xcode 4, click on the Breakpoints symbol (2nd from the right) in the Navigator pane, click the + button at the bottom of the pane, and select Add Exception Breakpoint. From the bubble that appears, I selected Objective-C from the Exception choice (although I suspect you can safely leave it at all if you desire), and I left the Break selection at On Throw. Once you click Done, you should then have a new exceptions breakpoint in the list.</p>
<p>This was instrumental in helping me track down an issue on an app rescue that I am currently working on.</p>
<p>By the way, here is an awesome line of code that I found in the aforementioned app rescue. My brain hurts from looking at the code for long stretches of time, but there are some nice nuggets like this sprinkled in the code:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">Assets <span style="color: #002200;">*</span>ass <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span><span style="color: #002200;">&#91;</span>Assets alloc<span style="color: #002200;">&#93;</span>init<span style="color: #002200;">&#93;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2011/04/18/xcode-4-exception-breakpoint/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[myTrustyMacBookPro release];       // and &#8220;Rawhide in A&#8221;</title>
		<link>http://www.dosomethinghere.com/2011/03/27/mytrustymacbookpro-release-and-rawhide-in-a-2/</link>
		<comments>http://www.dosomethinghere.com/2011/03/27/mytrustymacbookpro-release-and-rawhide-in-a-2/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 01:20:08 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=679</guid>
		<description><![CDATA[I have to hand it to Apple, they really did a nice job with the Mac OS X Migration Assistant. I decided that my battle tested MacBook Pro has had enough after 3 years of torture, and so I ambled down to the local Micro Center to pick up a shiny new 21.5&#8243; iMac. Being [...]]]></description>
			<content:encoded><![CDATA[<p>I have to hand it to Apple, they really did a nice job with the Mac OS X Migration Assistant.</p>
<p>I decided that my battle tested MacBook Pro has had enough after 3 years of torture, and so I ambled down to the local Micro Center to pick up a shiny new 21.5&#8243; iMac. Being the lazy developer type that I am, I decided to try and look into using the Migration Assistant so that I would not have to take out an external hard drive or USB memory stick to manually move lots of files from the old MacBook to the iMac.</p>
<p>The first attempt to use Migration Assistant did not go as smoothly as I had hoped. Since both machines were on the same wireless router, I first tried to use the wireless option for communications in the Migration Assistant. Bad move, the time for completion was fluctuating between 20 to 24 hours.</p>
<p>And of course, as I started to look at using Firewire, I discovered that the iMac has a Firewire 800 port, while the 2008 MacBook Pro has a Firewire 400 port. Back to the venerable Micro Center for a supporting cable.</p>
<p>Once I set up the Migration Assistant to run over Firewire, the estimated completion time never went over 50 minutes or so. I went downstairs to watch a bit of TV, and when I came back up a couple hours later, it was finished.</p>
<p>So I rebooted the iMac, and lo and behold, all of my stuffs from the MacBook Pro were on the iMac. Genius! (Bar???)</p>
<p>OK, now to the rant part of this post. That would be the &#8220;Rawhide in A&#8221; comment you see in this post&#8217;s title.</p>
<p>To my Yahoo e-mail address comes this message from some kind of guitar web site. In it, they have some news story on their web site that describes the top 20 movie scenes featuring guitar playing. I can&#8217;t pass that up, since I really like movies and I really, really like guitars.</p>
<p>In at number 3 on the list is the Bob&#8217;s Country Bunker scene from &#8220;The Blues Brothers&#8221;, and since I am pretty sure that it is a law in the United States that you have to watch any Good Ole Boys or Bob&#8217;s Country Bunker scene whenever the chance is presented to you, I click the <a href="http://www.youtube.com/watch?v=Y_KtQ1BqfHM" target="_blank">YouTube link for the scene</a> and start watching the 2 minute clip.</p>
<p>About 10 seconds into the clip, I do a bit of a double take. My wife and I both are big fans of the Leinenkugel Brewery in Chippewa Falls, Wisconsin, and so I am watching this clip, and I swear that I see the pretty unmistakable script Leinenkugel&#8217;s logo in the movie. Take a look at this screen capture 14 seconds in to the clip:</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2011/03/blues_youtube.png"><img class="aligncenter size-full wp-image-683" title="blues_youtube" src="http://www.dosomethinghere.com/wp-content/uploads/2011/03/blues_youtube.png" alt="" width="654" height="585" /></a></p>
<p>And I think that is very strange, since I never noticed it before, and I am the kind of person that notices things like that.</p>
<p>So I fire up the 25th Anniversary DVD of &#8220;The Blues Brothers&#8221;, and at about 1:21:02 into the extended version of the movie (side A), I see the following image:</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2011/03/blues_dvd.png"><img class="aligncenter size-full wp-image-684" title="blues_dvd" src="http://www.dosomethinghere.com/wp-content/uploads/2011/03/blues_dvd.png" alt="" width="443" height="391" /></a></p>
<p>Does anyone have any idea why my supposedly better widescreen edition of the movie does not have something that was in either a broadcast or pan-and-scan version of the movie??? It looks to me like for this scene, they just took the 4&#215;3 image and chopped the top and bottom parts off to make it look widescreen, if this is the case that is disappointing. (I am not sure what to make of the <a href="http://www.imdb.com/title/tt0080455/technical" target="_blank">IMDb technical specifications page</a> for the movie, it lists both 1.33 and 1.85 ratios.)</p>
<p>BTW, happy belated 80th birthday to Leonard Nimoy. I used to be a huge Trek fan, but even I had no idea that William Shatner and Leonard Nimoy were born just 4 days apart of each other back on 1931. Fascinating&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2011/03/27/mytrustymacbookpro-release-and-rawhide-in-a-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spell checkers should still work in other countries, shouldn&#8217;t they?</title>
		<link>http://www.dosomethinghere.com/2011/02/23/spell-checkers-should-still-work-in-other-countries-shouldnt-they/</link>
		<comments>http://www.dosomethinghere.com/2011/02/23/spell-checkers-should-still-work-in-other-countries-shouldnt-they/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 14:24:41 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=661</guid>
		<description><![CDATA[The rechargeable battery for my Dell Axim X51V was looking a bit puffy, so I ordered a replacement battery pack off of Amazon. BTW, happy birthday to Niecy Nash. Tempestt is doing ok, but we miss the special energy and chemistry you had with your co-hosts.]]></description>
			<content:encoded><![CDATA[<p>The rechargeable battery for my Dell Axim X51V was looking a bit puffy, so I ordered a replacement battery pack off of Amazon.</p>
<div id="attachment_662" class="wp-caption alignnone" style="width: 650px"><a href="http://www.dosomethinghere.com/wp-content/uploads/2011/02/batteyr_pack.jpg"><img class="size-full wp-image-662" title="Batteyr Pack" src="http://www.dosomethinghere.com/wp-content/uploads/2011/02/batteyr_pack.jpg" alt="Batteyr Pack" width="640" height="478" /></a><p class="wp-caption-text">Batteyr Pack</p></div>
<p>BTW, happy birthday to Niecy Nash. Tempestt is doing ok, but we miss the special energy and chemistry you had with your co-hosts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2011/02/23/spell-checkers-should-still-work-in-other-countries-shouldnt-they/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OK, you may have had a tough coach at some point growing up, but you have to let it go&#8230;</title>
		<link>http://www.dosomethinghere.com/2011/02/17/ok-you-may-have-had-a-tough-coach-at-some-point-growing-up-but-you-have-to-let-it-go/</link>
		<comments>http://www.dosomethinghere.com/2011/02/17/ok-you-may-have-had-a-tough-coach-at-some-point-growing-up-but-you-have-to-let-it-go/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 18:37:54 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Inspirational code]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Funny stuff]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=651</guid>
		<description><![CDATA[A co-worker found this nice little nugget in one of our sports web site applications: Dim isAssHeadCoach As Boolean = Session&#40;&#34;IsAssHeadCoach&#34;&#41; I hope it is meant to check for an assistant or associate head coach.]]></description>
			<content:encoded><![CDATA[<p>A co-worker found this nice little nugget in one of our sports web site applications:</p>

<div class="wp_syntax"><div class="code"><pre class="vbnet" style="font-family:monospace;"><span style="color: #0600FF;">Dim</span> isAssHeadCoach <span style="color: #FF8000;">As</span> <span style="color: #FF0000;">Boolean</span> <span style="color: #008000;">=</span> Session<span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;IsAssHeadCoach&quot;</span><span style="color: #000000;">&#41;</span></pre></div></div>

<p>I hope it is meant to check for an assistant or associate head coach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2011/02/17/ok-you-may-have-had-a-tough-coach-at-some-point-growing-up-but-you-have-to-let-it-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rack mounted server&#8230;  Strap mounted server&#8230;  Same difference.</title>
		<link>http://www.dosomethinghere.com/2010/08/16/rack-mounted-server-strap-mounted-server-same-difference/</link>
		<comments>http://www.dosomethinghere.com/2010/08/16/rack-mounted-server-strap-mounted-server-same-difference/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 23:32:55 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Hardware adventures]]></category>
		<category><![CDATA[What were they thinking?]]></category>
		<category><![CDATA[Funny stuff]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=580</guid>
		<description><![CDATA[While the set up pictured below was not our equipment, I am still kind of glad that our servers are not hosted at this facility any longer.]]></description>
			<content:encoded><![CDATA[<p>While the set up pictured below was not our equipment, I am still kind of glad that our servers are not hosted at this facility any longer.</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2010/08/strap_mounted.jpg"><img class="alignnone size-full wp-image-581" title="strap_mounted" src="http://www.dosomethinghere.com/wp-content/uploads/2010/08/strap_mounted.jpg" alt="" width="270" height="630" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2010/08/16/rack-mounted-server-strap-mounted-server-same-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unperial gallon</title>
		<link>http://www.dosomethinghere.com/2010/04/06/unperial-gallon/</link>
		<comments>http://www.dosomethinghere.com/2010/04/06/unperial-gallon/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 01:44:13 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=506</guid>
		<description><![CDATA[I wonder how the paint company has managed to keep the cost of a gallon of paint steady amidst all of these rising prices&#8230; Oh wait, now I get it. E-Tech update: They have once and for all denied my appeal for a refund on the Sony replacement keyboard. Maybe I should have done a [...]]]></description>
			<content:encoded><![CDATA[<p>I wonder how the paint company has managed to keep the cost of a gallon of paint steady amidst all of these rising prices&#8230;</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2010/04/2010-04-05-12.29.07.jpg"><img class="alignnone size-full wp-image-507" title="2010-04-05 12.29.07" src="http://www.dosomethinghere.com/wp-content/uploads/2010/04/2010-04-05-12.29.07.jpg" alt="" width="484" height="648" /></a></p>
<p>Oh wait, now I get it.</p>
<p><strong>E-Tech update</strong>: They have once and for all denied my appeal for a refund on the Sony replacement keyboard. Maybe I should have done a more big budget picture to demonstrate instead of what was done. (99 cents total were spent on Blue Harvest, I needed some chalk to write on the clapperboard and there were no kids around to beat up so that I could steal some.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2010/04/06/unperial-gallon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The plural of &#8220;digital cameras&#8221; is&#8230;</title>
		<link>http://www.dosomethinghere.com/2010/03/31/the-plural-of-digital-cameras-is/</link>
		<comments>http://www.dosomethinghere.com/2010/03/31/the-plural-of-digital-cameras-is/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 14:22:53 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=503</guid>
		<description><![CDATA[It has been a while since I posted something, and so when I was cleaning up the files from an older computer last night and stumbled on this beauty that I screen captured way back on August 19, 2004, I figured I should share&#8230; Don&#8217;t bother going to their web site and checking, Dell fixed [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I posted something, and so when I was cleaning up the files from an older computer last night and stumbled on this beauty that I screen captured way back on August 19, 2004, I figured I should share&#8230;</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2010/03/dell_cameras.jpg"><img class="alignnone size-full wp-image-504" title="dell_cameras" src="http://www.dosomethinghere.com/wp-content/uploads/2010/03/dell_cameras.jpg" alt="" width="787" height="583" /></a></p>
<p>Don&#8217;t bother going to their web site and checking, Dell fixed it pretty quickly, just in case you were wondering. Oh, and no word yet from E-Tech eStore regarding my appeal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2010/03/31/the-plural-of-digital-cameras-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation overload</title>
		<link>http://www.dosomethinghere.com/2010/03/05/documentation-overload/</link>
		<comments>http://www.dosomethinghere.com/2010/03/05/documentation-overload/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:17:11 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=482</guid>
		<description><![CDATA[Peanut allergies are really only a problem if you can open the package&#8230;  Oh wait, now I figured it out&#8230; So I should probably take the jackhammer back to the tool rental place, I guess I won&#8217;t be needing it to eat my Kit Kat bar.]]></description>
			<content:encoded><![CDATA[<p>Peanut allergies are really only a problem if you can open the package&#8230;  Oh wait, now I figured it out&#8230;</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2010/03/kitkat.jpg"><img class="alignnone size-full wp-image-483" title="kitkat" src="http://www.dosomethinghere.com/wp-content/uploads/2010/03/kitkat.jpg" alt="" width="600" height="285" /></a></p>
<p>So I should probably take the jackhammer back to the tool rental place, I guess I won&#8217;t be needing it to eat my Kit Kat bar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2010/03/05/documentation-overload/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail phishing warning</title>
		<link>http://www.dosomethinghere.com/2010/03/01/gmail-phishing-warning/</link>
		<comments>http://www.dosomethinghere.com/2010/03/01/gmail-phishing-warning/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 18:21:03 +0000</pubDate>
		<dc:creator>BP</dc:creator>
				<category><![CDATA[Funny stuff]]></category>

		<guid isPermaLink="false">http://www.dosomethinghere.com/?p=471</guid>
		<description><![CDATA[I think that Google might have the Gmail phishing filter set just a tad too strong. I was in my Gmail account this morning and accidentally clicked on the very first message I got in the account, which is of course the introductory e-mail that describes how to switch your existing e-mail over to Gmail. [...]]]></description>
			<content:encoded><![CDATA[<p>I think that Google might have the Gmail phishing filter set just a tad too strong.  I was in my Gmail account this morning and accidentally clicked on the very first message I got in the account, which is of course the introductory e-mail that describes how to switch your existing e-mail over to Gmail.  Here is what I saw:</p>
<p><a href="http://www.dosomethinghere.com/wp-content/uploads/2010/03/gmail_warning1.png"><img class="alignnone size-full wp-image-473" title="gmail_warning" src="http://www.dosomethinghere.com/wp-content/uploads/2010/03/gmail_warning1.png" alt="" width="792" height="533" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dosomethinghere.com/2010/03/01/gmail-phishing-warning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

