<?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>FarmSoft Studios Scratchpad &#187; Uncategorized</title>
	<atom:link href="http://scratchpad.farmsoftstudios.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Tue, 04 May 2010 16:10:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Use class with semantics in mind</title>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/use-class-with-semantics-in-mind/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/use-class-with-semantics-in-mind/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:50:32 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=192</guid>
		<description><![CDATA[&#8220;Use class with semantics in mind.&#8221; via Use class with semantics in mind &#8211; Quality Web Tips.]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Use class with semantics in mind.&#8221;</p></blockquote>
<p>via <a href="http://www.w3.org/QA/Tips/goodclassnames">Use class with semantics in mind &#8211; Quality Web Tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/use-class-with-semantics-in-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP on OS X 10.6 Snow Leopard throwing errors</title>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/php-on-os-x-10-6-snow-leopard-throwing-errors/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/php-on-os-x-10-6-snow-leopard-throwing-errors/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:04:06 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=187</guid>
		<description><![CDATA[Snow Leopard now uses PHP 5.3, so there are new rules in the playing field. You can fix them by adding date.timezone = "America/Anchorage"; in your php.ini file, or if you don&#8217;t have access to that, you can add this to your own project: date_default_timezone_set('America/Chicago'); Use whatever timezone is appropriate for you, of course. The [...]]]></description>
			<content:encoded><![CDATA[<p>Snow Leopard now uses PHP 5.3, so there are new rules in the playing field.  You can fix them by adding</p>
<p><code>date.timezone = "America/Anchorage";</code></p>
<p>in your php.ini file, or if you don&#8217;t have access to that, you can add this to your own project:</p>
<p><code>date_default_timezone_set('America/Chicago'); </code></p>
<p>Use whatever timezone is appropriate for you, of course. The list is here: <a href="http://us3.php.net/manual/en/timezones.php">http://us3.php.net/manual/en/timezones.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/php-on-os-x-10-6-snow-leopard-throwing-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting a Mobile Phone &amp; Redirecting in PHP</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/07/uncategorized/detecting-a-mobile-phone-redirecting-in-php/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/07/uncategorized/detecting-a-mobile-phone-redirecting-in-php/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 18:26:59 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile web development]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/2009/07/uncategorized/detecting-a-mobile-phone-redirecting-in-php/</guid>
		<description><![CDATA[A nice article on that process here: http://mobiforge.com/developing/story/lightweight-device-detection-php]]></description>
			<content:encoded><![CDATA[<p>A nice article on that process here:<br />
<a href="http://mobiforge.com/developing/story/lightweight-device-detection-php">http://mobiforge.com/developing/story/lightweight-device-detection-php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/07/uncategorized/detecting-a-mobile-phone-redirecting-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 8.6 Installation Error on RHEL 5.3</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:52:27 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/</guid>
		<description><![CDATA[I got the following error when trying to install Plesk on a fresh installation of Red Hat Enterprise v5.3: ERROR: Unable to install the "psa-8.6.0-rhel5.build86080722.01.i586" package. The following could cause the installation failure: Packages "bind-libs-30:9.3.4-6.P1.el5.i386" and "bind-libs-30:9.3.4-10.P1.el5.i386" cannot be installed at the same time because of the conflict on the file "/usr/lib/libbind.so.4" So I ran [...]]]></description>
			<content:encoded><![CDATA[<p>I got the following error when trying to install Plesk on a fresh installation of Red Hat Enterprise v5.3:</p>
<pre>ERROR: Unable to install the "psa-8.6.0-rhel5.build86080722.01.i586" package.

The following could cause the installation failure:
Packages "bind-libs-30:9.3.4-6.P1.el5.i386" and "bind-libs-30:9.3.4-10.P1.el5.i386" cannot be installed at the same time
because of the conflict on the file "/usr/lib/libbind.so.4"</pre>
<p>So I ran
<pre>yum erase *libbind*</pre>
<p> and boom, it started installing.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official Safari 4 Beta from Apple</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/official-safari-4-beta-from-apple/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/official-safari-4-beta-from-apple/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 17:14:01 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/official-safari-4-beta-from-apple/</guid>
		<description><![CDATA[Run on over to Apple and get the über-cool new browser, with all the awesome WebKit features to date.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/safari/">Run on over to Apple</a> and get the über-cool new browser, with all the awesome WebKit features to date.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/official-safari-4-beta-from-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox 3.1b2</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/firefox-31b2/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/firefox-31b2/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:38:28 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=117</guid>
		<description><![CDATA[Check out the new FireFox&#8230; Adds a lot of new features from CSS3. Certainly a worthy upgrade.]]></description>
			<content:encoded><![CDATA[<p>Check out the <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">new FireFox</a>&#8230;  Adds a lot of new features from <abbr title="Cascading Style Sheets v3">CSS3</abbr>.  Certainly a worthy upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/02/uncategorized/firefox-31b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM Errors Out (MySQL Error 1064) After Installation</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/11/uncategorized/sugarcrm-errors-out-mysql-error-1064-after-installation/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/11/uncategorized/sugarcrm-errors-out-mysql-error-1064-after-installation/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 01:56:34 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SugarCRM]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=63</guid>
		<description><![CDATA[After a fresh installation of SugarCRM on a test CentOS 5 box, I received the following error with a blank white screen typical of a PHP or die() statement. Query Failed: AND users.id = '1'::MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [...]]]></description>
			<content:encoded><![CDATA[<p>After a fresh installation of SugarCRM on a test CentOS 5 box, I received the following error with a blank white screen typical of a PHP <code>or die()</code> statement.</p>
<pre>Query Failed: AND users.id = '1'::MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND users.id = '1'' at line 1</pre>
<p>To fix it, simply turn off PHP Safe Mode in the php.ini file that is usually located in the <code>/etc</code> directory.  Issue a <code>service httpd restart</code> and you should be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/11/uncategorized/sugarcrm-errors-out-mysql-error-1064-after-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change&#8230;</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/08/uncategorized/change/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/08/uncategorized/change/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 04:00:16 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=49</guid>
		<description><![CDATA[Well, it certainly is not pretty yet, but my blog is now more integrated with my site than before.  I was using K2 as my theme, and I wanted it integrated more into my site&#8217;s look and feel.  One step at a time as I have a few moments here and there&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Well, it certainly is not pretty yet, but my blog is now more integrated with my site than before.  I was using K2 as my theme, and I wanted it integrated more into my site&#8217;s look and feel.  One step at a time as I have a few moments here and there&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/08/uncategorized/change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy SysAdmin Appreciation Day</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/07/uncategorized/happy-sysadmin-appreciation-day/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/07/uncategorized/happy-sysadmin-appreciation-day/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:59:16 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=47</guid>
		<description><![CDATA[http://blog.opendns.com/2008/07/25/happy-sysadmin-appreciation-day/ Congratulations, Luke!]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.opendns.com/2008/07/25/happy-sysadmin-appreciation-day/" target="_blank">http://blog.opendns.com/2008/07/25/happy-sysadmin-appreciation-day/</a></p>
<p>Congratulations, <a title="Integrity Computer Service" href="http://www.incomservice.net" target="_blank">Luke</a>! <img src='http://scratchpad.farmsoftstudios.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/07/uncategorized/happy-sysadmin-appreciation-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Scratchpad Theme</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/04/uncategorized/new-scratchpad-theme/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/04/uncategorized/new-scratchpad-theme/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 20:41:06 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/04/13/uncategorized/new-scratchpad-theme/</guid>
		<description><![CDATA[I just upgraded to K2 as my theme.Â  I&#8217;m hoping to get the blog totally integrated into my site one of these days, but until then, K2 is really cool.Â  Check out the AJAX commenting system.]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to K2 as my theme.Â  I&#8217;m hoping to get the blog totally integrated into my site one of these days, but until then, K2 is really cool.Â  Check out the AJAX commenting system.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/04/uncategorized/new-scratchpad-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
