<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeBlink.com&#187; Development</title>
	<atom:link href="http://www.codeblink.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblink.com</link>
	<description>Open Source Projects, Code, Rants, and other miscellany</description>
	<lastBuildDate>Wed, 01 Jun 2011 21:55:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Upgrading WordPress Plugins</title>
		<link>http://www.codeblink.com/2010/10/upgrading-wordpress-plugins/</link>
		<comments>http://www.codeblink.com/2010/10/upgrading-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 00:18:57 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress 3]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[development server]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[security fixes]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=411</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/10/upgrading-wordpress-plugins/' addthis:title='Upgrading WordPress Plugins '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>One of the great things about WordPress is the ability to plugin new functionality effortlessly through it’s backend interface. Most of the popular plugins get updated very frequently and WordPress does a great job of letting you know this by highlighting which plugins have updates. If you’re like me, this highlighted number screams for attention [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/10/upgrading-wordpress-plugins/' addthis:title='Upgrading WordPress Plugins '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>One of the great things about WordPress is the ability to plugin new functionality effortlessly through it’s backend interface. Most of the popular plugins get updated very frequently and WordPress does a great job of letting you know this by highlighting which plugins have updates.</p>
<p>If you’re like me, this highlighted number screams for attention and you just love hitting that automatic update. This type of behaviour is fine for personal blogs which get very little traffic, but if your employment is based around blog performance for your company this can be a very dangerous move.</p>
<h3>There are good updates and then there are bad updates</h3>
<p>Keep in mind, these updates that come through are mostly from people who’ve created their plugin through their spare time and depend on their community for feedback on performance and issues. So when an update goes out the the WordPress world, there’s no guarantee that it’s gone through a stringent testing process.</p>
<h3>README</h3>
<p>Most plugins when they upgrade will have a log of what has been changed (a ‘changelog’) and these notes are available through a link under the plugins page. Make sure to read through this and gauge if upgrading is really necessary. Security fixes, performance boosts, and must-have new functionality are usually the only things worth upgrading for but you’ll have to judge on your own what’s best for your situation.</p>
<h3>Have a development version and production version of your blog</h3>
<p>It’s a pain, but it’s definitely necessary to have a mirror copy of your blog. Having this copy, your development copy, is where you can break stuff and not sit in suspense after you upgrade and start hitting refresh on the homepage – praying that your baby is still whole. When upgrading plugins, all you need to copy to the development server is the wp-content folder and I usually do an entire database dump because it’s fast, but you’ll need to configure your environment to take into account for any URL changes for you development domain.</p>
<p>For further information, please refer to the following:</p>
<p><a href="http://codex.wordpress.org/Managing_Plugins">WordPress.org Codex: Managing Plugins</a></p>
<p><script type="text/javascript">
document.write("<a href=" + " mai" + "lto" + ":em" + "ail@email" + ".com onclick=_gaq.push(['_trackEvent','Blog','Mail','CodeBlink - Upgrading WordPress Plugins'])>Jesse Crichton</a>");
</script></p>
<p><script type="text/javascript">
document.write("<a href=" + " mai" + "lto" + ":ja" + "son" + ".rundell@gmail.com onclick=_gaq.push(['_trackEvent','Blog','Mail','CodeBlink - Upgrading WordPress Plugins'])>Jesse Crichton</a>");
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2010/10/upgrading-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' addthis:title='Make your own Google Buzz feed widget with HTML and JavaScript '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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&#8217;s the code I&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/05/make-your-own-google-buzz-feed-widget-with-html-and-javascript/' addthis:title='Make your own Google Buzz feed widget with HTML and JavaScript '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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&#8217;s the code I&#8217;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 &#8216;/jasonrundell/&#8217; on line 23 with &#8216;/[your buzz name]&#8216; and you&#8217;ll have a widget that will display your public Buzzes on any page.</p>
<p>Aside from the several object properties I&#8217;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>
]]></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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/05/copy-and-paste-development-with-google-web-elements/' addthis:title='Copy and Paste Development with Google Web Elements '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/05/copy-and-paste-development-with-google-web-elements/' addthis:title='Copy and Paste Development with Google Web Elements '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
]]></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>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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' addthis:title='How to get thumbnails of YouTube Videos! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>I&#8217;ve been working on a video contest project in PHP and it involves user&#8217;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&#8217;t want to get my hands dirty with any kind of YouTube API though. [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2010/02/how-to-get-thumbnails-of-youtube-videos/' addthis:title='How to get thumbnails of YouTube Videos! '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I&#8217;ve been working on a video contest project in PHP and it involves user&#8217;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&#8217;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&#8217;re uploaded.</p>
<p>For example purposes, I will use the incredible, mind-blowing, face-melter music video by DragonForce &#8220;Through the Fire and Flames&#8221;.</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&#8217;ll need to grab the video&#8217;s ID. You get this from the YouTube video&#8217;s URL.<br />
This DragonForce&#8217;s URL is http://www.youtube.com/watch?v=<strong>0jgrCKhxE1s</strong>, so it&#8217;s YouTube ID is <strong>0jgrCKhxE1s</strong>.</p>
<p>Now here are the URLs you have available &#8230;</p>
<p><strong>120&#215;90 image &#8211; 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><strong>120&#215;90 image &#8211; Choice 2</strong><br />
<img class="alignleft" title="Dragonforce" 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><strong>120&#215;90 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1sg/3.jpg</p>
<p><strong>120&#215;90 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1s/default.jpg</p>
<p><strong>480&#215;360 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1s/hqdefault.jpg</p>
<p><strong>480&#215;360 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1s/hq1.jpg</p>
<p><strong>480&#215;360 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1s/hq2.jpg</p>
<p><strong>480&#215;360 image &#8211; 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<br />
http://img.youtube.com/vi/0jgrCKhxE1s/hq3.jpg</p>
<p>If anyone knows any other tricks, please share! :)</p>
]]></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>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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' addthis:title='The taste left in my mouth by moonfruit is bittersweet '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Sorry for not updating sooner. I&#8217;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&#8217;t win jack from the MoonFruit contest. Didn&#8217;t even get a &#8220;wow, this guy&#8217;s site idea sucks balls!&#8221; (or something along those [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/07/the-taste-left-in-my-mouth-by-moonfruit-is-bittersweet/' addthis:title='The taste left in my mouth by moonfruit is bittersweet '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Sorry for not updating sooner. I&#8217;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&#8217;t win jack from the MoonFruit contest. Didn&#8217;t even get a &#8220;wow, this guy&#8217;s site idea sucks balls!&#8221; (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&#8217;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&#8217;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.
]]></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>5</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/07/random-moonfruit-launch/' addthis:title='Random Moonfruit Launch '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 &#8211; 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 [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/07/random-moonfruit-launch/' addthis:title='Random Moonfruit Launch '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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 &#8211; 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&#8217;m in time for being considered for the third!</p>
<p>I&#8217;ll keep you posted on events as they unfold.</p>
]]></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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/06/a-simple-unicode-decoderconverter-function-for-php-5/' addthis:title='A Simple Unicode Decoder/Converter Function for PHP 5 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/06/a-simple-unicode-decoderconverter-function-for-php-5/' addthis:title='A Simple Unicode Decoder/Converter Function for PHP 5 '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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&#8217;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 &#8216;upgrade&#8217; translates to &#8216;extreme security risk&#8217; in their minds.</p>
<p>Don&#8217;t get me wrong, I love my company and my I.T. department, but when it comes to upgrading &#8211; I would be very thankful for a little more progressive thinking.  At the same time, I understand the apprehension and can&#8217;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>
]]></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>
		<item>
		<title>Birdnapper 1.1 Now Available</title>
		<link>http://www.codeblink.com/2009/04/birdnapper-11-now-available/</link>
		<comments>http://www.codeblink.com/2009/04/birdnapper-11-now-available/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:39:41 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[birdnapper]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=112</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/birdnapper-11-now-available/' addthis:title='Birdnapper 1.1 Now Available '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>1.1 Update Added a line of code to fix inline links to Twitter profile pages. Links will now be external to http://twitter.com. I discovered this flaw when I checked out my Google Webmaster report! Birdnapper now has a home of it&#8217;s on on codeblink.com here: http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/birdnapper-11-now-available/' addthis:title='Birdnapper 1.1 Now Available '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>1.1 Update</strong></p>
