Main Page Content
Code
February 13, 2002, in Code
A Simple Character Entity Chart
by aardvark | With so many books and sites with character entity references providing the wrong entities for so long, and the W3C's version capable of making your eyes bleed, here's a much simpler chart that you can use to stress test browsers and still make sense of. This isn't exciting reading. Read More »
February 05, 2002, in Code
Links & JavaScript Living Together in Harmony
by Jeff Howden | It seems there's not a week that goes by that someone isn't asking about how to properly execute some JavaScript from a link. Unfortunately, they're not usually driven to bring their problem to others for help because they're trying to make their site as usable and accessible as possible. Read More »
February 01, 2002, in Code
Design customization with PHP
by Martin Tsachev | Let the visitors of your site decide your site's colors, your sidebar's placement, and various other configurables with the help of PHP sessions.
Just create several style sheets and let your users decide which to use. Read More »
January 23, 2002, in Code
Handy Little Perl Script
by jesteruk | A little snippet of code that will help when using Perl for CGI. Sticks all GET/query string, POST and cookie information into scalar variables matching their input names so you don't have to fiddle around to get at them, like in PHP. Read More »
January 22, 2002, in Code
CSS tricks for branding
by luminosity | When used correctly CSS can increase the branding of a site, and help some elements fit the colour scheme better. Read More »
January 07, 2002, in Code
Creating a Login Script with PHP 4
by jesteruk | This article will show you how to include a simple login script in your PHP documents that will require a user to be logged in before they can access restricted sections of your site. Read More »
December 28, 2001, in Code
Multiple Pages With PHP
by jesteruk | This article will explain how you can split large results from a MySQL database into smaller, more managable chunks displayed on multiple pages. Allowing your visitors to navigate through your site with ease. Read More »
December 16, 2001, in Code
Simple CSS drop shadows
by csaila | There are a number of ways to create Web-based drop shadows; this article offers a way to do it that works in most browsers, while degrading in the rest—and graphics are not needed. Read More »
December 01, 2001, in Code
CSS Table Formatting - The Way Forward
by danfascia | CSS for table formatting is not widely used yet despite some strong arguments for it. Here we take a brief look at how it could help both static and dynamic site builders and viewers. Read More »
November 26, 2001, in Code
Handling Undeliverable Mail in ColdFusion
by OKolzig37 | This is a simple and easy script you can use to perform various actions on undeliverable e-mail in Macromedia's ColdFusion. Read More »

