Main Page Content
Code
November 27, 2002, in Code
Flash Remoting Demystified
by paulpsd7 | Flash Remoting is Macromedia's brave attempt to make Flash into a front-end web application development tool, and they've done a great job. Now all that remains is to figure out how to use it. Read More »
November 26, 2002, in Code
PHP Intro to Objects and Classes
by blunderman | PHP's Object Oriented capabilities may not be complete, but the benefits of convenience and code re-use from using Objects and Classes are here now. If you are already dabbling in PHP, but haven't yet checked out Classes, have a look at this simple (but useful) example of an Error Message Class. Read More »
November 19, 2002, in Code
Collapsible page elements with DOM
by codepo8 | This article shows you how to use DOM Javascript to create collapsible elements in an HTML document. It explains the basics how to do them and how to make them accessible for older browsers. Read More »
November 15, 2002, in Code
Automatic TOC Generation
by mishoo | Many one-page HTML documents need to have a simple "Table of Contents". Writing it by hand can be difficult to maintain after some time. This article proposes a JavaScript-based solution of the problem with support for external CSS styling. Read More »
November 09, 2002, in Code
How XML Accommodates Human-Authored Content
by ddomeny | Widespread adoption of XML technology depends on DTD and schema designs that provide a structure convenient for humans. In other words, people will use XML only if it is easy and solves a problem. Managing semi-structured content for multiple audiences across multiple media (for example, the web, text-enabled handheld wireless devices, and print) is a new problem. Because of its unique design, XML is perfect for managing such content. Read More »
October 07, 2002, in Code
Using setInterval() to Make a JavaScript Listener
by pixelmech | If you have ever been frustrated by the need to be able to periodically check a condition - and then act upon, then you need a listener! And no, setTimeout is NOT the answer. Read More »
September 26, 2002, in Code
12 Steps to a Bigger, Better, Debugger
by nagrom | If you write code, you need big debug muscles. Become an adept debugger and you'll write cleaner apps, in shorter time. Learn how to get bigger debuggers in 12 easy steps. Read More »
September 08, 2002, in Code
Regular Expressions in JavaScript
by liorean | An explanation of concept and a reference to using regex in JavaScript, with some compatibility notes. Read More »
August 20, 2002, in Code
A revised method of defining link pseudo-classes
by bmason | An examination of another technique for defining link pseudo-classes in CSS Read More »
August 16, 2002, in Code
Handling anonymous file uploads in ColdFusion.
by Nepolon | Sometimes it is necessary to allow absolute strangers to upload files to your server through a form. When that happens you can find yourself giving away the keys to the server. This article intends to show you where to start with limiting the files submitted by unauthenticated users. Read More »

