Articles filed under Technical
Art Attack
Let's leave servers aside for a moment and take a look at an issue which will affect anyone implementing a large Web site, especially if it's being created as a team effort.
Scripting
Many people are rather afraid of scripting, which is hardly surprising as it's such a vast area with a lot to understand. Before you write a script, you have to make two very important choices: which scripting language to use, and whether to run it on the server or client side.
An IIS Gotcha
We recently had a problem with a Web site hosted on an IIS server, and that makes heavy use of session variables to track what the user's doing.
