-
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 = {};
-
javascript inheritance
Javascript has not class, it has only function. So its inheritance is somewhat confusing. Before we talk about inheritance, let's make sure we understanding the basic. Here is the fact. <ol> <li>a function has property "prototype", the prototype object's points back to the function itself. <img src="http://msdn.microsoft.com/msdnmag/issues/07/05/JavaScript/fig03.gif" />