<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Nerdabilly</title>
	
	<link>http://nerdabilly.com</link>
	<description>If I had the time to do that, I wouldn't spend it doing that.</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:40:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="nerdabilly.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nerdabilly</title>
		<link>http://nerdabilly.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nerdabilly.com/osd.xml" title="Nerdabilly" />
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Nerdabilly" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="nerdabilly" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://nerdabilly.com/?pushpress=hub" /><item>
		<title>Quick Tip: Set a ComboBox’s dropdown height with rowCount</title>
		<link>http://nerdabilly.com/2011/08/25/quick-tip-set-a-comboboxs-dropdown-height-with-rowcount/</link>
		<comments>http://nerdabilly.com/2011/08/25/quick-tip-set-a-comboboxs-dropdown-height-with-rowcount/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:30:47 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[rowCount]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=134</guid>
		<description><![CDATA[I looked and looked for a way to change the height of the dropdown list in a ComboBox in AS3. It can be done by setting the rowCount property on the ComboBox. rowCount defaults to 5, so if you need to make a ComboBox&#8217;s list smaller, it&#8217;s actually quite easy: myComboBox.rowCount = 4 That makes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=134&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I looked and looked for a way to change the height of the dropdown list in a ComboBox in AS3. It can be done by setting the <code>rowCount</code> property on the ComboBox. </p>
<p>rowCount defaults to 5, so if you need to make a ComboBox&#8217;s list smaller, it&#8217;s actually quite easy:</p>
<p><code>myComboBox.rowCount = 4</code> </p>
<p>That makes sense, but it&#8217;s not immediately obvious. I thought I&#8217;d put that up here in case anybody else runs into the same thing. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=134&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2011/08/25/quick-tip-set-a-comboboxs-dropdown-height-with-rowcount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Tip: How to right-align the dropdown List in a ComboBox Component</title>
		<link>http://nerdabilly.com/2011/06/22/quick-tip-how-to-right-align-the-dropdown-list-in-a-combobox-component/</link>
		<comments>http://nerdabilly.com/2011/06/22/quick-tip-how-to-right-align-the-dropdown-list-in-a-combobox-component/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 17:50:20 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=116</guid>
		<description><![CDATA[If you&#8217;ve got a ComboBox off to the right of the stage, and the dropdownWidth is longer than the ComboBox itself, you may run into issues where the items in the ComboBox hang off of the stage. For example, here&#8217;s a screenshot of a ComboBox on the right with its items cut off: Bad alignment&#8230;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=116&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a ComboBox off to the right of the stage, and the dropdownWidth is longer than the ComboBox itself, you may run into issues where the items in the ComboBox hang off of the stage. </p>
<p>For example, here&#8217;s a screenshot of a ComboBox on the right with its items cut off:<br />
<a href="http://nerdabilly.files.wordpress.com/2011/06/badalign.jpg"><img src="http://nerdabilly.files.wordpress.com/2011/06/badalign.jpg" alt="" title="badalign" width="300" height="175" class="alignnone size-full wp-image-126" /></a><br />
<i>Bad alignment&#8230;. notice how the items are gone</i></p>
<p>Ideally, what you&#8217;d want is for the scrollbar to align directly under the right edge of the ComboBox, and the items to extend out horizontally as necessary:<br />
<a href="http://nerdabilly.files.wordpress.com/2011/06/alignright.jpg"><img src="http://nerdabilly.files.wordpress.com/2011/06/alignright.jpg" alt="" title="alignright" width="300" height="175" class="alignnone size-full wp-image-125" /></a></p>
<p>To solve this, there&#8217;s a quick modification you can do to the ComboBox through inheritance:</p>
<pre>
package com.nerdabilly
{
	import fl.controls.ComboBox;
	import flash.geom.Point;

	public class RightCombo extends ComboBox
	{

		public function RightCombo()
		{
			// constructor code
		}
		override protected function positionList():void
		{
			super.positionList();

			list.x = parent.localToGlobal(new Point(this.x,this.y)).x + width - list.width
			if(list.verticalScrollBar.visible){
				list.x -= list.verticalScrollBar.width;
			}
		}
	}

}
</pre>
<p>Once this is done, simply edit the Linkage for the ComboBox (in its Properties panel) so it points to com.nerdabilly.RightCombo instead of fl.controls.ComboBox. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=116&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2011/06/22/quick-tip-how-to-right-align-the-dropdown-list-in-a-combobox-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>

		<media:content url="http://nerdabilly.files.wordpress.com/2011/06/badalign.jpg" medium="image">
			<media:title type="html">badalign</media:title>
		</media:content>

		<media:content url="http://nerdabilly.files.wordpress.com/2011/06/alignright.jpg" medium="image">
			<media:title type="html">alignright</media:title>
		</media:content>
	</item>
		<item>
		<title>Determining whether a SWF is running in the IDE or a browser</title>
		<link>http://nerdabilly.com/2011/06/01/determining-whether-a-swf-is-running-in-the-ide-or-a-browser/</link>
		<comments>http://nerdabilly.com/2011/06/01/determining-whether-a-swf-is-running-in-the-ide-or-a-browser/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 20:34:42 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=119</guid>
		<description><![CDATA[Here&#8217;s something that&#8217;s been around for a while that I didn&#8217;t learn about until just recently. The flash.system.capabilities.playerType property can be used to tell whether you&#8217;re running in the browser, a standalone player, or the Flash IDE. It returns the following values (from Adobe&#8217;s documentation): &#8220;ActiveX&#8221; for the Flash Player ActiveX control used by Microsoft [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=119&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s  something that&#8217;s been around for a while that I didn&#8217;t learn about until just recently. </p>
<p>The <code>flash.system.capabilities.playerType</code> property can be used to tell whether you&#8217;re running in the browser, a standalone player, or the Flash IDE. It returns the following values (from <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/index.html?flash/system/Capabilities.html&amp;flash/system/class-list.html">Adobe&#8217;s documentation</a>):</p>
<ul>
<li>&#8220;ActiveX&#8221; for the Flash Player ActiveX control used by Microsoft Internet Explorer</li>
<li>&#8220;Desktop&#8221; for the Adobe AIR runtime (except for SWF content loaded by an HTML page, which has Capabilities.playerType set to &#8220;PlugIn&#8221;)</li>
<li>&#8220;External&#8221; for the external Flash Player or in test mode</li>
<li>&#8220;PlugIn&#8221; for the Flash Player browser plug-in (and for SWF content loaded by an HTML page in an AIR application)</li>
<li>&#8220;StandAlone&#8221; for the stand-alone Flash Player</li>
</ul>
<p>Simply check for <code>(flash.system.capabilities.playerType == "ActiveX" || flash.system.capabilities.playerType == "PlugIn")</code> and you&#8217;ll know you&#8217;re in a browser. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=119&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2011/06/01/determining-whether-a-swf-is-running-in-the-ide-or-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>Nerdrodamus was wrong.</title>
		<link>http://nerdabilly.com/2011/03/30/nerdrodamus-was-wrong/</link>
		<comments>http://nerdabilly.com/2011/03/30/nerdrodamus-was-wrong/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 14:27:20 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=110</guid>
		<description><![CDATA[Back in January of last year, I made a post called &#8220;Nerdrodamus Predicts&#8221; where I predicted the iPad would go the way of the Lisa. Turns out that both the real Nostradamus and I were roughly equal in our knowledge of the iPad. I&#8217;ve noticed an uptick in traffic to that post, which means that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=110&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Back in January of last year, I made a post called &#8220;<a href="http://nerdabilly.com/2010/01/28/nerdrodamus-predicts/">Nerdrodamus Predicts</a>&#8221; where I predicted the iPad would go the way of the Lisa.  </p>
<p>Turns out that both the real Nostradamus and I were roughly equal in our knowledge of the iPad. </p>
<p>I&#8217;ve noticed an uptick in traffic to that post, which means that someone somewhere is probably calling me an idiot on the Internet. </p>
<p>To which I say: good point, anonymous troll!</p>
<p>I&#8217;ve had an iPad since July of last year, and though I don&#8217;t get as much use out of it as I&#8217;d expected to, the tablet market took off in a way that few people expected, with the iPad at the helm. In other words, my prediction was dead wrong. </p>
<p>Up next: I predict the spectacular success of the Zune. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=110&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2011/03/30/nerdrodamus-was-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>St. Paddy’s Day quick update.</title>
		<link>http://nerdabilly.com/2011/03/17/st-paddys-day-quick-update/</link>
		<comments>http://nerdabilly.com/2011/03/17/st-paddys-day-quick-update/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 19:50:46 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nerdabilly.wordpress.com/?p=105</guid>
		<description><![CDATA[Another new year, another blog outage and subsequent rebirth. Here&#8217;s a couple of quick things: Looks like I wasn&#8217;t the only one after all. Last year, most of my traffic was driven by queries like &#8220;I hate bigresource&#8221; and &#8220;bigresource blocker.&#8221; Last month Google announced, in much more diplomatic terms, that they&#8217;d listened to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=105&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another new year, another blog outage and subsequent rebirth. </p>
<p>Here&#8217;s a couple of quick things:</p>
<ol>
<li><b><a href="http://searchengineland.com/google-forecloses-on-content-farms-with-farmer-algorithm-update-66071">Looks like I wasn&#8217;t the only one after all</b></a>. Last year, most of my traffic was driven by queries like &#8220;I hate bigresource&#8221; and &#8220;bigresource blocker.&#8221; Last month Google announced, in much more diplomatic terms, that they&#8217;d listened to the complaints. Thanks, Google. You shall continue to be my search engine of choice.</li>
<li><b>I&#8217;ve switched jobs twice since my last update.</b> I&#8217;m still a Flash developer but hoping to get into more mobile and HTML5 development. More on that as it pans out.</li>
<li><b>I&#8217;m working on my first Chrome extension.</b> I&#8217;ve found the process to be fun, challenging, and rewarding. As I move forward with it hopefully I will post my ideas, thoughts, and tips.
</ol>
<p>Now go enjoy a Shamrock Shake while you still can. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=105&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2011/03/17/st-paddys-day-quick-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Stop Those Pesky BigResource Search Results</title>
		<link>http://nerdabilly.com/2010/04/07/how-to-stop-bigresource/</link>
		<comments>http://nerdabilly.com/2010/04/07/how-to-stop-bigresource/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 16:20:16 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[I hate BigResource]]></category>
		<category><![CDATA[bigresource]]></category>
		<category><![CDATA[bigresource.com]]></category>
		<category><![CDATA[blocker]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=93</guid>
		<description><![CDATA[If, like me, you're a developer, and if, like me, you often use Google to search for the solutions to questions, then, like me, you've probably encountered BigResource.com, and, like me, you absolutely hate the hell out of it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=93&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE #2 &#8211; April 6, 2011</strong></p>
<p>This has been my most-popular blog entry ever. </p>
<p>There&#8217;s now the <a href="https://chrome.google.com/webstore/detail/nolijncfnkgaikbjbdaogikpmpbdcdef">personal blocklist extension</a> for Chrome and the <a href="http://www.optimizegoogle.com/">Optimize Google add-on</a> for Firefox that will much more effectively filter out these results.  </p>
<p>Also, Google <a href="http://searchengineland.com/google-forecloses-on-content-farms-with-farmer-algorithm-update-66071">recently announced changes</a> to its algorithm that will hopefully weed this out once and for all. </p>
<p>&#8212; </p>
<p>If, like me, you&#8217;re a developer, and if, like me, you often use Google to search for the solutions to questions, then, like me, you&#8217;ve probably encountered BigResource.com, and, like me, you absolutely hate the hell out of it.</p>
<p>Last week, in a fit of Big-Resource-induced rage, I went on a mad Googling spree, where I learned that I&#8217;m not the only one, and I joined the discussion over at <a href="http://www.mikecann.co.uk/misc/bigresource-com-is-spam/">Mike Cann&#8217;s blog</a>. </p>
<p>The web is full of clever people, and I figured there <em>must</em> be a way around this. As it turns out, I wasn&#8217;t the first to try. There&#8217;s a couple of <a href="http://userscripts.org/scripts/show/58919">GreaseMonkey scripts</a> out there, but I didn&#8217;t have much luck getting them working. </p>
<p>Then, I found <a href="http://www.greghughes.net/rant/HowToExcludeADomainFromYourGoogleSearchResults.aspx">this</a> over at Greg Hughes&#8217; blog. Not surprisingly, BigResource is mentioned in the comments as an ideal reason for excluding certain sites from search results.</p>
<p>So, I went ahead and created my own BigResource-blocking Google search, which I&#8217;m sharing with you here:</p>
<p><a href="http://www.google.com/cse/home?cx=006044931824241811225:nmaxq9bcu9o&amp;hl=en">http://www.google.com/cse/home?cx=006044931824241811225:nmaxq9bcu9o&amp;hl=en</a></p>
<p>Feel free to use it, or create your own according to the instructions linked above. </p>
<p><strong>One More Thing</strong></p>
<p>Personally, I almost never search by first loading up Google&#8217;s home page and then entering search terms. I prefer to use the Search box in the top-right corner of the browser window. So, using <a href="http://www.wikihow.com/Add-a-Custom-Search-Engine-to-Firefox%27s-Search-Bar-%28Windows-Version%29">these instructions from WikiHow</a>, you can make Firefox&#8217;s search bar get rid of BigResource too. </p>
<p><strong>Update</strong></p>
<p>I had another idea, and it takes some more effort, but I don&#8217;t mind doing it. When you see a search result from BigResource, simply highlight the title, then copy and paste it into a new search. Generally the REAL page (not the BigResource aggregated page-view-stealing page) will be pretty high up in the results. Perhaps someone more competent than me could make a greasemonkey script or Firefox add-on that does this automatically. </p>
<p>I&#8217;ve often sought help on sites like <a href="http://www.actionscript.org">ActionScript.org</a>, <a href="http://www.kirupa.com">kirupa.com</a>, <a href="http://www.stackoverflow.com">StackOverflow</a>, and <a href="http://www.flashkit.com">FlashKit</a>. These sites have helped me out immensely over the years, and never asked for anything in return. Therefore I feel a certain loyalty to them, and can&#8217;t help but take it a bit personally when I see other people hijacking their content and co-opting it to show me ads for crap I have zero interest in. </p>
<p>Let&#8217;s put the traffic back where it belongs: On the sites that actually answer the questions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=93&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2010/04/07/how-to-stop-bigresource/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>Gmail is now my high-school English teacher</title>
		<link>http://nerdabilly.com/2010/04/02/gmail-is-now-my-high-school-english-teacher/</link>
		<comments>http://nerdabilly.com/2010/04/02/gmail-is-now-my-high-school-english-teacher/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 15:14:20 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/2010/04/02/gmail-is-now-my-high-school-english-teacher/</guid>
		<description><![CDATA[I was writing an email and when it came to click Send, I was greeted with this watch-what-you-say admonishment. I never intended to attach a file.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=92&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://nerdabilly.files.wordpress.com/2010/04/included.jpg"><img src="http://nerdabilly.files.wordpress.com/2010/04/included.jpg" alt="" title="included" width="481" height="160" class="alignnone size-full wp-image-91" /></a></p>
<p>I was writing an email and when it came to click Send, I was greeted with this watch-what-you-say admonishment. I never intended to attach a file. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=92&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2010/04/02/gmail-is-now-my-high-school-english-teacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>

		<media:content url="http://nerdabilly.files.wordpress.com/2010/04/included.jpg" medium="image">
			<media:title type="html">included</media:title>
		</media:content>
	</item>
		<item>
		<title>If you’re having trouble downloading trials from Adobe…</title>
		<link>http://nerdabilly.com/2010/02/12/if-youre-having-trouble-downloading-trials-from-adobe/</link>
		<comments>http://nerdabilly.com/2010/02/12/if-youre-having-trouble-downloading-trials-from-adobe/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:13:37 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/2010/02/12/if-youre-having-trouble-downloading-trials-from-adobe/</guid>
		<description><![CDATA[Here is nice blog post that should help http://www.timovirtanen.com/2009/01/30/adobe-flash-cs4-trial-download/ I thought I&#8217;d spread the word, having gone through this twice already this week.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=87&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is nice blog post that should help</p>
<p><a href="http://www.timovirtanen.com/2009/01/30/adobe-flash-cs4-trial-download/">http://www.timovirtanen.com/2009/01/30/adobe-flash-cs4-trial-download/</a></p>
<p>I thought I&#8217;d spread the word, having gone through this twice already this week. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=87&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2010/02/12/if-youre-having-trouble-downloading-trials-from-adobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>I Am So Smart! S-M-R-T! (or, the continuing saga of this blog being down and up and down again and back up again)</title>
		<link>http://nerdabilly.com/2010/02/02/i-am-so-smart-s-m-r-t-or-the-continuing-saga-of-this-blog-being-down-and-up-and-down-again-and-back-up-again/</link>
		<comments>http://nerdabilly.com/2010/02/02/i-am-so-smart-s-m-r-t-or-the-continuing-saga-of-this-blog-being-down-and-up-and-down-again-and-back-up-again/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:58:55 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[change url]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/2010/02/02/i-am-so-smart-s-m-r-t-or-the-continuing-saga-of-this-blog-being-down-and-up-and-down-again-and-back-up-again/</guid>
		<description><![CDATA[If you&#8217;ve been following this blog for any length of time (and I&#8217;m going to go out on a limb here and assume you haven&#8217;t), you&#8217;re well aware of the downtime, feed changes, URL changes, host changes, etc. Much of the turmoil can be directly attributed to me being a cheapskate and not fixin&#8217; things [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=84&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been following this blog for any length of time (and I&#8217;m going to go out on a limb here and assume you haven&#8217;t), you&#8217;re well aware of the downtime, feed changes, URL changes, host changes, etc.</p>
<p>Much of the turmoil can be directly attributed to me being a cheapskate and not fixin&#8217; things when it came fixin&#8217;-things-time. </p>
<p>First, I had a paid blog-hosting account on GoDaddy. That got a little pricey, so I switched to a free blog option on their service. </p>
<p>That broke the RSS feed, because it inserted banner ads at the top, making the XML invalid. </p>
<p>So I transferred to WordPress.com. </p>
<p>That broke the RSS feed, because I couldn&#8217;t use the domain anymore with the free service, and the URL changed.</p>
<p>So a few months ago, I coughed up the modest fee for domain hosting on WordPress, and got a blog running ad-free with my old domain. </p>
<p>That broke the RSS feed, because the old host was at nerdabilly.com/blog/feed/ and the new feed is at nerdabilly.com/feed/. </p>
<p>Since most people get their blogs via readers and aggregators, this was a huge problem. </p>
<p>So I dug and dug and tried to come up with a fix, but it seems the bargain-basement blog hosting option doesn&#8217;t allow that level of customization.  </p>
<p>It was then that I noticed that if I add a page in WordPress, the short URL looks like a virtual path. </p>
<p>So I just made a page called &#8220;blog&#8221;</p>
<p><i>Voil&aacute;!</i> (more on how much I hate that word later). </p>
<p>nerdabilly.com/blog/ was now a valid URL again!</p>
<p>Now I just needed to get that /feed path in there. </p>
<p>Turns out, in WordPress, if you add /feed after a page&#8217;s URL, you get a feed of the comments. </p>
<p>So I posted a comment on the blog page explaining the new feed URL. </p>
<p>Now, if you go to nerdabilly.com/blog/feed/, you get a valid RSS feed that shows an article explaining the changes. My many (and by &#8220;many&#8221; I mean roughly 7) subscribers can be updated and change their reader settings accordingly. </p>
<p>Ideally, I could just have the old feed URL redirect to the new feed URL, but I still haven&#8217;t learned my lesson about being a cheapskate. I&#8217;ll use the Rube Goldberg way for now. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=84&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2010/02/02/i-am-so-smart-s-m-r-t-or-the-continuing-saga-of-this-blog-being-down-and-up-and-down-again-and-back-up-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
		<item>
		<title>Nerdrodamus Predicts….</title>
		<link>http://nerdabilly.com/2010/01/28/nerdrodamus-predicts/</link>
		<comments>http://nerdabilly.com/2010/01/28/nerdrodamus-predicts/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:21:23 +0000</pubDate>
		<dc:creator>nerdabilly</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[nerdrodamus]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://nerdabilly.com/?p=79</guid>
		<description><![CDATA[At the end of 2010, Steve Jobs will dig a hole in the desert and fill it with iPads. I&#8217;ve got an itch to make a Flash game where you play Steve Jobs filling up a hole with iPads. I haven&#8217;t thought this idea entirely through. And like I always say, if I had the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=79&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At the end of 2010, Steve Jobs will dig a hole in the desert and fill it with iPads.</p>
<p>I&#8217;ve got an itch to make a Flash game where you play Steve Jobs filling up a hole with iPads. I haven&#8217;t thought this  idea entirely through. </p>
<p>And like I always say, if I had the time to do that, I wouldn&#8217;t spend it doing that. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nerdabilly.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nerdabilly.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nerdabilly.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nerdabilly.com&amp;blog=1151873&amp;post=79&amp;subd=nerdabilly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nerdabilly.com/2010/01/28/nerdrodamus-predicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c8f524118276483006d5ac60d45afc0b?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nerdabilly</media:title>
		</media:content>
	</item>
	</channel>
</rss>

