<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>CodeBlink.com</title>
	
	<link>http://www.codeblink.com</link>
	<description>Open Source Projects, Code, Rants, and other miscellany</description>
	<lastBuildDate>Thu, 10 Jun 2010 04:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/codeblink" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="codeblink" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Make your own Google Buzz feed widget with HTML and JavaScript</title>
		<link>http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/</link>
		<comments>http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/#comments</comments>
		<pubDate>Sat, 29 May 2010 14:38:32 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[buzzes]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html entities]]></category>
		<category><![CDATA[innerhtml]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[little buzz]]></category>
		<category><![CDATA[object content]]></category>
		<category><![CDATA[response data]]></category>
		<category><![CDATA[verbs]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=395</guid>
		<description><![CDATA[The Google Buzz API was released in Labs recently and I felt like distracting myself with some fun. In a matter of 2 hours I had my own little Buzz feed widget going. Here's the code I'm currently testing with: 123456789101112131415161718192021222324&#60;h2&#62;My Buzz Feed&#60;/h2&#62; &#60;ul id=&#34;content&#34;&#62;&#60;/ul&#62; &#60;script type=&#34;text/javascript&#34;&#62; function handleResponse(response) { &#160; &#160; &#160; &#160; for [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
<li><a href='http://www.codeblink.com/2010/02/google-buzz-social-media-icons/' rel='bookmark' title='Permanent Link: Google Buzz Social Media Icons'>Google Buzz Social Media Icons</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://code.google.com/apis/buzz/" target="_blank">Google Buzz API</a> was released in <a href="https://code.google.com/labs/" target="_blank">Labs</a> recently and I felt like distracting myself with some fun. In a matter of 2 hours I had my own little Buzz feed widget going. Here's the code I'm currently testing with:</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>My Buzz Feed<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;content&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span><br />
function handleResponse(response) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; for (var i = 0; i <span style="color: #009900;">&lt; response.<span style="color: #000066;">data</span>.items.length; i++<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; var item <span style="color: #66cc66;">=</span> response.<span style="color: #000066;">data</span>.items<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if <span style="color: #66cc66;">&#40;</span>item.verbs<span style="color: #66cc66;">==</span><span style="color: #ff0000;">'post'</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var verbed <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'posted'</span>;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #66cc66;">&#125;</span> else if <span style="color: #66cc66;">&#40;</span>item.verbs<span style="color: #66cc66;">==</span><span style="color: #ff0000;">'share'</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var verbed <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'shared'</span>;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #66cc66;">&#125;</span> else <span style="color: #66cc66;">&#123;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var verbed <span style="color: #66cc66;">=</span> item.verbs;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #66cc66;">&#125;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;document.getElementById<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;content&quot;</span><span style="color: #66cc66;">&#41;</span>.innerHTML +<span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'&lt;li&gt;</span></span>';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (item.actor.profileUrl) document.getElementById(&quot;content&quot;).innerHTML += '<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;' + item.actor.profileUrl + '&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">' + item.actor.thumbnailUrl + '</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Jason Rundell profile picture&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span>';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; document.getElementById(&quot;content&quot;).innerHTML += '<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.codeblink.com/images/buzz.png&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Buzz icon&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> On ' + item.updated.substring(0,10) + ', I ' + verbed + ':<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span>';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (item.object.content) document.getElementById(&quot;content&quot;).innerHTML += item.object.content;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (item.object.attachments <span style="color: #ddbb00;">&amp;&amp; item.object.attachments[0].links.preview) document.getElementById(&quot;content&quot;).innerHTML += '&lt;br /&gt;&lt;img src=' + item.object.attachments[0].links.preview[0].href + ' alt=&quot;' + item.object.attachments[0].type + '&quot; /&gt;';</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;https://www.googleapis.com/buzz/v1/activities/jasonrundell/@public?alt=json&amp;callback=handleResponse&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;</span></div></td></tr></tbody></table></div>
<p><strong>View the working demo <a href="http://www.codeblink.com/jasonrundell-google-buzz-widget-demo.html" target="_blank">HERE</a>.</strong></p>
<p>Just make sure to change '/jasonrundell/' on line 23 with '/[your buzz name]' and you'll have a widget that will display your public Buzzes on any page.</p>
<p>Aside from the several object properties I'm using in this example widget, there are many more available to you to use and manipulate. Let me know what you come up with ;)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F05%2Fmake-your-own-google-buzz-feed-widget-with-html-and-javascript%2F&amp;linkname=Make%20your%20own%20Google%20Buzz%20feed%20widget%20with%20HTML%20and%20JavaScript"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
<li><a href='http://www.codeblink.com/2010/02/google-buzz-social-media-icons/' rel='bookmark' title='Permanent Link: Google Buzz Social Media Icons'>Google Buzz Social Media Icons</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ilUkw63bXpQ:t8TR-1kj70k:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ilUkw63bXpQ:t8TR-1kj70k:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ilUkw63bXpQ:t8TR-1kj70k:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ilUkw63bXpQ:t8TR-1kj70k:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ilUkw63bXpQ:t8TR-1kj70k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ilUkw63bXpQ:t8TR-1kj70k:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Copy and Paste Development with Google Web Elements</title>
		<link>http://www.codeblink.com/2010/05/copy-and-paste-development-with-google-web-elements/</link>
		<comments>http://www.codeblink.com/2010/05/copy-and-paste-development-with-google-web-elements/#comments</comments>
		<pubDate>Thu, 20 May 2010 05:23:11 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[codeblink]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=390</guid>
		<description><![CDATA[I half watched and half listened to the  the Day 1 keynote videos of Google I/O today and among the plethora of new and exciting features discussed was Google Web Elements. Most of us have already used the copy and paste embed code for Google Maps and YouTube, but I think we should start paying more f [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' rel='bookmark' title='Permanent Link: How to get thumbnails of YouTube Videos!'>How to get thumbnails of YouTube Videos!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I half watched and half listened to the  the Day 1 keynote videos of <a href="http://code.google.com/events/io/2010/" target="_blank">Google I/O</a> today and among the plethora of new and exciting features discussed was <a href="http://www.google.com/webelements/" target="_blank">Google Web Elements</a>.</p>
<p><a href="http://www.google.com/webelements/"><img class="alignnone size-full wp-image-391" title="Google Web Elements" src="http://www.codeblink.com/wp-content/uploads/webelements.jpg" alt="" width="597" height="397" /></a></p>
<p>Most of us have already used the copy and paste embed code for Google Maps and YouTube, but I think we should start paying more f attention to the other web elements listed currently on the Google web elements site. How can we best utlize them? The Checkout and Wave (now that Wave is public) elements look especially interesting to me.</p>
<p>Do you have projects that could use some Googleizing?</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/mbVVDDu8f9k&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mbVVDDu8f9k&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F05%2Fcopy-and-paste-development-with-google-web-elements%2F&amp;linkname=Copy%20and%20Paste%20Development%20with%20Google%20Web%20Elements"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' rel='bookmark' title='Permanent Link: How to get thumbnails of YouTube Videos!'>How to get thumbnails of YouTube Videos!</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=wKjseHcOh8Y:c-Y7tZ5Z4RU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=wKjseHcOh8Y:c-Y7tZ5Z4RU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=wKjseHcOh8Y:c-Y7tZ5Z4RU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=wKjseHcOh8Y:c-Y7tZ5Z4RU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=wKjseHcOh8Y:c-Y7tZ5Z4RU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=wKjseHcOh8Y:c-Y7tZ5Z4RU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/05/copy-and-paste-development-with-google-web-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trololo Cat Tweet by Felicia Day and Chrishenanigans</title>
		<link>http://www.codeblink.com/2010/03/trololo-cat-tweet-by-felicia-day-and-chrishenanigans/</link>
		<comments>http://www.codeblink.com/2010/03/trololo-cat-tweet-by-felicia-day-and-chrishenanigans/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 19:17:20 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[felicia]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[trololo]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=386</guid>
		<description><![CDATA[Cudos to @Chrishenanigans and @feliciaday for sharing the Trololo Cat YouTube video. I was almost in tears at work when I watched this vid! Related posts:How to get thumbnails of YouTube Videos!


Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' rel='bookmark' title='Permanent Link: How to get thumbnails of YouTube Videos!'>How to get thumbnails of YouTube Videos!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Cudos to <a href="http://twitter.com/Chrishenanigans" target="_blank">@Chrishenanigans</a> and <a href="http://twitter.com/feliciaday" target="_blank">@feliciaday</a> for sharing the Trololo Cat YouTube video. I was almost in tears at work when I watched this vid!</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/NdoHHK27RMM&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NdoHHK27RMM&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F03%2Ftrololo-cat-tweet-by-felicia-day-and-chrishenanigans%2F&amp;linkname=Trololo%20Cat%20Tweet%20by%20Felicia%20Day%20and%20Chrishenanigans"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' rel='bookmark' title='Permanent Link: How to get thumbnails of YouTube Videos!'>How to get thumbnails of YouTube Videos!</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=xGc0uGsHGFk:6YN01zf4E1M:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=xGc0uGsHGFk:6YN01zf4E1M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=xGc0uGsHGFk:6YN01zf4E1M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=xGc0uGsHGFk:6YN01zf4E1M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=xGc0uGsHGFk:6YN01zf4E1M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=xGc0uGsHGFk:6YN01zf4E1M:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/03/trololo-cat-tweet-by-felicia-day-and-chrishenanigans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sanyo Xacti VPC-CS1</title>
		<link>http://www.codeblink.com/2010/03/sanyo-xacti-vpc-cs1/</link>
		<comments>http://www.codeblink.com/2010/03/sanyo-xacti-vpc-cs1/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 23:00:33 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Gizmos and Gadgets]]></category>
		<category><![CDATA[bandh]]></category>
		<category><![CDATA[camcorder]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[cs1]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sanyo]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videocamera]]></category>
		<category><![CDATA[vpc]]></category>
		<category><![CDATA[vpc-cs1]]></category>
		<category><![CDATA[xacti]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=362</guid>
		<description><![CDATA[Just look at this sexy machine! Click the image for full specs and more screenshots. And here's some specs: Full HD 1080 60i HD Video (1920x1080) (note that it's 60i and not true 1080p) 8 Megapixel Photos (3MP effective CCD) 10x Advanced Optical Zoom (video) 9x Optical Zoom (photos) 2.7 - inch LCD Display Exclusive [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Just look at this sexy machine!</p>
<p><a href="http://us.sanyo.com/Dual-Cameras/VPC-CS1-Full-HD-1080-Video-and-8MP-Digital-Photos-with-10x-Advanced-Optical-Zoom"><img class="alignnone size-full wp-image-363" title="The Sanyo Xacti VPC-CS1" src="http://www.codeblink.com/wp-content/uploads/sanyo_vpc-cs1.jpg" alt="A front and back view of the sanyo xacti vpc-cs1" width="536" height="303" /></a></p>
<p>Click the image for full specs and more screenshots.</p>
<p>And here's some specs:</p>
<ul>
<li>Full HD 1080 60i HD Video (1920x1080) <em>(note that it's 60i and not true 1080p)</em></li>
<li>8 Megapixel Photos <em>(3MP effective CCD)</em></li>
<li>10x Advanced Optical Zoom (video)</li>
<li>9x Optical Zoom (photos)</li>
<li>2.7 - inch LCD Display</li>
<li>Exclusive Sound Zoom Audio Recording Mode</li>
<li>High Speed Sequential Shooting</li>
<li>Video and Photo Image Stabilizer</li>
<li>Video and Photo Face Detection</li>
<li>Object Chaser</li>
<li>38mm Angle of View</li>
<li>Mini HDMI Output</li>
<li>SDXC Memory Compatibility (over 64GB SD cards)</li>
<li>MPEG-4 AVC/H.264 Movie Recording Format</li>
</ul>
<p>My wonderful girlfriend, <a title="Donna Vitan's web site" href="http://donnavitan.com" target="_blank">Donna</a>, bought this as an early birthday present for me. She's so rad. I can't wait to try this VPC-CS1 out and start creating some interesting content for the blog Donna and I will be running together about our travels and experiences in Australia.</p>
<p>What initially turned me onto the CS1 was a <a href="http://www.twit.tv/dgw1042" target="_blank">review on the GizWiz episode 1042</a> via the TWiT Netcast Network (I love TWiT!). I started Googling for all of the CS1 info I could find and found a <a href="http://www.random-good-stuff.com/2010/03/03/review-testing-the-sanyo-vpc-cs1/" target="_blank">great little review</a> by <a href="http://www.random-good-stuff.com/" target="_blank">RGS (Random-Good-Stuff.com)</a>. After that, all I could think of was having this bad boy camcorder for my own use! Donna and I even managed to get <a href="http://twitter.com/seanward" target="_blank">Sean Ward</a> of <a href="http://www.seanward.net/" target="_blank">SeanWard.net</a> and <a href="http://www.seanwardsuperparty.com/" target="_blank">SeanWardSuperParty.com</a> excited (<a href="http://twitter.com/seanward/status/10746321461" target="_blank">twitterpated</a>) about the VPC-CS1, enough to <a href="http://www.seanward.net/3046-i-want-this-sanyo-camera-so-bad/" target="_blank">blog about it!</a></p>
<p>After calling Sanyo Canada, Henry's, and BestBuy Canada all I was able to find out was that the VPC-CS1 would be in Canada, maybe, sometime in April. This was unacceptable! I wanted the cam in time before Donna and I were to leave for Brisbane, Australia (April 2nd). I WANTED IT NOW!</p>
<p>I'd had given up all hope of getting the Xacti CS1 before April 2nd until I wandered into a Black's photography store by my work.<br />
<iframe width="575" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=20+dundas+street+west,+toronto,+ontario&amp;sll=43.748777,-79.384289&amp;sspn=0.098335,0.154324&amp;ie=UTF8&amp;hq=&amp;hnear=20+Dundas+St+W,+Toronto,+Toronto+Division,+Ontario&amp;t=h&amp;layer=c&amp;cbll=43.656224,-79.381411&amp;panoid=L9dNH2Dcy1umceTC9REykA&amp;cbp=13,314.28,,0,10.58&amp;ll=43.656224,-79.381411&amp;spn=0,359.955025&amp;z=14&amp;output=svembed"></iframe><br /><small><a href="http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=20+dundas+street+west,+toronto,+ontario&amp;sll=43.748777,-79.384289&amp;sspn=0.098335,0.154324&amp;ie=UTF8&amp;hq=&amp;hnear=20+Dundas+St+W,+Toronto,+Toronto+Division,+Ontario&amp;t=h&amp;layer=c&amp;cbll=43.656224,-79.381411&amp;panoid=L9dNH2Dcy1umceTC9REykA&amp;cbp=13,314.28,,0,10.58&amp;ll=43.656224,-79.381411&amp;spn=0,359.955025&amp;z=14" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p>I noticed this store had quite a selection of Sanyo Xacti camcorders and enquired about the CS1 (which was of course absent from the displays). The man there was incredibly helpful! He said it would be very unlikely that Blacks could get a CS1 to me in 7 days, but I could check out a photo and video site called <a href="http://www.bhphotovideo.com/" target="_blank">B &#038; H</a>. When I got back to work and took a look on the B &#038; H site, lo and behold the <a href="http://www.bhphotovideo.com/c/product/671770-REG/Sanyo_VPC_CS1_VPC_CS1_Dual_Camera_Silver_.html" target="_blank">CS1 was in stock!</a> And available to ship to Canada via UPS/FedEx in 1 - 2 business days!</p>
<p>Donna and I ordered the cam last night and anxiously await it's arrival :)</p>
<p>Do you have a blog? Do you shoot video and images? What camera do you use? Are you thinking of getting a new one?</p>
<p>Let me know what's up!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F03%2Fsanyo-xacti-vpc-cs1%2F&amp;linkname=Sanyo%20Xacti%20VPC-CS1"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=u0Fh30odckY:jCm1DaXAOyo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=u0Fh30odckY:jCm1DaXAOyo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=u0Fh30odckY:jCm1DaXAOyo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=u0Fh30odckY:jCm1DaXAOyo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=u0Fh30odckY:jCm1DaXAOyo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=u0Fh30odckY:jCm1DaXAOyo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/03/sanyo-xacti-vpc-cs1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Doritos Tablet for Doritos Viralocity</title>
		<link>http://www.codeblink.com/2010/03/doritos-tablet-for-doritos-viralocity/</link>
		<comments>http://www.codeblink.com/2010/03/doritos-tablet-for-doritos-viralocity/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 17:25:43 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[doritos]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[spoof]]></category>
		<category><![CDATA[submission]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[viralosity]]></category>
		<category><![CDATA[vote]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=356</guid>
		<description><![CDATA[There's only 6 days left to vote for my friend's video on the Doritos Viralosity site! Please go and vote! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>There's only 6 days left to vote for my friend's video on the Doritos Viralosity site! Please go and vote!</p>
<p><a href="http://www.doritosviralocity.ca/Gallery/VideoDetails.aspx?v=158808"><img class="alignnone size-full wp-image-359" title="Doritos Tablet Flavour Name: Spice 2.0" src="http://www.codeblink.com/wp-content/uploads/doritos_tablet.jpg" alt="Screen crop image of the doritos voting page for the doritos tablet video" width="536" height="424" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F03%2Fdoritos-tablet-for-doritos-viralocity%2F&amp;linkname=Doritos%20Tablet%20for%20Doritos%20Viralocity"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=G77yu4lQCPo:NNaOnA106kY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=G77yu4lQCPo:NNaOnA106kY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=G77yu4lQCPo:NNaOnA106kY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=G77yu4lQCPo:NNaOnA106kY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=G77yu4lQCPo:NNaOnA106kY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=G77yu4lQCPo:NNaOnA106kY:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/03/doritos-tablet-for-doritos-viralocity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Response to Jane McGonigal’s TED Talk</title>
		<link>http://www.codeblink.com/2010/03/a-response-to-jane-mcgonigals-ted-talk/</link>
		<comments>http://www.codeblink.com/2010/03/a-response-to-jane-mcgonigals-ted-talk/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:26:58 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[jane]]></category>
		<category><![CDATA[mcgonigal]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[warcraft]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=350</guid>
		<description><![CDATA[Playing to positivley change the world is already a reality Jane! You just have to spend less time in virtual worlds and get out there and do something you're passionate about. Educate yourself and travel. Changing the world around you in a positive manner is a personal choice and not something you can trick kids [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--copy and paste--><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JaneMcGonigal_2010-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JaneMcGonigal-2010.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=799&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=jane_mcgonigal_gaming_can_make_a_better_world;year=2010;theme=new_on_ted_com;theme=what_s_next_in_tech;theme=the_rise_of_collaboration;theme=a_taste_of_ted2010;theme=media_that_matters;theme=design_like_you_give_a_damn;theme=art_unusual;event=TED2010;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/JaneMcGonigal_2010-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JaneMcGonigal-2010.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=799&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=jane_mcgonigal_gaming_can_make_a_better_world;year=2010;theme=new_on_ted_com;theme=what_s_next_in_tech;theme=the_rise_of_collaboration;theme=a_taste_of_ted2010;theme=media_that_matters;theme=design_like_you_give_a_damn;theme=art_unusual;event=TED2010;"></embed></object></p>
<p><strong>Playing to positivley change the world is already a reality Jane!</strong> You just have to spend less time  in virtual worlds and get out there and do something you're passionate about. Educate yourself and travel. Changing the world around you in a positive manner is a personal choice and not something you can trick kids into doing.</p>
<p>I enjoyed  Jane's optimism in this TED talk and I've been a gamer since I was 7 years old (27 years old now), but I firmly believe gamers will never be a resource to be tapped to change the world in a positive manner because the rewards from the real world are not the same as the rewards in their virtual worlds. World of Warcraft spends so much time in the game to win notoriety, weapons, and armor. I don't know about you, but I think millions of people playing to win material objects of value and notoriety just sounds like the same thing going on right now in the world. Of course, I'm trying to apply that type of gaming in a very literal way to what Jane wants gamers to do. However, World of Warcraft is so HUGE because of exactly that model.</p>
<p><strong>The more time spent - the bigger the reward.</strong> Jane's badge/achievment approach is a bit off. You get badges/achievements as a side effect of doing quests and missions. The badge/achievement system does not work well as the reward. If I spend 2 hours a week helping a local farmer growing potatoes and I reach collecting over 2,000 potatoes, my reward should be a card that I can use at any grocery store to earn a 2% discount on potatoes, a new level of 'Potatoe Picker level 1', <strong>plus</strong> a badge like 'Green Potatoe'. After 20,000 potatoes my discount would grow to 4%, or whatever, a new level, <strong>and</strong> a new badge 'Hot Potatoe'. That sounds kinda cool, but take a moment to consider the amount of social restructuring we would need to pull off for something like that.</p>
<p>Here's another game we could all play that's actually possible right now: Donate $20 to save a baby's life in a 3rd world country during the month of April.</p>
<p>Instead of playing this game every month, gamers spend it to keep playing online games for 1 more month. Now, I'm not trying to villainize gamers, but instead trying to  point out that something deep down in society is critically flawed. I think a catastrophe is necessary to really smack us all on our asses. After, we will get back up, and rebuild but will we also keep <em>repeating</em> the sins of our parents?</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F03%2Fa-response-to-jane-mcgonigals-ted-talk%2F&amp;linkname=A%20Response%20to%20Jane%20McGonigal%26%238217%3Bs%20TED%20Talk"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=rqxAbsDJR2k:ZN5k2STVwDQ:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=rqxAbsDJR2k:ZN5k2STVwDQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=rqxAbsDJR2k:ZN5k2STVwDQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=rqxAbsDJR2k:ZN5k2STVwDQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=rqxAbsDJR2k:ZN5k2STVwDQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=rqxAbsDJR2k:ZN5k2STVwDQ:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/03/a-response-to-jane-mcgonigals-ted-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is Google Buzz like a kitchen sink?</title>
		<link>http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/</link>
		<comments>http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:26:39 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[alice]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hatter]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[mad]]></category>
		<category><![CDATA[mashable]]></category>
		<category><![CDATA[mute]]></category>
		<category><![CDATA[muting]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wonderland]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=337</guid>
		<description><![CDATA[Do you use Google Buzz? Do you follow Mashable.com on Google Buzz? Then the following idea I sent via email to bizdev@ might be of interest you. Dear Mashable, To start, I'd just like to say that this is an idea for you to use and not a business proposal. Now onto the idea :) [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/google-buzz-social-media-icons/' rel='bookmark' title='Permanent Link: Google Buzz Social Media Icons'>Google Buzz Social Media Icons</a></li>
<li><a href='http://www.codeblink.com/2009/07/google-analytics-tech-support-in-under-140-characters/' rel='bookmark' title='Permanent Link: Google Analytics tech support in under 140 characters'>Google Analytics tech support in under 140 characters</a></li>
<li><a href='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' rel='bookmark' title='Permanent Link: Make your own Google Buzz feed widget with HTML and JavaScript'>Make your own Google Buzz feed widget with HTML and JavaScript</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p align="center"><div class="wp-caption alignnone" style="width: 545px"><img src="http://www.codeblink.com/images/mad-hatter-alice-in-wonderland-google-buzz.jpg" alt="Alice in Wonderland's Mad Hatter standing behind a mushroom and asking with a text bubble: Why is Google Buzz like a kitchen sink?" width="535" height="452" /><p class="wp-caption-text">Alice in Wonderland's Mad Hatter wonders why Google Buzz is like a kitchen sink. He's <strong>soooooo </strong>done with ravens!</p></div></p>
<p>Do you use Google Buzz? Do you follow Mashable.com on Google Buzz? Then the following idea I sent via email to bizdev@ might be of interest you.</p>
<blockquote style="font-family: Arial, Helvetica, sans-serif">
<p>Dear Mashable,</p>
<p>To start, I'd just like to say that this is an idea for you to use and not a business proposal. Now onto the idea :)</p>
<p>I've been following @Mashable on Google Buzz since the 2nd week Buzz launched. I like your approach to it but I have been noticing a lot of comments in Buzz from people who have preferences as to what content they would like to see from you. Also, I've read a lot of comments in back channels about how your updates take up so much page space in their Buzz feed every day (this is a common problem shared among other Businesses/Celebrities who Buzz).</p>
<p>I would like to suggest the following idea to you:</p>
<p><strong>Why not create multiple Buzz streams that deliver specific content?</strong> It's an an idea very similar to how you can create Twitter lists. Examples of Buzz streams you could set up:</p>
<p>@MashableSocialMedia - Buzz articles that appear on http://mashable.com/social-media/<br />
		@MashableMobile - Buzz articles that appear on http://mashable.com/mobile/<br />
		@MashableVideo - Buzz articles that appear on http://mashable.com/video/<br />
		@MashableAndroid - More granular than @MashableMobile, Buzz only articles that are related to Android<br />
		@MashableiPad - More granular than http://mashable.com/apple/, Buzz only articles that are related to Apple's iPad</p>
<p>... etc etc etc. </p>
<p>I think readers would really enjoy being able to choose the content they consume in Buzz.</p>
<p>With your @Mashable Buzz account, you can create a digest of what's being published in these channels. And when new articles are added through out the day, you can just Edit the original daily digest Buzz.</p>
<p>As for posting your periodic questions to users, why not post those within the related Buzz channels? I theorize with the content specific Buzz feeds you will have less of a &quot;throw it at the masses and see what sticks&quot; effect and instead have a higher percentage of quality conversations.</p>
<p>Personally, I can deal with muting the @Mashable topics I'm done with reading or have no interest in, and I have the patience to manage my Buzz stream when it fills up. However, take some time to think about the possible negative effects of 'Muting'. I never Mute the Buzzes from friends - only from Mashable and news sources. Not muting is sort of like Bookmarking in Buzz. If I don't mute it I can go back at any time using search to retrieve the Buzz.</p>
<p>Thanks for taking the time to read my email :)</p>
<p>Cheers,</p>
<p>Jason Rundell</p>
</blockquote>
<p> I'd really like to see this idea to be adopted by them, so please let them know and maybe they will listen :)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F03%2Fwhy-is-a-google-buzz-like-a-kitchen-sink%2F&amp;linkname=Why%20is%20Google%20Buzz%20like%20a%20kitchen%20sink%3F"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/02/google-buzz-social-media-icons/' rel='bookmark' title='Permanent Link: Google Buzz Social Media Icons'>Google Buzz Social Media Icons</a></li>
<li><a href='http://www.codeblink.com/2009/07/google-analytics-tech-support-in-under-140-characters/' rel='bookmark' title='Permanent Link: Google Analytics tech support in under 140 characters'>Google Analytics tech support in under 140 characters</a></li>
<li><a href='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' rel='bookmark' title='Permanent Link: Make your own Google Buzz feed widget with HTML and JavaScript'>Make your own Google Buzz feed widget with HTML and JavaScript</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=RIkap2ePHAA:V0BHApdO6t4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=RIkap2ePHAA:V0BHApdO6t4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=RIkap2ePHAA:V0BHApdO6t4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=RIkap2ePHAA:V0BHApdO6t4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=RIkap2ePHAA:V0BHApdO6t4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=RIkap2ePHAA:V0BHApdO6t4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Buzz Social Media Icons</title>
		<link>http://www.codeblink.com/2010/02/google-buzz-social-media-icons/</link>
		<comments>http://www.codeblink.com/2010/02/google-buzz-social-media-icons/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:26:13 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Design & Graphics]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[jwloh]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[sets]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=329</guid>
		<description><![CDATA[You may not have heard of jwloh, but odds are you're already a fan of his Social.me social media icons. They're 30 free icons under the Creative Commons Attribution-No Derivative Works 3.0 License. I needed a Google Buzz icon to add to a site I'm working on, so I used jwloh's icon template PSD and [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
<li><a href='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' rel='bookmark' title='Permanent Link: Make your own Google Buzz feed widget with HTML and JavaScript'>Make your own Google Buzz feed widget with HTML and JavaScript</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You may not have heard of <a href="http://jwloh.deviantart.com/" target="_blank"><strong>jwloh</strong></a>, but odds are you're already a fan of his Social.me social media icons. They're 30 free icons under the <a rel="nofollow" href="http://creativecommons.org/licenses/by-nd/3.0/" target="_blank">Creative Commons Attribution-No Derivative Works 3.0 License</a>.</p>
<p>I needed a Google Buzz icon to add to a site I'm working on, so I used jwloh's icon template PSD and added these:</p>
<p><strong><a title="16px by 16px Google Buzz social media icon" href="http://www.codeblink.com/downloads/buzz16x16.png">24px by 24px Google Buzz social media icon</a></strong></p>
<p><a title="12px by 12px Google Buzz social media icon" href="http://www.codeblink.com/downloads/buzz16x16.png"><img class="alignnone" src="http://www.codeblink.com/downloads/buzz16x16.png" alt="16px by 16px Google Buzz social media icon" width="16" height="16" /></a></p>
<p><strong><a title="24px by 24px google buzz social media icon" href="http://www.codeblink.com/downloads/buzz24x24.png">24px by 24px Google Buzz social media icon</a></strong></p>
<p><a href="http://www.codeblink.com/downloads/buzz24x24.png"><img class="alignnone" title="24px by 24px google buzz social media icon" src="http://www.codeblink.com/downloads/buzz24x24.png" alt="24px by 24px google buzz social media icon" width="24" height="24" /></a></p>
<p><strong><a title="48px by 48px Google Buzz social media icon" href="http://www.codeblink.com/downloads/buzz48x48.png">48px by 48px Google Buzz social media icon</a></strong></p>
<p><strong><a title="48px by 48px Google Buzz social media icon" href="http://www.codeblink.com/downloads/buzz48x48.png"><img class="alignnone" src="http://www.codeblink.com/downloads/buzz48x48.png" alt="48px by 48px Google Buzz social media icon" width="48" height="48" /></a></strong></p>
<p><strong><strong><a title="60px by 60px Google Buzz social media icon" href="http://www.codeblink.com/downloads/buzz60x60.png">60px by 60px Google Buzz social media icon</a></strong></strong></p>
<p><strong><strong><a href="http://www.codeblink.com/downloads/buzz60x60.png"><img class="alignnone" title="48px by 48px Google Buzz social media icon" src="http://www.codeblink.com/downloads/buzz60x60.png" alt="48px by 48px Google Buzz social media icon" width="60" height="60" /></a></strong></strong></p>
<p>You can find jwloh's <a href="http://jwloh.deviantart.com/art/Social-me-90694011" target="_blank">Social.me social icon set here</a> and his <a href="http://jwloh.deviantart.com/art/Aquaticus-Social-91014249" target="_blank">Aquaticus.Social.Social icon set here</a>.</p>
<p>Or if you want to download the set from here with the added Google Buzz icon:</p>
<p><strong><a href="http://www.codeblink.com/downloads/Social_me_by_jwloh.rar">Social_me_by_jwloh.rar</a></strong></p>
<p><strong><a href="http://www.codeblink.com/downloads/Social_me_by_jwloh.zip">Social_me_by_jwloh.zip</a></strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F02%2Fgoogle-buzz-social-media-icons%2F&amp;linkname=Google%20Buzz%20Social%20Media%20Icons"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
<li><a href='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' rel='bookmark' title='Permanent Link: Make your own Google Buzz feed widget with HTML and JavaScript'>Make your own Google Buzz feed widget with HTML and JavaScript</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ZF90pVG6ZLo:dtuQQ2y0LFo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ZF90pVG6ZLo:dtuQQ2y0LFo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ZF90pVG6ZLo:dtuQQ2y0LFo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ZF90pVG6ZLo:dtuQQ2y0LFo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=ZF90pVG6ZLo:dtuQQ2y0LFo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=ZF90pVG6ZLo:dtuQQ2y0LFo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/02/google-buzz-social-media-icons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to get thumbnails of YouTube Videos!</title>
		<link>http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/</link>
		<comments>http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 22:03:03 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[dragon force]]></category>
		<category><![CDATA[dragonforce]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[nail]]></category>
		<category><![CDATA[official]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[small]]></category>
		<category><![CDATA[solo]]></category>
		<category><![CDATA[therough the fire and flames]]></category>
		<category><![CDATA[through]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=301</guid>
		<description><![CDATA[I've been working on a video contest project in PHP and it involves user's submitting their videos from a YouTube link. I needed to show just thumbnails of the videos without having to use a full YouTube embed code. I really didn't want to get my hands dirty with any kind of YouTube API though. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I've been working on a video contest project in PHP and it involves user's submitting their videos from a YouTube link. I needed to show just thumbnails of the videos without having to use a full YouTube embed code. I really didn't want to get my hands dirty with any kind of <a title="Documentation on the YouTube APIs available" href="http://code.google.com/apis/youtube/overview.html" target="_blank">YouTube API</a> though. So with a little bit of searching I found that YouTube creates multiple dynamic thumbnails for all of their videos when they're uploaded.</p>
<p>For example purposes, I will use the incredible, mind-blowing, face-melter music video by DragonForce "Through the Fire and Flames".</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0jgrCKhxE1s&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="320" height="265" src="http://www.youtube.com/v/0jgrCKhxE1s&amp;hl=en_US&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>The URLs</h2>
<p>In order to properly form a URL for the image, first you'll need to grab the video's ID. You get this from the YouTube video's URL.<br />
This DragonForce's URL is http://www.youtube.com/watch?v=<strong>0jgrCKhxE1s</strong>, so it's YouTube ID is <strong>0jgrCKhxE1s</strong>.</p>
<p>Now here are the URLs you have available ...</p>
<p><strong>120x90 image - Choice 1</strong><br />
<img class="alignleft" src="http://img.youtube.com/vi/0jgrCKhxE1s/1.jpg" alt="" width="120" height="90" /> http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/1.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/1.jpg</p>
<p><br clear="all" /><br />
<strong>120x90 image - Choice 2</strong><br />
<img class="alignleft" src="http://img.youtube.com/vi/0jgrCKhxE1s/2.jpg" alt="" width="120" height="90" /> http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/2.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/2.jpg</p>
<p><br clear="all" /><br />
<strong>120x90 image - Choice 3</strong><br />
<img class="alignleft" src="http://img.youtube.com/vi/0jgrCKhxE1s/3.jpg" alt="" width="120" height="90" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/3.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1sg/3.jpg</p>
<p><br clear="all" /><br />
<strong>120x90 image - Default Choice</strong><br />
<img class="alignleft" src="http://img.youtube.com/vi/0jgrCKhxE1s/default.jpg" alt="" width="112" height="90" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/default.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/default.jpg</p>
<p><br clear="all" /><br />
<strong>480x360 image - High Quality (HQ) Choice</strong><br />
<em>(does not need to be an HQ video to have an HQ image)</em><br />
<img src="http://img.youtube.com/vi/0jgrCKhxE1s/hqdefault.jpg" alt="" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/hqdefault.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/hqdefault.jpg</p>
<p><strong>480x360 image - HQ Choice 1</strong><br />
<img src="http://img.youtube.com/vi/0jgrCKhxE1s/hq1.jpg" alt="" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/hq1.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/hq1.jpg</p>
<p><strong>480x360 image - HQ Choice 2</strong><br />
<img src="http://img.youtube.com/vi/0jgrCKhxE1s/hq2.jpg" alt="" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/hq2.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/hq2.jpg</p>
<p><strong>480x360 image - HQ Choice 3</strong><br />
<img src="http://img.youtube.com/vi/0jgrCKhxE1s/hq3.jpg" alt="" /><br />
http://img.youtube.com/vi/<strong>[YouTube ID]</strong>/hq3.jpg</p>
<p>http://img.youtube.com/vi/0jgrCKhxE1s/hq3.jpg</p>
<p>&nbsp;</p>
<p>If anyone knows any other tricks, please share! :)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2010%2F02%2Fhow-to-get-thumbnails-of-youtube-videos%2F&amp;linkname=How%20to%20get%20thumbnails%20of%20YouTube%20Videos%21"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=QKHvWoq8SAs:N0JlGT3Us3c:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=QKHvWoq8SAs:N0JlGT3Us3c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=QKHvWoq8SAs:N0JlGT3Us3c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=QKHvWoq8SAs:N0JlGT3Us3c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=QKHvWoq8SAs:N0JlGT3Us3c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=QKHvWoq8SAs:N0JlGT3Us3c:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A response to Margaret Wente’s Sep 21 2009 article…</title>
		<link>http://www.codeblink.com/2009/09/response-to-margaret-g-wente-article/</link>
		<comments>http://www.codeblink.com/2009/09/response-to-margaret-g-wente-article/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:50:19 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=194</guid>
		<description><![CDATA[This post is a response to the following tweet: @ju_bro: I just blogged about this, http://bit.ly/ghwfn, here, http://bit.ly/uLO1X Does Wente's articles describe your uni experience? Tweeted on September 21, 2009 Thanks for posting this Julie. Margaret Wente's argument in her article, to me, sounded very weak. She only interviewed two people and gave a few [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This post is a response to the following tweet:</p>
<blockquote><p><a title="@ju_bro on Twitter" href="http://twitter.com/ju_bro" target="_blank"><img class="alignleft size-full wp-image-206" title="@ju_bro on Twitter" src="http://www.codeblink.com/wp-content/uploads/2009/09/ju_bro.jpg" alt="ju_bro" width="73" height="73" /></a><a title="@ju_bro on Twitter" href="http://twitter.com/ju_bro" target="_blank">@ju_bro</a>: I just blogged about this, <a title="http://www.theglobeandmail.com/news/opinions/want-to-know-why-professors-dont-teach/article1293548/" href="http://bit.ly/ghwfn" target="_blank">http://bit.ly/ghwfn</a>, here, <a title="http://twentyoneleaders.blogspot.com/2009/09/reponse-to-g-margaret-wente.html" href="http://bit.ly/uLO1X" target="_blank">http://bit.ly/uLO1X</a> Does Wente's articles describe your uni experience?</p>
<p><a href="http://twitter.com/ju_bro/status/4145275206" target="_blank">Tweeted on September 21, 2009</a></p></blockquote>
<p>Thanks for posting this Julie.</p>
<p>Margaret Wente's argument in her article, to me, sounded very weak. She only interviewed two people and gave a few obscure and unsupported statistics (I always treat stats with extreme skepticism, especially when no background is given on them. As an aside, what is up with online articles not having any references??? I'm sure plenty of writers use web sites for research now).</p>
<p>I can't really comment on the state of today's post-secondary education, as I have none. The reason for that being mostly because I have never had the strong desire to take any courses. However, I think I do know what a great education experience is all about (from high school).</p>
<p>Please correct me if I assume that high school, college, university, and etc all have the experience of <span style="text-decoration: underline;">learning</span> in common, as well as having <span style="text-decoration: underline;">students</span> and <span style="text-decoration: underline;">teachers</span>. I think the relationship between teacher and student is very important to learning and that both share the responsibility of education with the majority of the responsibility being on the student - not the teacher. The student is always in the driver's seat with the teacher being the passenger. Over the life of the student, he/she will have many different passengers and it's up to the driver what they take away from their passengers. This is why i see most of the responsibility of learning being on the student.</p>
<p>The teacher has a responsibility too though. As a passenger, you have an obligation of being accessible and patient. You're not the one that's driving, so you never know if you're going for a quick trip to the store, or mud-running in a four-by-four. You can provide navigation, problem solving in all kind of situations, or just be there to listen.</p>
<p>As the teacher, you have the advantage of giving knowledge and wisdom. As the student, you have the advantage of choosing where you go and how far you make it.</p>
<p>The best year I had in high school (and it earned me honors) was in grade 11 where I actually spent time to stay behind class and ask questions. I <em>really</em> learned that there is no such thing as a stupid question, and that after I graduated, I would never see the faces of the students who gave me drity looks for <em>enjoying</em> my studies and so their approval of me mattered for shit in the long run.</p>
<blockquote>
<h2>Don't mind the stares</h2>
<p>- David Bowie</p></blockquote>
<p>My experience in grade 11 sound very similar to what Julie Breau says in her response to Wente's article:</p>
<blockquote><p>I encountered the best and most encouraging teachers. And smart too! They had brilliant research projects of their own – though probably neglected because of all the time they spent with us -, and offered thought-provoking and enriching classes. I was never turned away when asking for help and further explanation. I would pop by my professors’ offices to chat about class, current issues and career preparations.</p></blockquote>
<p>So why is there this general opinion of the education system being so terrible? Where is the real disconnect between a smart student failing in a class led by a professor who earns six figures a year?</p>
<p>I think, you won't find it in statistics. I think, it is a deep social and philosophical issue. I bet, if you looked at the curve comparison between the evolution of technology and the evolution of the institution and methodology of education, you will see two very different curves. The tech curve is exponential and steep, where the education curve would be plateaued and slow. I think, that technology and education are irrevocably entwined. That technology is now moving at an exponential rate and we will continue to see the discontent a large portion of people have with the education institution.</p>
<p>So Wente: It's easy to ask a couple people their opinions and then point the finger, but what have you really learned and does that give you the right to share your findings?</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F09%2Fresponse-to-margaret-g-wente-article%2F&amp;linkname=A%20response%20to%20Margaret%20Wente%26%238217%3Bs%20Sep%2021%202009%20article%26%238230%3B"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=5SGl6eEfv5U:g1UivjBdaTo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=5SGl6eEfv5U:g1UivjBdaTo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=5SGl6eEfv5U:g1UivjBdaTo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=5SGl6eEfv5U:g1UivjBdaTo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=5SGl6eEfv5U:g1UivjBdaTo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=5SGl6eEfv5U:g1UivjBdaTo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/09/response-to-margaret-g-wente-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics tech support in under 140 characters</title>
		<link>http://www.codeblink.com/2009/07/google-analytics-tech-support-in-under-140-characters/</link>
		<comments>http://www.codeblink.com/2009/07/google-analytics-tech-support-in-under-140-characters/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 17:53:35 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=184</guid>
		<description><![CDATA[I started following @googleanalytics today and noticed their bio: "Tech support in 140 characters or less doesn't work...". This makes sense, but to prove them wrong, here are some canned answers they can use for free: Press F5 to refresh. Restart your computer. Upgrade your browser from Internet Explorer 6! It works in Chrome. Do [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_185" class="wp-caption alignleft" style="width: 164px"><a href="http://twitter.com/googleanalytics" target="_blank"><img class="size-full wp-image-185 " title="Google Analytics on Twitter" src="http://www.codeblink.com/wp-content/uploads/2009/07/googleana.gif" alt="Google Analytics Twitter bio" width="154" height="154" /></a><p class="wp-caption-text">Google Analytics on Twitter</p></div>
<p>I started following <a title="http://twitter.com/googleanalytics" href="http://twitter.com/googleanalytics" target="_blank">@googleanalytics</a> today and noticed their bio: "Tech support in 140 characters or less doesn't work...".</p>
<p>This makes sense, but to prove them wrong, here are some canned answers they can use for free:</p>
<ol>
<li>Press F5 to refresh.</li>
<li>Restart your computer.</li>
<li>Upgrade your browser from Internet Explorer 6!</li>
<li>It works in Chrome.</li>
<li>Do not copy and paste someone else's analytics code on to your site.</li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F07%2Fgoogle-analytics-tech-support-in-under-140-characters%2F&amp;linkname=Google%20Analytics%20tech%20support%20in%20under%20140%20characters"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2010/03/why-is-a-google-buzz-like-a-kitchen-sink/' rel='bookmark' title='Permanent Link: Why is Google Buzz like a kitchen sink?'>Why is Google Buzz like a kitchen sink?</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=XtUIQyarSFA:sTq_uir4sMU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=XtUIQyarSFA:sTq_uir4sMU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=XtUIQyarSFA:sTq_uir4sMU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=XtUIQyarSFA:sTq_uir4sMU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=XtUIQyarSFA:sTq_uir4sMU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=XtUIQyarSFA:sTq_uir4sMU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/07/google-analytics-tech-support-in-under-140-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The taste left in my mouth by moonfruit is bittersweet</title>
		<link>http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/</link>
		<comments>http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 16:38:44 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[moonfruit]]></category>
		<category><![CDATA[randommoonfruit]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=169</guid>
		<description><![CDATA[Sorry for not updating sooner. I've been very busy at my day job and afterwards with work on the next Project Peru site. My mind has been a-buzz all week! So no, I didn't win jack from the MoonFruit contest. Didn't even get a "wow, this guy's site idea sucks balls!" (or something along those [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/' rel='bookmark' title='Permanent Link: And the cow jumped over the #moonfruit'>And the cow jumped over the #moonfruit</a></li>
<li><a href='http://www.codeblink.com/2009/07/random-moonfruit-launch/' rel='bookmark' title='Permanent Link: Random Moonfruit Launch'>Random Moonfruit Launch</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sorry for not updating sooner. I've been very busy at my day job and afterwards with work on the next <a href="http://www.projectperu.ca/">Project Peru</a> site. My mind has been a-buzz all week!</p>
<p>So no, I didn't win jack from the MoonFruit contest. Didn't even get a "wow, this guy's site idea sucks balls!" (or something along those lines) tweet from <a href="http://twitter.com/moontweet">@moontweet</a>.</p>
<p>Only one of my friends tweeted about it and left a comment on the site (thanks <a href="http://twitter.com/donnavitan">@DonnaVitan</a>!) even after I e-mailed a bunch of people that I figured would totally help me out. Am I bit tweaked about that? Ya of course. Don't want to make a sob story of a blog posty, but WTF?</p>
<p>What the hell happened here? Why was this such an epic fail in networking? This is something that will haunt for quite a while I think.</p>
<p>I know the people I e-mailed when to the site, and some people from Twitter went to the link I tweeted about (who knows if @moontweet was one of them). In 6 days, the site received 136 unique visitors, with 900 page views. That's about the only thing that I found remotely successful about this little endeavour.</p>
<p>Sorry MoonFruit, I will work on my lame YouTube video acting and solarizing Photoshop filters for the next contest :Pem</p>
<p>Oh and the icing on the cake was that they ended up giving out morn 3 iPods <strong><em>after</em></strong> the creative contest was finished!</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F07%2Fthe-taste-left-in-my-mouth-by-moonfruit-is-bittersweet%2F&amp;linkname=The%20taste%20left%20in%20my%20mouth%20by%20moonfruit%20is%20bittersweet"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/' rel='bookmark' title='Permanent Link: And the cow jumped over the #moonfruit'>And the cow jumped over the #moonfruit</a></li>
<li><a href='http://www.codeblink.com/2009/07/random-moonfruit-launch/' rel='bookmark' title='Permanent Link: Random Moonfruit Launch'>Random Moonfruit Launch</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=K7mzcBB2U-A:gMW9UZyuYj4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=K7mzcBB2U-A:gMW9UZyuYj4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=K7mzcBB2U-A:gMW9UZyuYj4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=K7mzcBB2U-A:gMW9UZyuYj4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=K7mzcBB2U-A:gMW9UZyuYj4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=K7mzcBB2U-A:gMW9UZyuYj4:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>And the cow jumped over the #moonfruit</title>
		<link>http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/</link>
		<comments>http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:19:39 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[bit.ly]]></category>
		<category><![CDATA[fruit]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[michael jackson]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[moonfruit]]></category>
		<category><![CDATA[nortel]]></category>
		<category><![CDATA[sarah palin]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=161</guid>
		<description><![CDATA[Well I just woke up after a long night of waiting for the Twitter iron to get hot (Twiron?) and have my creative entry (http://randommoonfruit.info) for Moonfruit's contest to get noticed by them. @moontweet seems to come on at very late times and retweet (aka RT) creative entry tweets. The norm seems to spam #moonfruit [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/random-moonfruit-launch/' rel='bookmark' title='Permanent Link: Random Moonfruit Launch'>Random Moonfruit Launch</a></li>
<li><a href='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' rel='bookmark' title='Permanent Link: The taste left in my mouth by moonfruit is bittersweet'>The taste left in my mouth by moonfruit is bittersweet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Well I just woke up after a long night of waiting for the Twitter iron to get hot (Twiron?) and have my creative entry (<a href="http://randommoonfruit.info" target="_blank">http://randommoonfruit.info</a>) for Moonfruit's contest to get noticed by them. <a href="http://twitter.com/@moontweet" target="_blank">@moontweet</a> seems to come on at very late times and retweet (aka RT) creative entry tweets. The norm seems to spam #moonfruit and <a href="http://twitter.com/@moontweet" target="_blank">@moontweet</a> sees it. I'm not sure if they RT everything just what they like. I don't think it's everything because I did not receive a RT.</p>
<p>This has left me wondering: Is my entry lame? A few times in the past I've had (what I thought at the time was a smash hit) fall on it's face.</p>
<p>My bit.ly links are getting hits at least and the site has had over 70 uniques in under a day. Here are some of the bit.ly links:</p>
<p>Twitter Sara Palin #moonfruit <a href="http://bit.ly/KGc0x" target="_blank">http://bit.ly/KGc0x</a><br />
Michael Jackson #moonfruit <a href="http://bit.ly/1DMhI" target="_blank">http://bit.ly/1DMhI</a><br />
Nortel #moonfruit <a href="http://bit.ly/3ZAYH8" target="_blank">http://bit.ly/3ZAYH8</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F07%2Fand-the-cow-jumped-over-the-moonfruit%2F&amp;linkname=And%20the%20cow%20jumped%20over%20the%20%23moonfruit"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/random-moonfruit-launch/' rel='bookmark' title='Permanent Link: Random Moonfruit Launch'>Random Moonfruit Launch</a></li>
<li><a href='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' rel='bookmark' title='Permanent Link: The taste left in my mouth by moonfruit is bittersweet'>The taste left in my mouth by moonfruit is bittersweet</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=suRvoZ99ByI:hXcoIxwo5Ys:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=suRvoZ99ByI:hXcoIxwo5Ys:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=suRvoZ99ByI:hXcoIxwo5Ys:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=suRvoZ99ByI:hXcoIxwo5Ys:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=suRvoZ99ByI:hXcoIxwo5Ys:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=suRvoZ99ByI:hXcoIxwo5Ys:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Moonfruit Launch</title>
		<link>http://www.codeblink.com/2009/07/random-moonfruit-launch/</link>
		<comments>http://www.codeblink.com/2009/07/random-moonfruit-launch/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:05:49 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[fruit]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[moonfruit]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pics]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=157</guid>
		<description><![CDATA[I just finished launching and announcing http://randommoonfruit.info. A site with a little twist! Hopefully it will bring you a few giggles and for ME - a free iPod Touch! So please visit and Tweet about it: http://randommoonfruit.info/ Make sure to use the #moonfruit hash tag to have your own chance to win a MacBook Pro [...]


Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/' rel='bookmark' title='Permanent Link: And the cow jumped over the #moonfruit'>And the cow jumped over the #moonfruit</a></li>
<li><a href='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' rel='bookmark' title='Permanent Link: The taste left in my mouth by moonfruit is bittersweet'>The taste left in my mouth by moonfruit is bittersweet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just finished launching and announcing <a href="http://bit.ly/4Wzeg" target="_blank">http://randommoonfruit.info</a>. A site with a little twist! Hopefully it will bring you a few giggles and for ME - a free iPod Touch! So please visit and Tweet about it: <a href="http://randommoonfruit.info/" target="_blank">http://randommoonfruit.info/</a> Make sure to use the #moonfruit hash tag to have your own chance to win a MacBook Pro for free!</p>
<p>This idea came around from the Twitter contest Moonfruit (<a href="http://bit.ly/WckqQ" target="_blank">http://www.moonfruit.com</a>) has been having. By using a #moonfruit hash tag in a tweet, Tweeple are being entered for 1 daily draw of a free MacBook Pro (details found here: <a href="http://bit.ly/1543yV" target="_blank">http://www.moonfruit.com/macbook-pro.html</a>). Moonfruit is also giving away 3 free iPod Touches for the best creative ideas. 2 have already been given away.. I just hope I'm in time for being considered for the third!</p>
<p>I'll keep you posted on events as they unfold.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F07%2Frandom-moonfruit-launch%2F&amp;linkname=Random%20Moonfruit%20Launch"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.codeblink.com/2009/07/and-the-cow-jumped-over-the-moonfruit/' rel='bookmark' title='Permanent Link: And the cow jumped over the #moonfruit'>And the cow jumped over the #moonfruit</a></li>
<li><a href='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' rel='bookmark' title='Permanent Link: The taste left in my mouth by moonfruit is bittersweet'>The taste left in my mouth by moonfruit is bittersweet</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=FY2Kb_bFQyo:xbUhtumYoQo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=FY2Kb_bFQyo:xbUhtumYoQo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=FY2Kb_bFQyo:xbUhtumYoQo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=FY2Kb_bFQyo:xbUhtumYoQo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=FY2Kb_bFQyo:xbUhtumYoQo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=FY2Kb_bFQyo:xbUhtumYoQo:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/07/random-moonfruit-launch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Simple Unicode Decoder/Converter Function for PHP 5</title>
		<link>http://www.codeblink.com/2009/06/a-simple-unicode-decoderconverter-function-for-php-5/</link>
		<comments>http://www.codeblink.com/2009/06/a-simple-unicode-decoderconverter-function-for-php-5/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:32:08 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=144</guid>
		<description><![CDATA[I wanted to use the unicode_decode PHP function for something I was working on today, but, of course, this function is only supported in the new PHP 6. I don't know how it is for my fellow programmers reading this, but getting your I.T. department to upgrade all servers from 5 to 6 can be [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I wanted to use the <span style="font-weight:bold;font-family:Courier New, Courier">unicode_decode</span> PHP function for something I was working on today, but, of course, this function is only supported in the new PHP 6. I don't know how it is for my fellow programmers reading this, but getting your I.T. department to upgrade all servers from 5 to 6 can be like getting your grandfather to change from a rotary phone to a iPhone. I.T. is uber apprehensive about such serious change. Their servers are their babies and 'upgrade' translates to 'extreme security risk' in their minds.</p>
<p>Don't get me wrong, I love my company and my I.T. department, but when it comes to upgrading - I would be very thankful for a little more progressive thinking.  At the same time, I understand the apprehension and can't fault it completely, but PHP is no longer a light-weight in the world of server-side scripting.</p>
<p>Rant aside, I came up with this really simple function to help me decode Unicode text. Hope it helps!</p>
<div class="codecolorer-container php vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">function</span> simple_unicode_decode<span style="color: #009900;">&#40;</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0001&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;☺&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0002&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;☻&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0003&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♥&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0004&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♦&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0005&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♣&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0006&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♠&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0007&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;•&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0008&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;◘&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0009&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;○&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;◙&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♂&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♀&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♪&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;♫&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u000F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;☼&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0010&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;►&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0011&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;◄&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0012&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;↕&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0013&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;‼&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0014&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;¶&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0015&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;§&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0016&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;?&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0017&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;?&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0018&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;↑&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0019&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;↓&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;→&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;←&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;∟&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;↔&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;▲&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u001F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;▼&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0020&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0021&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;!&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0022&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0023&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;#&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0024&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;$&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0025&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;%&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0026&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&amp;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0027&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;'&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0028&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;(&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0029&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;)&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;*&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;+&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;,&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;-&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;.&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u2026&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;…&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u002F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0030&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;0&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0031&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;1&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0032&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;2&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0033&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;3&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0034&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;4&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0035&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;5&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0036&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;6&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0037&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;7&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0038&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;8&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0039&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;9&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;:&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&lt;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;=&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u2264&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;≤&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u2265&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;≥&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u003F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;?&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0040&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;@&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0041&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;A&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0042&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;B&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0043&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;C&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0044&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;D&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0045&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;E&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0046&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;F&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0047&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;G&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0048&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;H&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0049&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;I&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;J&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;K&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;L&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;M&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;N&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u004F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;O&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0050&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;P&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0051&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;Q&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0052&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;R&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0053&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;S&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0054&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;T&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0055&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;U&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0056&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;V&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0057&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;W&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0058&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;X&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0059&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;Y&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;Z&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;[&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;]&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;^&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u005F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;_&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0060&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;`&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0061&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;a&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0062&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0063&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0064&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0065&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;e&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0066&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;f&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0067&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;g&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0068&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;h&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0069&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;i&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;j&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;k&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;l&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;m&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;n&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u006F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;o&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0070&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;p&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0071&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;q&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0072&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0073&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;s&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0074&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;t&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0075&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;u&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0076&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;v&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0077&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;w&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0078&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;x&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0079&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;y&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007A&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;z&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007B&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;{&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007C&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;|&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007D&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;}&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u02DC&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;˜&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007E&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;∼&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u007F&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u00A2&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;¢&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u00A3&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;£&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u00A4&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;¤&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u20AC&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;€&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u00A5&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;¥&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0026quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0026gt;&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$str</span><span style="color: #339933;">=</span><a href="http://www.php.net/str_ireplace"><span style="color: #990000;">str_ireplace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u0026lt;&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000088;">$str</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<h2>Please leave a comment or suggestion below!</h2>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.codeblink.com%2F2009%2F06%2Fa-simple-unicode-decoderconverter-function-for-php-5%2F&amp;linkname=A%20Simple%20Unicode%20Decoder%2FConverter%20Function%20for%20PHP%205"><img src="http://www.codeblink.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/codeblink?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/codeblink?i=olrqHOVmCqg:8_S06OdDHHE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/codeblink?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/codeblink?i=olrqHOVmCqg:8_S06OdDHHE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/codeblink?i=olrqHOVmCqg:8_S06OdDHHE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/codeblink?i=olrqHOVmCqg:8_S06OdDHHE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/codeblink?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/codeblink?a=olrqHOVmCqg:8_S06OdDHHE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/codeblink?i=olrqHOVmCqg:8_S06OdDHHE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/06/a-simple-unicode-decoderconverter-function-for-php-5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
