|

Latest Random JavaScript Tips Web Feed
Latest Random JavaScript Tips 
Sun Apr 24 04:47:35 EDT 2011
Home: http://www.webreference.com/js/tips/
Feed: http://www.webreference.com/js/tips/channels/last1515.rdf
HTC-Master Focus/Blur Events - How many times have you been frustrated when failing to set a DHTML element position? Learn how to set the STYLE tag first.
Animation with Math.cos() - How many radians in 37 degrees? Learn a typical usage for the cos() method.
Blinking in Netscape 6 - Are you a big fan of blinking effects? Learn how to modify your pages for Netscape 6.
Initializing Web Service Consumption - Do you know how to initialize a DHTML page for consuming your own Web services? Learn how to share the init() function with multiple Web services.
Modifying Globals - Do you know if a function can alter a global variable? Learn how the three different ways to define a function behave similarly.
Window Launching - Ever wonder how to target the launcher window from the launched one? Learn how to use the open method.
Finding the Object's Superclass - Do you know how to check the instanceOf relationship? Learn how to use the internal property __proto__ in Netscape Navigator and Netscape 6.
Using Response.Write() - Do you know how to display information from ASP.NET pages? Learn how to use Response.Write() from JScript .NET code.
Adding An Attribute to An XML Tree - Do you know how to add the year to a sales report? Learn how to add an attribute to an XML tree.
Web Services -- The XML's Role - Do you know what problems XML solves with Web services? Learn about Bill Gate's perspective on XML's role.
Specifying the Header's and Footer's STYLEs - Do you know how to format the page's header and footer? Learn how to specify their positions and widths in a STYLE definition.
Recognizing Trusted Applications - Are you familiar with the concept of "trusted applications?" Refresh your memory on HTAs and learn why they are considered "trusted."
Detecting LayoutRect's Overflow - Do you know how to detect page overflow in a print template? Learn how to use the LAYOUTRECT's event handlers and properties to distinguish between page completion and page overflow.
Setting the Number of Decimal Digits - Do you know how to set the number of digits after the decimal point? Learn how to do it before and after IE 5.5.
Extracting the Remainder of a String - Did you know that substring(0,3) is equal to substring(3,0)? Learn how to use the substring() method to extract the remainder of a string.
|