Categories
Specs Technology

Browser, Browser Not

Originally published at O’Reilly Recently, O’Reilly published a set of articles (Netscape Navigator 6.0 to Fail Standards Compliance, An Update, and Netscape 6.0 Released), written by the popular author David Flanagan, about the release of Netscape 6.0, Netscape’s newest entry in the browser marketplace. David presented several valid concerns about bugs still present in the release of Netscape […]

Categories
Technology

Digital Play Dough: Designing Applications with XUL

Originally published in Web Techniques The XML-Based User Interface Language (XUL) made its first appearance with the release of Mozilla, the Open Source browser used as the foundation for Netscape 6. Pronounced “zool,” the language gives developers and designers an easy way to describe the design and layout of application windows in Web browsers. By […]

Categories
Technology

PerlScript: A hot ingredient for ASP

Originally published at Web Techniques Microsoft’s Active Server Pages (ASP) technology has grown very popular as a Web server-side technique, combining HTML, embedded scripts, and external components to deliver dynamic content. One feature of ASP is that different languages can be used for its scripting portion, though the most widely used ASP scripting language is […]

Categories
Specs

The Tyranny of Standards

Originally published at O’Reilly Before proceeding into the core of this article, I want to say one thing to you: challenge your assumptions. Challenge your assumption that all Internet services are provided by a Web server and consumed by a browser Challenge your assumption that chaos within a development environment is a bad thing. And […]

Categories
JavaScript

Implement a DHTML Mouseover effect with DOM

Originally published in WebBuilder magazine. Found courtesy Wayback Machine. The DOM, or Document Object Model, is a specification recommended by the World Wide Web Consortium (W3C) primarily to help eliminate cross-browser dynamic HTML differences. It is implemented with Microsoft’s Internet Explorer (IE) 5.x, and will be implemented with Netscape’s Navigator 5.x when it is released. […]