<?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>Ian P. Christian&#039;s Personal Blog &#187; symfony</title>
	<atom:link href="http://pookey.co.uk/wordpress/archives/category/symfony/feed" rel="self" type="application/rss+xml" />
	<link>http://pookey.co.uk/wordpress</link>
	<description>Random witterings from pookey</description>
	<lastBuildDate>Sun, 27 Jun 2010 23:10:03 +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>Using VERP with swiftmailer, symfony and exim</title>
		<link>http://pookey.co.uk/wordpress/archives/183-using-verp-with-swiftmailer-symfony-and-exim</link>
		<comments>http://pookey.co.uk/wordpress/archives/183-using-verp-with-swiftmailer-symfony-and-exim#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:31:12 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=183</guid>
		<description><![CDATA[VERP (http://en.wikipedia.org/wiki/Variable_envelope_return_path) provides a method for handling bounced emails. This is especially useful when it comes to figuring out which emails failed to get delivered from your application/mail outs. This post covers how I got this working in symfony using swiftmailer to send the mail, and exim to deliver bounces back into symfony. The concepts [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/183-using-verp-with-swiftmailer-symfony-and-exim/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Handling Uploaded file in symfony&#8217;s admin generator</title>
		<link>http://pookey.co.uk/wordpress/archives/178-uploading-file-symfony-admin-gen</link>
		<comments>http://pookey.co.uk/wordpress/archives/178-uploading-file-symfony-admin-gen#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:57:05 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=178</guid>
		<description><![CDATA[When a file is uploaded using sfForm in the admin generator, by default the filename that's used is a random string, which can look bad in URLs. If you want to change this, it's not immediately obvious how - but it is incredibly simple. I think this is perhaps just a badly documented feature; or [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/178-uploading-file-symfony-admin-gen/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Date/Time Range Selector Widget for Symfony</title>
		<link>http://pookey.co.uk/wordpress/archives/170-datetime-range-selector-widget-for-symfony</link>
		<comments>http://pookey.co.uk/wordpress/archives/170-datetime-range-selector-widget-for-symfony#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:01:23 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=170</guid>
		<description><![CDATA[I needed to create a date/time widget for use in an sfForm in a symfony project I was working on, and unfortunately there's not currently a widget that I could find to allow this. In this post I show how I solved this problem, creating a widget for selecting a date range, using the jquery [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/170-datetime-range-selector-widget-for-symfony/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Timico OSS Site Launched, Containing Symfony Plugins</title>
		<link>http://pookey.co.uk/wordpress/archives/94-timico-oss-site-launched-containing-symfony-plugins</link>
		<comments>http://pookey.co.uk/wordpress/archives/94-timico-oss-site-launched-containing-symfony-plugins#comments</comments>
		<pubDate>Mon, 04 Jan 2010 16:33:13 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=94</guid>
		<description><![CDATA[I've launched http://oss.timico.net/ - which is an open source site for Timico. I've added a couple of plugins for symfony already. http://oss.timico.net/svn/oss/symfony/TimicoMarkdownExtraPlugin/ - Includes Markdown Extra and a helper http://oss.timico.net/svn/oss/symfony/TimicoSwfChartPlugin/ - A helper for SWF Charts http://oss.timico.net/svn/oss/symfony/TimicoWikiPlugin/ - A wiki plugin allowing for custom storage backends (doctrine/propel/xml etc) and swappable renderers. This plugin is very [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/94-timico-oss-site-launched-containing-symfony-plugins/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extending sfFileCache with Hashed Directory support</title>
		<link>http://pookey.co.uk/wordpress/archives/92-extending-sffilecache-with-hashed-directory-support</link>
		<comments>http://pookey.co.uk/wordpress/archives/92-extending-sffilecache-with-hashed-directory-support#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:29:23 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=92</guid>
		<description><![CDATA[Unfortunately, sfFileCache doesn't scale well on certain file systems as it puts all of it's cached files in one location. This simple class adds support for hashing the directory name based on a the name of the item being cached. It wasn't worth a plugin, so I'm pasting it here. &#60;?php &#160; class sfHashedDirectoryFileCache extends [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/92-extending-sffilecache-with-hashed-directory-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending multipart email from a Task in symfony 1.4</title>
		<link>http://pookey.co.uk/wordpress/archives/91-sending-multipart-email-from-a-task-in-symfony-1-4</link>
		<comments>http://pookey.co.uk/wordpress/archives/91-sending-multipart-email-from-a-task-in-symfony-1-4#comments</comments>
		<pubDate>Tue, 15 Dec 2009 11:19:38 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=91</guid>
		<description><![CDATA[I recently needed to send the result of an action in symfony via email daily. E-mail has changed slightly in symfony 1.3/1.4 - here's how I did it. I really don't like my solution at all, the use of get_partial() from within a Task seems very wrong to me - but I'm in a rush [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/91-sending-multipart-email-from-a-task-in-symfony-1-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded forms using Javascript with sfForm</title>
		<link>http://pookey.co.uk/wordpress/archives/90-embedded-forms-using-javascript-with-sfform</link>
		<comments>http://pookey.co.uk/wordpress/archives/90-embedded-forms-using-javascript-with-sfform#comments</comments>
		<pubDate>Thu, 12 Nov 2009 09:35:43 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=90</guid>
		<description><![CDATA[I wanted to create a form that allowed me to dynamically add sub-forms via JS, without round-trips to the server. I had a bit of a google, but failed to find much of use - so I wrote my own. This article contains my code for a proof of concept, and a brief description of [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/90-embedded-forms-using-javascript-with-sfform/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sfServiceDefinition &#8211; a brief introduction</title>
		<link>http://pookey.co.uk/wordpress/archives/83-sfservicedefinition-a-brief-introduction</link>
		<comments>http://pookey.co.uk/wordpress/archives/83-sfservicedefinition-a-brief-introduction#comments</comments>
		<pubDate>Tue, 31 Mar 2009 14:21:58 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=83</guid>
		<description><![CDATA[Fabien has already introduced the symfony service container, and will be shortly releasing a post covering more of it. I was keen to get my hands dirty, so I've dived into the code and got a quick example working. This example is perhaps a bit useless in terms of functionality, but I think it does [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/83-sfservicedefinition-a-brief-introduction/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>YAML in PHP &#8211; fun with sfYaml</title>
		<link>http://pookey.co.uk/wordpress/archives/81-yaml-in-php-fun-with-sfyaml</link>
		<comments>http://pookey.co.uk/wordpress/archives/81-yaml-in-php-fun-with-sfyaml#comments</comments>
		<pubDate>Mon, 30 Mar 2009 19:14:49 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=81</guid>
		<description><![CDATA[In a recent post about Symfony components - Fabien wrote about how the Symfony project (yes, that's right - a capital S now!) will be releasing more and more components. In this post I introduce sfYaml, a YAML parser for PHP - building on my previous blog post about routing. Our goal within this post [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/81-yaml-in-php-fun-with-sfyaml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with symfony routing &#8211; without symfony</title>
		<link>http://pookey.co.uk/wordpress/archives/80-playing-with-symfony-routing-without-symfony</link>
		<comments>http://pookey.co.uk/wordpress/archives/80-playing-with-symfony-routing-without-symfony#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:32:43 +0000</pubDate>
		<dc:creator>pookey</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://pookey.co.uk/wordpress/?p=80</guid>
		<description><![CDATA[symfony 1.2 was quite an improvement over 1.0, one of the most important changes was improved decoupling between components. In this article we're going to put this to the test and have some fun with sfRouting. Before touching symfony code, I will quickly demonstrate how to use .htaccess to redirect all requests thought your Front [...]]]></description>
		<wfw:commentRss>http://pookey.co.uk/wordpress/archives/80-playing-with-symfony-routing-without-symfony/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
