Latest Random JavaScript Tips http://www.webreference.com/js/tips/ Doc JavaScript's Tip of the Day Archive en-us Copyright (c) 2010 WebMediaBrands Inc. All rights reserved. sclark@internet.com (Scott Clark) lunderwood@internet.com (Lee Underwood) DHTML Behavior Refresher http://www.webreference.com/js/tips/010801.html Do you remember what behaviors are? Have you used them before? Learn about the roles of DHTML behaviors with other programming languages. Navigator's vs Explorer's DHTML http://www.webreference.com/js/tips/000212.html Can you name the major differences between Netscape Navigator's and Internet Explorer's DHTML models? Learn why keeping a code browser-independent is not easy. window.open vs. document.open http://www.webreference.com/js/tips/000423.html Do you know the difference between window.open and document.open? Learn why it's safer to use window.open to open new windows. Finding the Window's Size in Netscape 6 http://www.webreference.com/js/tips/010227.html Do you know how to determine the window's size in Netscape 6? Learn how to find this and other client properties. The IBuySpy Cornerstone Technologies http://www.webreference.com/js/tips/020921.html Do you know what IBuySpy Store is? Learn about the three cornerstone technologies that comprise this ASP.NET application. Sequencing Elements using XML http://www.webreference.com/js/tips/000928.html What's in common between HTML+TIME and XML? Learn how to sequence a group of elements using an XML namespace. Formatting Numbers http://www.webreference.com/js/tips/000505.html Do you know that IE 5.5 may simplify your code? Learn about its new built-in number formatting capabilities: toFixed(), toPrecision(), and toExponential(). Appending DOM Strings http://www.webreference.com/js/tips/010127.html Do you know how to append a string to text node data? Learn how to assemble a text node by concatenation. Defining Polymorphism http://www.webreference.com/js/tips/020623.html What are the three cornerstones of object oriented programming languages? Learn about the third foundation: polymorphism. The WSDL's service Element http://www.webreference.com/js/tips/011112.html Do you know how many port elements a Web service has? Learn how to define the service element in the Web service description file.