<?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>ChillyBin Web Design &#38; Consultancy, Singapore&#187; Replace Archives  &#8211; ChillyBin Web Design &amp; Consultancy, Singapore</title>
	<atom:link href="http://www.chillybin.com.sg/tag/replace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chillybin.com.sg</link>
	<description>Keeping It Fresh!</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to stop WordPress removing line breaks</title>
		<link>http://www.chillybin.com.sg/blog/how-to-stop-wordpress-removing-line-breaks/</link>
		<comments>http://www.chillybin.com.sg/blog/how-to-stop-wordpress-removing-line-breaks/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 07:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wpautop]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/?p=399</guid>
		<description><![CDATA[We&#8217;ve all had these problems working with WordPress as designers where you are trying to format an article or something for a client and have everything lined up perfectly, publish the article, only to find out that WordPress has removed all your manual line-breaks! Fortunately there is a pretty simple fix, I had to edit [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all had these problems working with WordPress as designers where you are trying to format an article or something for a client and have everything lined up perfectly, publish the article, only to find out that WordPress has removed all your manual line-breaks!</p>
<p>Fortunately there is a pretty simple fix, I had to edit <strong>formatting.php</strong> in order to keep wpautop() from removing my deliberate breaks. I commented out the following line which replaces two occurrences of BR separated only by whitespace with two newlines:</p>
<p><code>//$pee = preg_replace('|&lt;br /&gt;\s*&lt;br /&gt;|', "\n\n", $pee);</code></p>
<p>Then, I commented out this line found towards the end of the function and replaced it with a version that exempts BRs from being removed:</p>
<p>Commented out:<br />
<code>//$pee = preg_replace('!&lt;br /&gt;(\s*&lt;/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^&gt;]*&gt;)!', '$1', $pee);</code></p>
<p>Replaced with:<br />
<code>$pee = preg_replace('!(\s*&lt;/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^&gt;]*&gt;)!', '$1', $pee);</code></p>
<p>This keeps wordpress from stripping the breaks, but it does not keep Tiny MCE from doing it if you go to visual mode.</p>
<div class="shr-publisher-399"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/how-to-stop-wordpress-removing-line-breaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Tweets for 2010-01-03</title>
		<link>http://www.chillybin.com.sg/blog/weekly-tweets-for-2010-01-03/</link>
		<comments>http://www.chillybin.com.sg/blog/weekly-tweets-for-2010-01-03/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/blog/weekly-tweets-for-2010-01-03/</guid>
		<description><![CDATA[15 Tips and Techniques for Styling the button element &#8211; http://bit.ly/4PRdOf /via @smashingmag # Form Element Resources and Tutorials Using CSS And Javascript &#8211; http://bit.ly/j02Ai /via @smashingmag # Designing with a Grid &#8211; http://bit.ly/7oz9IJ /via @smashingmag # Ten words you need to stop misspelling &#8211; http://bit.ly/8MhwXT /via @smashingmag # 30 Handy Cheat Sheets and Reference [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>15 Tips and Techniques for Styling the button element &#8211; <a href="http://bit.ly/4PRdOf" rel="nofollow">http://bit.ly/4PRdOf</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7327706031" class="aktt_tweet_time">#</a></li>
<li>Form Element Resources and Tutorials Using CSS And Javascript &#8211; <a href="http://bit.ly/j02Ai" rel="nofollow">http://bit.ly/j02Ai</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7327697858" class="aktt_tweet_time">#</a></li>
<li>Designing with a Grid &#8211; <a href="http://bit.ly/7oz9IJ" rel="nofollow">http://bit.ly/7oz9IJ</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7327653768" class="aktt_tweet_time">#</a></li>
<li>Ten words you need to stop misspelling &#8211; <a href="http://bit.ly/8MhwXT" rel="nofollow">http://bit.ly/8MhwXT</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7327648481" class="aktt_tweet_time">#</a></li>
<li>30 Handy Cheat Sheets and Reference Guides for Web Professionals &#8211; <a href="http://bit.ly/18kqrq" rel="nofollow">http://bit.ly/18kqrq</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7327639150" class="aktt_tweet_time">#</a></li>
<li>Nine Techniques for CSS Image Replacement &#8211; <a href="http://bit.ly/6nyRH8" rel="nofollow">http://bit.ly/6nyRH8</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7325821599" class="aktt_tweet_time">#</a></li>
<li>Subversion 101 &#8211; <a href="http://bit.ly/Q32fY" rel="nofollow">http://bit.ly/Q32fY</a> &#8211; Useful! /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7325817816" class="aktt_tweet_time">#</a></li>
<li>Updating your footers to include 2010? Make it future-proof with a PHP echo date(&quot;Y&quot;) instead! /via @<a href="http://twitter.com/buildinternet" class="aktt_username">buildinternet</a> <a href="http://twitter.com/chullybun/statuses/7297867453" class="aktt_tweet_time">#</a></li>
<li>A Speedy Way To Write HTML/CSS Code &#8211; <a href="http://bit.ly/6MRuDN" rel="nofollow">http://bit.ly/6MRuDN</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> /via @<a href="http://twitter.com/behoff" class="aktt_username">behoff</a> <a href="http://twitter.com/chullybun/statuses/7297858192" class="aktt_tweet_time">#</a></li>
<li>Create a Sexy Persistent Header with Opacity Using MooTools or jQuery &#8211; <a href="http://bit.ly/6BlF4y" rel="nofollow">http://bit.ly/6BlF4y</a> /via @<a href="http://twitter.com/9swords" class="aktt_username">9swords</a> <a href="http://twitter.com/chullybun/statuses/7297846793" class="aktt_tweet_time">#</a></li>
<li>Extending CSS with jQuery – A New Years Guide &#8211; <a href="http://bit.ly/92PTJ5" rel="nofollow">http://bit.ly/92PTJ5</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7297840400" class="aktt_tweet_time">#</a></li>
<li>Google’s Happy New Year Easter Egg! <a href="http://ow.ly/16fIPs" rel="nofollow">http://ow.ly/16fIPs</a> /via @<a href="http://twitter.com/inspiredmag" class="aktt_username">inspiredmag</a> <a href="http://twitter.com/chullybun/statuses/7297836389" class="aktt_tweet_time">#</a></li>
<li>How To Crop An Image Using The Rule Of Thirds <a href="http://bit.ly/82Bzyi" rel="nofollow">http://bit.ly/82Bzyi</a> /via @<a href="http://twitter.com/sitepointdotcom" class="aktt_username">sitepointdotcom</a> <a href="http://twitter.com/chullybun/statuses/7147886328" class="aktt_tweet_time">#</a></li>
</ul>
<div class="shr-publisher-372"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/weekly-tweets-for-2010-01-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-10-18</title>
		<link>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-18/</link>
		<comments>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-18/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 14:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-18/</guid>
		<description><![CDATA[RT @RussAdams: 21 Popular Brands That Are Using WordPress http://bit.ly/2B9fZo #webdesign #wordpress # RT @DesiznTech: RT @webdesignfan 26 jQuery Plugins for Superb Navigation &#124; WebDesignFan.com http://retwt.me/YdE9 # RT @9swords: 7 Key Principles That Make A Web Design Look Good http://br.st/0D4 # RT @collis: Endless Scroll jQuery plugin for an effect like http://cssline.com from Envato&#39;s own [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @RussAdams: 21 Popular Brands That Are Using WordPress <a href="http://bit.ly/2B9fZo" rel="nofollow">http://bit.ly/2B9fZo</a> #<a href="http://search.twitter.com/search?q=%23webdesign" class="aktt_hashtag">webdesign</a> #<a href="http://search.twitter.com/search?q=%23wordpress" class="aktt_hashtag">wordpress</a> <a href="http://twitter.com/chullybun/statuses/4940960466" class="aktt_tweet_time">#</a></li>
<li>RT @DesiznTech: RT @<a href="http://twitter.com/webdesignfan" class="aktt_username">webdesignfan</a> 26 jQuery Plugins for Superb Navigation | WebDesignFan.com <a href="http://retwt.me/YdE9" rel="nofollow">http://retwt.me/YdE9</a> <a href="http://twitter.com/chullybun/statuses/4940932037" class="aktt_tweet_time">#</a></li>
<li>RT @9swords: 7 Key Principles That Make A Web Design Look Good <a href="http://br.st/0D4" rel="nofollow">http://br.st/0D4</a> <a href="http://twitter.com/chullybun/statuses/4940918312" class="aktt_tweet_time">#</a></li>
<li>RT @collis: Endless Scroll jQuery plugin for an effect like <a href="http://cssline.com" rel="nofollow">http://cssline.com</a> from Envato&#39;s own Fred Wu &#8211; <a href="http://bit.ly/2VocqA" rel="nofollow">http://bit.ly/2VocqA</a> <a href="http://twitter.com/chullybun/statuses/4936357189" class="aktt_tweet_time">#</a></li>
<li>Tips for Designing an Awesome Coming Soon Page &#8211; <a href="http://bit.ly/1adD3Z" rel="nofollow">http://bit.ly/1adD3Z</a> (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/4919324143" class="aktt_tweet_time">#</a></li>
<li>Cu3er &#8211; <a href="http://bit.ly/ruUlj" rel="nofollow">http://bit.ly/ruUlj</a> &#8211; a beautiful free Flash 3D Image Slider (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/4912855573" class="aktt_tweet_time">#</a></li>
<li>Inspire Lives and Stand a Chance to Win! &#8211; <a href="http://eepurl.com/edgT" rel="nofollow">http://eepurl.com/edgT</a> <a href="http://twitter.com/chullybun/statuses/4882710736" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/tweetmeme" class="aktt_username">tweetmeme</a> 30 Tutorials for Designing Fun and Creative Characters | Vandelay Design Blog <a href="http://retwt.me/RyzB" rel="nofollow">http://retwt.me/RyzB</a> (via @<a href="http://twitter.com/shawnrgrimes" class="aktt_username">shawnrgrimes</a>) <a href="http://twitter.com/chullybun/statuses/4882169432" class="aktt_tweet_time">#</a></li>
<li>How to Work with Indecisive Clients <a href="http://bit.ly/vN2KZ" rel="nofollow">http://bit.ly/vN2KZ</a> (via @<a href="http://twitter.com/sitepointdotcom" class="aktt_username">sitepointdotcom</a>) <a href="http://twitter.com/chullybun/statuses/4864142749" class="aktt_tweet_time">#</a></li>
<li>RT @smashingmag: 30+ principles to a better landing page design &#8211; <a href="http://bit.ly/3ip8MJ" rel="nofollow">http://bit.ly/3ip8MJ</a> (via @<a href="http://twitter.com/wpSEO" class="aktt_username">wpSEO</a>) <a href="http://twitter.com/chullybun/statuses/4859977998" class="aktt_tweet_time">#</a></li>
<li>Chasing up invoices when you&#39;re hungover is a challenge <a href="http://twitter.com/chullybun/statuses/4858110511" class="aktt_tweet_time">#</a></li>
<li>RT @mlane: 30 Impressive vCard Web Designs <a href="http://j.mp/ucAp6" rel="nofollow">http://j.mp/ucAp6</a> #<a href="http://search.twitter.com/search?q=%23webdesign" class="aktt_hashtag">webdesign</a> <a href="http://twitter.com/chullybun/statuses/4828881620" class="aktt_tweet_time">#</a></li>
<li>RT @sitepointdotcom: Make A Big, Beautiful Call-To-Action Button In Photoshop <a href="http://tr.im/Bwkp" rel="nofollow">http://tr.im/Bwkp</a> <a href="http://twitter.com/chullybun/statuses/4828877197" class="aktt_tweet_time">#</a></li>
<li>RT @nicholaspatten: Tutorial: WordPress Theme Frameworks: A Comprehensive Overview. <a href="http://bit.ly/8F6ob" rel="nofollow">http://bit.ly/8F6ob</a> <a href="http://twitter.com/chullybun/statuses/4828874654" class="aktt_tweet_time">#</a></li>
<li>RT @sitepointdotcom: 16 Fabulous Web Browser Options <a href="http://tr.im/Bj47" rel="nofollow">http://tr.im/Bj47</a> <a href="http://twitter.com/chullybun/statuses/4806841683" class="aktt_tweet_time">#</a></li>
<li>RT @smashingmag: Setting Up Photoshop For Web, App and iPhone Development &#8211;  <a href="http://bit.ly/WQ0hI" rel="nofollow">http://bit.ly/WQ0hI</a> <a href="http://twitter.com/chullybun/statuses/4806835611" class="aktt_tweet_time">#</a></li>
<li>RT @smashingmag: 40 Creative Uses Of Cufón Font Replacement &#8211; <a href="http://bit.ly/MmFtU" rel="nofollow">http://bit.ly/MmFtU</a> <a href="http://twitter.com/chullybun/statuses/4806786995" class="aktt_tweet_time">#</a></li>
<li>RT @kripy: Facebook Soars, MySpace Shrinks and Twitter Slows : <a href="http://is.gd/4eAVm" rel="nofollow">http://is.gd/4eAVm</a> <a href="http://twitter.com/chullybun/statuses/4797103346" class="aktt_tweet_time">#</a></li>
</ul>
<div class="shr-publisher-348"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2009-10-11</title>
		<link>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-11/</link>
		<comments>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-11/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[Singapore]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-11/</guid>
		<description><![CDATA[RT @9swords: Inspirational Showcase of Business Card Websites http://br.st/0wt # RT @99designs: 50 Web Apps for Freelancers&#124; via @FreelanceSw &#124; http://bit.ly/14NOks #design #freelance # RT @thek1w1: RT @thek1w1: At the Whopper Bar, who knew such a wonderful place existed? # RT @smashingmag: The &#34;Four Bubbles Model&#34; of CSS. Interesting take on organization &#8211; http://bit.ly/3mB27l (via [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @9swords: Inspirational Showcase of Business Card Websites <a href="http://br.st/0wt" rel="nofollow">http://br.st/0wt</a> <a href="http://twitter.com/chullybun/statuses/4778100393" class="aktt_tweet_time">#</a></li>
<li>RT @99designs: 50 Web Apps for Freelancers| via @<a href="http://twitter.com/FreelanceSw" class="aktt_username">FreelanceSw</a> | <a href="http://bit.ly/14NOks" rel="nofollow">http://bit.ly/14NOks</a> #<a href="http://search.twitter.com/search?q=%23design" class="aktt_hashtag">design</a> #<a href="http://search.twitter.com/search?q=%23freelance" class="aktt_hashtag">freelance</a> <a href="http://twitter.com/chullybun/statuses/4778085777" class="aktt_tweet_time">#</a></li>
<li>RT @thek1w1: RT @thek1w1: At the Whopper Bar, who knew such a wonderful place existed? <a href="http://twitter.com/chullybun/statuses/4767057375" class="aktt_tweet_time">#</a></li>
<li>RT @smashingmag: The &quot;Four Bubbles Model&quot; of CSS. Interesting take on organization &#8211; <a href="http://bit.ly/3mB27l" rel="nofollow">http://bit.ly/3mB27l</a> (via @<a href="http://twitter.com/buildinternet" class="aktt_username">buildinternet</a>) <a href="http://twitter.com/chullybun/statuses/4764434587" class="aktt_tweet_time">#</a></li>
<li>Centered Vertical and Horizontal Align of elements in CSS &#8211; <a href="http://bit.ly/pE5Pp" rel="nofollow">http://bit.ly/pE5Pp</a> &#8211; This will come in handy. (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/4735513415" class="aktt_tweet_time">#</a></li>
<li>5 Crucial Email Marketing Tips <a href="http://tr.im/B2gT" rel="nofollow">http://tr.im/B2gT</a> (via @<a href="http://twitter.com/sitepointdotcom" class="aktt_username">sitepointdotcom</a>) <a href="http://twitter.com/chullybun/statuses/4735500001" class="aktt_tweet_time">#</a></li>
<li>How to Build an Email Marketing List <a href="http://tr.im/B2gO" rel="nofollow">http://tr.im/B2gO</a> (via @<a href="http://twitter.com/sitepointdotcom" class="aktt_username">sitepointdotcom</a>) <a href="http://twitter.com/chullybun/statuses/4710875001" class="aktt_tweet_time">#</a></li>
<li>15 Common Mistakes in E-Commerce Design and How to Avoid Them &#8211; <a href="http://bit.ly/10Ta8s" rel="nofollow">http://bit.ly/10Ta8s</a> (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/4710855833" class="aktt_tweet_time">#</a></li>
<li>get this @<a href="http://twitter.com/threadless" class="aktt_username">threadless</a> select tee, from Design Dude @seriousron, while it&#39;s hot: <a href="http://eepurl.com/d4Hm" rel="nofollow">http://eepurl.com/d4Hm</a> ^a (via @<a href="http://twitter.com/mailchimp" class="aktt_username">mailchimp</a>) <a href="http://twitter.com/chullybun/statuses/4687063846" class="aktt_tweet_time">#</a></li>
<li>Photoshop CS4 has crashed almost daily for me on Snow Leopard, when im trying to move layers around in a large project. #<a href="http://search.twitter.com/search?q=%23fail" class="aktt_hashtag">fail</a> (via @<a href="http://twitter.com/thek1w1" class="aktt_username">thek1w1</a>) <a href="http://twitter.com/chullybun/statuses/4677651038" class="aktt_tweet_time">#</a></li>
<li>HowTo: Find &amp; Replace in MySQL | A Simple Guide <a href="http://bit.ly/3qBrFO" rel="nofollow">http://bit.ly/3qBrFO</a> <a href="http://twitter.com/chullybun/statuses/4677246734" class="aktt_tweet_time">#</a></li>
<li>35 Mac Apps Improve Your Web Browsing Experience <a href="http://bit.ly/pkjkZ" rel="nofollow">http://bit.ly/pkjkZ</a> (via @<a href="http://twitter.com/collis" class="aktt_username">collis</a>) <a href="http://twitter.com/chullybun/statuses/4670115462" class="aktt_tweet_time">#</a></li>
<li>Mastering CSS Coding: Getting Started &#8211; <a href="http://bit.ly/3cG4Ci" rel="nofollow">http://bit.ly/3cG4Ci</a> (please RT) (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/4651377679" class="aktt_tweet_time">#</a></li>
<li>Standard Chartered SME Banking in Singapore can suck it! Completely incompetent staff who lack any sense of responsibility. I&#39;ve had enough! <a href="http://twitter.com/chullybun/statuses/4649963934" class="aktt_tweet_time">#</a></li>
<li>Safety@<a href="http://twitter.com/Work" class="aktt_username">Work</a> News &#8211; Oct 09 | Crane Safety, Recent Events, NEBOSH &amp; BowTie &#8211; <a href="http://eepurl.com/d0jl" rel="nofollow">http://eepurl.com/d0jl</a> <a href="http://twitter.com/chullybun/statuses/4643876414" class="aktt_tweet_time">#</a></li>
<li>Get a better view with Quick Look <a href="http://is.gd/3Ylos" rel="nofollow">http://is.gd/3Ylos</a> <a href="http://twitter.com/chullybun/statuses/4625837039" class="aktt_tweet_time">#</a></li>
<li>A bunch of my facebook friends have had statuses hacked by &quot;ColonCleanerXL&quot; (via @<a href="http://twitter.com/amerz" class="aktt_username">amerz</a>) More Info here &#8212; <a href="http://is.gd/3Yknz" rel="nofollow">http://is.gd/3Yknz</a> <a href="http://twitter.com/chullybun/statuses/4625721261" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/amerz" class="aktt_username">amerz</a> happened to me over the weekend too, my fb acct is pretty locked down and I can&#39;t work out how it broke through? any idea on the app? <a href="http://twitter.com/amerz/statuses/4625300321" class="aktt_tweet_reply">in reply to amerz</a> <a href="http://twitter.com/chullybun/statuses/4625655260" class="aktt_tweet_time">#</a></li>
</ul>
<div class="shr-publisher-347"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/twitter-weekly-updates-for-2009-10-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find &amp; Replace in MySQL</title>
		<link>http://www.chillybin.com.sg/blog/find-and-replace-in-mysql/</link>
		<comments>http://www.chillybin.com.sg/blog/find-and-replace-in-mysql/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/?p=340</guid>
		<description><![CDATA[Somewhere between the backing-up and restoration of a clients MySQL WordPress database we picked up some strange characters. Rather than having to go through by hand to edit them out, we used a nice SQL snippet to do a full-database search and replace. update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]'); So in this case, to get [...]]]></description>
			<content:encoded><![CDATA[<p>Somewhere between the backing-up and restoration of a clients MySQL WordPress database we picked up some strange characters. Rather than having to go through by hand to edit them out, we used a nice SQL snippet to do a full-database search and replace.</p>
<p><code>update [table_name] set [field_name] =<br />
replace([field_name],'[string_to_find]','[string_to_replace]');</code></p>
<p>So in this case, to get rid of these weird “Ã‚Â” characters, we ran the statement</p>
<p><code>update wp_posts set post_content = replace(post_content,'Ã‚Â','');</code></p>
<p>Worked perfectly for us, it should for you as well.</p>
<div class="shr-publisher-340"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/find-and-replace-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
