Activate your free membership today | Log-in

Tuesday, June 7th, 2005

Degradable Ajax Form Validation

Category: .NET, Examples, PHP

<>p>Chris Campbell has written up a nice piece on Degradable Ajax Form Validation. In his posting, he discusses how to write simple Ajax form validation, and gives server-side implementations in PHP and ASP.

Related Content:

  • Ajax Learning Guide
    Chances are, you've been doing JavaScript and XML developer work in Lotus Domino for quite some time. This old/new approach is causing quite a stir in...
  • Ajax Learning Guide
    Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
  • Ajax Learning Guide
    Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
  • Ajax Learning Guide
    Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
  • Ajax application security critical, experts warn
    While developers increasingly turn to Ajax to create applications, they're not including security controls, leaving those applications open to attack....

Posted by Dion Almaer at 9:31 am
3 Comments

++++-
4.1 rating from 16 votes

3 Comments »

Comments feed

I’ve come to the conclusion that any real validation can’t be mimicked in Javascript without rewriting the framework again in JS. It’s better to use async calls to the server to do the validation on the server side. That way, if they have JS turned off or whatever, the validation is the same, just done after they push the button.

Comment by Jason Carreira — June 7, 2005

it’s up there u dork

Comment by pwnz0r — February 17, 2006

great work

Comment by nick99 — January 29, 2007

Leave a comment

You must be logged in to post a comment.