Originally published at Digital Cats, now archived at the Wayback Machine Prior to Netscape implementing JavaScript in Netscape Navigator, web developers had few tools to create interactive content for their web pages. Now this scripting language gives developers the ability to do things such as check form contents, communicate with the user based on their […]
Category: Technology
Originally published in Netscape World, now archived at the Wayback Machine Microsoft and Netscape decided to use two different techniques for Dynamic HTML. Microsoft bases its approach on exposing CSS1 (Cascading Style Sheets) attributes to script, with a little help from some interesting new built-in, lightweight, and windowless ActiveX controls. Netscape bases much of its […]
Originally published in Netscape World May 1997, archived at Wayback Machine One concern facing all Web developers when Microsoft or Netscape release a new version of Navigator or Internet Explorer is how to incorporate some of the new technologies of the new versions, but still offer Web pages that are readable by older versions of […]
Recovered from the Wayback Machine. Any information system group that has a client base that is split geographically will have a problem with distribution: how do you notify the clients that a new version of the tool(s) they are using is out, what the version contains, and how to upgrade. You can automate the upgrade […]
HTML Tables Tips and Techniques
Don’t shoot me for using HTML tables for formatting the page. This was the standard of the time. An HTML table is more than a technique to throw a bar around some text; it can also be used to finely control the appearance of your entire page. To start, we’ll create a table that is […]
