Archive for the ‘Blog’ Category
Do’s on writing software design and architecture documents
· 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
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
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
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. ...
