<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>WebLaCarte</title>
	<link>http://weblacarte.com</link>
	<description>Quality Web Development</description>
	<lastBuildDate>Fri, 26 Feb 2010 07:15:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Accessing Values by Referrence in a Foreach Loop</title>
		<description><![CDATA[Here&#8217;s a fun little trick. When looping over an array, you can access the values by reference. Instead of:

foreach &#40;$things as $i =&#62; $thing&#41;
&#123;
  $things&#91;$i&#93; = strtolower&#40;$thing&#41;;
&#125;

You can reference the values of the array:

foreach &#40;$things as &#38;$thing&#41;
&#123;
  $thing = strtolower&#40;$thing&#41;;
&#125;

It&#8217;s a small difference, but it comes in handy once in a while, especially [...]]]></description>
		<link>http://weblacarte.com/2010/02/accessing-values-by-referrence-in-a-foreach-loop/</link>
			</item>
	<item>
		<title>Serving Multiple WordPress Blogs from a Single Installation (Without WP MU)</title>
		<description><![CDATA[I&#8217;m serving multiple WordPress blogs on separate domains from a single installation, but without using WordPress MU (multi-user). Yes, I realize you can probably do everything I&#8217;ve done here by using WPMU. However, in my situation:

I had already installed 2 versions of WordPress and didn&#8217;t want to start all over.
I wanted to easily share plugins [...]]]></description>
		<link>http://weblacarte.com/2009/11/serving-multiple-wordpress-blogs-from-a-single-installation-without-wp-mu/</link>
			</item>
	<item>
		<title>Testing FeedWordPress Post Syndication</title>
		<description><![CDATA[I am planning to use Phillip Harrington dot com to post multiple topics. I also want these topics fed to other sites.

To that end I found the amazing FeedWordPress plugin, and so far I am magnificently happy with it. It does everything I dreamed and more. The software is brilliant. Use it and donate handsomely [...]]]></description>
		<link>http://weblacarte.com/2009/11/testing-feedwordpress-post-syndication/</link>
			</item>
</channel>
</rss>
