<?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>Gregory Go &#187; Technology</title>
	<atom:link href="http://gregorygo.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorygo.com</link>
	<description>Killer Aces Media cofounder, poker player, Drupal evangelist, dude.</description>
	<lastBuildDate>Tue, 06 Jul 2010 22:05:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Personal QR Code</title>
		<link>http://gregorygo.com/2010/07/create-a-personal-qr-code/</link>
		<comments>http://gregorygo.com/2010/07/create-a-personal-qr-code/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 22:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[QR code]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=881</guid>
		<description><![CDATA[
This article on OPEN Forum about social media friendly business cards prompted me to create a personal QR code with my contact details.
Here&#8217;s a decent list of QR code generators.
A lot didn&#8217;t work for me &#8212; scanning the code with i-nigma reader app resulted in garbled or missing data that I couldn&#8217;t import into the iphone contacts. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://gregorygo.com/2010/07/create-a-personal-qr-code/" title="Permanent link to Create a Personal QR Code"><img class="post_image alignright" src="http://encode.i-nigma.com/QRCode/img.php?d=BEGIN%3AVCARD%0AN%3AGregory%20Go%0ATEL%3A3109970186%0AEMAIL%3Agreg%40killeraces.com%0AEND%3AVCARD&amp;c=Greg%20work%20contact%20details&amp;s=5" width="164" height="164" alt="Post image for Create a Personal QR Code" /></a>
</p><p>This <a href="http://www.openforum.com/idea-hub/topics/technology/article/12-erica-swallow">article on OPEN Forum about social media friendly business cards</a> prompted me to create a personal <a href="http://en.wikipedia.org/wiki/QR_Code">QR code</a> with my contact details.</p>
<p>Here&#8217;s a <a href="http://2d-code.co.uk/qr-code-generators/">decent list of QR code generators</a>.</p>
<p>A lot didn&#8217;t work for me &#8212; scanning the code with <a href="http://www.i-nigma.com/Downloadi-nigmaReader.html">i-nigma reader app</a> resulted in garbled or missing data that I couldn&#8217;t import into the iphone contacts. The <a href="http://www.i-nigma.com/CreateBarcodes.html">i-nigma QR generator</a> did work, producing the above code that has a vCard embedded. So you can scan it and import into your contacts list. However, the i-nigma generator is pretty limited compared to the others on the list.</p>
<p>I don&#8217;t know if I&#8217;ll add a QR code to my next business card, but this was kinda fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2010/07/create-a-personal-qr-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 5 to 6 Upgrade Error: &#8220;This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.&#8221;</title>
		<link>http://gregorygo.com/2010/02/drupal-5-to-6-upgrade-error-this-content-type-has-inactive-fields-inactive-fields-are-not-included-in-lists-of-available-fields-until-their-modules-are-enabled/</link>
		<comments>http://gregorygo.com/2010/02/drupal-5-to-6-upgrade-error-this-content-type-has-inactive-fields-inactive-fields-are-not-included-in-lists-of-available-fields-until-their-modules-are-enabled/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 03:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=848</guid>
		<description><![CDATA[After upgrading a site with complex CCK node types, I ran into this error on the node type&#8217;s manage fields page:
This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.
It went on to list every Computed Field and FeedField I was using as inactive, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After upgrading a site with complex CCK node types, I ran into this error on the node type&#8217;s manage fields page:</p>
<blockquote><p>This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.</p></blockquote>
<p>It went on to list every Computed Field and FeedField I was using as inactive, even though those two modules were enabled and all updates had been run.  Googling the problem found lots of people who have run into the error.  The suggested solutions vary wildly in their complexity.</p>
<p>I decided to try disabling and re-enabling the modules responsible for the inactive fields.  <strong>Re-enabling the CCK related modules fixed the issue.</strong></p>
<p>Some people are seeing the same error for non-CCK modules and/or re-enabling the CCK modules didn&#8217;t fix their problem.  This <a href="http://drupal.org/node/335597#comment-1757480">d.o comment links to a bunch of solutions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2010/02/drupal-5-to-6-upgrade-error-this-content-type-has-inactive-fields-inactive-fields-are-not-included-in-lists-of-available-fields-until-their-modules-are-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Caching to Whois Module</title>
		<link>http://gregorygo.com/2010/01/adding-caching-to-whois-module/</link>
		<comments>http://gregorygo.com/2010/01/adding-caching-to-whois-module/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:56:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Drupal contrib]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=834</guid>
		<description><![CDATA[I&#8217;m not a programmer so I&#8217;m especially happy when I can contribute to Drupal meaningfully.
I submitted a patch today to add caching to the Whois module.
http://drupal.org/node/698850
]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m not a programmer so I&#8217;m especially happy when I can contribute to Drupal meaningfully.</p>
<p>I submitted a patch today to add caching to the <a href="http://drupal.org/project/whois">Whois module</a>.</p>
<p><a title="Add Caching to Whois Module" href="http://drupal.org/node/698850">http://drupal.org/node/698850</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2010/01/adding-caching-to-whois-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Kayako (and Zend Optimizer and mCrypt)</title>
		<link>http://gregorygo.com/2010/01/installing-kayako-and-zend-optimizer-and-mcrypt/</link>
		<comments>http://gregorygo.com/2010/01/installing-kayako-and-zend-optimizer-and-mcrypt/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Kayako]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=775</guid>
		<description><![CDATA[I bought and setup Kayako as our internal issue ticketing system this week.  Ran into a couple of small bumps during the install &#8212; I was missing Zend and mCrypt.  But otherwise, installation was smooth.  The Kayako manual is pretty good.
(Though it sucks that there is only a PDF version of the manual.  Come on! [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I bought and setup Kayako as our internal issue ticketing system this week.  Ran into a couple of small bumps during the install &#8212; I was missing Zend and mCrypt.  But otherwise, installation was smooth.  The <a href="http://www.kayako.com/manuals/">Kayako manual</a> is pretty good.</p>
<p>(Though it sucks that there is only a PDF version of the manual.  Come on!  HTML version please.  Even better, a wiki. There&#8217;s so much good stuff in the <a href="http://forums.kayako.com/">forums</a>, but you need to know exactly what you&#8217;re looking for to find it.)</p>
<p><span id="more-775"></span></p>
<h3>How to Install Zend Optimizer</h3>
<p>Installing Zend Optimizer was crazy easy.</p>
<p>1. <a href="http://www.zend.com/products/guard/downloads">Download Zend optimizer package</a>. You just need the runtime.</p>
<p>2. Extract. Find the right .so version for your PHP version. Use &#8220;php &#8211;version&#8221; to get your version.</p>
<p>3. Copy the .so someplace reasonable.  I created /etc/php5/extensions to store extensions, and dumped ZendOptimizer.so in there.</p>
<p>4. Edit php.ini to load it.  On my Ubuntu box, that&#8217;s at /etc/php5/apache2/php.ini. Add this line to the end (changing the full path to the .so as necessary).</p>
<p style="padding-left: 30px;">zend_extension=/etc/php5/extensions/ZendOptimizer.so</p>
<p>5. Restart apache.</p>
<p style="padding-left: 30px;">$ /etc/init.d/apache2 restart</p>
<h3>How to Install mCrypt for PHP5</h3>
<p>Again, easy with apt.</p>
<p style="padding-left: 30px;">$ apt-get install php5-mcrypt</p>
<p style="padding-left: 30px;">$ /etc/init.d/apache2 restart</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2010/01/installing-kayako-and-zend-optimizer-and-mcrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Live Eraserhead Mouse Pointers</title>
		<link>http://gregorygo.com/2009/11/long-live-eraserhead-mouse-pointers/</link>
		<comments>http://gregorygo.com/2009/11/long-live-eraserhead-mouse-pointers/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:30:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gear]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=470</guid>
		<description><![CDATA[I miss the eraserhead mouse pointer on my old Thinkpad. It&#8217;s so convenient for switching between typing and quickly using the mouse.
If the laptop only has a trackpad, you have to move your whole hand to move the mouse. It&#8217;s annoying.
With the eraserhead, you don&#8217;t even have to lift up your palm. Your thumb (button [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I miss the <a href="http://www.clickykeyboard.com/2005/trackpoint/14288_classicdome.jpg">eraserhead mouse pointer</a> on my old Thinkpad. It&#8217;s so convenient for switching between typing and quickly using the mouse.</p>
<p>If the laptop only has a trackpad, you have to move your whole hand to move the mouse. It&#8217;s annoying.</p>
<p>With the eraserhead, you don&#8217;t even have to lift up your palm. Your thumb (button clicking) and index finger (pointer moving) are already in position.</p>
<p>It&#8217;s unfortunate that few laptops are built with the eraserhead these days. They just don&#8217;t pass the muster of an in-store test because it&#8217;s hard to control the mouse pointer when you&#8217;re not used to the eraserhead.  But after a couple of days of use, you&#8217;ll want it on every keyboard you use from then on.</p>
<p>Even desktop keyboards could use the eraserhead pointer.  I hate having to pick up my hand and move it over to the mouse.</p>
<p>I&#8217;m sad that the eraserhead is probably going to die out.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/11/long-live-eraserhead-mouse-pointers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows, Mac, iPhone, Android Versions All Must-Haves Now</title>
		<link>http://gregorygo.com/2009/11/windows-mac-iphone-android-versions-all-must-haves-now/</link>
		<comments>http://gregorygo.com/2009/11/windows-mac-iphone-android-versions-all-must-haves-now/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:32:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gear]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=651</guid>
		<description><![CDATA[Apple&#8217;s &#8220;There&#8217;s An App For That&#8221; campaign is so good that I expect apps for all kinds of things, and have actually been disappointed.  I recently searched for these apps that don&#8217;t exist:

IMDB &#8212; to add insult to injury, there isn&#8217;t a mobile version of the website.
MSN/Bing Video &#8212; to watch The Guild.
Netflix &#8212; though [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Apple&#8217;s &#8220;There&#8217;s An App For That&#8221; campaign is so good that I expect apps for all kinds of things, and have actually been disappointed.  I recently searched for these apps that don&#8217;t exist:</p>
<ul>
<li>IMDB &#8212; to add insult to injury, there isn&#8217;t a mobile version of the website.</li>
<li>MSN/Bing Video &#8212; to watch <a href="http://www.bing.com/videos/browse/originals/the-guild">The Guild</a>.</li>
<li>Netflix &#8212; though there are approved 3rd party apps.</li>
<li>Google products like Gmail, Docs, and Reader &#8212; though their mobile browser versions are pretty good.</li>
<li><a href="http://www.kayako.com/">Kayako</a> &#8212; a very popular helpdesk application I&#8217;m evaluating for Killer Aces.</li>
<li>Quantcast</li>
<li>Compete</li>
<li>ComScore</li>
</ul>
<p>I&#8217;m not saying there aren&#8217;t plently of great apps on the iPhone. In fact, I recently contributed an article to Intel&#8217;s MyLifeScoop.com featuring the cool ways iPhone apps have made my life easier &#8212; <a href="http://mylifescoop.com/featured-stories/2009/11/3-ways-technology-makes-personal-finances-easier.html">3 Ways Technology Makes Personal Finance Easier</a>.</p>
<p>I&#8217;m saying that because Apple&#8217;s done such a good job with their app store (now with <a href="http://www.wired.com/gadgetlab/2009/11/appstore/">100,000+ apps</a>*), I now <em>expect</em> an app to exist for every web service or site I use.</p>
<p><em>* The link goes to a <a href="http://www.wired.com/gadgetlab/2009/11/appstore/">Wired article</a> that says &#8220;But as the App Store continues to expand, an inevitable question arises: How many apps do you really need?&#8221; My answer is &#8212; more than what they have now!</em></p>
<p>This puts the pressure on developers. In addition to a Windows and Mac version, I now expect your service to have an iPhone version too.  (And I suspect Android users feel the same way. If not today, then soon now that a bunch of second gen Android devices have rolled out.)</p>
<p>Fred Wilson talked about this a few weeks ago when Droid came out.  He said the mobile web (meaning apps, not mobile versions of websites) was the next big thing in tech.  <a href="http://www.avc.com/a_vc/2009/10/a-big-week-for-the-mobile-web.html">He said</a>:</p>
<blockquote><p>I believe that mobile devices are bringing web services into our pockets and purses, onto restaurant tables and bars, and into schools and stadiums&#8230;</p>
<p>The &#8220;mobile web&#8221; is where &#8220;it&#8221; is at right now. And it is also where it is all going&#8230;</p>
<p>The mobile web sector is developing quickly and innovation is happening all over the place. It is very exciting to see.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/11/windows-mac-iphone-android-versions-all-must-haves-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon and WordPress</title>
		<link>http://gregorygo.com/2009/11/amazon-and-wordpress/</link>
		<comments>http://gregorygo.com/2009/11/amazon-and-wordpress/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:40:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[About This Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Amazon]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=640</guid>
		<description><![CDATA[I wanted to add a &#8220;currently reading&#8221; list of books to this blog.
One of the better plugins I found was Aaron Forgue&#8217;s Amazon Showcase.  It lets you create multiple showcases &#8212; lists of Amazon items you select using the ASIN or ISBN-10 number.  Each showcase can then be used in the sidebar as a widget.
Pros:

Relatively [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I wanted to add a &#8220;currently reading&#8221; list of books to this blog.</p>
<p>One of the better plugins I found was <a href="http://aaronforgue.com/projects/amazon-showcase">Aaron Forgue&#8217;s Amazon Showcase</a>.  It lets you create multiple showcases &#8212; lists of Amazon items you select using the ASIN or ISBN-10 number.  Each showcase can then be used in the sidebar as a widget.</p>
<p>Pros:</p>
<ul>
<li>Relatively easy to add items to the list.  Just paste in the ASIN or ISBN number.</li>
<li>Multiple lists (showcases).</li>
<li>Easy to pick thumbnail sizes and displayed information from the input page, on an item-by-item basis.</li>
</ul>
<p>Cons:</p>
<ul>
<li>Can&#8217;t configure the template code universally, though it&#8217;s cool that you can tweak it on a per-item basis.  Fortunately, I wasn&#8217;t too picky about this.  I did add one line to my custom.css file to make the book thumbnails display inline.</li>
</ul>
<p>***</p>
<p>Another useful Amazon related plugin I found is <a href="http://wordpress.org/extend/plugins/amazon-reloaded-for-wordpress/">Amazon Reloaded</a>.  It adds an easy way to search and insert Amazon links on the post editor page.  I hated going to the affiliate dashboard just to get a link to</p>
<p>Tip: If you just want a quick way to link to an Amazon page with your affiliate ID inserted, without using this plugin, just add &#8220;?tag=gregorygo-20&#8243; to the URI.  Obviously, replace &#8220;gregorygo-20&#8243; with your own affiliate ID.</p>
<p>***</p>
<p>I started down this road because I added a book to my wishlist.  Then I thought that it&#8217;d be cool to embed my wishlist on the sidebar here.</p>
<p>You&#8217;d think Amazon would have an easy way to embed your wishlist onto a site, but nope.  No embed code that I could find.</p>
<p><a href="http://matthom.com/archive/2007/03/13/amazon-wishlist-tips">This post</a> makes me think they used to have an embed function, but I can&#8217;t find it anymore.  It seems like the only way to share lists nowadays is to email them or post directly to Facebook, Twitter, MySpace or Delicious.</p>
<p>I&#8217;ve since decided against embedding my wishlist here, and opted for putting in a &#8220;currently reading&#8221; list instead.</p>
<p>***</p>
<p>Amazon is a genius company for so many things, but I&#8217;m still occassionally amazed at how clueless they are about certain things.</p>
<p>No RSS feed or embed code for wishlists? Ridiculously complicated affiliate text links just to link to a book page?  Why??</p>
<p>Maybe they need a Chief Usability Officer for Power Users.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/11/amazon-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History and State of Drupal (March 2009)</title>
		<link>http://gregorygo.com/2009/08/history-and-state-of-drupal-march-2009/</link>
		<comments>http://gregorygo.com/2009/08/history-and-state-of-drupal-march-2009/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:36:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=522</guid>
		<description><![CDATA[My first taste of Drupal was the 4.6 version in 2006.  I very clearly remember running into the flexinode module and thinking &#8220;OMG, custom content types!  Woo! That&#8217;s exactly what I want in a CMS!&#8221;  Haven&#8217;t looked back since.
Below are the slides that Dries used to present the State of Drupal at Drupalcon &#8216;09.  Yeah, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My first taste of Drupal was the 4.6 version in 2006.  I very clearly remember running into the <a href="http://drupal.org/project/flexinode">flexinode</a> module and thinking &#8220;OMG, custom content types!  Woo! That&#8217;s <em>exactly</em> what I want in a CMS!&#8221;  Haven&#8217;t looked back since.</p>
<p>Below are the slides that <a href="http://buytaert.net/">Dries</a> used to present the State of Drupal at Drupalcon &#8216;09.  Yeah, it&#8217;s from 5 months ago, but I just ran into it and it was entertaining, so I&#8217;m sharing it here.</p>
<p>If you&#8217;d rather read about the State of Drupal, here&#8217;s a <a href="http://www.lullabot.com/blog/drupalcon-state-dries-buytaert">writeup from Lullabot of Dries&#8217; talk</a>.</p>
<p>Watching the slideshow is entertaining, even without sound or the actual text for reference.  It very clearly shows the rapid evolution of Drupal and the Drupal community.</p>
<div id="__ss_1143838" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="State Of Drupal March 2009" href="http://www.slideshare.net/qumiali/state-of-drupal-march-2009">State Of Drupal March 2009</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=state-of-drupal-march-2009-090313172537-phpapp01&amp;stripped_title=state-of-drupal-march-2009" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=state-of-drupal-march-2009-090313172537-phpapp01&amp;stripped_title=state-of-drupal-march-2009" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/qumiali">Murtza Hassan</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/08/history-and-state-of-drupal-march-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Always a Software Issue</title>
		<link>http://gregorygo.com/2009/08/its-always-a-software-issue/</link>
		<comments>http://gregorygo.com/2009/08/its-always-a-software-issue/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:28:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Startup IT]]></category>

		<guid isPermaLink="false">http://gregorygo.com/?p=531</guid>
		<description><![CDATA[I&#8217;ve worked in IT for nearly 10 years now.  First as a help desk operator, then a Linux sysadmin, and now a Drupal developer/webmaster.   In that time, I&#8217;ve run into a handful of really perplexing problems.  &#8221;Perplexing&#8221; meaning after hours (usually, days) of troubleshooting, I can&#8217;t figure out why the system is suddenly unstable.
You know [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve worked in IT for nearly 10 years now.  First as a help desk operator, then a Linux sysadmin, and now a Drupal developer/webmaster.   In that time, I&#8217;ve run into a handful of really perplexing problems.  &#8221;Perplexing&#8221; meaning after hours (usually, days) of troubleshooting, I can&#8217;t figure out why the system is suddenly unstable.</p>
<p>You know those type of problems, right?</p>
<p>The kind that&#8217;s so perplexing that you&#8217;re sure it&#8217;s gotta be a hardware problem, even though your years of admin experience tells you it&#8217;s almost never (like 99.999% of the time) a hardware issue.  But you&#8217;ve looked at (seemingly) all the possible software causes.</p>
<p>I was just reminded of this recently, and I&#8217;m here to remind you:  <strong>It&#8217;s never a hardware problem.  It&#8217;s always a software problem.</strong></p>
<p>PS: If you&#8217;re looking for VPS or dedicated server hosting, <a href="http://rimuhosting.com/">Rimu Hosting</a> is a great choice.  When they say they have &#8220;professional technical support with a personal touch&#8221;, they mean it.  Rimu has <em>by far</em> the best support team of the half-dozen hosting companies I&#8217;ve worked with. And great support is the only differentiator that matters when choosing a hosting vendor.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/08/its-always-a-software-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DrupalCamp: Great Way to Create New Drupal Fans</title>
		<link>http://gregorygo.com/2009/08/drupalcamp-great-way-to-create-new-drupal-fans/</link>
		<comments>http://gregorygo.com/2009/08/drupalcamp-great-way-to-create-new-drupal-fans/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Planet Drupal]]></category>

		<guid isPermaLink="false">http://gregorygo.com/2009/08/drupalcamp-great-way-to-create-new-drupal-fans/</guid>
		<description><![CDATA[I took my sysadmin friend Marc to DrupalCampLA 2009 this past weekend.  When we get together, I go on and on about Drupal and he waxes on about Django.
I think he got the sense of why I tell everyone I know to use Drupal for their web projects. Especially after sitting in on Rain [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I took my sysadmin friend Marc to DrupalCampLA 2009 this past weekend.  When we get together, I go on and on about Drupal and he waxes on about Django.</p>
<p>I think he got the sense of why I tell everyone I know to use Drupal for their web projects. Especially after sitting in on Rain Breaw&#8217;s (awesome name btw) great <a href="http://2009.drupalcampla.com/sessions/views-demystified">Views Demystified session</a> . <em>Wow, point and click content slicing and dicing?! Awesome.</em></p>
<p>I wonder if he&#8217;s going to make me learn Django. Uh oh.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregorygo.com/2009/08/drupalcamp-great-way-to-create-new-drupal-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
