I often need to layout my contents in two blocks side-by-side, with left side block as a warning message as example. This can be done easily by using CSS and HTML. Here are the tips.
July 10, 2011
Using DIV to layout side-by-side blocks
June 19, 2011
Edit Blogger HTML Settings
This is blog is technical detail I did in 2007. I wrote this technique long time ago. It is truth that this is only required to do only once. However, when I create another blogger account, I would like to repeat it again. Now I think it is better to take detail notes of steps so that I may need to reuse it again.
August 15, 2010
HTML5 and Web Browsers
I just finished watching several WWDC10 videos on HTML5. I am very impressed by the new features in HTML5, with CSS3 and JavaScript, to support interactions, animations, and offline data store. Apple claims that Safari is 100% compatible with HTML5, and provided some examples on the web. My understanding is that all those new features are just API gateways, and it will be up to the browser to provide support in its back-end engine.