<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Shang Liang</title>
	<link>http://shang-liang.com/blog</link>
	<description>Life in a Flash</description>
	<lastBuildDate>Fri, 03 Sep 2010 05:32:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Syntax highlighting for Sass in Dreamweaver</title>
		<description><![CDATA[I&#8217;ve just started using Sass to code CSS. I really like it because it has greatly boosted my ego as a programmer, &#8220;I can put programming logic inside my CSS!&#8221; And of course, it makes it much easier to manage a complicated CSS. However, I can&#8217;t edit scss files with Dreamweaver and I miss seeing [...]]]></description>
		<link>http://shang-liang.com/blog/syntax-highlighting-for-sass-in-dreamweaver/</link>
			</item>
	<item>
		<title>away3d clipping problem</title>
		<description><![CDATA[I spent hours trying to solve this problem. If you need to load an swf which runs away3d inside it, the loaded swf may get cropped off on the right and bottom sides. Don&#8217;t try to set the clipping attributes of the View3D instance. I&#8217;ve tried all sorts of clippings but had no luck. The [...]]]></description>
		<link>http://shang-liang.com/blog/away3d-clipping-problem/</link>
			</item>
	<item>
		<title>Smooth scrolling text &#8211; how hard can it be?</title>
		<description><![CDATA[Very hard! In short, you need a very high frame rate to make it look smooth. 120 is a good number. I&#8217;ve tried on 4 different platforms, Flash, JavaScript, Processing and OpenFrameworks. Needless to say, OpenFrameworks can do it without a sweat. Javascript&#8217;s result is almost as good as OF in Firefox, Chrome and Safari [...]]]></description>
		<link>http://shang-liang.com/blog/smooth-scrolling-text-how-hard-can-it-be/</link>
			</item>
	<item>
		<title>Apply both inner glow and outer glow on a MovieClip</title>
		<description><![CDATA[To have 2 glows, you need to apply the inner glow first then the outer glow. If not, the inner glow will not be activated. It&#8217;s true for both timeline based filters and scripted filters.]]></description>
		<link>http://shang-liang.com/blog/apply-both-inner-glow-and-outer-glow-on-a-movieclip/</link>
			</item>
	<item>
		<title>BIRME – Batch Image Resizing Made Easy</title>
		<description><![CDATA[Download Now! The story behind As a web developer, I often need to resize images into a specific dimension to suit the website&#8217;s design. I used to resize images in Photoshop but I find it tedious to record actions again and again for different websites. Besides that, Photoshop is not cheap and not everyone has [...]]]></description>
		<link>http://shang-liang.com/blog/birme-batch-image-resizing-made-easy/</link>
			</item>
	<item>
		<title>How to force server to run php5</title>
		<description><![CDATA[From: tech-bits.com &#8220;Some hosting providers are still using php 4 as their default for scripts, but offer php5 as well.  To force your scripts to all use php5, you can try adding this to a .htaccess file on your site: AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php &#8220;]]></description>
		<link>http://shang-liang.com/blog/how-to-force-server-to-run-php5/</link>
			</item>
	<item>
		<title>Getting Playstation Eye to work with openframeworks</title>
		<description><![CDATA[I&#8217;ve never seen such clear webcams before! The PS3 Eye is truly amazing! By default, PS3 Eye is not supported by Windows or Mac OSX. Luckily there are drivers ready for you to grab. For PC, use this driver. For Mac OSX, use this driver. To get PS3 Eye working for openframeworks in windows, you [...]]]></description>
		<link>http://shang-liang.com/blog/getting-playstation-eye-to-work-with-openframeworks/</link>
			</item>
	<item>
		<title>Box2D Tutorial</title>
		<description><![CDATA[I gave a mini tutorial on Box2D during A-SFUG meeting. You can download it here. Have fun!]]></description>
		<link>http://shang-liang.com/blog/box2d-tutorial/</link>
			</item>
	<item>
		<title>Box2D data visualization</title>
		<description><![CDATA[Data visualization for join the pact campaign. Click to view.]]></description>
		<link>http://shang-liang.com/blog/box2d-data-visualization/</link>
			</item>
	<item>
		<title>Fun with Box2D</title>
		<description><![CDATA[Messing around with Box2D. Quite fun.]]></description>
		<link>http://shang-liang.com/blog/fun-with-box2d/</link>
			</item>
</channel>
</rss>
