in reply to Re: real time server side validation
in thread real time server side validation

Thank you for advices! They are very useful. But anyway how is such validation implemented at www.hotmail.com or www.gmail.com for example? By using AJAX?

Replies are listed 'Best First'.
Re^3: real time server side validation
by roboticus (Chancellor) on Dec 14, 2010 at 16:52 UTC

    yakoval:

    I don't really know much about web programming, as what little I did was a long time ago in a different language. Hopefully a better-informed monk may have some good insight. It's a common task, though, so I'm sure that there's code code you can leverage from CPAN or the web. If I were approaching a new web programming job, I'd certainly not write my own login and session management code--I'd dig through CPAN and see what's already out there. (In fact, I did a quick search for "Login" on CPAN and it came up with a few likely candidates.)

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.