<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>FarmSoft Studios Scratchpad</title>
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:09:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Apple&#8217;s Navigation Change</title>
		<description>You can sure tell where Apple's money is coming from, with all the real estate that they are giving the iPod, iPad, iPhone, and iTunes links in the header of their redesigned site. </description>
		<link>http://scratchpad.farmsoftstudios.com/2010/03/apple-computer/apples-navigation-change/</link>
			</item>
	<item>
		<title></title>
		<description>Remind me again why I need a Quad-Core Intel Xeon Mac Pro with 6 Gigs of RAM?  Oh, that's right, It's to run my Flash Applications online.  Thanks for the reminder. </description>
		<link>http://scratchpad.farmsoftstudios.com/2010/03/apple-computer/195/</link>
			</item>
	<item>
		<title>Use class with semantics in mind</title>
		<description>"Use class with semantics in mind."
via Use class with semantics in mind - Quality Web Tips. </description>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/use-class-with-semantics-in-mind/</link>
			</item>
	<item>
		<title>PHP on OS X 10.6 Snow Leopard throwing errors</title>
		<description>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'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, ...</description>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/uncategorized/php-on-os-x-10-6-snow-leopard-throwing-errors/</link>
			</item>
	<item>
		<title>Safari Web Inspector Scrolling Bugs</title>
		<description>If the inspector is open in docked mode, interaction within the webkit content window – typing text into an input, using a menu, selecting text – causes it to frantically scroll downwards.

via BogoJoker » Improving the Web Inspector.

...Glad I'm not the only one that noticed that behavior! </description>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/apple-computer/safari-web-inspector-scrolling-bugs/</link>
			</item>
	<item>
		<title>MySQL and Snow Leopard (Mac OS X, 10.6.x)</title>
		<description>After upgrading to Snow Leopard, the symlink was lost in /usr/local

cd /usr/local
sudo ln -s mysql-5.1.37-osx10.5-x86_64/ mysql
Simply run that in the Terminal, and you should be all set. </description>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/apple-computer/mysql-and-snow-leopard-mac-os-x-10-6-x/</link>
			</item>
	<item>
		<title>Google Waves Best Use Cases &#8211; Wave &#8211; Lifehacker</title>
		<description>Transportation: Controlling Air Traffic

James is a Traffic Management Coordinator at the Philadelphia International Airport Control Tower. He said:

My job is to reduce departure delays and to maintain an efficient flow of air traffic into and out of the Philadelphia International Airport. Currently we utilize a Google Spreadsheet to share real-time ...</description>
		<link>http://scratchpad.farmsoftstudios.com/2010/01/programming/google-waves-best-use-cases-wave-lifehacker/</link>
			</item>
	<item>
		<title>Filter Small Files from the &#8216;du&#8217; Command with Grep</title>
		<description>Ever wanted to filter out the files that were less than 1GB with the simple 'du' (disk usage) command?  Simple.  Add the -h flag and a little grep magic, and you're all set:
du -h &#124; grep '[0-9]G' </description>
		<link>http://scratchpad.farmsoftstudios.com/2009/08/linux/finding-large-files-with-the-du-command/</link>
			</item>
	<item>
		<title>Detecting a Mobile Phone &amp; Redirecting in PHP</title>
		<description>A nice article on that process here:
http://mobiforge.com/developing/story/lightweight-device-detection-php </description>
		<link>http://scratchpad.farmsoftstudios.com/2009/07/uncategorized/detecting-a-mobile-phone-redirecting-in-php/</link>
			</item>
	<item>
		<title>iPhone (OS 3.0) Camera Disappeared</title>
		<description>So you have your new iPhone®, sync it up to your corporate Exchange® server, and go on your merry way.  Later that day, you go to take a picture of that adorable pose your daughter is in.  "Ha!" you think, "The iPhone has a great camera for times ...</description>
		<link>http://scratchpad.farmsoftstudios.com/2009/07/apple-computer/iphone-os-3-0-camera-disappeared/</link>
			</item>
</channel>
</rss>