<p>Added a line of code to fix inline links to Twitter profile pages. Links will now be external to http://twitter.com. I discovered this flaw when I checked out my Google Webmaster report!</p>
<p>Birdnapper now has a home of it&#8217;s on on codeblink.com here: <a title="Birdnapper PHP Twitter Feed Widget" href="http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/">http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/04/birdnapper-11-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Birdnapper Twitter Widget Release</title>
		<link>http://www.codeblink.com/2009/04/birdnapper-twitter-widget-10-release/</link>
		<comments>http://www.codeblink.com/2009/04/birdnapper-twitter-widget-10-release/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 05:49:00 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[birdnapper]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=34</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/birdnapper-twitter-widget-10-release/' addthis:title='Birdnapper Twitter Widget Release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>I have removed this blog and made a dedicated page to the development of this widget here: http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/birdnapper-twitter-widget-10-release/' addthis:title='Birdnapper Twitter Widget Release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I have removed this blog and made a dedicated page to the development of this widget here: <a title="Birdnapper PHP Twitter Feed Widget" href="http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/">http://www.codeblink.com/codeblink-open-source-projects/birdnapper-the-php-twitter-feed-widget/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/04/birdnapper-twitter-widget-10-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Twitter Widget in the works</title>
		<link>http://www.codeblink.com/2009/04/twitter-widget-in-the-works/</link>
		<comments>http://www.codeblink.com/2009/04/twitter-widget-in-the-works/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 02:43:54 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=6</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/twitter-widget-in-the-works/' addthis:title='Twitter Widget in the works '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Creating a open-source PHP widget for Twitter!]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/twitter-widget-in-the-works/' addthis:title='Twitter Widget in the works '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Widgets are fun. Why not something for Twitter? It&#8217;s probably been done before (didn&#8217;t even bother searching for anything before deciding to make this) but I thought it would be fun to just make something on my own.</p>
<p>When it&#8217;s done I&#8217;ll be posting a link for you all to download and try out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/04/twitter-widget-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Blink</title>
		<link>http://www.codeblink.com/2009/04/first-blink/</link>
		<comments>http://www.codeblink.com/2009/04/first-blink/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:52:09 +0000</pubDate>
		<dc:creator>CodeBlink</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.codeblink.com/?p=234</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/first-blink/' addthis:title='First Blink '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>The building of CodeBlink.com has begun! Please contain yourselves&#8230;]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.codeblink.com/2009/04/first-blink/' addthis:title='First Blink '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>The building of CodeBlink.com has begun! Please contain yourselves&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codeblink.com/2009/04/first-blink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

