<?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>JustinLee.sg</title>
	<atom:link href="http://www.justinlee.sg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinlee.sg</link>
	<description>Taking over the world with every line of code</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:07:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert a Unicode encoded HTML String to a Decoded String</title>
		<link>http://www.justinlee.sg/2010/03/11/convert-a-unicode-encoded-html-string-to-a-decoded-string/</link>
		<comments>http://www.justinlee.sg/2010/03/11/convert-a-unicode-encoded-html-string-to-a-decoded-string/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:07:52 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7522</guid>
		<description><![CDATA[This is my little research today for some work I&#8217;m helping out. So you have a Unicode encoded HTML string (or url), e.g. &#8220;&#38;#27941;&#38;#27941;&#38;#26377;&#38;#21619;&#8221;, that you want to convert to an actual unicode string, in this case &#8220;津津有味&#8243;, but you don&#8217;t have the trusty use of HtmlUtility.HtmlDecode or anything on hand (for example you&#8217;re using [...]]]></description>
			<content:encoded><![CDATA[<p>This is my little research today for some work I&#8217;m helping out. So you have a Unicode encoded HTML string (or url), e.g. &#8220;&amp;#27941;&amp;#27941;&amp;#26377;&amp;#21619;&#8221;, that you want to convert to an actual unicode string, in this case &#8220;津津有味&#8243;, but you don&#8217;t have the trusty use of HtmlUtility.HtmlDecode or anything on hand (for example you&#8217;re using the compact framework like myself). Here&#8217;s how you convert those numbers into actual unicode characters.</p>
<pre class="brush: csharp;">
// Convert the number into a short - you can make this a little more safe by using short.TryParse instead
short mycode = Convert.ToInt16(&quot;27941&quot;);

// Now convert that integer into a byte array
byte[] mybytes = BitConverter.GetBytes(mycode);

// We have our byte array, convert to a string! Tada!
string mystring = Encoding.Unicode.GetString(mybytes);
</pre>
<p>And there we have it. In order to parse all the unicode encoded numbers out, you just need a simple regular expression which I&#8217;m sure you can figure out. </p>
<p>I hope that helps someone out there, because it took me some time inspecting variables in order to get it right.</p>

	Tags: <a href="http://www.justinlee.sg/tag/c/" title="C#" rel="tag nofollow">C#</a>, <a href="http://www.justinlee.sg/tag/html/" title="HTML" rel="tag nofollow">HTML</a>, <a href="http://www.justinlee.sg/tag/unicode/" title="unicode" rel="tag nofollow">unicode</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2009/12/15/managed-code-within-linq-pitfall/" title="Managed Code within LINQ Pitfall (December 15, 2009)">Managed Code within LINQ Pitfall</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2009/09/09/channel-5-5-video-from-mvp-summit-2008/" title="Channel 5.5: Video from MVP Summit 2008 (September 9, 2009)">Channel 5.5: Video from MVP Summit 2008</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/03/11/convert-a-unicode-encoded-html-string-to-a-decoded-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HackerspaceSG: Events of Week 10 (Mar 8 &#8211; Mar 14)</title>
		<link>http://www.justinlee.sg/2010/03/08/hackerspacesg-events-of-week-10-mar-8-mar-14/</link>
		<comments>http://www.justinlee.sg/2010/03/08/hackerspacesg-events-of-week-10-mar-8-mar-14/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 03:00:24 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[HackerspaceSG]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7520</guid>
		<description><![CDATA[This week we have some interesting meetings that isn&#8217;t so technical. Hey, whoever said HackerspaceSG were just for geeks?
Cambodian Comics &#38; Web Comic
Mon, Mar 8 7:30 pm Mon, Mar 8 8:30 pm
John Weeks, comic researcher and an entrepreneur living in Cambodia is visiting us at hackerspace.sg this Monday. He will be talking about Cambodian comics. [...]]]></description>
			<content:encoded><![CDATA[<p>This week we have some interesting meetings that isn&#8217;t so technical. Hey, whoever said HackerspaceSG were just for geeks?</p>
<p><strong>Cambodian Comics &amp; Web Comic</strong><br />
Mon, Mar 8 7:30 pm Mon, Mar 8 8:30 pm</p>
<p>John Weeks, comic researcher and an entrepreneur living in Cambodia is visiting us at hackerspace.sg this Monday. He will be talking about Cambodian comics. John is also keen on discussing  the future comics. John is a member of ‘think tank’ Sang Salapak, co-founder of House 32 Web Design, and advisor to nonprofit publisher Our Books as well as numerous other organisations. He enjoys sharing his interests via blogging, drawing and varied writings. John&#8217;s opinions on art, culture, and technology have been cited in publications ranging from Time and USA Today to Punk Planet. Web: <a href="http://www.jweeks.net">http://www.jweeks.net</a></p>
<p><strong>ABAF Cocktails</strong><br />
Tue, Mar 9 7:00 pm Wed, Mar 10 1:00 am</p>
<p>We are hosting the <a href="http://www.bansea.org/">Asian Business Angel Forum</a> Cocktails and After Party for them.  ABAF brings together for the first time early-stage venture players and participants: angel networks, investors, startup companies, policy makers, fund managers, and investment professionals from across Asia, Europe and the US.</p>
<p><strong>Book Club Meetup</strong><br />
Wed, Mar 10 7:30 pm Wed, Mar 10 10:30 pm</p>
<p>We&#8217;ll be reading and discussing The Eyre Affair by Jasper Fforde &#8211; we&#8217;re a small but open group &#8211; all who&#8217;ve read the book or are interested literature are welcome.</p>

	Tags: <a href="http://www.justinlee.sg/tag/events/" title="events" rel="tag nofollow">events</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2009/12/15/hackerspacesg-thu-17th-dec-some-stories-about-context-hacking-and-asia/" title="HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia (December 15, 2009)">HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2010/03/01/hackerspacesg-events-of-week-9-mar-1-mar-7/" title="HackerspaceSG: Events of Week 9 (Mar 1 &#8211; Mar 7) (March 1, 2010)">HackerspaceSG: Events of Week 9 (Mar 1 &#8211; Mar 7)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2010/02/09/hackerspacesg-events-of-week-6-feb-8-feb-14/" title="HackerspaceSG: Events of Week 6 (Feb 8 &#8211; Feb 14) (February 9, 2010)">HackerspaceSG: Events of Week 6 (Feb 8 &#8211; Feb 14)</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2009/12/28/hackerspacesg-events-of-week-53-dec-28-jan-3/" title="HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3) (December 28, 2009)">HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/21/hackerspacesg-events-of-week-52-dec-21-dec-27/" title="HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27) (December 21, 2009)">HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27)</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/03/08/hackerspacesg-events-of-week-10-mar-8-mar-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG W2486L Review</title>
		<link>http://www.justinlee.sg/2010/03/02/lg-w2486l-review/</link>
		<comments>http://www.justinlee.sg/2010/03/02/lg-w2486l-review/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:30:34 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Tech65]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7488</guid>
		<description><![CDATA[
2 months ago, Mariko from LG approached me to do a review of their latest LCD monitor, the LG W2486L. I thought, &#8220;Hey, why not?&#8221; not quite knowing what I was getting myself into. Among all my other friends that got a unit to review, it seems like not everyone had an idea how to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="DSC07870 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4345197888/"><img src="http://farm5.static.flickr.com/4021/4345197888_cba86e6c5e_o.jpg" alt="DSC07870" width="614" height="346" /></a></p>
<p>2 months ago, Mariko from LG approached me to do a review of their latest LCD monitor, the <a href="http://www.lge.com/sg/it-product/monitor/LG-led-monitor-W2486L-PF.jsp">LG W2486L</a>. I thought, &#8220;Hey, why not?&#8221; not quite knowing what I was getting myself into. Among all my other friends that got a unit to review, it seems like not everyone had an idea how to review this. It is a little tough to review a monitor, but hey, I&#8217;m going to try and I hope you find this useful.</p>
<h6>Table of Contents</h6>
<p><a href="#Specifications">Specifications</a><br />
<a href="#Notables">Notables</a><br />
<a href="#MyTake">My Take</a><br />
<a href="#Summary">Summary</a><br />
<a href="#Photos">Photos</a><br />
<span id="more-7488"></span></p>
<h6><a name="Specifications">Specifications</a></h6>
<p></p>
<table>
<tbody>
<tr>
<td>Model Number</td>
<td align="center">W2486L</td>
<td align="center">W2286L</td>
</tr>
<tr>
<td>Size</td>
<td align="center">24&#8243;</td>
<td align="center">22&#8243;</td>
</tr>
<tr>
<td>Brightness</td>
<td colspan="2" align="center">250nits</td>
</tr>
<tr>
<td>Resolution</td>
<td colspan="2" align="center">1920&#215;1080 Full HD</td>
</tr>
<tr>
<td>Response Time</td>
<td colspan="2" align="center">2ms</td>
</tr>
<tr>
<td>Special Features</td>
<td colspan="2" align="center">Energy Saving, Intelligent Auto Back Light, Forte Manager</td>
</tr>
<tr>
<td>Price</td>
<td align="center">SGD$498</td>
<td align="center">SGD$388</td>
</tr>
<tr>
<td>Availability</td>
<td colspan="2" align="center">Now</td>
</tr>
</tbody>
</table>
<p></p>
<h6><a name="Notables">Notables</a></h6>
<p><a title="DSC07828 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4345185384/"><img src="http://farm5.static.flickr.com/4052/4345185384_474efb4866_o.jpg" alt="DSC07828" width="614" height="346" /></a></p>
<p>The LG W2486L is surprisingly thin and light, weighing in only at 3kg (4kg with weighted stand) and 2 cm thick. The blacks are really black due to the high contrast ratio at 2,000,000:1. Essentially what LG has done with the LG W2486L is to scale down their already great TVs into a 24&#8243;. When I first got this monitor, it was marketed to me as being a slim and light monitor. To me, I don&#8217;t think that&#8217;s a huge plus point except for the fact that it will be easier to carry it home and set it up. But once you&#8217;re done with it, you don&#8217;t really bother about the weight or the slimness. Oh well, that&#8217;s just me.</p>
<p><a title="DSC07837 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4345187886/"><img src="http://farm5.static.flickr.com/4008/4345187886_86472c161f_o.jpg" alt="DSC07837" width="115" height="205" /></a></p>
<p>There are 2 HDMI ports available for any HDMI capable devices to use this as your monitor/TV. This means you can plug in your Sony PS3, DVD player, or even your laptop/computer that supports HDMI and use this monitor for your other devices too. You can switch which input to display on your monitor from the menu, which is pretty similar to how you would switch the input for your TV. See what I mean when I say it&#8217;s a miniature TV?</p>
<p><a href="http://www.flickr.com/photos/14008493@N00/4345188204/" title="DSC07838 by triplez, on Flickr"><img src="http://farm5.static.flickr.com/4054/4345188204_45d7bcbce3_o.jpg" width="614" height="346" alt="DSC07838" /></a></p>
<p>Beside the 2 HDMI ports are the DVI and standard VGA ports. If you notice that blue hole there, that is for your speakers. There isn&#8217;t any internal speakers in this monitor, and for those who wants to plug in your HDMI device that outputs audio too, this is where you have to plug in your speakers in order to have sound.</p>
<p><a href="http://www.flickr.com/photos/14008493@N00/4344453455/" title="DSC07856 by triplez, on Flickr"><img src="http://farm3.static.flickr.com/2790/4344453455_66056b4c0f_o.jpg" width="614" height="346" alt="DSC07856" /></a></p>
<p>Notice the Cinema Mode? Yes. I love the Cinema Mode, especially when watching any videos. You have to see it to believe the difference it makes. Need I repeat again? This is not a monitor but a miniature TV. It has a time control that allows you to turn off the monitor after certain hours. This is good for falling asleep in front of your monitor/TV. It also has a SMART eco-friendly setting that somehow reduces your power usage.</p>
<p><a href="http://www.flickr.com/photos/14008493@N00/4344453809/" title="DSC07857 by triplez, on Flickr"><img src="http://farm3.static.flickr.com/2788/4344453809_1daf6127f5_o.jpg" width="614" height="346" alt="DSC07857" /></a></p>
<p>There is a zooming tool (EZ Zooming) inbuilt into the monitor, but I don&#8217;t quite see the point in doing that when there are tools out there for your computers to do the same. However, if it is for your HDMI device, then I do see some point in having that feature. Similarly with the photo effects. Maybe one of the things you can do with this monitor/TV is to display your pictures directly from some HDMI device and add special photo effects. I don&#8217;t know, it puzzles me.</p>
<h6><a name="MyTake">My Take</a></h6>
<p><a title="DSC07827 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4344445453/"><img src="http://farm3.static.flickr.com/2707/4344445453_978e87127e_o.jpg" alt="DSC07827" width="614" height="346" /></a></p>
<p>So here&#8217;s my take on this monitor. As a developer, I require the amount of space, and I stare at the screen very regularly. I&#8217;ve used many monitors in my lifetime and I can safely say that this monitor does not strain my eyes after staring at it for long hours. The reason is simply the intelligent auto back light adjustment with the light sensor located just below the power touch key (shown above). This light sensor detects your ambient surroundings and adjusts the brightness of your monitor based on the amount of light available in the room. However, remember not to cover that sensor with papers or other accessories as it really screws up the adjustment. I did that, and that&#8217;s how I found out where the light sensor was. You can turn on and off this feature from the menu.</p>
<p><a title="DSC07835 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4344447565/"><img src="http://farm5.static.flickr.com/4072/4344447565_37d7789493_o.jpg" alt="DSC07835" width="614" height="346" /></a></p>
<p>I didn&#8217;t really like the fact that I wasn&#8217;t able to tilt and adjust the angle of the monitor due to the fact that it is locked down to a specific angle, much like their TVs. You have to adjust the height with some books to lift the screen up to a proper height lest you&#8217;ll strain your neck. Also, the inability to rotate the monitor makes it difficult for me as a developer to fully utilize the monitor&#8217;s real estate to its full potential, that is to display as many lines of code in 1 screen as possible. However, with that said, these points are not really a big deal and it is a &#8220;good to have&#8221;. This will not stop me from purchasing this monitor for its brilliant display.</p>
<h6><a name="Summary">Summary</a></h6>
<p><a title="DSC07871 by triplez, on Flickr" href="http://www.flickr.com/photos/14008493@N00/4345198234/"><img src="http://farm5.static.flickr.com/4002/4345198234_4bb54ca74b_o.jpg" alt="DSC07871" width="614" height="346" /></a></p>
<p>If you&#8217;re looking for a monitor that is essentially a miniature TV with a stunning display for your computer, this is the monitor for you. LG has taken what they&#8217;ve done so well with their TVs (I own an LG TV and I really love it) and shrunk it down to a consumable 24&#8243; size for daily PC usage. Not only that, it provides HDMI ports for you to plug in any HDMI capable device and directly display it on this monitor. It doubles up nicely as a TV. I would recommend this monitor for home consumers who wants both a TV and a monitor. But if you want a TV, this is not for you. I would recommend you to fork out another SGD$300 and purchase one of the LG TVs instead.</p>
<p>However, if you&#8217;re like myself who require the full real estate of the screen and works on it for a long period of time, I do not recommend this monitor simply because of the inability to adjust the angle of the screen and rotate the screen. This monitor is not geared towards normal work related usage, but more gaming, multimedia, and graphics.</p>
<p>If I had 1 quotable line to say about this monitor, it will be this: &#8220;The LG W2486L is a 24&#8243; TV with a DVI, VGA output and no speakers.&#8221;</p>
<p>+ TV capabilities<br />
- Adjusting the angle and tilt of the monitor</p>
<p>Well, I hope you find this review useful. Do post any comments or ask any questions and I&#8217;ll do my best to answer all of them. Till the next time, cheers!</p>
<h6><a name="Photos">Photos</a></h6>
<p><object width="500" height="375"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623394444146%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623394444146%2F&#038;set_id=72157623394444146&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623394444146%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623394444146%2F&#038;set_id=72157623394444146&#038;jump_to=" width="500" height="375"></embed></object></p>
<h6><a name="OtherReviews">Other Reviews</a></h6>
<p><a href="http://techielobang.com/blog/2010/02/01/lg-24-inch-led-monitor-w2486l-review/">TechieLobang &#8211; LG 24-Inch LED Monitor W2486L Review</a><br />
<a href="http://nanyate.com/reviews/review-lg-monitor-w2486l">Nanyate &#8211; Review: LG Monitor W2486L</a><br />
<a href="http://lesterchan.net/blog/2010/02/05/lg-monitor-w2486l-review/">Lester Chan &#8211; LG Monitor W2486L Review</a></p>

	Tags: <a href="http://www.justinlee.sg/tag/lg/" title="LG" rel="tag nofollow">LG</a>, <a href="http://www.justinlee.sg/tag/review/" title="review" rel="tag nofollow">review</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/03/02/lg-w2486l-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HackerspaceSG: Events of Week 9 (Mar 1 &#8211; Mar 7)</title>
		<link>http://www.justinlee.sg/2010/03/01/hackerspacesg-events-of-week-9-mar-1-mar-7/</link>
		<comments>http://www.justinlee.sg/2010/03/01/hackerspacesg-events-of-week-9-mar-1-mar-7/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:30:52 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[HackerspaceSG]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7484</guid>
		<description><![CDATA[1st week into March and have a whole slew of events lined up. I hope everyone had a great Chinese New Year and are ready for more events at HackerspaceSG than ever!
Hackerspace Hack Time
Mon, Mar 1 6:00 pm Mon, Mar 1 11:59 pm
We currently have the following projects being worked on &#8211; Sucktionator, Water Rocket, [...]]]></description>
			<content:encoded><![CDATA[<p>1st week into March and have a whole slew of events lined up. I hope everyone had a great Chinese New Year and are ready for more events at HackerspaceSG than ever!</p>
<p><strong>Hackerspace Hack Time</strong><br />
Mon, Mar 1 6:00 pm Mon, Mar 1 11:59 pm</p>
<p>We currently have the following projects being worked on &#8211; Sucktionator, Water Rocket, Stop Motion Animation, and many other miscellaneous projects currently worked on by our members. So come join in and hack on any of your projects!</p>
<p><strong>Singapore Ruby Brigade Meetup</strong><br />
Wed, Mar 3 7:00 pm Wed, Mar 3 10:00 pm</p>
<p>This month, the topic for our regular Ruby meetup will be on <a href="http://weblog.rubyonrails.org/2010/2/5/rails-3-0-beta-release/">Rails 3</a>. That&#8217;s right! Rails 3 Beta was released last month, and we&#8217;re meeting up to discuss about what&#8217;s new with Rails 3, and possibly how it impacts your current Rails code. I always love a good Ruby discussion.</p>
<p><strong>Introduction to Programming for Beginners Workshop (1/2)</strong><br />
Thu, Mar 4 7:30 pm Thr, Mar 4 10:00 pm</p>
<p>Please note this event is by registration only.</p>
<p>If you have always wondered how computer programs are written and whether you can write a program yourself here is your chance to find out! Over a 2-session workshop you will learn some of the fundamentals of programming and start writing your first programs almost at once! The workshop is designed to be hands-on and fun for complete beginners. We will be using the Python programming language. If you have always wondered how computer programs are written andwhether you can write a program yourself here is your chance to findout! Over a 2-session workshop you will learn some of the fundamentals of programming and start writing your first programs almost at once! The workshop is designed to be hands-on and fun for complete beginners. We will be using the Python programming language.</p>
<p><strong>Online and Tech culture in Cambodia</strong><br />
Fri, Mar 5 7.30 pm Fri, Mar 5 8.30 pm</p>
<p>We will have two popular Cambodian bloggers visiting us on Friday, 5th March. Nearirath is a lawyer and one of the  Barcamp Phnom Penh organizers. Kounila is a writer and is currently planning her first documentary film. They will be talking about the adoption of technology and online culture in Cambodia and tech events in Cambodia.</p>
<p><strong>GenJuice Meetup</strong><br />
Sat, Mar 6 6:00 pm Sat, Mar 6 9:00 pm</p>
<p>It&#8217;s basically a meet-up for young people to &#8220;get together to discuss their goals and how they market themselves to reach those goals.&#8221; (from the site). A personal branding meetup for young people, if you will. <a href="http://www.facebook.com/event.php?eid=304409057788">RSVP here</a>.</p>

	Tags: <a href="http://www.justinlee.sg/tag/events/" title="events" rel="tag nofollow">events</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2009/12/15/hackerspacesg-thu-17th-dec-some-stories-about-context-hacking-and-asia/" title="HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia (December 15, 2009)">HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2010/02/09/hackerspacesg-events-of-week-6-feb-8-feb-14/" title="HackerspaceSG: Events of Week 6 (Feb 8 &#8211; Feb 14) (February 9, 2010)">HackerspaceSG: Events of Week 6 (Feb 8 &#8211; Feb 14)</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2009/12/28/hackerspacesg-events-of-week-53-dec-28-jan-3/" title="HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3) (December 28, 2009)">HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/21/hackerspacesg-events-of-week-52-dec-21-dec-27/" title="HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27) (December 21, 2009)">HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/14/hackerspacesg-events-of-week-51-dec-14-dec-20/" title="HackerspaceSG: Events of Week 51 (Dec 14 &#8211; Dec 20) (December 14, 2009)">HackerspaceSG: Events of Week 51 (Dec 14 &#8211; Dec 20)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/03/01/hackerspacesg-events-of-week-9-mar-1-mar-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fight Obesity &#8211; Jamie Oliver&#8217;s TED Prize Wish</title>
		<link>http://www.justinlee.sg/2010/02/16/fight-obesity-jamie-olivers-ted-prize-wish/</link>
		<comments>http://www.justinlee.sg/2010/02/16/fight-obesity-jamie-olivers-ted-prize-wish/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 01:30:46 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7452</guid>
		<description><![CDATA[I&#8217;m truly moved and convinced by Jamie Oliver that we need to do something to fight obesity. For me, that will be utilizing Social Media to educate the masses in a social way, a crowd sourcing way, a way that I know will make a difference in my own way.
Even though obesity is not as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m truly moved and convinced by <a href="http://www.jamieoliver.com/">Jamie Oliver</a> that we need to do something to fight obesity. For me, that will be utilizing Social Media to educate the masses in a social way, a crowd sourcing way, a way that I know will make a difference in my own way.</p>
<p>Even though obesity is not as rampant in Singapore as the US or the UK, but we still need to be aware of what could happen. The <a href="http://www.hpb.gov.sg/">Singapore Health Promotion Board</a> is doing a great job right now curbing the increase number of obese children, but with the effluence of current society in Singapore, are we slowly moving towards becoming an obese society, especially when eating is a common past-time, more importantly eating out? I think we need to continue to be cautious and promote a healthy lifestyle.</p>
<p>Here is an article from 2008 on <a href="http://www.pacifichealthsummit.org/downloads/Obesity%20Prevention%20and%20Control%20Efforts%20in%20Singapore%20-%202008%20Case%20Study.pdf">Obesity Prevention and Control Efforts in Singapore</a> which I think touches on various issues and initiatives by the <a href="http://www.hpb.gov.sg/">Singapore Health Promotion Board</a> to control obesity.</p>
<p>How can you do your part in this fight? Teach your children, educate your parents. Always have a balanced meal &#8211; grains, meat, vegetables and dairy.</p>
<p>Are you making a difference to fight obesity today?</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JamieOliver_2010-medium.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JamieOliver-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=765&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jamie_oliver;year=2010;theme=new_on_ted_com;theme=a_taste_of_ted2010;theme=ted_prize_winners;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/JamieOliver_2010-medium.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JamieOliver-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=765&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jamie_oliver;year=2010;theme=new_on_ted_com;theme=a_taste_of_ted2010;theme=ted_prize_winners;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
No tags for this post.
	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/16/fight-obesity-jamie-olivers-ted-prize-wish/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 Series Videos</title>
		<link>http://www.justinlee.sg/2010/02/15/windows-phone-7-series-videos/</link>
		<comments>http://www.justinlee.sg/2010/02/15/windows-phone-7-series-videos/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 14:00:54 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Tech65]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7461</guid>
		<description><![CDATA[Here you go! Promotional videos of Windows Phone 7 Series.
Demo: Phones for a “Life in Motion”
See how Windows® Phone 7 Series reorganizes the phone, Web and applications to deliver a mobile experience that will help make the most of customers’ busy lives.

Partner Support for Windows Phone 7 Series
See what Microsoft partners are saying about Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Here you go! Promotional videos of <a href="http://www.windowsphone7series.com/">Windows Phone 7 Series</a>.</p>
<h6><a href="http://www.youtube.com/watch?v=7IOTrqlz4jo">Demo: Phones for a “Life in Motion”</a></h6>
<p>See how Windows® Phone 7 Series reorganizes the phone, Web and applications to deliver a mobile experience that will help make the most of customers’ busy lives.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/7IOTrqlz4jo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7IOTrqlz4jo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<h6><a href="http://www.youtube.com/watch?v=oG1pV1SVTHQ">Partner Support for Windows Phone 7 Series</a></h6>
<p>See what Microsoft partners are saying about Windows Phone 7 Series</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/oG1pV1SVTHQ&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oG1pV1SVTHQ&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<h6><a href="http://www.youtube.com/watch?v=F8f_E2MhtVo">Behind the Design</a></h6>
<p>Albert Shum, Director of Mobile Experience Design at Microsoft, discusses the design inspiration for Windows® Phone 7 Series.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/F8f_E2MhtVo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/F8f_E2MhtVo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<h6><a href="http://www.youtube.com/watch?v=MdDAeyy1H0A"> Windows Phone 7 Series Demo</a></h6>
<p>See what happens when you push the envelope. Check out this video to get a first-hand look at the latest Windows Phone that brings your people, photos, music, and video into an unrivaled mobile experience. With a holistic design that brings together web content, applications and services into a single view, phones worships you now, not the other way around.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/MdDAeyy1H0A&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MdDAeyy1H0A&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>

	Tags: <a href="http://www.justinlee.sg/tag/microsoft/" title="microsoft" rel="tag nofollow">microsoft</a>, <a href="http://www.justinlee.sg/tag/windows-phone-7/" title="Windows Phone 7" rel="tag nofollow">Windows Phone 7</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2005/03/20/ws-contractfirst-wscf/" title="WS-ContractFirst (WSCF) (March 20, 2005)">WS-ContractFirst (WSCF)</a> (3)</li>
	<li><a href="http://www.justinlee.sg/2009/08/18/windows-7-training-kit-for-developers/" title="Windows 7 Training Kit For Developers (August 18, 2009)">Windows 7 Training Kit For Developers</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2007/11/19/visual-studio-2008-rtm-is-released/" title="Visual Studio 2008 RTM Is Released (November 19, 2007)">Visual Studio 2008 RTM Is Released</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2007/07/27/visual-studio-2008-beta-2-released/" title="Visual Studio 2008 Beta 2 Released (July 27, 2007)">Visual Studio 2008 Beta 2 Released</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2005/03/15/visual-studio-2002-sp-1/" title="Visual Studio 2002 SP 1 (March 15, 2005)">Visual Studio 2002 SP 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/15/windows-phone-7-series-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Off Travelling Again</title>
		<link>http://www.justinlee.sg/2010/02/14/off-travelling-again/</link>
		<comments>http://www.justinlee.sg/2010/02/14/off-travelling-again/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 00:00:24 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7443</guid>
		<description><![CDATA[Yes that&#8217;s right. I&#8217;m travelling again, and this time it will be a longer trip. I&#8217;ll be back in 2 weeks! Don&#8217;t be alarmed if there are very few posts across the next 2 weeks. Cheers!
I&#8217;ll be primarily in these 3 major cities:
No tags for this post.
	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[<p>Yes that&#8217;s right. I&#8217;m travelling again, and this time it will be a longer trip. I&#8217;ll be back in 2 weeks! Don&#8217;t be alarmed if there are very few posts across the next 2 weeks. Cheers!</p>
<p>I&#8217;ll be primarily in these 3 major cities:</p>
<div class="wp-caption alignnone" style="width: 576px"><a href="http://en.wikipedia.org/wiki/Vancouver"><img class="    " title="Vancouver, Canada" src="http://upload.wikimedia.org/wikipedia/commons/1/13/Vancouver_ib.jpg" alt="Vancouver, Canada" width="566" height="257" /></a><p class="wp-caption-text">Vancouver, Canada</p></div>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://en.wikipedia.org/wiki/Seattle"><img title="Seattle, US" src="http://upload.wikimedia.org/wikipedia/en/c/c2/Seattleskyline1cropped.JPG" alt="Seattle, US" width="600" height="330" /></a><p class="wp-caption-text">Seattle, US</p></div>
<div class="wp-caption alignnone" style="width: 595px"><a href="http://en.wikipedia.org/wiki/Seoul"><img class="    " title="Seoul, South Korea" src="http://upload.wikimedia.org/wikipedia/commons/4/46/Seoul_landmark_picture_4.jpg" alt="Seoul, South Korea" width="585" height="798" /></a><p class="wp-caption-text">Seoul, South Korea</p></div>
No tags for this post.
	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/14/off-travelling-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Theory for Designers</title>
		<link>http://www.justinlee.sg/2010/02/12/color-theory-for-designers/</link>
		<comments>http://www.justinlee.sg/2010/02/12/color-theory-for-designers/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:30:24 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7436</guid>
		<description><![CDATA[I think this is a great read, even for non-designers out there.
Color Theory for Designers, Part 1: The Meaning of Color
Color in design is very subjective. What evokes one reaction in one person may evoke a very different reaction in somone else. Sometimes this is due to personal preference, and other times due to cultural [...]]]></description>
			<content:encoded><![CDATA[<p>I think this is a great read, even for non-designers out there.</p>
<p><a href="http://www.smashingmagazine.com/2010/01/28/color-theory-for-designers-part-1-the-meaning-of-color/">Color Theory for Designers, Part 1: The Meaning of Color</a></p>
<blockquote><p>Color in design is very subjective. What evokes one reaction in one person may evoke a very different reaction in somone else. Sometimes this is due to personal preference, and other times due to cultural background.</p></blockquote>
<p><a href="http://www.smashingmagazine.com/2010/02/02/color-theory-for-designers-part-2-understanding-concepts-and-terminology/">Color Theory For Designers, Part 2: Understanding Concepts And Terminology</a></p>
<blockquote><p>If you’re going to use color effectively in your designs, you’ll need to know some color concepts and color theory terminology. A thorough working knowledge of concepts like chroma, value and saturation is key to creating your own awesome color schemes.</p></blockquote>
<p><a href="http://www.smashingmagazine.com/2010/02/08/color-theory-for-designer-part-3-creating-your-own-color-palettes/">Color Theory for Designer, Part 3: Creating Your Own Color Palettes</a></p>
<blockquote><p>Here we’ll be talking about <strong>methods for creating your own color schemes, from scratch</strong>. We’ll cover the traditional color scheme patterns (monochrome, analogous, complementary, etc.) as well as how to create custom schemes that aren’t based strictly on any one pattern.</p></blockquote>
No tags for this post.
	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/12/color-theory-for-designers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Singapore Silverlight User Group 1st Meeting</title>
		<link>http://www.justinlee.sg/2010/02/11/singapore-silverlight-user-group-1st-meeting/</link>
		<comments>http://www.justinlee.sg/2010/02/11/singapore-silverlight-user-group-1st-meeting/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 03:00:01 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7439</guid>
		<description><![CDATA[The first meeting of the Singapore Silverlight User Group at HackerspaceSG went pretty well yesterday.
We had Michael Sync talk about the new features of Silverlight 4.0. We had a bunch of guys who came from Microsoft Singapore to witness the formation of this group. We had about 10 people who turned up just to join [...]]]></description>
			<content:encoded><![CDATA[<p>The first meeting of the <a href="http://sgsug.org/">Singapore Silverlight User Group</a> at <a href="http://hackerspace.sg">HackerspaceSG</a> went pretty well yesterday.</p>
<p>We had <a href="http://michaelsync.net/">Michael Sync</a> talk about the new features of Silverlight 4.0. We had a bunch of guys who came from Microsoft Singapore to witness the formation of this group. We had about 10 people who turned up just to join the group! After that, we had a great discussion on MEF with Silverlight, F# and C# language features, and various other discussions on the side. I thought it was a great night with a good mix of discussions, random thoughts, Mac vs Windows clashes, and I hope that the community loved it.</p>
<p>Our next meeting will be sometime in March, so look out for the announcements! <img src='http://www.justinlee.sg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take a look at some of the photos.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623399701216%2Fshow%2Fwith%2F4345550209%2F&amp;page_show_back_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623399701216%2Fwith%2F4345550209%2F&amp;set_id=72157623399701216&amp;jump_to=4345550209" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowfullscreen="true" flashvars="offsite=true&amp;lang=en-us&amp;page_show_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623399701216%2Fshow%2Fwith%2F4345550209%2F&amp;page_show_back_url=%2Fphotos%2F14008493%40N00%2Fsets%2F72157623399701216%2Fwith%2F4345550209%2F&amp;set_id=72157623399701216&amp;jump_to=4345550209"></embed></object></p>

	Tags: <a href="http://www.justinlee.sg/tag/silverlight/" title="Silverlight" rel="tag nofollow">Silverlight</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2007/12/02/new-microsoft-downloads-created-with-silverlight/" title="New Microsoft Downloads created with SilverLight (December 2, 2007)">New Microsoft Downloads created with SilverLight</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2007/11/20/farseer-physics-engine-for-xna-and-silverlight-and-net-in-general/" title="Farseer Physics Engine for XNA and Silverlight (And .NET in General) (November 20, 2007)">Farseer Physics Engine for XNA and Silverlight (And .NET in General)</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2008/04/26/devteach-is-coming-to-toronto-in-just-a-few-more-weeks/" title="DevTeach is coming to Toronto in just a few more weeks! (April 26, 2008)">DevTeach is coming to Toronto in just a few more weeks!</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2007/06/26/cttdnug-june-2007-meeting/" title="CTTDNUG June 2007 Meeting (June 26, 2007)">CTTDNUG June 2007 Meeting</a> (0)</li>
	<li><a href="http://www.justinlee.sg/2007/08/01/august-23-2007-ask-an-expert-live-chat/" title="August 23, 2007 Ask An Expert Live Chat (August 1, 2007)">August 23, 2007 Ask An Expert Live Chat</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/11/singapore-silverlight-user-group-1st-meeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HackerspaceSG: Events of Week 6 (Feb 8 &#8211; Feb 14)</title>
		<link>http://www.justinlee.sg/2010/02/09/hackerspacesg-events-of-week-6-feb-8-feb-14/</link>
		<comments>http://www.justinlee.sg/2010/02/09/hackerspacesg-events-of-week-6-feb-8-feb-14/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:00:03 +0000</pubDate>
		<dc:creator>Justin Lee</dc:creator>
				<category><![CDATA[HackerspaceSG]]></category>
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://www.justinlee.sg/?p=7431</guid>
		<description><![CDATA[There isn&#8217;t a lot of events happening this week, in anticipation of Chinese New Year and Valentines Day. However there is 1 important event happening at HackerspaceSG this week.
Singapore Silverlight User Group
Wed, Feb 10 7:00 pm Tue, Feb 10 10:00 pm
This is the FIRST meeting of the FIRST Silverlight User Group in Singapore, and it is [...]]]></description>
			<content:encoded><![CDATA[<p>There isn&#8217;t a lot of events happening this week, in anticipation of Chinese New Year and Valentines Day. However there is 1 important event happening at HackerspaceSG this week.</p>
<p><strong>Singapore Silverlight User Group</strong><br />
Wed, Feb 10 7:00 pm Tue, Feb 10 10:00 pm</p>
<p>This is the FIRST meeting of the FIRST <a href="http://sgsug.org/">Silverlight User Group in Singapore</a>, and it is also the FIRST time we have a Microsoft-oriented event at HackerspaceSG. Yes. That&#8217;s right. There will be a very short lap around Silverlight 4.0, followed by a discussion based meeting. Come and join the fun if you&#8217;re writing Silverlight applications, or if you&#8217;re interested to find out more.</p>

	Tags: <a href="http://www.justinlee.sg/tag/events/" title="events" rel="tag nofollow">events</a><br />

	<p><h6>Related posts</h6></p>
	<ul class="st-related-posts">
	<li><a href="http://www.justinlee.sg/2009/12/15/hackerspacesg-thu-17th-dec-some-stories-about-context-hacking-and-asia/" title="HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia (December 15, 2009)">HackerspaceSG: Thu, 17th Dec &#8211; Some Stories about Context Hacking and Asia</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2010/03/01/hackerspacesg-events-of-week-9-mar-1-mar-7/" title="HackerspaceSG: Events of Week 9 (Mar 1 &#8211; Mar 7) (March 1, 2010)">HackerspaceSG: Events of Week 9 (Mar 1 &#8211; Mar 7)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/28/hackerspacesg-events-of-week-53-dec-28-jan-3/" title="HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3) (December 28, 2009)">HackerspaceSG: Events of Week 53 (Dec 28 &#8211; Jan 3)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/21/hackerspacesg-events-of-week-52-dec-21-dec-27/" title="HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27) (December 21, 2009)">HackerspaceSG: Events of Week 52 (Dec 21 &#8211; Dec 27)</a> (1)</li>
	<li><a href="http://www.justinlee.sg/2009/12/14/hackerspacesg-events-of-week-51-dec-14-dec-20/" title="HackerspaceSG: Events of Week 51 (Dec 14 &#8211; Dec 20) (December 14, 2009)">HackerspaceSG: Events of Week 51 (Dec 14 &#8211; Dec 20)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.justinlee.sg/2010/02/09/hackerspacesg-events-of-week-6-feb-8-feb-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
