XSS and web form security

XSS and web form security

Nov 13

There are many instances when user input is needed. But allowing just any code to be passed can cause severe problems and lead to even the most annoying 10 year old script kiddie writing “PWND” all over website!

There a are some simple steps which you can take to prevent most of these.
This article will go over some of the fundamental

Dhtml Calculator Source Code

Dhtml Calculator Source Code

Oct 23

A DHTML calculator with error checking.
Definitely more stylish than the traditional JavaScript calculator, if nothing else!

Very easy to customize and would fit well into a website providing a variable rate service and suchlike.

It would be better to use css for all the styling and layout information, but it’s easier to copy and paste the source code...

Simple Tricks For More Usable Forms

Simple Tricks For More Usable Forms

Oct 23

Web developers loathe the task of building forms almost as much as users loathe having to fill them in. These are both unfortunate facts of the Web, but some smart JavaScript and intelligent CSS can go a long way to remedying the situation. In this article, I’ll introduce a number of simple tricks for improving the usability of forms, and hopefully inspire you to improve on them and...

100 Great Ajax Scripts

100 Great Ajax Scripts

Sep 24

I was googling for an ajax “contact us” form to finish off a website of mine.
I found a great page with a collection of 100 ajax scripts, ranging from simple forms so complex file manager systems!

The page contains 100 examples suitable for any level of programmer.
Each example has a live demo and source code available for...

Javascript Security Tutorial

Javascript Security Tutorial

Sep 04

JavaScript is designed as an open scripting language. It is not intended to replace proper security measures, and should never be used in place of proper encryption.

JavaScript has its own security model, but this is not designed to protect the Web site owner or the data passed between the browser and the server. The security model is designed to protect the user from malicious Web...