<?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>Chewing The Cud &#187; Work</title>
	<atom:link href="http://jamesaimonetti.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesaimonetti.com</link>
	<description>email: &#60;?php base64_decode('amFtZXMuYWltb25ldHRpQGdtYWlsLmNvbQ=='); ?&#62;</description>
	<lastBuildDate>Tue, 27 Apr 2010 14:33:29 +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>Erlang and Webmachine</title>
		<link>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/</link>
		<comments>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:54:48 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=335</guid>
		<description><![CDATA[I&#8217;m currently working on a small startup project, for one to meet a need of some acquaintances, but more importantly to learn me some Erlang with regards to the web. While I&#8217;m further along than I actually expected to be, I thought I&#8217;d begin documenting the steps I&#8217;ve taken towards building this app. The current [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP, cURL, and POST</title>
		<link>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/</link>
		<comments>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:44:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=320</guid>
		<description><![CDATA[While working on a script today that had been working, I couldn&#8217;t for the life of me figure out why it was failing. It uses the PHP curl_* functions to make various requests and processes the results. Turns out when you send a POST body with the CURLOPT_POSTFIELDS and a value field begins with an [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Files To Subversion</title>
		<link>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/</link>
		<comments>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:20:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=315</guid>
		<description><![CDATA[Working with symfony, especially when adding to the schema and generating the model, form, and filter classes, it becomes tedious to add each of the new files to your subversion repository. Here&#8217;s a succinct line to add all un-versioned files to your repo: #!/bin/sh &#160; svn add `svn st &#124; grep ? &#124; head &#124; [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony/Propel Memory Issues</title>
		<link>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/</link>
		<comments>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:09:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=253</guid>
		<description><![CDATA[I have a bulk import process that needs running nightly. Currently there are around 4,200 &#8220;rows&#8221; to process, which actually can encompass many tables so row is not entirely appropriate. The problem is that the script poops out after ~200 &#8220;rows&#8221; with memory limit errors. While increasing the memory limit is do-able, I am not [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting a site to use Cachefly for static content</title>
		<link>http://jamesaimonetti.com/2009/02/24/cachefly-conversion/</link>
		<comments>http://jamesaimonetti.com/2009/02/24/cachefly-conversion/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:18:57 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=238</guid>
		<description><![CDATA[I recently needed to move static content from a live site to a cachefly account. Rather than go through the directories, looking for the resources (js/css/images) I needed to ftp, I thought, &#8220;Man, this sure sounds like it could be automated&#8221;. The first step was to collect a list of items that needed ftping to [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/02/24/cachefly-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Excel Spreadsheets Using PHP</title>
		<link>http://jamesaimonetti.com/2008/07/24/writing-excel-spreadsheets-using-php/</link>
		<comments>http://jamesaimonetti.com/2008/07/24/writing-excel-spreadsheets-using-php/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 19:44:22 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=200</guid>
		<description><![CDATA[When using the Spreadsheet_Excel_Writer library from the PEAR repository, I came across an issue I didn&#8217;t see handled in the docs (as of this writing, I am using Spreadsheet_Excel_Writer 0.9.1 beta) My application creates spreadsheets that contain order information. Part of each row is a list of up to 20 ISBNs and the quantities desired [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2008/07/24/writing-excel-spreadsheets-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcements</title>
		<link>http://jamesaimonetti.com/2008/04/28/announcements/</link>
		<comments>http://jamesaimonetti.com/2008/04/28/announcements/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 06:31:41 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[sicp]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=196</guid>
		<description><![CDATA[Thought I&#8217;d go ahead and announce, mainly to myself, that I will be working through SICP. The rub&#8230;doing it in Javascript. Seems as though most other languages are covered (I know Erlang is taken) and since I am doing an increasingly large amount of Javascript, coupled with the eventual prevalence of server-side Javascript, I figured [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2008/04/28/announcements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Wget</title>
		<link>http://jamesaimonetti.com/2008/04/10/more-wget/</link>
		<comments>http://jamesaimonetti.com/2008/04/10/more-wget/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 05:13:32 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=195</guid>
		<description><![CDATA[It&#8217;s hard to understate the usefulness and robust feature set that most of the GNU tools have in their arsenal. Today, I&#8217;ll make mention of one such tool, wget, and a novell use of the command. As I go through my work, I find that sites we agree to take over have little structure. They [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2008/04/10/more-wget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Walk the Walk</title>
		<link>http://jamesaimonetti.com/2008/04/02/walk-the-walk/</link>
		<comments>http://jamesaimonetti.com/2008/04/02/walk-the-walk/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 17:57:53 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/2008/04/02/walk-the-walk/</guid>
		<description><![CDATA[I&#8217;ve had the pleasure of working on the technology that powers iliveinspired.com and know that the founders, Rob and Chris, are working their butts off to make this a great service. Armed with not much more than inspiration and determination, they are taking their service to the world by foot. Their first foray into marching [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2008/04/02/walk-the-walk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL -&gt; CSV</title>
		<link>http://jamesaimonetti.com/2008/01/30/mysql-csv/</link>
		<comments>http://jamesaimonetti.com/2008/01/30/mysql-csv/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 19:33:48 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/2008/01/30/mysql-csv/</guid>
		<description><![CDATA[Always on the lookout for increases in efficiency, I love when I find a slick snippet of command line goodness that makes a hard sounding task simple and quick. I was tasked with creating an email list from a database and putting it into a csv format, and had only the command line to interface [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2008/01/30/mysql-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
