Switch

I am considering switching from Posterous to Tumblr because of recent acquisition of Posterous by Twitter. Apparently, I have decided to switch to Octopress :) 2012-08-20 Finally, I landed on Ghost hosting on EC2 :) 2013-10-17

April 25, 2012 · 1 min · Shern Shiou Tan

Youtube HTML Client using Backbone.js

My first github project Basically it fetch from youtube data api and populate using Backbone.js Head over here for the source. Fork and enjoy!

April 4, 2012 · 1 min · Shern Shiou Tan

CSS3 Gradient and Transparency

Due to inconsistency of CSS3 implementation across different web browser, I wish to leave some note on Gradient and Transparency. Transparency background: rgba(0,0,0,0.3); background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); Gradient background: -moz-linear-gradient(rgba(255,131,126,1) 0%, (255,131,126,0) 95%; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,131,126,1)),to(rgba(255,131,126,0))); background:transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF837E, endColorstr=#00FF837E); References: MSDN http://msdn.microsoft.com/en-us/library/ms532930.aspx Stackoverflow http://stackoverflow.com/questions/2293910/css3-transparency-gradient CSS Tricks http://css-tricks.com/rgba-browser-support/

May 16, 2011 · 1 min · Shern Shiou Tan