<?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>CrySineWave &#187; WordScramble</title>
	<atom:link href="http://crysinewave.com/tag/wordscramble/feed/" rel="self" type="application/rss+xml" />
	<link>http://crysinewave.com</link>
	<description>Art Through Technology</description>
	<lastBuildDate>Mon, 07 Sep 2009 15:51:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shuffling Letters in PHP and How We Read</title>
		<link>http://crysinewave.com/2009/08/12/shuffling-letters-in-php-and-how-we-read/</link>
		<comments>http://crysinewave.com/2009/08/12/shuffling-letters-in-php-and-how-we-read/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:52:20 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordScramble]]></category>

		<guid isPermaLink="false">http://crysinewave.com/blog/?p=4</guid>
		<description><![CDATA[Today a tribute to the PHP function str_shuffle( ). 

This function can be used with the substr( ) function to do a variety of cool things (ie. generate random passwords, or account confirmation links).

'Aoccdrnig to rseearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are'

]]></description>
			<content:encoded><![CDATA[<p>Today a tribute to the PHP function str_shuffle( ) !</p>
<p>I could give tribute to PHP all day long,  so I decided to address one function at a time. <img src='http://crysinewave.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <span id="more-4"></span>This function will take a string and and jumble all the letters in it. So the output of:<br />
<code>$newstring = str_shuffle( "Hello Whats Up?" ); <br/>echo $newstring;</code><br/>Would be something like:<br />
os?U tpalHe lhsW</p>
<p>This function can be used with the substr( ) function to do a variety of cool things (ie. generate random passwords, or account confirmation links).<br />
<a href="http://www.php.net/manual/en/function.str-shuffle.php" target="_blank">See Other used for this function at php.net</a></p>
<p>Outside the topic of the everyday conventional uses of this function; I ran across an interesting post on php.net &#8211; Which I thought was very cool.</p>
<blockquote><p><strong>jojersztajner at OXYGEN dot POLAND<br />
16-Jun-2007 10:27</strong></p>
<p>Aoccdrnig to rseearch at an Elingsh uinervtisy, it deosn&#8217;t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is that the frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae we do not raed ervey lteter by it slef but the wrod as a wlohe.<br />
<a href="http://www.php.net/manual/en/function.str-shuffle.php#75796" target="_blank">Read jojersztajner post at php.net</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://crysinewave.com/2009/08/12/shuffling-letters-in-php-and-how-we-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
