Main Page Content
Code
June 02, 2002, in Code
Forms & JavaScript Living Together in Harmony
by Jeff Howden | Most developers don't surf the web with JavaScript turned off on purpose (with the obvious exception of the aardvark) so they probably aren't aware of the devastating effects caused by the irresponsible use of JavaScript when working with forms. Fortunately, there are rarely instances where this lack of respect for the non-JavaScript users is necessary. Read this article to find out why. Read More »
May 31, 2002, in Code
Creating a login script with ASP part II
by Neil | Following on from part I, this article expands on the simple login script in your ASP pages, adding multiple users and querying the user database. Read More »
May 31, 2002, in Code
Creating a login script with ASP
by Neil | This article will show you how to include a simple login script in your ASP pages that will effectively password protect restricted sections of your site. Read More »
May 25, 2002, in Code
Make your PHP code portable
by Martin Tsachev | There's a lot of PHP code available for free on the net but also not all of it
can run on your system as it is. This article shows you how to distribute a setup required by your program to run. Read More »
May 24, 2002, in Code
Show your attributes!
by csaila | This mini-tutorial illustrates how to use the W3C's Document Object Model to access element attributes, like title and href, and display them on a Web page. Read More »
May 19, 2002, in Code
Creating a Login Script with PHP 4, Part II
by jesteruk | An update to the "Creating a login script with PHP 4" article. This article offers improved, more efficient coding, better security and some extra features. Read More »
May 15, 2002, in Code
Build a Rotating Gallery With ColdFusion
by nagrom | This article will show you how to make a database-driven picture gallery that only shows a number of pictures at a time, regardless of how many records are currently in the database. Each day, the gallery code rotates one old item out and one new item in, which keeps the page fresh and uncluttered. Read More »
May 12, 2002, in Code
PHP Guidelines
by jesteruk | I see a lot of badly written PHP code around, this article addresses a few of the most common mistakes people make and will, hopefully, encourage some to write better PHP. Read More »
May 11, 2002, in Code
MSIE6 bug with floating divs and spacers
by raphael | Microsoft Internet Explorer 6 running on Windows has a CSS display bug related to floating and spacer divs, leading to the disappearance of text around those. A very simple fix is available! Read More »
May 09, 2002, in Code
Printing with style
by luminosity | An indepth look into the special print mechanisms provided by CSS 2. Read More »

