You need to enable JavaScript to view more than 15 articles by this author.
XML Transformations with CSS and DOM
Publish Date: Oct. 15, 2002
Mozilla permits XML to be rendered in the browser with CSS and manipulated with DOM. If you're already familiar with CSS and DOM, you're more than halfway to achieving XML transformations in Mozilla. This article demonstrates how to render XML in the browser with a minimum of CSS and JavaScript.
Using the Mozilla SOAP API
Publish Date: Aug. 30, 2002
With the release of Mozilla 1.0, the world now has a browser that supports SOAP natively. No longer do the tasks of assembling, executing, and handling SOAP operations fall solely on the server side. This article shows you how Web applications running in Mozilla can now make SOAP calls directly from the client without requiring a browser refresh or additional calls to the server.
Dynamic Content with DOM-2 (Part II of II)
Publish Date: Sep. 7, 2001
Scott Andrew LePera dives deeper into the JavaScript node interface, using DOM-2 create dynamic effects. Learn how to alter element attributes with DOM element methods, and how to change an element's style properties through the DOM2 Style specification interface.
Dynamic Content with DOM-2 (Part I of II)
Publish Date: Aug. 17, 2001
The DOM-2 is supported in both Mac IE5 and NS6, and it provides an interface that enables developers to generate dynamic content without being limited to JavaScript trickery. This article explores some of the basic functionality of DOM-2.