<?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>VerySimple</title>
	<atom:link href="http://www.verysimple.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.verysimple.com/blog</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Fri, 05 Mar 2010 06:41:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP behaves erratically when writing to files</title>
		<link>http://www.verysimple.com/blog/2010/03/05/php-behaves-erratically-when-writing-to-files/</link>
		<comments>http://www.verysimple.com/blog/2010/03/05/php-behaves-erratically-when-writing-to-files/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 06:41:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=502</guid>
		<description><![CDATA[This is such a dumb error  but I wanted to write it in case anybody else becomes mystified if a stable PHP application starts suddenly behaving erratically when writing to files.
The cause of this weird behavior could be that your server&#8217;s hard drive has run out of free space.   To check your server&#8217;s drive space ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2010/03/05/php-behaves-erratically-when-writing-to-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PDT Plugin in FlexBuilder 3</title>
		<link>http://www.verysimple.com/blog/2010/02/18/install-pdt-plugin-in-flexbuilder-3/</link>
		<comments>http://www.verysimple.com/blog/2010/02/18/install-pdt-plugin-in-flexbuilder-3/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 00:26:10 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=495</guid>
		<description><![CDATA[Installing PDT (PHP Development Tools) Plugin for FlexBuilder allows you to work with PHP projects within the FlexBuilder environment.  This is useful if you are using AMFPHP, WebORB for PHP or some other PHP-based remote server.  There are similar instructions posted elsewhere, however I found that they have become outdated.  Because FlexBuilder 3 is based ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2010/02/18/install-pdt-plugin-in-flexbuilder-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sqlite lpad and rpad functionality</title>
		<link>http://www.verysimple.com/blog/2010/01/12/sqlite-lpad-rpad-function/</link>
		<comments>http://www.verysimple.com/blog/2010/01/12/sqlite-lpad-rpad-function/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:23:30 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=483</guid>
		<description><![CDATA[sqlite is missing several basic database features compared to typical SQL servers and unfortunately padding is one of them.  For a most situations though, you can use a simple hack to get the same functionality.   This trick uses a combination of concatenation and substr:

-- the statement below is almost the same as
-- select lpad(mycolumn,'0',10) from ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2010/01/12/sqlite-lpad-rpad-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flex Formatter Plugin</title>
		<link>http://www.verysimple.com/blog/2010/01/12/installing-flex-formatter-plugin/</link>
		<comments>http://www.verysimple.com/blog/2010/01/12/installing-flex-formatter-plugin/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:00:06 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=474</guid>
		<description><![CDATA[If you like your code clean and with proper doc block comments, Flex Formatter is a handy plugin for Flex Builder 3.   The plugin installs in Eclipse by simply dragging the files into the plugin directory, however with Flex Builder you can install from a remote install site hosted on the google code site.
To ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2010/01/12/installing-flex-formatter-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex: All your dates are belong to us</title>
		<link>http://www.verysimple.com/blog/2010/01/12/flex-all-your-dates-are-belong-to-us/</link>
		<comments>http://www.verysimple.com/blog/2010/01/12/flex-all-your-dates-are-belong-to-us/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:37:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=460</guid>
		<description><![CDATA[I feel like I&#8217;m constantly ranting about Flex&#8217;s implementation of Dates.  This week I just discovered a new &#8220;feature&#8221; that is even more annoying to me.
Without going over it all again, Flex dates are timezone aware and the UTC offset is automatically calculated for you.  The problem is that you are locked into displaying the ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2010/01/12/flex-all-your-dates-are-belong-to-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIR 2 &#8211; Adobe Has Removed the Training Wheels</title>
		<link>http://www.verysimple.com/blog/2009/11/17/air-2-adobe-has-removed-the-training-wheels/</link>
		<comments>http://www.verysimple.com/blog/2009/11/17/air-2-adobe-has-removed-the-training-wheels/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 04:33:43 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=438</guid>
		<description><![CDATA[I was very excited to read Adobe&#8217;s beta release notes about AIR 2.  AIR gives developers a very easy way to develop good looking, cross-platform applications.  The problem is that, in order to ensure all applications are cross-platform, Adobe was very stingy about how much you can reach out and interact with the underlying OS.
Those ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2009/11/17/air-2-adobe-has-removed-the-training-wheels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confusing TimeZone Offset Functionality in Flex</title>
		<link>http://www.verysimple.com/blog/2009/11/16/confusing-timezone-offset-functionality-in-flex/</link>
		<comments>http://www.verysimple.com/blog/2009/11/16/confusing-timezone-offset-functionality-in-flex/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:26:44 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=427</guid>
		<description><![CDATA[The timezone functionality in Flex (as of SDK 3.4.1) makes me wonder if this is the person who designed this behavior.  It&#8217;s clear that the functionality was designed to magically handle the difficult subject of timezone and I appreciate that.  The problem is that, athough Flex goes through the trouble of calculating the UTC time ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2009/11/16/confusing-timezone-offset-functionality-in-flex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing LAMP stack on OSX 10.6 Snow Leopard</title>
		<link>http://www.verysimple.com/blog/2009/09/18/installing-lamp-stack-on-osx-10-6-snow-leopard/</link>
		<comments>http://www.verysimple.com/blog/2009/09/18/installing-lamp-stack-on-osx-10-6-snow-leopard/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:55:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=414</guid>
		<description><![CDATA[I&#8217;m setting up a new machine and found a great tutorial written by Josh Lockhart on getting a PHP web development environment up and running on Snow Leopard.  This goes through almost everything to be up and running for a typical LAMP stack with unit testing using all of the default services.
Josh&#8217;s instructions include everything ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2009/09/18/installing-lamp-stack-on-osx-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PHP Fatal error: Allowed memory exhausted</title>
		<link>http://www.verysimple.com/blog/2009/09/16/php-fatal-error-allowed-memory-exhausted/</link>
		<comments>http://www.verysimple.com/blog/2009/09/16/php-fatal-error-allowed-memory-exhausted/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 02:45:54 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=409</guid>
		<description><![CDATA[One of our sync servers started throwing a &#8220;Fatal error: Allowed memory size of 16777216 bytes exhausted&#8221; when dealing with some large data sets.  We easily fixed it by bumping up the php.ini memory_limit setting.
It seems that the default 16Mb was a pretty low setting and it was probably inevitable that it would need to ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2009/09/16/php-fatal-error-allowed-memory-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iChat Auto-Accept Text Invitation</title>
		<link>http://www.verysimple.com/blog/2009/08/29/ichat-auto-accept-text-invitation/</link>
		<comments>http://www.verysimple.com/blog/2009/08/29/ichat-auto-accept-text-invitation/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:53:23 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=403</guid>
		<description><![CDATA[I really like using iChat for IM but one thing that is a minor annoyance is having to click the &#8220;Accept&#8221; button when you receive a text invitation from an AIM account.  My preferred solution is to use Chax which offers a lot of other functions including chat logging.  However if you don&#8217;t want any ]]></description>
		<wfw:commentRss>http://www.verysimple.com/blog/2009/08/29/ichat-auto-accept-text-invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
