<?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; PHP Archives  &#8211; ChillyBin Web Design &amp; Consultancy, Singapore</title>
	<atom:link href="http://www.chillybin.com.sg/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chillybin.com.sg</link>
	<description>Keeping It Fresh!</description>
	<lastBuildDate>Sun, 05 Sep 2010 06:56:00 +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-10</title>
		<link>http://www.chillybin.com.sg/blog/tweets/weekly-tweets-for-2010-01-10/</link>
		<comments>http://www.chillybin.com.sg/blog/tweets/weekly-tweets-for-2010-01-10/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 06:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tweets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/blog/tweets/weekly-tweets-for-2010-01-10/</guid>
		<description><![CDATA[75 Ultimate Google #Analytics Tools, Tips &#38; Tricks http://ow.ly/UoPZ # How to create a fluid grid with jQuery &#8211; http://bit.ly/63BcJj /via @smashingmag # Coda-Slider 2.0 jQuery Plugin &#8211; http://bit.ly/4txOhB # CSS3 Gradient Generator &#8211; http://bit.ly/4IHZi0 # Downloadify – create downloads on the fly without server interaction http://bit.ly/4JDu5s # Email Marketing Tips &#8211; http://bit.ly/5G5L8x &#8211; A [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>75 Ultimate Google #<a href="http://search.twitter.com/search?q=%23Analytics" class="aktt_hashtag">Analytics</a> Tools, Tips &amp; Tricks <a href="http://ow.ly/UoPZ" rel="nofollow">http://ow.ly/UoPZ</a> <a href="http://twitter.com/chullybun/statuses/7584046163" class="aktt_tweet_time">#</a></li>
<li>How to create a fluid grid with jQuery &#8211; <a href="http://bit.ly/63BcJj" rel="nofollow">http://bit.ly/63BcJj</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7577642939" class="aktt_tweet_time">#</a></li>
<li>Coda-Slider 2.0 jQuery Plugin &#8211; <a href="http://bit.ly/4txOhB" rel="nofollow">http://bit.ly/4txOhB</a> <a href="http://twitter.com/chullybun/statuses/7561906949" class="aktt_tweet_time">#</a></li>
<li>CSS3 Gradient Generator &#8211; <a href="http://bit.ly/4IHZi0" rel="nofollow">http://bit.ly/4IHZi0</a> <a href="http://twitter.com/chullybun/statuses/7559070267" class="aktt_tweet_time">#</a></li>
<li>Downloadify – create downloads on the fly without server interaction <a href="http://bit.ly/4JDu5s" rel="nofollow">http://bit.ly/4JDu5s</a> <a href="http://twitter.com/chullybun/statuses/7514560916" class="aktt_tweet_time">#</a></li>
<li>Email Marketing Tips &#8211; <a href="http://bit.ly/5G5L8x" rel="nofollow">http://bit.ly/5G5L8x</a> &#8211; A pretty good read, recommended! <a href="http://twitter.com/chullybun/statuses/7479088668" class="aktt_tweet_time">#</a></li>
<li>15 Clean &amp; Effective Email / Newsletter Designs. <a href="http://bit.ly/5IlA0i" rel="nofollow">http://bit.ly/5IlA0i</a> <a href="http://twitter.com/chullybun/statuses/7470167436" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/D_Who" class="aktt_username">D_Who</a> Yeah I have, running Internet Explorer 6 right now, much easier that VMWare Fusion <a href="http://twitter.com/D_Who/statuses/7465664130" class="aktt_tweet_reply">in reply to D_Who</a> <a href="http://twitter.com/chullybun/statuses/7467542828" class="aktt_tweet_time">#</a></li>
<li>Facebook for iPhone 3.1 Adds Push Notifications, Address Book Syncing &#8211; <a href="http://bit.ly/5WDEI6" rel="nofollow">http://bit.ly/5WDEI6</a> <a href="http://twitter.com/chullybun/statuses/7461008737" class="aktt_tweet_time">#</a></li>
<li>WineBottler Turns Windows Programs into Standalone OS X Applications <a href="http://winebottler.kronenberg.org/" rel="nofollow">http://winebottler.kronenberg.org/</a> <a href="http://twitter.com/chullybun/statuses/7444667961" class="aktt_tweet_time">#</a></li>
<li>Looking for some PHP assistance integrating a login system, can you help? please DM <a href="http://twitter.com/chullybun/statuses/7427421879" class="aktt_tweet_time">#</a></li>
<li>37 Fresh jQuery Image And Gallery Display Solutions <a href="http://bit.ly/8VeL5m" rel="nofollow">http://bit.ly/8VeL5m</a> <a href="http://twitter.com/chullybun/statuses/7423066998" class="aktt_tweet_time">#</a></li>
<li>Forms with HTML5 &#8211; <a href="http://bit.ly/5aHXjW" rel="nofollow">http://bit.ly/5aHXjW</a> <a href="http://twitter.com/chullybun/statuses/7420057091" class="aktt_tweet_time">#</a></li>
<li>5 Biggest Copyright Pitfalls for Web Designers &#8211; <a href="http://bit.ly/4ExBWH" rel="nofollow">http://bit.ly/4ExBWH</a> <a href="http://twitter.com/chullybun/statuses/7403980075" class="aktt_tweet_time">#</a></li>
<li>20 Email Design Best Practices and Resources for Beginners &#8211; <a href="http://bit.ly/3Kg7Sd" rel="nofollow">http://bit.ly/3Kg7Sd</a> <a href="http://twitter.com/chullybun/statuses/7400200128" class="aktt_tweet_time">#</a></li>
<li>Free CSS Layouts and Templates at CSS-Tricks &#8211; <a href="http://bit.ly/6dxF8V" rel="nofollow">http://bit.ly/6dxF8V</a> <a href="http://twitter.com/chullybun/statuses/7395096956" class="aktt_tweet_time">#</a></li>
<li>chullybun: The Automatic CSS Inliner Tool &#8211; <a href="http://bit.ly/4CEa6o" rel="nofollow">http://bit.ly/4CEa6o</a> <a href="http://bit.ly/6WZV6X" rel="nofollow">http://bit.ly/6WZV6X</a> <a href="http://twitter.com/chullybun/statuses/7392011416" class="aktt_tweet_time">#</a></li>
<li>The Automatic CSS Inliner Tool &#8211; <a href="http://bit.ly/4CEa6o" rel="nofollow">http://bit.ly/4CEa6o</a> <a href="http://twitter.com/chullybun/statuses/7391345866" class="aktt_tweet_time">#</a></li>
<li>Tutorial: Photoshop: An In-Depth Look Into Background Removal Techniques. <a href="http://bit.ly/4Osl7m" rel="nofollow">http://bit.ly/4Osl7m</a> <a href="http://twitter.com/chullybun/statuses/7391331240" class="aktt_tweet_time">#</a></li>
<li>Facebook Turns to the Crowd to Eradicate Offensive Content &#8211; <a href="http://bit.ly/4RFUt6" rel="nofollow">http://bit.ly/4RFUt6</a> <a href="http://twitter.com/chullybun/statuses/7391319437" class="aktt_tweet_time">#</a></li>
<li>Getting Started with jQuery  <a href="http://is.gd/5MsMD" rel="nofollow">http://is.gd/5MsMD</a> <a href="http://twitter.com/chullybun/statuses/7391300235" class="aktt_tweet_time">#</a></li>
<li>Using HTML Symbol Entities &#8211; <a href="http://bit.ly/7KQidc" rel="nofollow">http://bit.ly/7KQidc</a> <a href="http://twitter.com/chullybun/statuses/7386507887" class="aktt_tweet_time">#</a></li>
<li>Fonts Used In Logos of Popular Websites &#8211; <a href="http://bit.ly/13UnbF" rel="nofollow">http://bit.ly/13UnbF</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7386475656" class="aktt_tweet_time">#</a></li>
<li>The Principles of Good Web Design Part 1: Layout &#8211; <a href="http://bit.ly/a47Y7" rel="nofollow">http://bit.ly/a47Y7</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7386435105" class="aktt_tweet_time">#</a></li>
<li>20 Do’s and Don’ts of Effective Web Design &#8211; <a href="http://bit.ly/2bzkxd" rel="nofollow">http://bit.ly/2bzkxd</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7386392930" class="aktt_tweet_time">#</a></li>
<li>Best Design Practices For Professional Modern Web Design &#8211; <a href="http://bit.ly/cYj0d" rel="nofollow">http://bit.ly/cYj0d</a> /via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a> <a href="http://twitter.com/chullybun/statuses/7363704455" class="aktt_tweet_time">#</a></li>
<li>Exceptional CSS Navigation Techniques &#8211; <a href="http://bit.ly/H5M1" rel="nofollow">http://bit.ly/H5M1</a> (via @<a href="http://twitter.com/smashingmag" class="aktt_username">smashingmag</a>) <a href="http://twitter.com/chullybun/statuses/7335584013" class="aktt_tweet_time">#</a></li>
</ul>
<div class="shr-publisher-394"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/tweets/weekly-tweets-for-2010-01-10/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>25 Mac Apps I Love</title>
		<link>http://www.chillybin.com.sg/blog/25-mac-apps-i-love/</link>
		<comments>http://www.chillybin.com.sg/blog/25-mac-apps-i-love/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 06:15:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consultancy]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Value]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.chillybin.com.sg/?p=368</guid>
		<description><![CDATA[I&#8217;ve been using macs for quite a while now and one thing I love about the operating system is the wealth of well designed and useful software which is available. Windows has a large breadth of software available but since switching over in 2003 I&#8217;ve not had to go back to windows unless I am [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using macs for quite a while now and one thing I love about the operating system is the wealth of well designed and useful software which is available. Windows has a large breadth of software available but since switching over in 2003 I&#8217;ve not had to go back to windows unless I am browser testing a website in Internet Explorer. For me, there is nothing that my mac can&#8217;t do, be it work or play.</p>
<p>I&#8217;ve compiled a list of my favourite applications, most of them I use on at least a weekly basis, and in no particular order.</p>
<p><a href="http://www.perian.org/"><strong>Perian</strong></a><br />
A must have download for anyone who wants to consume video content on thier mac. Install it and let Quicktime open all your video files with ease.</p>
<p><a href="http://www.atebits.com/tweetie-mac/"><strong>Tweetie</strong></a><br />
Tweet much? Well if you haven&#8217;t already downloaded Tweetie for your iPhone or your mac then you are missing out. It&#8217;s a wonderfully designed application that features multiple accounts, independent compose windows, search trends, threaded dm’s, user details &amp; bookmarklets which make it my Twitter application of choice. Best of all, they offer a free version (ad supported)</p>
<p><a href="http://www.billingsapp.com/"><strong>Billings</strong></a><br />
Since starting my own business (ChillyBin Web Design &amp; Consultancy) earlier in the year Billings has been an essential piece of my daily routine. It looks after all my job estimates, client briefs, time tracking, invoicing and accounting. It&#8217;s a very powerful little tool for small business and something that I could not do without.</p>
<p><a href="http://culturedcode.com/things/"><strong>Things</strong></a><br />
I&#8217;ve been using the GTD method for a few years now to manage my tasks and Things is a neat little app for iPhone and mac that facilitates all my todo lists and syncs across both devices seamlessly. I no longer have to worry about forgetting anything either with ChillyBin or in my personal life. I&#8217;ve recently integrated it with Mail.app so I can send new items to it effortsly from my email.</p>
<p><a href="http://macromates.com/"><strong>Textmate</strong></a><br />
I&#8217;ve recently just upgraded to Textmate after running BBedit for a number of years. Textmate now looks after all my text editing across my systems, it opens, reads and edits any file I throw at it. Since I spend most of my day writing and editing XHTML &amp; CSS this is one tool I could not do without, it also has a set of really strong bundles inbuilt which allow textmate to be extended easily.</p>
<p><a href="http://adium.im/"><strong>Adium</strong></a><br />
I use chat for business and for pleasure and Adium is my multiple protocol application of choice, there are tons of community developed plugins, icons, message lists and contact lists themes available which makes this app a constant on any system I run.</p>
<p><a href="http://www.panic.com/transmit/"><strong>Transmit</strong></a><br />
I love Transmit, it&#8217;s been my SFTP/FTP application since i first migrated to mac and it&#8217;s developed my the Panic team who really make some great software. I use this religiously to get web content around to both client and personal websites.</p>
<p><a href="http://www.transmissionbt.com/"><strong>Transmission</strong></a><br />
I don&#8217;t tend to download much through bittorrent anymore but when I do it&#8217;s with Transmission. It also monitors a folder hooked up to Dropbox so I can download even when I&#8217;m out of the office or on my iPhone.</p>
<p><a href="http://www.yazsoft.com/"><strong>Speed Download 5</strong></a><br />
Multiple threaded download management application which I use to download and sort anything downloaded through the web, it also allows me to connect it up with my rapidshare account.</p>
<p><a href="http://www.adobe.com/products/creativesuite/"><strong>Adobe Creative Suite</strong></a><br />
Photoshop, Illustrator, &amp; Dreamweaver are my tools of choice out of this suite which has been the main tool of any creative project I&#8217;ve undertaken.</p>
<p><a href="http://www.pixelmator.com/"><strong>Pixelmator</strong></a><br />
For those little image edits which I can&#8217;t be bothered opening up Photoshop for.</p>
<p><a href="http://www.vmware.com/products/fusion/"><strong>VMWare Fusion</strong></a><br />
Alas, there are still times we need to run windows software, especially when testing and checking a new website design across multiple browsers, helps with streaming and decoding any files specifically written for windows too (I&#8217;m looking at you WMV!) I highly recommend checking it out and the new Unity mode in v3 is fantastic.</p>
<p><a href="http://parachut.in/"><strong>Parachute</strong></a><br />
Backups are important, I use this little app in conjunction with Time Machine to keep backups of my hard disk content across on my 2TB NAS storage device.</p>
<p><a href="http://agilewebsolutions.com/products/1Password"><strong>1Password</strong></a><br />
Strong Password generator and managment application that keeps all my passwords synced, strong and secure. Helps when I am setting up new passwords and websites for clients as it allows me a quick and simple way to archive these very strong passwords and bring them up when I need them very quickly. Oh, and it syncs across to my iPhone too.</p>
<p><a href="http://www.balsamiq.com/products/mockups"><strong>Balsamiq Mockups</strong></a><br />
Prototyping tool developed in Air which allows me to quickly send clients a basic mockup of their project quickly without having to worry about colours and/or opening up Photoshop at the first stage of a project. A real lifesaver!</p>
<p><a href="http://www.sequelpro.com/"><strong>Sequel Pro</strong></a><br />
Helps me manage online and offline database content for client websites.</p>
<p><a href="http://bowtieapp.com/"><strong>Bowtie</strong></a><br />
iTunes notifier and last.fm scrobbler that sits alongside my dock and allows me to quickly see what track in playing in iTunes and either rate it or skip it, has a strong set of keyboard shortcuts too.</p>
<p><a href="http://www.panic.com/candybar/"><strong>CandyBar</strong></a><br />
I use CandyBar to customise icons &amp; docks across my systems with a little help from the amazing icon designers at <a href="http://macthemes2.net/forum">macthemes2.net</a> &amp; <a href="http://deviantart.com">deviantart.com</a>.</p>
<p><a href="https://www.dropbox.com/home"><strong>Dropbox</strong></a><br />
I love my dropbox, it allows me to send files aroundthw web seamlessly and effortleessly. I can sync a new design file easily with a client which will then get downloaded to their dropbox folder on their system. I also use it to share large files over the net via email to clients or friends as I&#8217;ve got 2.5GB of storage to play with. I also sync my .torrent files here with Transmission.</p>
<p><a href="http://www.apple.com/iwork/"><strong>iWork Suite</strong></a><br />
Pages, Numbers &amp; Keynote are all really undervalued applications in my opinion and they take care of all proposals, briefs, spreadsheet and presentation tasks I throw at it. They also all open ad export files in PDF and the Microsoft Office file formats so you can share this with PC users too.</p>
<p><a href="http://creativebe.com/mainmenu/"><strong>MainMenu</strong></a><br />
Set of system tools which allows me to clean and maintain my snow leopard installations and keep them running up to spec. I also use it to clean my browser and dns caches when editing and viewing website designs as well As repairing and corrupt file permissions.</p>
<p><a href="http://www.islayer.com/apps/"><strong>iStat</strong></a><br />
Remote monitoring tool that allows me to check the status of any of my machines my iPhone.</p>
<p><a href="http://www.prosofteng.com/products/drive_genius.php"><strong>Drive Genius 2</strong></a><br />
For anything that MainMenu can&#8217;t handle I load up Drive Genius, it also helps with defragmentation of my drives (yes, it happens even on a mac), repartitioning, shredding files, scanning &#038; integrity checks.</p>
<p><a href="http://www.apple.com/ilife/"><strong>iLife Suite</strong></a><br />
If you own a mac you will have at least used these applications, but I really couldn&#8217;t do without iMovie, iPhoto &amp; Garageband.</p>
<p><a href="http://www.unrarx.com/"><strong>UnRarX</strong></a> &amp; <a href="http://wakaba.c3.cx/s/apps/unarchiver.html"><strong>The Unarchiver</strong></a><br />
For all your unarchiving needs.</p>
<div class="shr-publisher-368"></div>]]></content:encoded>
			<wfw:commentRss>http://www.chillybin.com.sg/blog/25-mac-apps-i-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
