<?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; Elgg</title>
	<atom:link href="http://jlcoady.net/tag/elgg/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>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>Tip: Turn PHP output_buffering off when using Elgg</title>
		<link>http://jlcoady.net/tips/tip-turn-php-outputbuffering-elgg</link>
		<comments>http://jlcoady.net/tips/tip-turn-php-outputbuffering-elgg#comments</comments>
		<pubDate>Wed, 21 Jan 2009 06:10:18 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Elgg]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jlcoady.net/?p=76</guid>
		<description><![CDATA[I created a comment plugin for Elgg 1.2 with AJAX effects, but it wouldn&#8217;t load the return value from the form submission properly—it would load the entire dashboard page. For some reason Elgg was outputting the location http header causing a redirect. The solution? Set PHP&#8217;s output_buffering setting to &#8216;off&#8217;.
]]></description>
		<wfw:commentRss>http://jlcoady.net/tips/tip-turn-php-outputbuffering-elgg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
