News Flash!
At WebReference, we are committed to providing a high standard of material
and it is our mandate to continually improve the user experience. From
this date onward (04/01/2005), all JavaScript related articles and book
excerpts have been condensed into one
central index. We hope this is of benefit to you, the user.
Thanks for your support!
Note: The Doc JavaScript columns will remain listed on this page below.

|
Did you learn something? Do you like the site? Please link to us! |
|
|
|
< Columns 111-120 | Columns 91-100 >
- [110] JScript .NET, Part IV: Inheritance
- Learn about JScript .NET inheritence. Learn how to extend base classes by derived classes. Learn how to define interfaces and how to implement them by classes. Learn how to mark classes as abstract, forcing their extension by other derived classes. Learn how to override and hide base classes by derived classes. Learn how to protect class members from being overridden.
Related tips:
- Sending the Options Object to the Web Service
- Calling the EchoBase64 Web Service
- Passing an Array to the Dialog Box
Related categories:
- Objects
- Syntax and Notation
- Windows
- [109] JScript .NET, Part III: Classes and Namespaces
- Learn about JScript .NET classes. Learn how they are divided into namespaces. Learn how to import external namespaces and how to package new namespaces. Learn what assemblies are and how to direct the compiler to the right assemblies. Learn about member visibility with the protected, private, public, and static modifiers.
Related tips:
- The name Property
- Handling the result Object
- Implementing a Polymorphic Utility
Related categories:
- Objects
- Syntax and Notation
- Windows
- [108] JScript .NET, Part II: Major Features
- Learn about JScript .NET's five major features. Learn how to define data types, assign constant variables and objects, enumerate variables, print strings, and define classes.
Related tips:
- Namespaces and Assemblies
- Printing an Object's Properties
- Defining the Grammar of Element Attributes
Related categories:
- Objects
- Syntax and Notation
- Windows
- [107] JScript .NET, Part I: The Mechanics
- Learn how to install IIS and the .NET SDK. Learn about the concepts of the .NET Framework, and its two main components: common language runtime and classes. Learn about the similarities and differences between JScript and JScript .NET. Learn how to compile and link the Hello World! program.
Related tips:
- Adding A Tag to An XML Tree
- Writing IsPrime's Event Handler
- Modifying Globals
Related categories:
- Objects
- Syntax and Notation
- Windows
- [106] Web Services, Part XI: Consuming Multiple Web Services
- Learn how to consume multiple Web services from a single page, using the DHTML webservice behavior. Study how to write consumers to the Add Web service and to the IsPrime Web service. Try them both on-line.
Related tips:
- Terminating HTML+TIME Elements
- Multiple Inheritance of Interfaces
- JScript .NET's var Requirement
Related categories:
- Objects
- Dynamic HTML
- Behaviors
- [105] Web Services, Part X: Consuming the StockQuote
- Learn about consuming the StockQuote Web service with the DHTML webservice behavior. Study how to write the caller HTML page that sends the request and handles the response. Observe the XML response and learn how to convert it to an HTML with the proper XSL document.
Related tips:
- Scriptlets
- Transforming XML to HTML
- Switching from XSLT to XPath for Pattern-Based Node Selection
Related categories:
- Objects
- Dynamic HTML
- Behaviors
- [104] Web Services, Part IX: Pattern-Based XML Node Selection
- Learn about node selection from the DOMDocument tree. Learn how to set context and how to use selectNodes() and selectSingleNode(). Learn how to navigate the DOMDocument tree. Learn about the wealth of search patterns for nodes.
Related tips:
- Hierarchy Levels of Menus
- XML Namespace for Print Templates
- Finding the Object's Value with valueOf()
Related categories:
- Objects
- Dynamic HTML
- Behaviors
- [103] Web Services, Part VIII: Reading DTDs with JavaScript
- Learn about DTD's role and responsibilities. Learn how to specify the XML file structure in its DTD, and how to define entity substitutions in it. Read about the modeling of entity references in the DOMDocument object. See how to insert new entity references and how to navigate them.
Related tips:
- Writing Code Behind for the add Web service
- Inheriting and Overriding Methods
- Using selectNodes() in Pattern-Based Node Selection
Related categories:
- Objects
- Dynamic HTML
- Behaviors
- [102] Web Services, Part VII: XML Object's Nodes and Types
- Learn about the twelve node types of DOMDocument. Understand how to set their names. For each node type, know its legal parents and possible children. See how to create a new node of any type. If you don't need to change the namespace, you have particular methods to create new element (tag) nodes, and new attribute nodes.
Related tips:
- The SqlDataReader Class
- Checking for a Window's Existence
- The onclick Event Handler
Related categories:
- Objects
- Dynamic HTML
- Behaviors
- [101] Web Services, Part VI: XML Parsing and Loading from JavaScript
- Learn how to read XML files from JavaScript. Learn how to monitor XML parsing and building. Learn about the DOMDocument object and how its graph representation can be constructed. Learn how to detect if the parsing was successful or not, and how to pinpoint the error location to the user as much as possible. Learn how to convert the XML loading to a synchronous operation, waiting for the loading to be done before continuing on with the script.
Related tips:
- Creating a dll for IsPrime
- Using Attribute Values to Search for DOMDocument Nodes
- Conditional Coloring in XSLT
Related categories:
- Objects
- Dynamic HTML
- Behaviors
< Columns 111-120 | Columns 91-100 >

Do you run your own Web site? Grab our Tip of the Day RSS files to display a fresh new JavaScript tip on your site every day of the year.
|
|
|