• Relational vs. Object Modeling

            <p>
            This is an excerpt of Expert C# Business Object.
            </p>
    
  • Mastering Text

            <a href="http://www.htmldog.com/guides/htmladvanced/text/">Mastering Text</a>
    
  • Table basic

            <p>I found an artical about how to tag in table works. Please see <a href="http://www.htmldog.com/guides/htmladvanced/tables/">this</a></p>
    
  • Use Jquery to strip your table

            check the <a href="http://15daysofjquery.com/examples/zebra/code/demoFinal.php">result</a>. Or check the <a href="http://15daysofjquery.com/examples/zebra/">tutorial</a>
    
  • Namespace

            <pre data-sub="prettyprint:_">
            var MSDNMagNS = {};
            // nested namespace "Examples"
            MSDNMagNS.Examples = {};