Archive for the ‘Blog’ Category

Do’s on writing software design and architecture documents

October 9th, 2008 | Posted by Mason | 1 Comment
  · If you drone endlessly with details, you don’t see the forest from the trees. · If you don’t use multiple views, you are likely to miss important aspects of ...

Fix gap between list items IE / Win in CSS

October 3rd, 2008 | Posted by Mason | No Comments
I got the same issue and pained me for a long time, here is the solution: http://phonophunk.com/articles/ie-fix-for-gaps-between-list-items.php. using "vertical-align: bottom" in "ul li", Perfect!

Show Formatted Source Code with Syntax Highlight

September 14th, 2008 | Posted by Mason | 1 Comment
LibG Code Viewer is a free web tool to view source code with syntax highlight. After I finished my post How to format source code in your blog, I decided to ...

How to format source code in your blog

September 11th, 2008 | Posted by Mason | 1 Comment
When I was writing my post Include Guard: #pragma once vs. #ifndef #define #endif, I searched from Internet and tried at least 5 WordPress plug-in to insert formatted source code. ...