Tuesday, June 7th, 2005
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.
- 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....
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.
it’s up there u dork
great work