<?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>teddy-risation™</title>
	<atom:link href="http://www.teddy-o-ted.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teddy-o-ted.com</link>
	<description>Design of a minimalist, content of a maximalist</description>
	<lastBuildDate>Sat, 13 Mar 2010 08:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Borders &#8211; An experiment with border widths</title>
		<link>http://www.teddy-o-ted.com/tutorials/borders-an-experiment-with-border-widths/</link>
		<comments>http://www.teddy-o-ted.com/tutorials/borders-an-experiment-with-border-widths/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 16:32:42 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4582</guid>
		<description><![CDATA[After reading the fantastic writeups about manipulating CSS borders to create graphics that are impossible with grid-like elements on Slantastic and Border Slants, I was inspired to do a simply followup demo page on the capabilities of CSS borders. I started working on this secret, clandestine page on my domain since half a year ago [...]]]></description>
			<content:encoded><![CDATA[<p>After reading the fantastic writeups about manipulating CSS borders to create graphics that are impossible with grid-like elements on <a href="http://meyerweb.com/eric/css/edge/slantastic/demo.html" title="Slantastic">Slantastic</a> and <a href="http://infimum.dk/HTML/slantinfo.html" title="Border Slants">Border Slants</a>, I was inspired to do a simply followup demo page on the capabilities of CSS borders. I started working on this secret, clandestine page on my domain since half a year ago but I didn&#8217;t had enough time to complete everything. Finally came my long-awaited semester break, when I can devote a day&#8217;s time to finish this demo page.</p>
<p>You can view the demo page here. Do not right click on the link, simply do a click-through.<br />
<p class="download download-html" title="Download link for Borders – An experiment with border widths"><a href="http://www.teddy-o-ted.com/download/10" title="Download link for Borders – An experiment with border widths."><span class="download-title"><strong>view demo</strong>: Borders – An experiment with border widths</span><span class="download-stats">Version 1.0 \ File size: 4 KB \ 44 downloads</span><span class="download-desc">A demonstration page on how we can manipulate CSS borders to create custom shapes and polygons.</span></a></p></p>
<div id="attachment_4584" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/cssborders01.png" alt="Borders - An experiment with border widths" title="Borders - An experiment with border widths" width="600" height="398" class="size-full wp-image-4584" /><p class="wp-caption-text">Borders - An experiment with border widths</p></div>
<p>The visual elements shown in the remainder of this post will be drawn purely using CSS only &#8211; not images. Feel free to dissect the code for reference. It helps a lot if you can try imagining how you would want to construct a specific shape before referring to the source code to see how it is done.</p>
<h2>The Basics</h2>
<p>The principle behind creating custom shapes using border is the interface between two borders:</p>
<div class="wp-caption aligncenter">
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 1px solid #6e94b8; border-right: 1px solid #386085; border-bottom: 1px solid #173755; border-left: 1px solid #051525; width: 98px; height: 98px;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 10px solid #6e94b8; border-right: 10px solid #386085; border-bottom: 10px solid #173755; border-left: 10px solid #051525; width: 80px; height: 80px;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 20px solid #6e94b8; border-right: 20px solid #386085; border-bottom: 20px solid #173755; border-left: 20px solid #051525; width: 60px; height: 60px;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 34px solid #6e94b8; border-right: 34px solid #386085; border-bottom: 35px solid #173755; border-left: 35px solid #051525; width: 30px; height: 30px;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 50px solid #6e94b8; border-right: 50px solid #386085; border-bottom: 50px solid #173755; border-left: 50px solid #051525; width: 0; height: 0;"></div>
<div style="clear: both;"></div>
</div>
<p>By increasing the <code>border-width</code>, the slant becomes more apparent. We can manipulate each of the <code>border-width</code>s to create the gradient that we want as well.</p>
<h2>Triangles and Trapeziums</h2>
<p>It becomes clear that we can create triangles and trapeziums based on the observation of such behaviours at the interface of two borders.</p>
<div class="wp-caption aligncenter">
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 50px solid #6e94b8; border-right: 50px solid #386085; border-bottom: 50px solid #173755; border-left: 50px solid #051525; width: 0; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-top: 25px solid #6e94b8; border-right: 50px solid #386085; border-bottom: 75px solid #173755; border-left: 50px solid #051525; width: 0; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 50px solid #386085; border-bottom: 100px solid #173755; border-left: 50px solid #051525; width: 0; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 50px solid #9bafc2; border-bottom: 100px solid #173755; border-left: 50px solid #828a92; width: 0; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 50px solid #fff; border-bottom: 100px solid #173755; border-left: 50px solid #fff; width: 0; height: 0;"></div>
<div style="clear: both;"></div>
</div>
<p>Trapeziums are possible too, if we increase the width of the empty <code>&lt;div&gt;</code> from zero to a positive numerical value:</p>
<div class="wp-caption aligncenter">
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 50px solid #fff; border-bottom: 100px solid #173755; border-left: 50px solid #fff; width: 0; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 40px solid #fff; border-bottom: 100px solid #173755; border-left: 40px solid #fff; width: 20px; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 30px solid #fff; border-bottom: 100px solid #173755; border-left: 30px solid #fff; width: 40px; height: 0;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 30px solid #fff; border-bottom: 80px solid #173755; border-left: 30px solid #fff; width: 40px; height: 20px;"></div>
<div style="float: left; margin: 5px 11px; font-size: 0; line-height: 0; border-right: 30px solid #fff; border-bottom: 60px solid #173755; border-left: 30px solid #fff; width: 40px; height: 40px;"></div>
<div style="clear: both;"></div>
</div>
<h2>Regular Polygons</h2>
<p>Creating regular polygons require some calculation. Their parameters can be found in the source code, and you can scale the <code>border-width</code> and <code>width</code> properties in order to scale the entire polygon proportionately.</p>
<div class="wp-caption aligncenter">
<div style="float: left; margin: 12px 11px;">
<div style="font-size: 0; line-height: 0; border-left: 50px solid #fff; border-bottom: 87px solid #173755; border-right: 50px solid #fff; width: 0;"></div>
</div>
<div style="float: left; margin: 5px 11px;">
<div style="font-size: 0; line-height: 0; border-left: 50px solid #fff; border-bottom: 50px solid #173755; border-right: 50px solid #fff; width: 0;"></div>
<div style="font-size: 0; line-height: 0; border-left: 50px solid #fff; border-top: 50px solid #173755; border-right: 50px solid #fff; width: 0;"></div>
</div>
<div style="float: left; margin: 8px 11px;">
<div style="font-size: 0; line-height: 0; border-left: 50px solid #fff; border-bottom: 36px solid #173755; border-right: 50px solid #fff; width: 0;"></div>
<div style="font-size: 0; line-height: 0; border-left: 19px solid #fff; border-top: 58px solid #173755; border-right: 19px solid #fff; width: 62px;"></div>
</div>
<div style="float: left; margin: 5px 11px;">
<div style="font-size: 0; line-height: 0; border-left: 43px solid #fff; border-bottom: 25px solid #173755; border-right: 43px solid #fff; width: 0;"></div>
<div style="font-size: 0; line-height: 0; background-color: #173755; width: 86px; height: 50px;"></div>
<div style="font-size: 0; line-height: 0; border-left: 43px solid #fff; border-top: 25px solid #173755; border-right: 43px solid #fff; width: 0;"></div>
</div>
<div style="float: left; margin: 6px 11px;">
<div style="font-size: 0; line-height: 0; border-left: 40px solid #fff; border-bottom: 20px solid #173755; border-right: 40px solid #fff; margin-left: 10px; width: 0; "></div>
<div style="font-size: 0; line-height: 0; border-left: 10px solid #fff; border-bottom: 43px solid #173755; border-right: 10px solid #fff; width: 80px;"></div>
<div style="font-size: 0; line-height: 0; border-left: 27px solid #fff; border-top: 35px solid #173755; border-right: 27px solid #fff; width: 46px;"></div>
</div>
<div style="clear: both;"></div>
</div>
<p>From left to right, we have triangle (trigon), quadrilateral (tetragon), pentagon, hexagon and heptagon. The demo page will have more regular polygons, up to decagon.</p>
<h2>Creating Graphics</h2>
<p>For more examples, refer to the demo page: <a href="http://www.teddy-o-ted.com/download/10" title="Download link for Borders – An experiment with border widths.">Borders – An experiment with border widths</a>.</p>
<p>One advantage of creating visual elements using CSS (and in this case, CSS borders) is that your visitors will not have to download images that are huge. Of course, this technique is usually experimental because certain image extensions such as .png and .gif will greatly reduce the size of images (given certain conditions) and that it is sometimes not feasible to code an image from ground up.</p>
<div class="wp-caption alignleft" style="width: 210px;">
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 10px solid #fff; border-bottom: 20px solid #238229; border-right: 10px solid #fff; float: none; margin-left: 90px; width: 0;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 10px solid #fff; border-bottom: 20px solid #238229; border-right: 10px solid #fff; float: none; margin-left: 86px; width: 8px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 14px solid #fff; border-bottom: 20px solid #238229; border-right: 14px solid #fff; float: none; margin-left: 78px; width: 16px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 18px solid #fff; border-bottom: 20px solid #238229; border-right: 18px solid #fff; float: none; margin-left: 68px; width: 28px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 22px solid #fff; border-bottom: 20px solid #238229; border-right: 22px solid #fff; float: none; margin-left: 56px; width: 44px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 26px solid #fff; border-bottom: 20px solid #238229; border-right: 26px solid #fff; float: none; margin-left: 42px; width: 64px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 30px solid #fff; border-bottom: 20px solid #238229; border-right: 30px solid #fff; float: none; margin-left: 26px; width: 88px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; border-left: 34px solid #fff; border-bottom: 20px solid #238229; border-right: 34px solid #fff; float: none; margin-left: 8px; width: 116px;"></div>
<div style="margin: 0 auto; font-size: 0; line-height: 0; background-color: #6e3912; border-right: 2px solid #ac5f26; margin-left: 92px; width: 14px; height: 40px;"></div>
</div>
<p>What you see on the left is one of the examples demonstrated on the demo page. The Christmas tree is actually constructed from 10 <code>&lt;div&gt;</code> elements vertically stacked on top of each other. The topmost <code>&lt;div&gt;</code> has its borders modeled after a triangle, while subsequent <code>&lt;div&gt;</code>s have their borders modeled after trapeziums. Their <code>border-width</code>, <code>margin</code> and <code>width</code> has been adjusted so as to give the tree a tapered out look towards the bottom. I finished off the tree with a brown stump made from a single <code>&lt;div&gt;</code> again.</p>
<p>And there you go &#8211; the code for the lovely, purely CSS Christmas tree (all encoded in inline CSS so that you can understand how it works &#8211; and for the sake of clarity). Do remember to wrap it around a box with a defined width.</p>
<pre><code>&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 10px solid #fff; border-bottom: 20px solid #238229; border-right: 10px solid #fff; float: none; margin-left: 90px; width: 0;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 10px solid #fff; border-bottom: 20px solid #238229; border-right: 10px solid #fff; float: none; margin-left: 86px; width: 8px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 14px solid #fff; border-bottom: 20px solid #238229; border-right: 14px solid #fff; float: none; margin-left: 78px; width: 16px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 18px solid #fff; border-bottom: 20px solid #238229; border-right: 18px solid #fff; float: none; margin-left: 68px; width: 28px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 22px solid #fff; border-bottom: 20px solid #238229; border-right: 22px solid #fff; float: none; margin-left: 56px; width: 44px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 26px solid #fff; border-bottom: 20px solid #238229; border-right: 26px solid #fff; float: none; margin-left: 42px; width: 64px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 30px solid #fff; border-bottom: 20px solid #238229; border-right: 30px solid #fff; float: none; margin-left: 26px; width: 88px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; border-left: 34px solid #fff; border-bottom: 20px solid #238229; border-right: 34px solid #fff; float: none; margin-left: 8px; width: 116px;&quot;&gt;&lt;/div&gt;
&lt;div style=&quot;margin: 0 auto; font-size: 0; line-height: 0; background-color: #6e3912; border-right: 2px solid #ac5f26; margin-left: 92px; width: 14px; height: 40px;&quot;&gt;&lt;/div&gt;</code></pre>
<p>One may also explore other options of using CSS borders in creating visual elements &#8211; for example, you can use jQuery insert the necessary code into the start of list items, bulleting each item with a tiny triangle created by CSS borders. Of course, this method will be frown upon by semantics purists, but I&#8217;m going to leave the discussion open.</p>
<h2>Credits, Resources &amp; References</h2>
<p>I would like to thank the genius designers who conceived the idea of creating custom shapes using border slants. It never came across my mind until I read <a href="http://meyerweb.com/eric/css/edge/slantastic/demo.html" title="Slantastic">Slantastic</a> and <a href="http://infimum.dk/HTML/slantinfo.html" title="Border Slants">Border Slants</a>. I have also learned how to code for border slants from there too.</p>
<p>There are several aspects of the application of border slants that I fail to cover in this article and my demo page. The reason is simple &#8211; because they have been done before and little follow-up is needed. Try checking the two links above &#8211; they provide intricate explanation on how wrapping text around a diagonal shape is possible. Go figure!</p>
<p><strong>There are a lot more techniques and ideas that I have included in the demo page</strong>. I did not include them in this article to keep it short and palatable :) </p>
<h2>Your thoughts?</h2>
<p>What are your thoughts on the manipulation of CSS borders and their applicability? If you have any questions regarding the demo page, feel free to post your questions in the comments below. I will be more than happy to help!</p>
<h3  class="related_post_title">Random</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/daily-life/tiring-day/" title="Tiring Day">Tiring Day (3)</a></li><li><a href="http://www.teddy-o-ted.com/general/checking-paper-day/" title="Checking Paper Day">Checking Paper Day (0)</a></li><li><a href="http://www.teddy-o-ted.com/photog/my-vacation-so-far/" title="My Vacation So Far&#8230;">My Vacation So Far&#8230; (4)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/tutorials/borders-an-experiment-with-border-widths/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Family is still the dearest</title>
		<link>http://www.teddy-o-ted.com/daily-life/family-is-still-the-dearest/</link>
		<comments>http://www.teddy-o-ted.com/daily-life/family-is-still-the-dearest/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:06:28 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Emotions]]></category>
		<category><![CDATA[Food for Thought]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Festive]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4576</guid>
		<description><![CDATA[I returned to my mom&#8217;s hometown to celebrate the biggest festival of the Chinese culture &#8211; the Lunar New Year. My mother was born in a modest family in a town named Bukit Mertajam, which is located at the foot of a mountain. After graduating from secondary school she traveled south of the Malaysian capital [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4578" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/cny10_01.jpg" rel="lightbox[4576]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/cny10_01-600x400.jpg" alt="Family is still the dearest" title="Family is still the dearest" width="600" height="400" class="size-medium wp-image-4578" /></a><p class="wp-caption-text">Family is still the dearest</p></div>
<p>I returned to my mom&#8217;s hometown to celebrate the biggest festival of the Chinese culture &#8211; the Lunar New Year. My mother was born in a modest family in a town named Bukit Mertajam, which is located at the foot of a mountain. After graduating from secondary school she traveled south of the Malaysian capital Kuala Lumpur in search of an interior designer job, and that was where she met my dad. She could still recount to me with great detail how her Ugly-Betty-esque experience when she first started work &#8211; her colleagus scoffed at her comprehension of the local dialect, or rather my mom&#8217;s lack thereof, and how she had a hard time working with colleagues that are cunning and throw knives at your back (or sometimes right in your face). </p>
<p>That&#8217;s just the backstory. We have been traveling to the sleepy little town of Bukit Mertajam every year since I was an infant. My mother would tell me how much my grandpa loved me &#8211; as an infant I was very disturbed by the foreign envrionment in my grandparents&#8217; house, and grandpa made great effort to make me feel home, which includes using a lot of money making all the windows mosquito-proof.</p>
<p>It has been a tradition of my family, as well as the extended maternal side of my family, to travel to this place during Lunar New Year. We would gather at my granduncle&#8217;s house where my greatgrandma is living to meet each other on the first day of the new year. In the 20 years of my life, we only missed it once &#8211; back in 2009 there was some problem and all of us decided to celebrate it in the capital instead, and boy I tell you how different it felt. If you ask me, I&#8217;d prefer celebrating this time of the year with my family in Penang. Nothing beats the close bonding of a family.</p>
<div id="attachment_4577" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/cny10_02.jpg" rel="lightbox[4576]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/cny10_02-600x400.jpg" alt="603km on a jet plane" title="603km on a jet plane" width="600" height="400" class="size-medium wp-image-4577" /></a><p class="wp-caption-text">603km on a jet plane</p></div>
<p>Oh, and here&#8217;s a photo of the plane that I took to Penang. It&#8217;s pretty cool, isn&#8217;t it?</p>
<h2>Returning to Singapore</h2>
<p>I had to leave Penang on the third day of the new year because my unforgiving, unapologetic lecturer decided to <a href="http://jotter.teddy-o-ted.com/post/396841157/tragic-and-yet-very-amusing" title="Tragic and yet very Amusing">conduct a test</a>. Unlike my other Malaysian friends who remained in Malaysia for the entire week, I didn&#8217;t have the luxury to do so all thanks to a pathetic quiz.</p>
<p>The halls of residences were totally deserted, even when I arrived on the evening before school started. Even locals are skipping lessons in the spirit of the new year, and I couldn&#8217;t believe I am missing out all that family loving for that test. For once I regretted by decision to return early. I even got a little homesick, especially when mom called the day after hearing all my other relatives in the background having a really good meetup.</p>
<p>However, my trip back to Bukit Mertajam renewed my hopes of my family. As I grew older, I was informed of problems that were deep-rooted in my family. Conflicts and bickerings, disagreements over care of parents, financial issues and etc. Mom felt that I was too young to handle the truth back then, so she didn&#8217;t really inform me about those. Over the years I uncovered flaws of my dreamy extended family &#8211; no matter how close we are, we are still imperfect and I guess that is what makes us human. I was very worried about one particular thing &#8211; what is holding my extended family together is the close bonds between the older generation. The younger generation congregated into cliques. I could not imagine the family fabric being gradually torn apart as we replace our grandparents and parents. What will my extended family be like, say, a decade into the future?</p>
<p>However, that doesn&#8217;t stop me from loving them. Afterall, we are family. Problems can be resolved, if everyone take a step back and look at the big picture instead of being increasingly obsessed with their personal interests. It is nice to see everyone together again this Lunar New Year, and I hope we can keep this tradition alive as long as possible.</p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/daily-life/over-a-cuppa/" title="Over a cuppa">Over a cuppa (13)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/congratulations-juanma-for-being-a-daddy/" title="Congratulations Juanma for being a daddy!">Congratulations Juanma for being a daddy! (8)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/on-tumblr/" title="On Tumblr">On Tumblr (20)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/daily-life/family-is-still-the-dearest/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Happy Valentine&#8217;s and Lunar New Year!</title>
		<link>http://www.teddy-o-ted.com/emotions/happy-valentines-and-lunar-new-year/</link>
		<comments>http://www.teddy-o-ted.com/emotions/happy-valentines-and-lunar-new-year/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:32:17 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Emotions]]></category>
		<category><![CDATA[Celebration]]></category>
		<category><![CDATA[Festival]]></category>
		<category><![CDATA[Joyous]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4570</guid>
		<description><![CDATA[It&#8217;s the time of the year again &#8211; fire crackers, albeit being condemned by the government as dangerous and illegal, going off in the distance; and fireworks lighting up the dark, clear and moonless night sky. Everybody in my hometown, Penang, is welcoming the Lunar New Year with a huge bang. Afterall, our celebrations are [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the time of the year again &#8211; fire crackers, albeit being condemned by the government as dangerous and illegal, going off in the distance; and fireworks lighting up the dark, clear and moonless night sky. Everybody in my hometown, Penang, is welcoming the Lunar New Year with a huge bang. Afterall, our celebrations are notoriously noisy, especially when it comes to lion dances. I could still remember very vividly how it felt like to experience heart palpitations when I stood too close to the thundering drums when I was a little kid.</p>
<p>Since then I have diligently shied away from the musical instruments, stopped being a nosy kid poking around the village for lion dance performances and joined the crowd enjoying the performance from a safer distance. A safer distance simply because you wouldn&#8217;t want to be showered with a generous offering of peeled tangerine skin when the lion dancers ritually peel the fruit up (or sometimes even tearing vegetables up) and throwing it away, right towards the crowd that is looking on intently.</p>
<p>Oh, and it&#8217;s Valentine&#8217;s Day too! Here&#8217;s a really nice poster I&#8217;ve got from my Tumblr feed:</p>
<div id="attachment_4572" class="wp-caption aligncenter" style="width: 504px"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/vday10_01.jpg" alt="Love is like Pi." title="Love is like Pi." width="494" height="700" class="size-full wp-image-4572" /><p class="wp-caption-text">Love is like Pi.</p></div>
<p>Via <a href="http://blog.chiawei.net/post/385536148/schmae-via-fuckyeahhappy">chiawei</a>: <a href="http://schmae.tumblr.com/post/385264019/via-fuckyeahhappy">schmae</a>: <a href="http://fuckyeahhappy.tumblr.com/">fuckyeahhappy</a></p>
<p>So far I&#8217;m doing good without much Internet access. Looks like I wasn&#8217;t *that* addicted afterall :) </p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/daily-life/mele-kalikimaka/" title="Mele Kalikimaka!">Mele Kalikimaka! (4)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/if-ten-million-fireflies-lit-up-the-world-as-i-fell-asleep/" title="If ten million fireflies lit up the world as I fell asleep">If ten million fireflies lit up the world as I fell asleep (20)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/your-smile-of-honey-gold/" title="Your smile of honey gold">Your smile of honey gold (24)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/emotions/happy-valentines-and-lunar-new-year/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dining at IKEA</title>
		<link>http://www.teddy-o-ted.com/general/dining-at-ikea/</link>
		<comments>http://www.teddy-o-ted.com/general/dining-at-ikea/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 16:19:43 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4561</guid>
		<description><![CDATA[To many, IKEA is simply an oversized furniture store that is designed as a maze to entrap innocent customers like us. My parents love IKEA though, because they would take a long time going through each of the display rooms and check out how they use space so efficiently and yet comfortably. For me, I [...]]]></description>
			<content:encoded><![CDATA[<p>To many, IKEA is simply an oversized furniture store that is designed as a maze to entrap innocent customers like us. My parents love IKEA though, because they would take a long time going through each of the display rooms and check out how they use space so efficiently and yet comfortably. For me, I always go to IKEA for one thing and only &#8211; food, that is.</p>
<div id="attachment_4562" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting01.jpg" rel="lightbox[4561]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting01-600x400.jpg" alt="Bregitt and Rick at IKEA&#039;s cafe." title="Bregitt and Rick at IKEA&#039;s cafe." width="600" height="400" class="size-medium wp-image-4562" /></a><p class="wp-caption-text">Bregitt and Rick at IKEA's cafe.</p></div>
<p>A few weekends ago, Bregitt, Rick and I headed over to the IKEA outlet at Queenstown to look at their displays and more importantly, to eat. All of us share this love of their food &#8211; from their Sweedish meatballs to their local delights. Not to mention their $1 hot dogs on the ground floor! Everyone can have themselves a very generous helping of mustard, chili sauce or tomate ketchup &#8211; all in the goodness of a dollar.</p>
<div id="attachment_4563" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting02.jpg" rel="lightbox[4561]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting02-600x400.jpg" alt="My lunch - poached salmon with black pepper sauce." title="My lunch - poached salmon with black pepper sauce." width="600" height="400" class="size-medium wp-image-4563" /></a><p class="wp-caption-text">My lunch - poached salmon with black pepper sauce.</p></div>
<p>That&#8217;s my lunch &#8211; poached salmon with black pepper sauce. I am a big fan of boiled baby carrots too! Of course, IKEA food fans like us will never miss out their meat balls &#8211; Bregitt got a huge plate of it and we shared the dish among ourselves.</p>
<div id="attachment_4564" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting03.jpg" rel="lightbox[4561]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/02/ikeaouting03.jpg" alt="Sweedish meat balls" title="Sweedish meat balls" width="500" height="750" class="size-full wp-image-4564" /></a><p class="wp-caption-text">Sweedish meat balls</p></div>
<p>One thing I like about IKEA is their effort to incorporate local dishes into their menu. In Malaysia, breakfast will usually be <em>nasi lemak</em><sup class='footnote'><a href='#fn-4561-1' id='fnref-4561-1'>1</a></sup>. I&#8217;m not very sure of the menu in Singapore but I do know that on a few occasions, they do sell stewed beef as lunch and dinner in their cafe.</p>
<p><strong>Dear readers: At what unique places do you enjoy eating?</strong>
</p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-4561-1'>With roots in Malay culture, its name is a Malay word that literally means &#8216;rice in cream&#8217;. The name is derived from the cooking process whereby rice is soaked in coconut cream and then the mixture steamed. Sometimes knotted screwpine (pandan) leaves are thrown into the rice while steaming to give it more fragrance &#8211; <a href="http://en.wikipedia.org/wiki/Nasi_lemak" title="Nasi Lemak">Wikipedia</a> <span class='footnotereverse'><a href='#fnref-4561-1'>&#8617;</a></span></li>
</ol>
</div>
<h3  class="related_post_title">Random</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/general/israel-lebanon-conflict/" title="Israel-Lebanon Conflict">Israel-Lebanon Conflict (1)</a></li><li><a href="http://www.teddy-o-ted.com/photog/hwa-chong-open-house/" title="Hwa Chong Open House">Hwa Chong Open House (3)</a></li><li><a href="http://www.teddy-o-ted.com/general/feeling-really-empty/" title="Feeling Really EMPTY">Feeling Really EMPTY (0)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/general/dining-at-ikea/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Revisiting Hwa Chong</title>
		<link>http://www.teddy-o-ted.com/reaching-out/revisiting-hwa-chong/</link>
		<comments>http://www.teddy-o-ted.com/reaching-out/revisiting-hwa-chong/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 19:57:38 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Reaching Out]]></category>
		<category><![CDATA[Boarding School]]></category>
		<category><![CDATA[Hwa Chong]]></category>
		<category><![CDATA[Singapore]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4544</guid>
		<description><![CDATA[I grew up in Hwa Chong Institution &#8211; since I very luckily scrapped the bottom for a candidature slot for the Singapore Mathematics Olympiad and found myself in Chinese High School in 2001, I decided that I will spend many years of my future in Singapore. I ended up, again, very luckily snagging a slot [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4545" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc01.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc01-600x400.jpg" alt="Clock Tower Building, a HDR." title="Clock Tower Building, a HDR." width="600" height="400" class="size-medium wp-image-4545" /></a><p class="wp-caption-text">Clock Tower Building, a HDR.</p></div>
<p>I grew up in Hwa Chong Institution &#8211; since I very luckily scrapped the bottom for a candidature slot for the Singapore Mathematics Olympiad and found myself in Chinese High School in 2001, I decided that I will spend many years of my future in Singapore. I ended up, again, very luckily snagging a slot in Chinese High School from 2002. I graduated in 2005, moved on to Hwa Chong Junior College in 2006 and then graduated with a Cambridge A Levels certificate in 2007.</p>
<p>In the 6 years in HC, I witnessed many changes made &#8211; from the construction of the new boarding school to the tearing down of the ricketty, old, demure hostel that made way for a new CCA building; from the celebration of the 85th anniversary of foundation of the high school section to the ultimate, prized merger of Chinese High School and Hwa Chong Junior College into a single, functional entity now known as Hwa Chong Institution.</p>
<p>I could still remember how terrified I was of my history teacher Ms Teo. I never quite passed a history test in my first two years of secondary school much to her disappointment and my frustration. My English was in shambles when I first arrived, and under the tutor (and frequent scolding and cudgeling) of my English teacher Ms Kalavathi, my English improved gradually over the years. However, she made me hate reading novels &#8211; I only regained my love for reading in the recent years after being introduced to <em>White Oleander</em> a few years back.</p>
<p>Another teacher that really left a lasting impression in my mind was Ms Esther Cheong. She first came across as the fierce and loud teacher that scared all the young, immature secondary school kids shitless *laughs* but after she taught my class geography, she&#8217;s actually one awesome teacher. She&#8217;s a very nurturing and kind teacher inside. Her screams and howlings at bad students still haunt me till today, though :) </p>
<p>College years were marked by frequent and short-lived bouts of depression &#8211; an undesirable manifestation of adolescence. I am not ashamed to admit that I felt that I needed counselling, and the horrible thought of actually ending one&#8217;s life did, for a very brief moment, emerged from the sea of darkness. For most of the time I seeked solace with my Malaysian friends who have a much kinder demeanor than many others, and that was it.</p>
<p>Ms Kwee and Ms Wong were one of the teachers that made me feel better about college life. Ms Kwee was, is and will be, without doubt, the best mathematics tutor I have ever come across. She voluntarily stayed back on school days, working way past her working hours without any concern of monetary remuneration to help students who were weak in maths. She selflessly conducted revision and remedial classes, dished out maths questions quicker than the fastest printer. Her caring demeanor helped a lot in convincing me to anoint her as the best teacher ever.</p>
<p>Ms Wong was the funny, down-to-earth biology teacher. She gets very strict sometimes (especially on timing, you wouldn&#8217;t want to know what happened when we ran late for lectures and tutorials) but then again, that&#8217;s what makes her a great one.</p>
<p>In a flash, I graduated and left HC for good. Or that was what I thought.</p>
<p>Soon after, I started to miss my life in HC a lot. I was dumbstruck by the newfound freedom in university &#8211; in terms of my life and academic pursuits. No more curfew for the hostel dorm, but I had to make do without a shared refrigerator and a microwave as provided in college dorm. No more compulsory lectures and tutorials, no more attendance taking of sorts. If you don&#8217;t motivate yourself in university and watch your back, you&#8217;re a piece of dead meat.</p>
<p>So last Friday I actually took the liberty to travel all the way back to HC, just to relive that very few moment of bliss of which I can now still remember.</p>
<p>Just so in case you&#8217;re wondering, the first photo is the clock tower building which sits on top of the gentle hill overlooking the tracks and the soccer field. There&#8217;s where I spent my last year in high school in &#8211; fully air conditioned (but stinky as hell) classroom :) </p>
<div id="attachment_4547" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc02.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc02-600x400.jpg" alt="The central courtyard." title="The central courtyard." width="600" height="400" class="size-medium wp-image-4547" /></a><p class="wp-caption-text">The central courtyard.</p></div>
<p>This is the place where we had our daily flag raising ceremony in the morning, except on Mondays where we will have to proceed (and we do it <em>very</em> sluggishly, much to the dismay of our teachers) to the high school field. Every morning you&#8217;ll see people rushing like madmen towards this very courtyard because after the bell rings, latecomers will be considered as absentees. That day the courtyard seemed to be deserted, besides three guys playing frisbee.</p>
<div id="attachment_4548" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc03.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc03-600x400.jpg" alt="The new administration office." title="The new administration office." width="600" height="400" class="size-medium wp-image-4548" /></a><p class="wp-caption-text">The new administration office.</p></div>
<p>You wouldn&#8217;t believe this but the new administration office (which also holds the principle&#8217;s office) is actually converted from a rather old building on campus. What they did was to totally knock down the interior, build a huge roof extending from the front of the facade, some really decent paint job and voila!</p>
<div id="attachment_4550" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc04.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc04-600x400.jpg" alt="High school section" title="High school section" width="600" height="400" class="size-medium wp-image-4550" /></a><p class="wp-caption-text">High school section</p></div>
<p>The high school section has a really nice water feature running along the blocks of classrooms and it ends up at a fountain near the old administration block. I spent my first two years of secondary school on the block to the left, and then my third year in the white block far right.</p>
<div id="attachment_4551" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc05.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc05-600x400.jpg" alt="Boarding school, a HDR." title="Boarding school, a HDR." width="600" height="400" class="size-medium wp-image-4551" /></a><p class="wp-caption-text">Boarding school, a HDR.</p></div>
<p>The boarding school, containing seven halls of residences, was designed by renowned architect Kenzo Tange in 2005. I believe it is one of the last works of his before he passed away in March 2005. The blocks were clustered around a central courtyard or festival garden, complete with a meandering stream. I spent my first 6 years living in this place. Don&#8217;t be deceived by the good looks though &#8211; as far as I could remember, the food can only be described by a word &#8211; bleagh. We were served the same common fodder everyday, and I clearly remembered how sick I could get by just the mere thought of canteen food, so much so that for most of my college life I actually dined elsewhere before returning to my room.</p>
<div id="attachment_4552" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc06.jpg" rel="lightbox[4544]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/revisitinghc06.jpg" alt="Looking up a void in one of the halls." title="Looking up a void in one of the halls." width="500" height="750" class="size-full wp-image-4552" /></a><p class="wp-caption-text">Looking up a void in one of the halls.</p></div>
<p>The style of the boarding school differed remarkedly from Kenzo Tange&#8217;s older style though. I adore the high ceiling heights and generous space in the form of voids that were included in the design &#8211; this made the entire complex rather windy, especially during stormy nights. It also helped that the boarding school was located on top of a taller hill behind the school, and many of us actually land a room with a great view of Bukit Timah and the town.</p>
<p>There were rumours circulating that the school was intending to auction this very plot of land off to private corporations &#8211; that came at no surprise to me due to the pristine location. Good view, check. Great location, check. Famous school, check.</p>
<p>I left the school around early evening to avoid the evening crowd. With a heavy heart I bid HC goodbye, and I&#8217;m sure I&#8217;ll return to my alma mater some time in the future again :) </p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/reaching-out/lunch-and-tea-in-town/" title="Lunch and tea in town">Lunch and tea in town (4)</a></li><li><a href="http://www.teddy-o-ted.com/reaching-out/off-to-old-turf-city/" title="Off to Old Turf City!">Off to Old Turf City! (6)</a></li><li><a href="http://www.teddy-o-ted.com/reaching-out/floating-platform-panorama/" title="Floating Platform Panorama">Floating Platform Panorama (10)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/reaching-out/revisiting-hwa-chong/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>On Tumblr</title>
		<link>http://www.teddy-o-ted.com/daily-life/on-tumblr/</link>
		<comments>http://www.teddy-o-ted.com/daily-life/on-tumblr/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:35:47 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Food for Thought]]></category>
		<category><![CDATA[Diary]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4538</guid>
		<description><![CDATA[After contemplating for ages, I finally decided to get a Tumblr account and start a Tumblelog. I have to admit that I was partially driven by John Grogan&#8217;s comment in his best selling book Marley &#038; Me, that how keeping a daily log of his life actually helped a lot in recalling things that he [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4539" class="wp-caption aligncenter" style="width: 610px"><a href="http://jotter.teddy-o-ted.com/"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/ontumblr01.jpg" alt="On Tumblr" title="On Tumblr" width="600" height="900" class="size-full wp-image-4539" /></a><p class="wp-caption-text">On Tumblr</p></div>
<p>After contemplating for ages, I finally decided to get a <a href="http://www.tumblr.com" title="Tumblr">Tumblr</a> account and start a Tumblelog. I have to admit that I was partially driven by John Grogan&#8217;s comment in his best selling book <em>Marley &#038; Me</em>, that how keeping a daily log of his life actually helped a lot in recalling things that he believed he had far forgotten. His entry on Jenny&#8217;s miscarriage was so detail and in depth that he didn&#8217;t do much editing to his log before publishing it as a standalone chapter in that book. That is the power of a diary &#8211; and I was convinced.</p>
<p>So on impulse, or rather, after thoughtful consideration, I conceived a Tumblelog. I decided to name it <em>Soliloguy</em>, because I frequently find myself engaged in a monologue with my inner self. It is an abbreviation of &#8220;A guy&#8217;s soliloquy&#8221;, substituting the &#8216;q&#8217; with a &#8216;g&#8217;. It was actually decided on the spot since a quick check revealed that the &#8217;soliloguy&#8217; address was taken, apparently by yet another domain parker.</p>
<p>It&#8217;s available via <a href="http://soliloguy.tumblr.com" title="Soliloguy: A guy's soliloquy - My daily jotter of rambunctious thoughts">soliloguy.tumblr.com</a> or simply <a href="http://jotter.teddy-o-ted.com" title="Soliloguy: A guy's soliloquy - My daily jotter of rambunctious thoughts">jotter.teddy-o-ted.com</a>.</p>
<p><a href="http://tehcpeng.net/" title="Ember">Ember</a> was kind enough to warn me that I might end up killing this main blog. He uncovered by deepest fear and I have to admit that I did worry that the new Tumblelog will drain me of all my energy, ideas and creativity that is keeping this blog alive. However, I will try to maintain Soliloguy as a separate entity &#8211; a place where I write about my daily ramblings, thoughts and experiences. This blog will still remain, very solid-seated, as a photography and design site of mine. Photo journals, tutorials and other things I dig up from the Internet will still find themselves here.</p>
<p>After a three-day test run I am sold. Tumblr <em>is</em> indeed, awesome.</p>
<p><strong>1. Tumblr keeps me thinking.</strong> I have committed myself to write a meaningful entry a day. It&#8217;s not an easy task to juggle, especially when my lecturers demand undivided attention and being a guy it&#8217;s hard to multitask *laughs*. I keep short notes on my iPod touch whenever an idea strikes me, and I try very hard to observe things around me. It made me think more in depth, to appreciate certain moments that are seemingly dull and bland, and to be aware of my surroundings. I actually <a href="http://jotter.teddy-o-ted.com/post/346115640/in-the-name-of-science" title="In the Name of Science">kept a close watch on how my classmates reacted during a dissection of an unfortunate lab mouse</a> today. I would not have done that if I didn&#8217;t task myself to come up with something by 12 midnight.</p>
<p><strong>2. Tumblr takes my camera out of the drybox.</strong> There&#8217;s <a href="http://jotter.teddy-o-ted.com/post/344093547/nincompoop" title="Nincom-'poop'">an entry about a person literally spraying excrement</a> all over (not as if he wanted, I believe that it was purely an accident, a manifestation of, perhaps, an acute food poisoning) the cubicle right opposite my favourite shower stall in the communal toilet. I tried to append an image to every single entry and I actually made myself to take a photo of the cleaned toilet (no way I&#8217;m going to photograph a soiled toilet) &#8211; something that I wouldn&#8217;t even consider doing because I initially believed there&#8217;s nothing to photograph in a restroom.</p>
<p><strong>3. Tumblr motivates me.</strong> In order to tell a good story, one has to have a good grasp of the language. Since I started Soliloguy, I have been actively combing through novels that I have read, and learned to appreciate how different authors describe certain scenes in detail. In <em>White Oleander</em>, Janet Fitch describe how moon light filtered through the window drapes. What a lovely adjective to use. In <em>Marley &#038; Me</em>, John Grogan used words like &#8220;rambunctious&#8221; and &#8220;impudent&#8221; to describe the seemingly uncontrollable Marley filled with truckloads of puppy energy, and &#8220;torpid&#8221; to describe a lazy, lethargic summer afternoon. They seemed so foreign to me that I made myself to check up dictionaries and remember by heart how to use them when the context calls for it.</p>
<p>I guess that&#8217;s all I could say! I shall not kill this blog simply because I have started a Tumblelog. More updates to come, no worries!</p>
<p><strong>Dear readers, if you have a Tumblelog, do leave your address behind so that I could follow you. Thanks!</strong></p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/daily-life/family-is-still-the-dearest/" title="Family is still the dearest">Family is still the dearest (5)</a></li><li><a href="http://www.teddy-o-ted.com/photog/weve-only-just-begun/" title="We&#8217;ve only just begun">We&#8217;ve only just begun (8)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/on-comes-the-panic-light/" title="On comes the panic light">On comes the panic light (15)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/daily-life/on-tumblr/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Saccharine</title>
		<link>http://www.teddy-o-ted.com/reaching-out/saccharine/</link>
		<comments>http://www.teddy-o-ted.com/reaching-out/saccharine/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:58:35 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Reaching Out]]></category>
		<category><![CDATA[City]]></category>
		<category><![CDATA[Ice Cream]]></category>
		<category><![CDATA[Singapore]]></category>
		<category><![CDATA[Thai]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4521</guid>
		<description><![CDATA[Pronounced as &#92;&#712;&#115;&#97;&#45;&#107;&#40;&#601;&#45;&#41;&#114;&#601;&#110;. It is used to describe something that resembles the taste of sweetness or something that is overly, sickeningly sweet. Of course, I steer clear from the latter definition and would very much prefer the former one.
To celebrate the end of the first week of the semester and one of the few four-day [...]]]></description>
			<content:encoded><![CDATA[<p>Pronounced as <strong>&#92;&#712;&#115;&#97;&#45;&#107;&#40;&#601;&#45;&#41;&#114;&#601;&#110;</strong>. It is used to describe something that resembles the taste of sweetness or something that is overly, sickeningly sweet. Of course, I steer clear from the latter definition and would very much prefer the former one.</p>
<p>To celebrate the end of the first week of the semester and one of the few four-day weekends that we have, Bregitt, Rick and I decided to make a trip to town to get some good food on Friday. Over the dinner table at Thursday we laid out plans on how to spend this Friday together and what we did was to dismiss and laugh at each other&#8217;s silly ideas. Rick piped up, <em>we should go Genting!</em>. Bregitt suggested that we could go skating when Rick retorted, <em>but it would rain in the afternoon</em> (and he was bloody right).</p>
<p>It was only on Friday morning that we decided to go to this place somewhere near my junior college, from which I graduated two years ago, that serves really great Thai food. I took me awhile to figure out that they were talking about <a href="http://www.hungrygowhere.com/singapore/thai_noodle_house_coronation_road/" title="Thai Noodle House">Thai Noodle House</a> &#8211; the place where my classmates and I used to hang out after school especially after being brain dead from all the studying and tutorials.</p>
<div id="attachment_4525" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick02.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick02-600x400.jpg" alt="At Thai Noodle House" title="At Thai Noodle House" width="600" height="400" class="size-medium wp-image-4525" /></a><p class="wp-caption-text">At Thai Noodle House</p></div>
<p>Bregitt ordered olive rice while Rick settled for a bowl of tomyam seafood soup and a bowl of rice. I decided to have my all-time favourite, tomyam seafood noodles. It has been two years since I last dined at Thai Noodle House but the aroma of the soup immediately remind me of the times when our class scampered out of school during breaks for a taste of outside food.</p>
<p>I apologize for the lack of photos from Thai Noodle House because we were all furiously gulping down the amazing food and before I knew it, I&#8217;ve polished off the last noodle from the bowl &#8211; even when Rick tasted my soup, which I&#8217;ve requested to be not as spicy as usual, commented that it tasted like plain water. I&#8217;m so used to people poking fun at my low spiciness threshold anyway, hah.</p>
<p>A sweet-sour Thai lunch made us crave for ice cream even more. We walked over to <a href="http://www.hungrygowhere.com/restaurant_details.php?urlname=island_creamery&#038;offset=10" title="Island Creamery">Island Creamery</a> for dessert. That&#8217;s when I took a photo which I named this post after:</p>
<div id="attachment_4523" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick01.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick01-600x400.jpg" alt="Coloured rice and very berry ice cream." title="Coloured rice and very berry ice cream." width="600" height="400" class="size-medium wp-image-4523" /></a><p class="wp-caption-text">Coloured rice and very berry ice cream.</p></div>
<p>Saccharine. Very berry ice cream with a generous topping of coloured rice. Now that&#8217;s one photo opportunity that no decent photographer would want to give a pass. The ice cream cup was placed on a wooden table and was naturally-lit from the floor-to-ceiling window to the right. Perfect.</p>
<p>One thing I love about Island Creamery is how they really took great lengths to make you feel at home &#8211; from the earthy-toned interiors to the walls full of photos taken by patrons, the place exudes this unique warmth of snuggling in the comfort of your own home &#8211; with the luxury of enjoying home-made ice creams at the same time. We took a photo of ourselves at the outlet before bringing it for print. I dropped the photo in a tiny plastic box where the staff would help us paste it on their wall. Looks like we&#8217;ve got a lot of searching to be done during the next trip to Island Creamery again because we will have to find our faces in a sea of photos. Ooooof.</p>
<div id="attachment_4528" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick03.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick03-600x400.jpg" alt="Our group photo at Island Creamery." title="Our group photo at Island Creamery." width="600" height="400" class="size-medium wp-image-4528" /></a><p class="wp-caption-text">Our group photo at Island Creamery.</p></div>
<div id="attachment_4529" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick04.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick04-600x400.jpg" alt="Posing with our printed photo. Ready to go onto the wall!" title="Posing with our printed photo. Ready to go onto the wall!" width="600" height="400" class="size-medium wp-image-4529" /></a><p class="wp-caption-text">Posing with our printed photo. Ready to go onto the wall!</p></div>
<p>Since we were already in the Bukit Timah area and the Botanic Gardens is within reach, it didn&#8217;t take us too long to decide that having a short afternoon walk in the garden isn&#8217;t half bad. It drizzled sporadically throughout the afternoon during our visit to the Botanic Gardens, and we find ourselves constantly ducking from a few miserable raindrops only to discover shortly after that the rain had stopped yet again. It&#8217;s like playing hide and seek with the rain.</p>
<div id="attachment_4530" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick05.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick05-600x400.jpg" alt="Gazebo at the Botanic Gardens." title="Gazebo at the Botanic Gardens." width="600" height="400" class="size-medium wp-image-4530" /></a><p class="wp-caption-text">Gazebo at the Botanic Gardens.</p></div>
<p>We also visited the heritage tree, which was featured on the back of the Singapore $5 note. There were a group of teenagers underneath the tree so we took a breather on the lawn instead. In the distance, kids frolicked under the cloudy sky and on the endless carpet of grass stretching over the hills and into the woods. A group of four kids were having spaghetti &#8211; I couldn&#8217;t help but to stare with great envy when my stomach starting growling again.</p>
<div id="attachment_4532" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick07.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick07.jpg" alt="On the lawn, in the setting sun." title="On the lawn, in the setting sun." width="500" height="750" class="size-full wp-image-4532" /></a><p class="wp-caption-text">On the lawn, in the setting sun.</p></div>
<div id="attachment_4531" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick06.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick06.jpg" alt="On the low-lying branch of the heritage tree." title="On the low-lying branch of the heritage tree." width="500" height="750" class="size-full wp-image-4531" /></a><p class="wp-caption-text">On the low-lying branch of the heritage tree.</p></div>
<p>We left the Botanic Gardens and headed to town for finger food before deciding on where to have dinner. We alighted the bus at ION Orchard and headed straight for the food hall. Bregitt and Rick bought takoyaki<sup class='footnote'><a href='#fn-4521-1' id='fnref-4521-1'>1</a></sup> but I didn&#8217;t fancy the amount of mayonnaise added, so I gave it a pass.</p>
<div id="attachment_4533" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick08.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick08-600x400.jpg" alt="Takoyaki madness!" title="Takoyaki madness!" width="600" height="400" class="size-medium wp-image-4533" /></a><p class="wp-caption-text">Takoyaki madness!</p></div>
<p>Before we leave for cheaper food in the outskirts of the town, we had fried chicken from 4fingers. After tasting their wonderful delicacy I told myself that KFC is nothing compared to 4fingers. You should really give it a try if you drop by the ION Food Hall in the future!</p>
<div id="attachment_4535" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick09.jpg" rel="lightbox[4521]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/foodhunting_bregittrick09-600x400.jpg" alt="4fingers chicken" title="4fingers chicken" width="600" height="400" class="size-medium wp-image-4535" /></a><p class="wp-caption-text">4fingers chicken</p></div>
<p>We foolishly decided to take bus instead of train back to the university campus, and we ended up failing to find any bus services that would bring us there &#8211; and I later realized that we were boarding the bus from the other side of the road, which explains our frustrated attempts to get on one. So, we took a long detour from town to the northern part of the island, and then immediately hopping onto another bus which whizzed past army camps, jungles and grave yards. As the bus zipped through the empty traffic light junctions I started to wonder whether we were still in Singapore, where bumper-to-bumper traffic is a common scene on a Friday evening.</p>
<p>I reached my room late at night, collapsed in a heap and drifted off into my dreams.</p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-4521-1'>Takoyaki (literally fried or baked octopus) is a popular Japanese dumpling made of batter, diced or whole baby octopus, tempura scraps, pickled ginger, and green onion, topped with okonomiyaki sauce, ponzu, mayonnaise, green laver, and katsuobushi (fish shavings), first popularized in Taisho-era Osaka, where a street vendor named Endo Tomekichi is credited with its invention in 1935. <span class='footnotereverse'><a href='#fnref-4521-1'>&#8617;</a></span></li>
</ol>
</div>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/reaching-out/a-day-in-town-with-ck/" title="A day in town with CK">A day in town with CK (16)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/mixing-the-unlikely/" title="Mixing the Unlikely">Mixing the Unlikely (24)</a></li><li><a href="http://www.teddy-o-ted.com/reaching-out/suddenly-i-see-this-is-what-i-wanna-be/" title="Suddenly I see, this is what I wanna be.">Suddenly I see, this is what I wanna be. (5)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/reaching-out/saccharine/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Happy belated 2010</title>
		<link>http://www.teddy-o-ted.com/daily-life/happy-belated-2010/</link>
		<comments>http://www.teddy-o-ted.com/daily-life/happy-belated-2010/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:45:31 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Emotions]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Reaching Out]]></category>
		<category><![CDATA[Joyous]]></category>
		<category><![CDATA[Remix]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4510</guid>
		<description><![CDATA[Sorry for not updating for the past 9 days! It was a really exciting, heart-warming and tiring journey as we left the previous decade behind and embrace the new one ahead. I went on a roadtrip with a handful of close friends I&#8217;ve made in university, and I&#8217;m still struggling with the 800+ photos I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for not updating for the past 9 days! It was a really exciting, heart-warming and tiring journey as we left the previous decade behind and embrace the new one ahead. I went on a roadtrip with a handful of close friends I&#8217;ve made in university, and I&#8217;m still struggling with the 800+ photos I&#8217;ve taken throughout the trip. Post-processing really kills! :) </p>
<p>Before I start blogging about the roadtrip, here&#8217;s something to keep you entertained: a song titled <em>United State of Pop 2009 (Blame It on the Pop)</em>. It is a remix made up from the 25 top billboard hits in 2009 by DJ Earworm and I think it&#8217;s a perfect way to celebrate the new year (and the old one as well).</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/iNzrwh2Z2hQ&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iNzrwh2Z2hQ&#038;fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Hope you love it! And here&#8217;s a preview of the upcoming entry on our roadtrip!</p>
<div id="attachment_4513" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/xomuratrip_preview.jpg" rel="lightbox[4510]"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2010/01/xomuratrip_preview.jpg" alt="Roadtrip Preview Photo" title="Roadtrip Preview Photo" width="500" height="750" class="size-full wp-image-4513" /></a><p class="wp-caption-text">Roadtrip Preview Photo</p></div>
<p>Have a great Friday and weekend! :) </p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/photog/weve-only-just-begun/" title="We&#8217;ve only just begun">We&#8217;ve only just begun (8)</a></li><li><a href="http://www.teddy-o-ted.com/daily-life/from-the-other-side-of-the-world/" title="From the other side of the world">From the other side of the world (7)</a></li><li><a href="http://www.teddy-o-ted.com/photog/can-i-stay-for-awhile/" title="Can I stay for awhile?">Can I stay for awhile? (10)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/daily-life/happy-belated-2010/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Black and white conversion &#8211; A how-to guide</title>
		<link>http://www.teddy-o-ted.com/tutorials/black-and-white-conversion-a-how-to-guide/</link>
		<comments>http://www.teddy-o-ted.com/tutorials/black-and-white-conversion-a-how-to-guide/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 03:33:49 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Channel]]></category>
		<category><![CDATA[Colours]]></category>
		<category><![CDATA[Desaturate]]></category>
		<category><![CDATA[Greyscale]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4442</guid>
		<description><![CDATA[You&#8217;re shooting in colour, and now you want to convert it into black and white. Here&#8217;s a tutorial / informative article on how you should convert your photos using photoshop (or any other editors such as Gimp). I got the inspiration to write this article when I stumbled upon a similar writeup on black and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4486" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturationvsgreyscale_main.jpg" alt="Black and White conversion - A how-to guide" title="Black and White conversion - A how-to guide" width="600" height="400" class="size-full wp-image-4486" /><p class="wp-caption-text">Black and White conversion - A how-to guide</p></div>
<p>You&#8217;re shooting in colour, and now you want to convert it into black and white. Here&#8217;s a tutorial / informative article on how you should convert your photos using photoshop (or any other editors such as Gimp). I got the inspiration to write this article when I stumbled upon a similar writeup on black and white conversion in a recent issue of <em>Landscape Photography</em> magazine.</p>
<p class="note">Note: <em>Grey</em>/<em>Gray</em> are used interchangeably in the article. It&#8217;s simply a matter of convention. <em>Grayscale</em> is used in Photoshop and other US-based editors.</p>
<h2 id="post-4442-intro">We all shoot in colour, most of the time.</h2>
<p>Majority of us who uses digital cameras shoot in colour &#8211; the sensors in our camera collect data from each colour channel (red, green and blue) and the processing unit in the cameras will then intrapolate data among neighbouring sensor units to yield the final photo, which is compressed and saved in JPEG format. The RAW format simply means that the file (usually 2-4 times larger than the original JPEG file at the same resolution) contains all the data collected by the sensors that are yet to be interpreted by the algorithm built into the camera&#8217;s processing unit.</p>
<p>Some photographers may want to convert their colour photos into black and white during the post-processing step. Usually it&#8217;s safer to shoot in colour and then convert the image into black and white because vice versa is impossible due to the exclusion of colour data in black and white photography.  Now you&#8217;re stumped &#8211; what should you do to convert a colour photo into black and white? You&#8217;re presented with two choices &#8211; (1) <strong>desaturating</strong> the photo or (2) converting the image from the RGB mode into <strong>grayscale</strong>. Both methods will yield monochromatic, black and white photos but they may give results that differ &#8211; whether the difference is barely noticeable or great depends on the colours in the photo.</p>
<p>To desaturate an image in Photoshop, simply go to <strong>Image</strong> &gt; <strong>Adjustments</strong> &gt; <strong>Desaturate</strong> or you can use the shortcut <strong>[Shift] + [Ctrl] + [U]</strong>.</p>
<p>To convert an image to grayscale, go to <strong>Image</strong> &gt; <strong>Mode</strong> &gt; <strong>Grayscale</strong>. The <strong>RGB</strong> option should be selected by default and a warning dialogue box will popup when you select the grayscale option. Proceed with the conversion anyway. Alternatively, you may convert the image into <strong>LAB</strong> colours and then discard all other channels (channels <em>a</em> and <em>b</em>)except for the lightness channel.</p>
<p class="note">Note: You can control how the conversion to grayscale is done by applying a Black &amp; White adjustment layer in Photoshop. This feature is only found in versions CS3 and above. For those using CS2 and below, you can use <a title="Using channel mixer for grayscaling an image" href="http://www.teddy-o-ted.com/tutorials/black-white-conversion-how-to-guide/#post-4442-refs">channel mixer to achieve the desired results</a> when converting an image to grayscale.</p>
<h2 id="post-4442-palette">The colour palette</h2>
<p>Here&#8217;s how a standard colour palette (the default one as seen in Photoshop) will appear when we apply desaturation (center) and grayscale (right) to the palette.</p>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale00.jpg" rel="lightbox[4442]"><img class="size-full wp-image-4443 aligncenter" title="Standard Colour Palette" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale00.jpg" alt="Standard Colour Palette" width="600" height="130" /></a></p>
<p>The difference between a desaturated and a grayscaled palette becomes a little more obvious here. If you do look at the top row of the palette, the colours red, yellow, green, cyan, blue and magenta all share the same shade of gray upon desaturation. However, the grayscaled version showed them in different shades. Why is that so?  The answer is simple &#8211; desaturation merely removes colour information (well, that&#8217;s how it should work anyway) while grayscaling does the same thing but takes into account the luminance value of the colour. That&#8217;s why grayscaling an image is known as luma-preserving the image as the luminance is preserved as it is.</p>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale06.png" rel="lightbox[4442]"><img class="size-medium wp-image-4444 aligncenter" title="The difference between desaturating and grayscaling an image." src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale06-600x200.png" alt="The difference between desaturating and grayscaling an image." width="600" height="200" /></a></p>
<p>Different colours have different luminance values &#8211; for example, green has a higher luminance value than blue because our eyes are in fact, more sensitive to the former than to the latter. Therefore, grayscaling an image actually takes into account the brightness perceived by the human eye while desaturation doesn&#8217;t. By the same principle, we can argue that grayscale approximates the contrast of the scene we would see &#8211; if we see black and white only &#8211; better than what can be achieved by desaturation.  In general, desaturated images will have less contrast than greyscaled images. However, it should be noted that the loss of contrast will not be as drastic as depicted in the colour test strip above because in reality, photos have hues of varying degrees of saturation and therefore the difference in colour intensity (not luminousity) will still be able to lend sufficient contrast to a desaturated image.</p>
<p><span id="more-4442"></span></p>
<h2 id="post-4442-samples">Photo samples: desaturating vs. grayscaling them</h2>
<p>In this section, we will be comparing the different results obtained by desaturating or by greyscaling an image. I&#8217;m using a few sample photos here &#8211; the colour photo (left) followed by a desaturated version (center) and a grayscaled version (right). The photos may be viewed in a larger resolution if you choose to &#8211; very useful when you want to scrutinize the slight differences between the two monochromatic versions.</p>
<p><script type="text/javascript">
jQuery(document).ready(function($) {
	$("#beforeafter1").beforeAfter();
	$("#beforeafter2").beforeAfter();
	$("#beforeafter3").beforeAfter();
	$("#beforeafter4").beforeAfter();
	$("#beforeafter5").beforeAfter();
	$("#beforeafter6").beforeAfter();
});
</script></p>
<h3>Sample 1: Sky scraper and the sky</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale01.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4447 aligncenter" title="Test photo #1" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale01-600x160.jpg" alt="Test photo #1" width="600" height="160" /></a></p>
<div id="beforeafter1" class="beforeafter">
<div><img alt="Skyscraper and the sky (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale01_desat.jpg" width="600" height="400" /></div>
<div><img alt="Skyscraper and the sky (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale01_gray.jpg" width="600" height="400" /></div>
</div>
<p><strong>Skyscraper and the sky</strong>: The sky is a slightly darker in the greyscaled image, and more importantly, the building&#8217;s beige and brown facade enjoyed better contrast in the grayscaled image as compared to the desaturated image.</p>
<h3>Sample 2: Don&#8217;t jump</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale02.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4448 aligncenter" title="Test photo #2" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale02-600x160.jpg" alt="Test photo #2" width="600" height="160" /></a></p>
<div id="beforeafter2" class="beforeafter">
<div><img alt="Don't jump (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale02_desat.jpg" width="600" height="400" /></div>
<div><img alt="Don't jump (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale02_gray.jpg" width="600" height="400" /></div>
</div>
<p><strong>Don&#8217;t jump</strong>: The area of photo where the toes and slippers are showed better contrast. Differences can also be detected between the bright and shaded regions of the lawn on the left.</p>
<h3>Sample 3: Day out at Sentosa Beach</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale03.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4449 aligncenter" title="Test photo #3" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale03-600x160.jpg" alt="Test photo #3" width="600" height="160" /></a></p>
<div id="beforeafter3"  class="beforeafter">
<div><img alt="Day out at Sentosa Beach (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale03_desat.jpg" width="600" height="400" /></div>
<div><img alt="Day out at Sentosa Beach (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale03_gray.jpg" width="600" height="400" /></div>
</div>
<p><strong>Day out at Sentosa Beach</strong>: The shade of blue on the ball is better contrasted against the yellow in the grayscaled image.</p>
<h3>Sample 4: Food hunting in town</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale04.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4451 aligncenter" title="Test photo #4" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale04-600x326.jpg" alt="Test photo #4" width="600" height="326" /></a></p>
<div id="beforeafter4" class="beforeafter">
<div><img alt="Food hunting in town (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale04_desat.jpg" width="500" height="785" /></div>
<div><img alt="Food hunting in town (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale04_gray.jpg" width="500" height="785" /></div>
</div>
<p><strong>Food hunting in town</strong>: Note the difference in contrast at the area of the photo where the cup with straws above it &#8211; in the grayscaled image, the inner surfaces of the straws are slightly darker, and more details can be seen on the cup as well.</p>
<h3>Sample 5: A florist&#8217;s little world</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale07.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4455 aligncenter" title="Test photo #5" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale07-600x326.jpg" alt="Test photo #5" width="600" height="326" /></a></p>
<div id="beforeafter5" class="beforeafter">
<div><img alt="A florist's little world (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale07_desat.jpg" width="500" height="785" /></div>
<div><img alt="A florist's little world (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale07_gray.jpg" width="500" height="785" /></div>
</div>
<p><strong>A florist&#8217;s little world</strong>: The grayscaled version showed considerable better contrast than the desaturated version, especially around the area between the cupboard and the pillar.</p>
<h3>Sample 6: Mommy and gummy bears</h3>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale05.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4452 aligncenter" title="Test photo #6" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale05-600x160.jpg" alt="Test photo #6" width="600" height="160" /></a></p>
<div id="beforeafter6" class="beforeafter">
<div><img alt="Mommy and gummy bears (Desaturated)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale05_desat.jpg" width="600" height="400" /></div>
<div><img alt="Mommy and gummy bears (Grayscaled)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale05_gray.jpg" width="600" height="400" /></div>
</div>
<p><strong>Mommy and gummy bears</strong>: This is one of the better examples for comparison &#8211; check out the gummy bears with warmer colour tones. In the desaturated version, there is little contrast between the red, orange and yellow gummy bears while contrast is better in the grayscaled image.</p>
<h3>Verdict</h3>
<p>Grayscaled photos showed better contrast than desaturated photos, and this effect is well observed in photos with warmer tones or with objects of warm colours. The degree of contrast differences between photo varies depending on the scene, lighting and colour temperature. Warmer coloured photos will most probably show more contrast than cooler photos when you compare their desaturated / grayscaled versions side by side.  Therefore, I recommend converting an image to greyscale instead of desaturating it for the effect.</p>
<h2 id="post-4442-chnl">Even better: Channel mixing</h2>
<p>Sometimes, grayscale conversion does not best preserve all the tones in an image &#8211; if you would want to selectively brighten/darken certain colours in a black and white image, channel mixing is the way to go.  Let&#8217;s say we want to convert the following photo into black and white, using channel mixing.</p>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale08-900x600.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4459 aligncenter" title="Tutorial image" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale08-600x400.jpg" alt="Tutorial image" width="600" height="400" /></a></p>
<p class="download download-image-jpg" title="Download link for Black & White conversion test photo"><a href="http://www.teddy-o-ted.com/download/9" title="Download link for Black & White conversion test photo."><span class="download-title"><strong>download</strong>: Black & White conversion test photo</span><span class="download-stats">Version 1.0 \ File size: 1.48 MB \ 61 downloads</span><span class="download-desc">A test photo with a resolution of 1800*1200 pixels for the black & white conversion tutorial using the channel mixing method.</span></a></p>
<p>You can download the sample image above if you would want to follow the channel mixing tutorial step-by-step. It&#8217;s not absolutely necessary though, especially if you&#8217;re well-versed with Photoshop and have your own photo to start off with. In this short tutorial &#8211; I promise, will take you less than 15 minutes &#8211; I will be using Photoshop CS4. The adjustment layer feature is only available in Photoshop CS3 and above. However, worry not if you&#8217;re using version CS2 and below. I&#8217;ll get that covered as well.</p>
<h3>1. Create new channel mixer adjustment layer</h3>
<p>Open up the image in Photoshop. Check the bottom bar of the <strong>Layers</strong> panel and there should be an icon that looks like this: <img class="size-full wp-image-4474" title="Create new fill of adjustment layer" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/psicon_adjustmentlayer01.png" alt="Create new fill of adjustment layer" width="20" height="15" />. When you hover over the icon (which looks like a yin-yang symbol with a tiny inverted triangle at the bottom right) it should say &#8220;Create new fill or adjustment layer&#8221;.</p>
<p>Click on it and a menu should appear. Select <strong>Channel Mixer</strong> and a new channel mixer layer should appear. And yep, it is from the same menu where you can select the <strong>Black and White adjustment layer</strong> as well.</p>
<div id="attachment_4477" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale09.png" rel="lightbox[4442]"><img class="size-full wp-image-4477" title="Create a new channel mixer adjustment layer" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale09.png" alt="Create a new channel mixer adjustment layer" width="600" height="500" /></a><p class="wp-caption-text">Create a new channel mixer adjustment layer</p></div>
<p>For users on CS2 and below, it gets a wee bit more complicated. You will have to duplicate the original image (by the way, it&#8217;s standard practise) by hitting <strong>[Ctrl]</strong> + <strong>[J]</strong>. Hide the original layer and then go to <strong>Image</strong> &gt; <strong>Adjustments</strong> &gt; <strong>Channel Mixer</strong>. Unlike CS3 and above, you cannot modify the channel mixer settings once you have applied them, so trial and error will be a little more troublesome with CS2 and below. The <strong>History</strong> panel or the undo command will be helpful in this case.</p>
<h3>2. Modify the channel mixer adjustment layer</h3>
<p>This is where you let your creativity roam free, guided only by experience, inspiration and intuition.  An adjustments menu should appear when you create the new adjustment layer. If it doesn&#8217;t, simply click on the black and white circle of the adjustment layer in the <strong>Layers</strong> panel.</p>
<p>You may select a range of preset channel mixer settings, or you can customize your own mixer. For starters, you can pick one of the presets and modify them from there onwards to your liking. Once you familiarize with how channel mixer works, you can directly customize your mixer.</p>
<p>To customize the channel mixer for black and white conversion, check the <strong>Monochrome</strong> option. The output channel should change from Red/Green/Blue (usually it&#8217;s Red by default) to Gray. Your photo will change into a monochromatic image instantly. However, that&#8217;s not the end of the story yet &#8211; see the red, green and blue sliders? By default they&#8217;re set to 40%, 40% and 20% for the RGB channels respectively.</p>
<p>For the sample photo, we want more contrast between the building and the sky, so I would want to drag the blue channel down so that blue is &#8216;under-represented&#8217; and therefore the sky, which is predominantly blue, will appear darker. The exact settings depends on your personal tastes and preferences, and the following settings are just my own &#8211; for your reference only. You would notice that once you start dragging the blue slider leftwards, the total percentage (100% by default) will start to fall. No worries, because we&#8217;ll be tweaking other channels later.</p>
<p>Once you have achieved the desired contrast for the blue sky, now drag the red slider rightwards. Since the building&#8217;s facadé is predominantly red and I want to brighten it, I will increase red channel&#8217;s share. As you drag the red slider rightwards, notice that the total percentage will rise again.</p>
<p>Done with the red slider? Now tweak the green slider until the total adds up to 100% to maintain the correct exposure as the original image. You do not need to stick to 100% though &#8211; then again, it depends on you. You can also play with the contrast slider, too.</p>
<div id="attachment_4479" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale10.png" rel="lightbox[4442]"><img class="size-full wp-image-4479" title="Modify the channel mixer adjustment layer" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale10.png" alt="Modify the channel mixer adjustment layer" width="600" height="560" /></a><p class="wp-caption-text">Modify the channel mixer adjustment layer</p></div>
<p>For users on CS2 and below, the same applies to the dialogue box that pops up when you select Channel Mixer from the overhead menu.</p>
<h3>3. Final result</h3>
<p>Here is the final result of the greyscaled image customized using channel mixer:</p>
<div id="attachment_4481" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale11.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4481 " title="Final result of using channel mixer" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale11-600x400.jpg" alt="Final result of using channel mixer" width="600" height="400" /></a><p class="wp-caption-text">Final result of using channel mixer</p></div>
<p>Finally, here&#8217;s a useful comparison between the different methods of black and white conversion techniques we have previously discussed:</p>
<p style="text-align: center;"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale12.jpg" rel="lightbox[4442]"><img class="size-medium wp-image-4482 aligncenter" title="Comparison between different black and white conversion methods" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/desaturategreyscale12-600x486.jpg" alt="Comparison between different black and white conversion methods" width="600" height="486" /></a></p>
<p>The differences between the desaturated and grayscaled versions have been <a title="Differences between desaturated and grayscaled versions of test photo #1" href="#post-4442-samples">covered earlier on</a>. For the channel mixer version, we have selectively darkened the blue sky and brightened the facadé and the contrast is better than the grayscaled version.</p>
<h3>4. Verdict</h3>
<p>While grayscale conversion is generally preferred over desaturating an image, if you have more time on hand and are willing to invest some time in more detailed, customized post-processing, channel mixing is definitely the way to go.</p>
<h2 id="post-4442-refs">References and resources</h2>
<p>So, it&#8217;s a wrap! Here are some other tutorials and articles that I have referred to when penning this tutorial and you may find them useful as well.</p>
<ol>
<li><a title="Grayscale vs. Desaturate for Black and White printing" href="http://www.inkjetart.com/tips/grayscale/index.html">Grayscale vs. Desaturate for Black and White printing</a></li>
<li><a title="Desaturate vs. Graysale Mode" href="http://www.wetcanvas.com/forums/showthread.php?t=190493">Desaturate vs. Graysale Mode</a></li>
<li><a title="Definitive Guide to B&amp;W Conversion" href="http://www.thewonderoflight.com/articles/?page_id=113">Definitive Guide to B&amp;W Conversion</a></li>
</ol>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/tutorials/hdr-merging-tweaking-tutorial/" title="HDR Merging &#038; Tweaking Tutorial">HDR Merging &#038; Tweaking Tutorial (14)</a></li><li><a href="http://www.teddy-o-ted.com/tutorials/a-guide-to-infrared-photography/" title="A Guide to Infrared Photography">A Guide to Infrared Photography (10)</a></li><li><a href="http://www.teddy-o-ted.com/design/painting-on-canvas/" title="Painting on canvas">Painting on canvas (21)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/tutorials/black-and-white-conversion-a-how-to-guide/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Mele Kalikimaka!</title>
		<link>http://www.teddy-o-ted.com/daily-life/mele-kalikimaka/</link>
		<comments>http://www.teddy-o-ted.com/daily-life/mele-kalikimaka/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 18:29:38 +0000</pubDate>
		<dc:creator>Teddy</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Emotions]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Festival]]></category>
		<category><![CDATA[Joyous]]></category>
		<category><![CDATA[Orchard]]></category>
		<category><![CDATA[Singapore]]></category>
		<category><![CDATA[Street]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=4421</guid>
		<description><![CDATA[Here&#8217;s a big Merry Christmas to everyone! In fact, Mele Kalikimaka is a Hawaiian greeting, a transliteration from the very familiar phrase because the Hawaiian language simply lacks the matching phonemes equivalent to that of the &#8220;R&#8221; and &#8220;S&#8221; of English. I only learned about it after listening to a song from KT Tunstall&#8217;s 2007 [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4424" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/christmas2009_01.jpg" rel="lightbox[4421]"><img class="size-medium wp-image-4424" title="Merry Christmas, folks!" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/christmas2009_01-600x448.jpg" alt="Merry Christmas, folks!" width="600" height="448" /></a><p class="wp-caption-text">Merry Christmas, folks!</p></div>
<p>Here&#8217;s a big <strong>Merry Christmas</strong> to everyone! In fact, <em>Mele Kalikimaka</em> is a Hawaiian greeting, a transliteration from the very familiar phrase because the Hawaiian language simply lacks the matching phonemes equivalent to that of the &#8220;R&#8221; and &#8220;S&#8221; of English. I only learned about it after listening to a song from KT Tunstall&#8217;s 2007 Christmas album titled <em>Have Yourself a Very KT Christmas</em>, and the song is titled <em>Mele Kalikimaka</em>.</p>
<p>So, here is my Christmas greeting from the two countries that I&#8217;m currently based in &#8211; Malaysia and Singapore. Both countries are just like Hawaii where it never snows during this festive season and we have the sun by day and all the stars at night :) the two photos are actually taken around two weeks apart in December &#8211; the first one was during an outing with friends to Singapore Flyer for dinner, and the other was a very recent trip to town with Tysern and Kokxian. Both of which I am <em>yet</em> to blog about&#8230; *sigh* the backlogs are getting terribly long!</p>
<p><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/kttunstall_haveyourselfaveryktxmas.jpg" rel="lightbox[4421]"><img class="size-thumbnail wp-image-4425 alignleft" title="KT Tunstall - Have Yourself a Very KT Christmas (2007 Christmas Album)" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/kttunstall_haveyourselfaveryktxmas-120x120.jpg" alt="KT Tunstall - Have Yourself a Very KT Christmas (2007 Christmas Album)" width="120" height="120" /></a></p>
<p>Title: Mele Kalikimaka<br />
Album: Have Yourself a Very KT Christmas<br />
Artist: KT Tunstall</p>
<p>To my readers who are from the Northern Hemisphere, I hope the blizzard isn&#8217;t going to be too bad this year :/ I&#8217;ve heard various news reports that there&#8217;s very heavy snowfall in the US and a rather wet winter in London. I pray hard that the weather will be kind to all of you in the week to come! It&#8217;s such a great festive season I don&#8217;t want the weather to spoil everything. Nonetheless, nothing beats the warmth and comfort of snuggling besides a heater or the fireplace when it&#8217;s snowing so badly outside, does it? Too bad we don&#8217;t get to experience this in Asia Pacific. The weather in Malaysia is sweltering hot and I&#8217;ll need to turn the air con at full blast on the bedroom. I guess that goes the same way for the people from the land down under, too!</p>
<p>Okay, before I end this post let me squeeze in a photo update first! I&#8217;ve been to so many outings in the past two weeks that I totally lost track of the number of photos taken.</p>
<h2>ION Orchard outing with Chankeet!</h2>
<p>This was long overdue and it was pushed back by a week or so due to scheduling conflict. Finally we settled for last Tuesday when Chankeet will be heading to town later in the evening with his darling Yueqi for a surprise birthday party. Coincidentally I was travelling to town that day to collect my new ultra wide angle lens from Peninsula Plaza so we decided to meet up at Orchard station to get some food.</p>
<p>Waited for 45 minutes for that lazy bum to arrive because he couldn&#8217;t pull himself out of bed, lol! So much for making me rushing out of my room like a madman when I realized I nearly overslept. He overslept big time! Walked around ION orchard hunting for food outlets. The food court was a big nono because both of us knew that travelling all the way to town and then settling for food that one can find anywhere else on the island is just plain sad &#8211; so we stuck to a restaurant where one could make DIY teppanyaki! It wasn&#8217;t a bad experience :)</p>
<div id="attachment_4431" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet01.jpg" rel="lightbox[4421]"><img class="size-medium wp-image-4431" title="The DIY teppanyaki restaurant." src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet01-600x400.jpg" alt="The DIY teppanyaki restaurant." width="600" height="400" /></a><p class="wp-caption-text">The DIY teppanyaki restaurant.</p></div>
<p>I totally forgot the name of the restaurant and I lost the receipt so I could only tell you that it&#8217;s on basement three. The pricing is rather okay, not too expensive but the portion is barely enough to fill one&#8217;s stomach. Each set lunch is served with a bowl of raw egg &#8211; Chankeet told me to fry it in the pan but I didn&#8217;t want to end up scooping the charred bits and pieces up so I ended up having it&#8230; raw. Don&#8217;t balk at that! I know many others who do that also. I&#8217;m not a big fan of raw eggs too since one could risk getting Salmonella infection but then I was lazy and couldn&#8217;t bear to see the raw egg go to waste.</p>
<div id="attachment_4432" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet02.jpg" rel="lightbox[4421]"><img class="size-medium wp-image-4432" title="Who's in that reflection?" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet02-600x400.jpg" alt="Who's in that reflection?" width="600" height="400" /></a><p class="wp-caption-text">Who&#39;s in that reflection?</p></div>
<p>After lunch we walked around the shopping strip to kill time before the time is 3pm. There&#8217;s this huge Christmas tree outside ION Orchard but it&#8217;s a shame that they have cleverly closed off the at-grade pedestrian crossing along Patterson Road (a sly move by the developer to divert pedestrian traffic into the subterranean shopping spaces of ION Orchard) and that totally massacred the street culture :( the plaza used to be packed with crowds in the old golden days of the good old Orchard station where the land which ION Orchard sits on was a large green lawn. Bah.</p>
<div id="attachment_4433" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet03.jpg" rel="lightbox[4421]"><img class="size-medium wp-image-4433" title="Looking up from the interior of the giant Christmas tree" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet03-600x400.jpg" alt="Looking up from the interior of the giant Christmas tree" width="600" height="400" /></a><p class="wp-caption-text">Looking up from the interior of the giant Christmas tree</p></div>
<p>I got the idea to convert the photo to black and white from Darrick! Afterall, the photo doesn&#8217;t look any bit flattering in RGB because of the blatant lack of other colours besides purple and green :/ which is kind of boring! But still, the view if magnificent and the lines radiating from the top of the cone makes it a lovely photo.</p>
<div id="attachment_4434" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet04.jpg" rel="lightbox[4421]"><img class="size-medium wp-image-4434" title="Chankeet and the Christmas tree!" src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet04-600x400.jpg" alt="Chankeet and the Christmas tree!" width="600" height="400" /></a><p class="wp-caption-text">Chankeet and the Christmas tree!</p></div>
<p>Here&#8217;s a photo where you&#8217;ll roughly get the idea how dull the colors of the Christmas tree is, hah. That&#8217;s Chankeet taking a photo of the scene as well! Getting this perspective isn&#8217;t easy because I had to lie on the floor and gasp who knows how many people have stepped on it and whether the carpet was ever cleaned before.</p>
<div id="attachment_4435" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet05.jpg" rel="lightbox[4421]"><img class="size-full wp-image-4435" title="Candid shot, outside the Christmas tree." src="http://www.teddy-o-ted.com/wp-content/uploads/2009/12/ionorchard_chankeet05.jpg" alt="Candid shot, outside the Christmas tree." width="500" height="750" /></a><p class="wp-caption-text">Candid shot, outside the Christmas tree.</p></div>
<p>We finally left the Christmas tree! We took a stroll along Orchard Road all the way to Somerset &#8211; it was a 10-minute walk. The crowd wasn&#8217;t too heavy that day so we didn&#8217;t have to tunnel through the endless sea of sweaty armpits haha. At Somerset, he met up with Yueqi who was busy ogling at all the stuff at Forever 21 (believe me, it&#8217;s of GARGANTUAN scale &#8211; I&#8217;ve never seen a boutique so huge) and then I left to scout for the buffet place where Dayna and Ivy booked a lunch date for the coming afternoon &#8211; <a title="Lunch and tea in town" href="http://www.teddy-o-ted.com/reaching-out/lunch-and-tea-in-town/">read it here</a>!</p>
<h2>Have fun, be nice!</h2>
<p>That&#8217;s all for today&#8217;s entry! I guess the next few days I&#8217;ll be very busy too &#8211; my cousin, uncle and aunt from Penang will be dropping by for a stayover, and then Bregitt and Rick will be staying over after them before we leave for a backpacking trip in Malaysia. Oh boy, this is getting really exciting!</p>
<p>Have a great Christmas and in case I didn&#8217;t have time to update this site in the next coming week, happy new year too!</p>
<h3  class="related_post_title">Related</h3><p>Here are some posts that might interest you:</p><ul class="related_post"><li><a href="http://www.teddy-o-ted.com/daily-life/merry-christmas-everyone/" title="Merry Christmas Everyone!">Merry Christmas Everyone! (9)</a></li><li><a href="http://www.teddy-o-ted.com/photog/first-day-of-december/" title="First Day Of December">First Day Of December (8)</a></li><li><a href="http://www.teddy-o-ted.com/photog/blue-sky-series/" title="Blue Sky Series + X&#8217;mas Special!">Blue Sky Series + X&#8217;mas Special! (16)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.teddy-o-ted.com/daily-life/mele-kalikimaka/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.fileden.com/files/2006/5/30/42416/03%20Mele%20Kalikimaka%20%28Christmas%20In%20Haw.mp3" length="4559099" type="audio/mpeg" />
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.806 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-17 05:55:36 -->
