<?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>Eric Biven&#039;s Blog</title>
	<atom:link href="http://eric.biven.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.biven.us</link>
	<description>...professional nerd-speak translator</description>
	<lastBuildDate>Sun, 13 May 2012 02:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Recently Popular Docs Updated</title>
		<link>http://eric.biven.us/2011/09/04/recently-popular-docs-updated/</link>
		<comments>http://eric.biven.us/2011/09/04/recently-popular-docs-updated/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 21:27:18 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[recently popular]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=455</guid>
		<description><![CDATA[I&#8217;ve spent some time updating the Recently Popular post to ensure the documentation is correct for the latest version.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent some time updating <a title="&quot;Recently Popular&quot; WordPress Plugin" href="http://eric.biven.us/2008/12/03/recently-popular-wordpress-plugin/">the Recently Popular post</a> to ensure the documentation is correct for the latest version.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/09/04/recently-popular-docs-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lead, Follow, or Get Off the Internet</title>
		<link>http://eric.biven.us/2011/06/12/lead-follow-or-get-off-the-internet/</link>
		<comments>http://eric.biven.us/2011/06/12/lead-follow-or-get-off-the-internet/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 17:01:11 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=447</guid>
		<description><![CDATA[First things first: I was at WordCamp Kansas City this weekend where I listened to several very good presentations, and gave two presentations myself. I was generally very pleased with the developer track, which was where I lived. Without a doubt the worst presentation in the developer track all weekend was mine on widgets. Not enough topic to discuss, last session of the day, and following a very passionate speaker. What can you do? With that said: Rant On. Two of the best presentations had asides where they spoke about working to deliver your content and code to the lowest common denominator of users. Clint Andrew Hall came down on the side of making everything available to everyone, while Kevin Potts took the opposite opinion (acknowledging, of course, that your customers may disagree and their opinion really counts). Paying customers want what they want, and any sane consultant will give them what they&#8217;re wanting to pay for. I get it, and I practice that. With that said: Why in the world would any project dedicate man hours to supporting old crap? Let&#8217;s take PHP4 as an example. PHP5 has been out since 2004. Every major Linux distribution has been packaging PHP5 as the default for years. I don&#8217;t know of a single reputable hosting provider that is still running PHP4. There is no reason in the world why we should have serious discussions about maintaining compatibility to PHP4. There is no excuse other than laziness to still be on PHP4, and are we as developers going to work harder so that a handful of lazy admins don&#8217;t have to upgrade one set of packages? Not in my world. My Recently Popular WordPress plugin is not backwards compatible. Thankfully WordPress itself has given up and as of 3.2 you&#8217;ll be required to have PHP5. Other projects are coming around as well. Should we immediately drop support for WidgetSoft 8 the day WidgetsSoft 9 comes out? Of course not. I don&#8217;t like being on the upgraded treadmill any more than the next guy. But if WidgetSoft 9 has proven itself stable for a year and is a free upgrade then in my book version 8&#8242;s days are numbered, and that number is very small. The same holds true for web front end work. Clint maintained that we should all do the extra legwork to ensure that our users get a native and acceptable experience on their own browser version and device. Kevin&#8217;s point was much more a &#8220;screw the guy with the old browser, we all know we&#8217;re talking about some guy on IE6&#8243; approach. In this case I think there&#8217;s a happy middle ground. Delivering a native user interface for the iPhone if a lot of your viewers will be on iPhone makes sense. Spending the time building an iPhone specific skin if you have no idea how many of your users will be on an iPhone is a colossal waste of effort. (Note: I don&#8217;t believe Clint was saying to do this) I do have a philosophical problem supporting older browsers, though. People who are running older, un-patched browsers aren&#8217;t just affecting themselves. The viruses, trojans, and other nasties they acquire wind up sending spam to the rest of us, or letting their computer act as a node in a DDoS attack, or getting their bank accounts hacked and costing us all money during the ensuing legal battles, or any number of other problems. These people have proven they&#8217;re too lazy to upgrade, but for the sake of everyone else on the Internet they need to be put in a position where the pain of not upgrading is worse than the pain of upgrading. Google recently announced that they would only support the current version minus one for any given browser. The major browsers are all beginning to implement a background upgrade process that doesn&#8217;t require the user to do anything, and I think that is a fantastic idea. Phew. Rant off.]]></description>
			<content:encoded><![CDATA[<p>First things first: I was at WordCamp Kansas City this weekend where I listened to several very good presentations, and gave two presentations myself. I was generally very pleased with the developer track, which was where I lived. Without a doubt the worst presentation in the developer track all weekend was mine on widgets. Not enough topic to discuss, last session of the day, and following a very passionate speaker. What can you do?</p>
<p>With that said: Rant On.</p>
<p>Two of the best presentations had asides where they spoke about working to deliver your content and code to the lowest common denominator of users. <a href="http://clintandrewhall.com/" target="_blank">Clint Andrew Hall</a> came down on the side of making everything available to everyone, while <a href="http://kevinpottsdesign.com/" target="_blank">Kevin Potts</a> took the opposite opinion (acknowledging, of course, that your customers may disagree and their opinion really counts). Paying customers want what they want, and any sane consultant will give them what they&#8217;re wanting to pay for. I get it, and I practice that. With that said:</p>
<p>Why in the world would any project dedicate man hours to supporting old crap? Let&#8217;s take PHP4 as an example. PHP5 has been out since 2004. Every major Linux distribution has been packaging PHP5 as the default for years. I don&#8217;t know of a single reputable hosting provider that is still running PHP4. There is no reason in the world why we should have serious discussions about maintaining compatibility to PHP4. There is no excuse other than laziness to still be on PHP4, and are we as developers going to work harder so that a handful of lazy admins don&#8217;t have to upgrade one set of packages? Not in my world. My Recently Popular WordPress plugin is not backwards compatible. Thankfully WordPress itself has given up and as of 3.2 you&#8217;ll be required to have PHP5. Other projects are coming around as well.</p>
<p>Should we immediately drop support for WidgetSoft 8 the day WidgetsSoft 9 comes out? Of course not. I don&#8217;t like being on the upgraded treadmill any more than the next guy. But if WidgetSoft 9 has proven itself stable for a year and is a free upgrade then in my book version 8&#8242;s days are numbered, and that number is very small.</p>
<p>The same holds true for web front end work. Clint maintained that we should all do the extra legwork to ensure that our users get a native and acceptable experience on their own browser version and device. Kevin&#8217;s point was much more a &#8220;screw the guy with the old browser, we all know we&#8217;re talking about some guy on IE6&#8243; approach. In this case I think there&#8217;s a happy middle ground. Delivering a native user interface for the iPhone if a lot of your viewers will be on iPhone makes sense. Spending the time building an iPhone specific skin if you have no idea how many of your users will be on an iPhone is a colossal waste of effort. (Note: I don&#8217;t believe Clint was saying to do this)</p>
<p>I do have a philosophical problem supporting older browsers, though. People who are running older, un-patched browsers aren&#8217;t just affecting themselves. The viruses, trojans, and other nasties they acquire wind up sending spam to the rest of us, or letting their computer act as a node in a DDoS attack, or getting their bank accounts hacked and costing us all money during the ensuing legal battles, or any number of other problems. These people have proven they&#8217;re too lazy to upgrade, but for the sake of everyone else on the Internet they need to be put in a position where the pain of not upgrading is worse than the pain of upgrading. Google recently announced that they would only support the current version minus one for any given browser. The major browsers are all beginning to implement a background upgrade process that doesn&#8217;t require the user to do anything, and I think that is a fantastic idea.</p>
<p>Phew. Rant off.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/06/12/lead-follow-or-get-off-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recently Popular 0.7 Line Released</title>
		<link>http://eric.biven.us/2011/06/12/recently-popular-0-7-line-released/</link>
		<comments>http://eric.biven.us/2011/06/12/recently-popular-0-7-line-released/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 16:06:55 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=445</guid>
		<description><![CDATA[0.7 squashes two bugs that have been a thorn in the side of this plugin. First, the post thumbnail implementation works and provides for a default thumbnail to use on posts without a thumbnail. The other nagging bug has been posts in multiple categories showing up in the results twice. This has been corrected by a modification to the grouping clause and by using a group concat in the select statement. This series also brings full support for network based (MU) installations. It will properly create and clean up after itself if you network (de)active or do so on individual blogs. We&#8217;ve also tested on WordPress 3.2 and found no compatibility problems. There was a bug fix release, 0.7.1, that came out the day after 0.7. That release was done to implement a workaround that was affecting people running eAccelerator on Centos, which has a known bug parsing PHP classes in included files.]]></description>
			<content:encoded><![CDATA[<p>0.7 squashes two bugs that have been a thorn in the side of this plugin. First, the post thumbnail implementation works and provides for a default thumbnail to use on posts without a thumbnail. The other nagging bug has been posts in multiple categories showing up in the results twice. This has been corrected by a modification to the grouping clause and by using a group concat in the select statement.</p>
<p>This series also brings full support for network based (MU) installations. It will properly create and clean up after itself if you network (de)active or do so on individual blogs. We&#8217;ve also tested on WordPress 3.2 and found no compatibility problems.</p>
<p>There was a bug fix release, 0.7.1, that came out the day after 0.7. That release was done to implement a workaround that was affecting people running eAccelerator on Centos, which has a known bug parsing PHP classes in included files.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/06/12/recently-popular-0-7-line-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recently Popular 0.7 Now in Trunk</title>
		<link>http://eric.biven.us/2011/05/31/recently-popular-0-7-now-in-trunk/</link>
		<comments>http://eric.biven.us/2011/05/31/recently-popular-0-7-now-in-trunk/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 05:35:50 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=439</guid>
		<description><![CDATA[With WordCamp Kansas City right around the corner Recently Popular is finally getting a top to bottom overhaul. Included in this release will be: Now fully OOP. Network (MU) compatibility. WP 3.2 updates and testing. %thumbnail_url% tag reintroduced. Default thumbnail URL parameter added. Counts for posts in multiple categories is fixed. %category% tag is fixed. So, that&#8217;s quite a lot of work to be pushed into one release. As such I&#8217;m going to need some testers. I know there are a number of you who have been waiting for a number of these fixes, so get the copy from trunk. Two notes before you do so: There were no changes to the database structure, so you won&#8217;t need to wipe out your existing data. HOWEVER, if you disable this plugin it does remove its tables. If you&#8217;re in a Network (MU) install you will have to disable and re-enable the plugin so that it will build the correct tables. The plugin and widget files were renamed, so be sure to delete the old ones when you copy the new files up. As always I&#8217;m eating my own dog food, so trunk is live on this site and working. If you find bugs please email me or comment on this post. Thanks.]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.wckansascity.org/" target="_blank">WordCamp Kansas City</a> right around the corner Recently Popular is finally getting a top to bottom overhaul. Included in this release will be:</p>
<ul>
<li>Now fully OOP.</li>
<li>Network (MU) compatibility.</li>
<li>WP 3.2 updates and testing.</li>
<li>%thumbnail_url% tag reintroduced.</li>
<li>Default thumbnail URL parameter added.</li>
<li>Counts for posts in multiple categories is fixed.</li>
<li>%category% tag is fixed.</li>
</ul>
<p>So, that&#8217;s quite a lot of work to be pushed into one release. As such I&#8217;m going to need some testers. I know there are a number of you who have been waiting for a number of these fixes, so <a href="http://plugins.svn.wordpress.org/recently-popular/trunk/" target="_blank">get the copy from trunk</a>. Two notes before you do so:</p>
<ol>
<li>There were no changes to the database structure, so you won&#8217;t need to wipe out your existing data. HOWEVER, if you disable this plugin it does remove its tables. If you&#8217;re in a Network (MU) install you will have to disable and re-enable the plugin so that it will build the correct tables.</li>
<li>The plugin and widget files were renamed, so be sure to delete the old ones when you copy the new files up.</li>
</ol>
<p>As always I&#8217;m eating my own dog food, so trunk is live on this site and working. If you find bugs please email me or comment on this post. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/05/31/recently-popular-0-7-now-in-trunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Chrome Notebook Is Just There</title>
		<link>http://eric.biven.us/2011/02/03/my-chrome-notebook-is-just-there/</link>
		<comments>http://eric.biven.us/2011/02/03/my-chrome-notebook-is-just-there/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 16:48:27 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Chrome Notebook (CR-48)]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=433</guid>
		<description><![CDATA[My CR-48 is at the point now where it just blends into my day. It doesn't stand out as something I have to do, or need to address.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s at the point now where it just blends into my day. It doesn&#8217;t stand out as something I have to do or need to address. I was reminded of that again this weekend as I was applying updates to my Windows virtual machines and my Ubuntu machines. The Chrome Notebook was just sitting there, just working, and up to date.</p>
<p>In my quest for the cloud I&#8217;ve been gradually getting to the point where all of my desktop apps are replaceable. I&#8217;ve recently discovered that <a href="http://wiki.phpmyadmin.net/pma/Comparing/Syncing/Merging_of_Server/Databases/Tables" target="_blank">phpMyAdmin can do schema and data compares</a>, eliminating the last hurdle for me to ditch <a href="http://www.webyog.com/en/sqlyog_feature_matrix.php" target="_blank">SQLyog</a>.  SQLyog is a good tool, but it&#8217;s Wine-based and requires installation giving it two strikes.  The third is that it&#8217;s pay software.</p>
<p>My most glaring needs are still an inexpensive way to test sites in IE and what I fear will be the biggest hurdle, a good integrated development environment. I just recently received my invite to <a href="http://cloud9ide.com/" target="_blank">Cloud9 IDE</a> but at this point haven&#8217;t had time to really give it a good look.</p>
<p>So far so good.  Thanks again for the freebie, Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/02/03/my-chrome-notebook-is-just-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve Quit Carrying Paper</title>
		<link>http://eric.biven.us/2011/01/14/ive-quit-carrying-paper/</link>
		<comments>http://eric.biven.us/2011/01/14/ive-quit-carrying-paper/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 17:19:52 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Chrome Notebook (CR-48)]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=431</guid>
		<description><![CDATA[I've quit carrying paper and pen to my meetings.  I've started taking the Chrome Notebook instead.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve quit carrying paper and pen to my meetings.  I&#8217;ve started taking the Chrome Notebook instead.  The pros:</p>
<ol>
<li>I can type faster than I can write, so I get better notes.</li>
<li>It&#8217;s easier to read later.</li>
<li>I don&#8217;t have that piece of paper with me everywhere unless I carry it around.</li>
<li>Because of #3 I wind up transcribing the notes into Google Docs anyway.</li>
<li>When I need to reference something from a past meeting it&#8217;s right there on the notebook.</li>
</ol>
<p>So I&#8217;m skipping the middleman, and I suppose I&#8217;m also helping the environment by not using up paper and generating trash.  So far it&#8217;s been working out marvelously.  I only wish I&#8217;d done it sooner.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2011/01/14/ive-quit-carrying-paper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome OS First Impressions</title>
		<link>http://eric.biven.us/2010/12/22/chrome-os-first-impressions/</link>
		<comments>http://eric.biven.us/2010/12/22/chrome-os-first-impressions/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 04:11:32 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Chrome Notebook (CR-48)]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=426</guid>
		<description><![CDATA[My family has spent a couple of evenings now with our Chrome OS notebook (CR-48), so it's probably time to give some first impressions.]]></description>
			<content:encoded><![CDATA[<p>My family has spent a couple of evenings now with our Chrome OS notebook (CR-48), so it&#8217;s probably time to give some first impressions.</p>
<p>Initial setup is still very computer-like.  You&#8217;ll need to know the basics like what your wireless router is named and what the password is.  The Verizon 3G setup was easy enough and consisted of filling out a form on a web page.  Should be doable by just about anyone.</p>
<p>Both of my kids (six and nine) were able to add themselves with no problem, including an account picture.  I didn&#8217;t give them any pointers or help so that part lives up to the hype of being easy to use.</p>
<p>I had one lock up that forced me to remove the battery to cure it.  Of course that happened when I was showing it off to a friend.</p>
<p>I had to disable and then re-enable the wireless network once to restore communication.</p>
<p>The battery life is amazing.  I&#8217;ve had it unplugged for about 36 hours, and I&#8217;ve been on it for probably 4 hours.  The battery is at 50%.</p>
<p>The small screen size isn&#8217;t a hindrance at all.  The trackpad took some getting used to, but it&#8217;s fine.  The size and weight make it very easy to move around and to leave on your lap.  It also doesn&#8217;t generate as much heat as my Vostro 1720 which also makes it more comfortable.  The primary hot spot is on the center of the back, which is much more comfortable than some laptops I&#8217;ve owned where there is a heat source under the palm rests.  I don&#8217;t know if this is by design or not, but it&#8217;s something they should replicate in future hardware.</p>
<p>Flash isn&#8217;t tuned well enough to watch shows on Hulu without lagging, but it works fine for Youtube.</p>
<p>All told, though, this little device is really growing on me.  I&#8217;m already reaching for it instead of heading down to my office to climb on my 17 inch dual core laptop.</p>
<p>I understand that it&#8217;s still in beta, and I&#8217;m cutting it slack on things that should be ironed out by the time Chrome OS goes live.  Right now I only have one problem: I only have one of these things, so I can&#8217;t take it to work and leave it at home for the kids.  Come to think of it, three would be better.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2010/12/22/chrome-os-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas to Me: Google Ships Me a CR-48 Chrome Notebook</title>
		<link>http://eric.biven.us/2010/12/21/cr-48-chrome-notebook/</link>
		<comments>http://eric.biven.us/2010/12/21/cr-48-chrome-notebook/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 02:03:28 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Chrome Notebook (CR-48)]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[cr-48]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=418</guid>
		<description><![CDATA[My first impressions about the CR-48 Chrome Notebook from Google.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure how many of these are going out, but I was the very fortunate recipient of one.  Google is shipping these out (I&#8217;m on it as I type this) to people for free with two years of Verizon 3G access in the hopes that people like me will use the devices and tell Google how it&#8217;s going.  Does that make me a lab rat?  Sort of.  But the cheese at the end of the maze is a free computer, which solves the problem I was having with potentially needing to get one for the kids.</p>
<p>So I hope you&#8217;re ready Google.  This little guy is going to see the full wrath of a six year old and a nine year old.  I&#8217;ve told them both to let me know if they have any problems with it or any problems using it.  To help test the theory that Chrome OS is completely user-friendly I&#8217;m not even going to explain to them how to use it.  I&#8217;m just going to hand them this device and let them have at it.  They&#8217;re already Chrome users, so I don&#8217;t think it will be that hard.</p>
<p>As for the obligatory first impressions that everyone gives: it is working well for me.  The keyboard is full sized, and works great even despite my large paws.  I&#8217;m a huge screen bigot, but the resolution and screen size on this work just fine and may change my mind about hauling around 7 pound lunch tray sized laptops.  The trackpad isn&#8217;t the best I&#8217;ve ever used, but it works.  Like every other laptop I&#8217;ve ever used I tend to hit it when I type, so I had to disable tap-to-click.  It has a matte screen, which I love.</p>
<p>It comes with two one-page instruction cards, but frankly you don&#8217;t need them.  If you&#8217;re fortunate enough to receive one, though, I highly recommend reading them.  They&#8217;re hilarious.  When you first log on you&#8217;ll be presented with a presentation on how to use the device which is more than adequate and is the right way to do it given the evolving nature of Chrome OS.</p>
<p>So if you haven&#8217;t applied to get one I highly recommend it (now that I have mine).</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2010/12/21/cr-48-chrome-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here&#039;s a Nerd Word Everyone Should Know: FUD</title>
		<link>http://eric.biven.us/2010/10/03/heres-a-nerd-word-everyone-should-know-fud/</link>
		<comments>http://eric.biven.us/2010/10/03/heres-a-nerd-word-everyone-should-know-fud/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 16:52:39 +0000</pubDate>
		<dc:creator>Eric Biven</dc:creator>
				<category><![CDATA[Nerd Words]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=366</guid>
		<description><![CDATA[A quick examination of the acronym FUD and what it means to you.]]></description>
			<content:encoded><![CDATA[<p>For you language majors out there I&#8217;ll acknowledge here at the beginning that FUD is an acronym, not a word.  But acronym doesn&#8217;t rhyme with &#8220;nerd&#8221;, so get over it.</p>
<p>Let&#8217;s start by breaking down FUD into its component parts:</p>
<ul>
<li>Fear</li>
<li>Uncertainty</li>
<li>Doubt</li>
</ul>
<p>FUD isn&#8217;t really an acronym specifically about technical things.  <a href="http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt" target="_blank">Wikipedia defines FUD</a> as &#8220;a tactic of rhetoric and fallacy used in sales, marketing, public relations, politics and propaganda.&#8221;  It&#8217;s used in lots of places and industries, but here we&#8217;re going to be concerned with the computer software industry, where this practice is prominent, preying on the fact that it is impossible for decision makers to stay up to date with everything in a large and rapidly evolving industry.</p>
<p>Microsoft in particular has a long, documented history of using FUD as a tactic to attempt to discredit anyone they view as competitors, including a series of leaked internal memos spanning from 1998 to 2004  generally called the <a href="http://en.wikipedia.org/wiki/Halloween_documents" target="_blank">Halloween Documents</a>.  While the Halloween Documents were specifically related to the threat they face from Open Source software, and Linux in particular, it is by no means the only FUD campaign by a major tech player.</p>
<p>FUD is frequently used by smaller companies as well.  Articles like one I discovered last week (I left a comment detailing these points that hadn&#8217;t been approved by the moderator at the time this article was written) where the author:</p>
<ol>
<li>misrepresents <a href="http://dictionary.reference.com/browse/Open+Source" target="_blank">Open Source</a> as <a href="http://dictionary.reference.com/browse/shareware" target="_blank">shareware</a>.</li>
<li>makes claims about product ownership that are not correct (<a href="http://php.net/license/index.php" target="_blank">PHP&#8217;s license</a> does not include copyleft restrictions, even though those wouldn&#8217;t apply in the example given).</li>
<li>includes a <a href="http://www.securityfocus.com/news/11430" target="_blank">link to a SecurityFocus article</a> from more than four years ago about PHP security, which states in the first paragraph &#8220;While flaws in the language itself account for a very small percentage the total&#8230;&#8221; as evidence that PHP itself is insecure.</li>
<li>conveniently leaves out the <a href="http://www.microsoft.com/technet/security/bulletin/ms10-070.mspx" target="_blank">massive vulnerability</a> that was just in the news regarding one of the products he is pushing, ASP.NET.  This cryptographic vulnerability took approximately two weeks for Microsoft to release a fix for.</li>
</ol>
<p>So what can you do to protect yourself from FUD?  It&#8217;s easy, really.  Simply acknowledge to yourself that everyone has an agenda.  Research their arguments and verify their facts.</p>
<p>And yeah, that includes me.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2010/10/03/heres-a-nerd-word-everyone-should-know-fud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Web Developer&#039;s Resume: Constructing a Projects List</title>
		<link>http://eric.biven.us/2010/07/13/the-web-developers-resume-constructing-a-projects-list/</link>
		<comments>http://eric.biven.us/2010/07/13/the-web-developers-resume-constructing-a-projects-list/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 20:37:08 +0000</pubDate>
		<dc:creator>Gina Crosby</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://eric.biven.us/?p=360</guid>
		<description><![CDATA[If you're a developer, the best way to showcase your experience is with a projects list. It's so easy, you'll wonder why you haven't done it before.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a developer, the best way to showcase your experience is with a projects list. It&#8217;s so easy, you&#8217;ll wonder why you haven&#8217;t done it before.</p>
<p>The most efficient way to begin your Projects page is by keeping a journal. All you need is Notepad, a spreadsheet or a Moleskin notebook. Before you go home at the end of the day, jot down the projects you worked on, any obstacles you encountered, any success you achieved, any recognition you received, or anything else that stands out:</p>
<ul>
<li>Lucky Lu&#8217;s Tattoo Shop: worked from creative comp &#8212; no spec sheet. Again. Found codebase from 1998, not helpful. Considering transition to HTML 5. She wants a tattoo gun that people can use.</li>
<li>Sea Hag iPhone App: can&#8217;t figure out the film strip mode to view images. Reconstructed the database. Again. Lost my mind.</li>
<li>John&#8217;s Rebate Coupons: sent first draft to John. Expecting feedback Monday. I bet he&#8217;ll want QR codes, he thinks he&#8217;s cool.</li>
</ul>
<p>This seems like such a simple thing, but with the right dataset to work from, you&#8217;ll be able to whip out a projects page that contains not only your functional keywords but also gives a human-usable description of your abilities.</p>
<p>Don&#8217;t forget to note somewhere which technologies you used. Additionally, even on the days you don&#8217;t remember to write things down, you&#8217;ll have something there at least to jog your memory:</p>
<ul>
<li>Lucky Lu&#8217;s Tattoo Shop http://www.luckylus.com Developed and implemented a fully interactive entertainment site , working only from creative comps; delivered product on time and with few change requests. Client was pleased with the results and did not miss her old site at all. Used HTML 5, CSS, C#, and edited videos.</li>
<li>Sea Hag iPhone App: Used film strips, integrated menus, WCF, and GL. Overcame lack of client organization throughout database to secure and promote functional leads. Certified iPhone Developer.</li>
<li>John&#8217;s Rebate Coupons: supplied content management system and supporting database to deliver QR code-based coupons into the hands of over a thousand subscribers. Client has since requested repeat business and has signed a contract for three years of support, maintenance, and coupon design. Used Constant Contact, Excel, C# and PhotoShop.</li>
</ul>
<p>It&#8217;s five minutes of your time for a life&#8217;s worth of accomplishments. When you get to the entries that say, &#8220;Those idiots, WTF,&#8221; and you know it&#8217;s time to start looking for a different job, you&#8217;ll be well prepared to update that resume quickly and efficiently.</p>
]]></content:encoded>
			<wfw:commentRss>http://eric.biven.us/2010/07/13/the-web-developers-resume-constructing-a-projects-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

