<?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>ourlil.com &#187; PHP</title>
	<atom:link href="http://OurLil.com/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://OurLil.com</link>
	<description>A web site for tutti noi (all of us!)</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>UMW Blogs support videos for WPMu 2.6</title>
		<link>http://OurLil.com/blog/umw-blogs-support-videos-for-wpmu-26/178/</link>
		<comments>http://OurLil.com/blog/umw-blogs-support-videos-for-wpmu-26/178/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 22:13:29 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[WordPressMU]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[guru]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/08/08/umw-blogs-support-videos-for-wpmu-26/</guid>
		<description><![CDATA[Jim Groom, who administers the UMW group of WordPressMU blogs has placed a whole slew of videos online, which help users with WPMU, as well as migrate from WPMU-1.3.3 to WPMU-2.6. The inimitable Andy Rush (a.k.a. EduRush) and I have been working diligently to create a whole slew of screencasts documenting the new interface for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jimgroom.umwblogs.org/"><img src="http://umwblogs.org/wp-content/avatars/1.jpg" alt="Jim Groom" align="right" border="0" height="80" hspace="10" vspace="10" width="63" /></a></p>
<p>Jim Groom, who administers the UMW group of WordPressMU blogs has placed a whole slew of videos online, which help users with WPMU, as well as migrate from WPMU-1.3.3 to WPMU-2.6.</p>
<blockquote><p><a href="http://screencasts.umwblogs.org/"><img src="http://farm4.static.flickr.com/3187/2744260530_74deb5c838.jpg" alt="Click on image to view site" align="right" height="231" width="260" /></a></p>
<p>The inimitable <a href="http://andherush.andyrush.net/">Andy Rush</a> (a.k.a. <a href="http://cogdogblog.com/2008/06/04/edurush/">EduRush</a>) and I have been working diligently to create a whole slew of screencasts documenting the new interface for WPMu 2.6. Weâ€™ve finished a whole bunch of them over the last week or so and published them on the now official <a href="http://screencasts.umwblogs.org/">UMW Blogs Screencasts site</a>, so below is a list of the screencasts we have created. All of the screencasts are Creative Commons and while theyâ€™re currently published as SWF files, we will be uploading them all to Blip shortly. Keep in mind that these screencasts are specific to the <a href="http://umwblogs.org/">UMW Blogs</a> installation, but they still may prove useful for anyone who wants to point people to a quick overview of the administrative backend, the changes between versions WPMu 1.3.3 and 2.6, and a very tab-specific discussion of the how to manage a WordPress blog.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/umw-blogs-support-videos-for-wpmu-26/178/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Javascript Ajax &#8211; urlencode rawurlencode encodeURI encodeURIComponent urldecode rawurldecode decodeURI decodeURIComponent</title>
		<link>http://OurLil.com/blog/php-javascript-ajax-urlencode-rawurlencode-encodeuri-encodeuricomponent-urldecode-rawurldecode-decodeuri-decodeuricomponent/42/</link>
		<comments>http://OurLil.com/blog/php-javascript-ajax-urlencode-rawurlencode-encodeuri-encodeuricomponent-urldecode-rawurldecode-decodeuri-decodeuricomponent/42/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 15:59:44 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/php-javascript-ajax-urlencode-rawurlencode-encodeuri-encodeuricomponent-urldecode-rawurldecode-decodeuri-decodeuricomponent/</guid>
		<description><![CDATA[This is a nifty set of PHP functions which add encodeURIComponent, and other JavaScript-esque functions to PHP applications. PHP Javascript Ajax &#8211; urlencode rawurlencode encodeURI encodeURIComponent urldecode rawurldecode decodeURI decodeURIComponent]]></description>
			<content:encoded><![CDATA[<p>This is a nifty set of PHP functions which add encodeURIComponent, and other JavaScript-esque functions to PHP applications.</p>
<p><a href="http://www.captain.at/howto-php-urlencode-javascript-decodeURIComponent.php">PHP Javascript Ajax &#8211; urlencode rawurlencode encodeURI encodeURIComponent urldecode rawurldecode decodeURI decodeURIComponent</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/php-javascript-ajax-urlencode-rawurlencode-encodeuri-encodeuricomponent-urldecode-rawurldecode-decodeuri-decodeuricomponent/42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
