<?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>JLCoady.net &#187; Symfony</title>
	<atom:link href="http://jlcoady.net/tag/symfony/feed" rel="self" type="application/rss+xml" />
	<link>http://jlcoady.net</link>
	<description></description>
	<lastBuildDate>Mon, 23 Mar 2009 18:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to remove the meta name=title element from Symfony 1.2 pages</title>
		<link>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages</link>
		<comments>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:42:13 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=80</guid>
		<description><![CDATA[Note: If you are using Symfony 1.0, follow these instructions instead.
A commenter from my prior post on this subject noted that those instructions only worked for Symfony 1.0 so I have updated the instructions to work for Symfony 1.2 (the current release as of this writing).
1. In your app’s lib dir, create a file named [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/how-to-remove-the-meta-nametitle-element-from-symfony-12-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Continuous Integration Server with Symfony and Hudson</title>
		<link>http://jlcoady.net/symfony/basic-continuous-integration-server-with-symfony-and-hudson</link>
		<comments>http://jlcoady.net/symfony/basic-continuous-integration-server-with-symfony-and-hudson#comments</comments>
		<pubDate>Sun, 01 Feb 2009 12:55:06 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Hudson]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=112</guid>
		<description><![CDATA[This is the absolute minimal setup I was able to find to get a continuous integration server running for Symfony that would report a failed build if any of the project&#8217;s unit tests failed. I tried a couple different CI servers and Hudson seemed to be the best mix of easy to install, configure, and [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/basic-continuous-integration-server-with-symfony-and-hudson/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to run a Symfony site without the .htaccess file</title>
		<link>http://jlcoady.net/symfony/how-to-run-a-symfony-site-without-the-htaccess-file</link>
		<comments>http://jlcoady.net/symfony/how-to-run-a-symfony-site-without-the-htaccess-file#comments</comments>
		<pubDate>Thu, 29 Jan 2009 04:43:42 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=95</guid>
		<description><![CDATA[I recently wrote a tip about how to overcome issues when working with mod_rewrite, PHP_SELF, and configuration settings within the main server or virtual host context as is recommended in the Apache documentation on Per-directory Rewrites (scroll down to the notes). This post will explain the specific changes needed to do this for the Symfony [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/how-to-run-a-symfony-site-without-the-htaccess-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: Use PHP_SELF and mod_rewrite without using .htaccess</title>
		<link>http://jlcoady.net/tips/tip-use-php_self-and-mod_rewrite-without-using-htaccess</link>
		<comments>http://jlcoady.net/tips/tip-use-php_self-and-mod_rewrite-without-using-htaccess#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:07:39 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Elgg]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=78</guid>
		<description><![CDATA[Want to use your favorite PHP framework without it&#8217;s .htaccess file by moving those settings into your httpd.conf but it&#8217;s not quite working out? This is probably because some of those settings in the .htaccess file are rewrites and the PHP framework you are using uses a front controller that relies on the PHP_SELF server [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/tips/tip-use-php_self-and-mod_rewrite-without-using-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the meta name=title element from Symfony pages</title>
		<link>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages</link>
		<comments>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:52:49 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=60</guid>
		<description><![CDATA[Note: If you are using Symfony 1.2, follow these instructions instead.
I came across a slight problem with how the Symfony framework outputs title tag data: it outputs it both to the title element as well as to the meta element with name=&#8221;title&#8221;. This duplicated data is not optimal and may be considered &#8220;spammy&#8221;.
In looking to [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/remove-meta-name-title-symfony-pages/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Customizing a Symfony layout with property settings via slots</title>
		<link>http://jlcoady.net/symfony/customizing-symfony-layout-property-settings-slots</link>
		<comments>http://jlcoady.net/symfony/customizing-symfony-layout-property-settings-slots#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:03:27 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=31</guid>
		<description><![CDATA[Ever wanted to have a layout in Symfony that allowed a template to pass it information about what to display in a more structured manner than slots allow? Well, here&#8217;s how to do it. You still need to use slots to avoid the caching issues described in http://trac.symfony-project.org/wiki/Symfony11LayoutUpgrade, but it is pretty easy to do [...]]]></description>
		<wfw:commentRss>http://jlcoady.net/symfony/customizing-symfony-layout-property-settings-slots/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
