08 Apr 2009 at 13:00
AJAX - RSS Feeds
AJAX/JavaScript, Uncategorized
No Comment
From a web developers point of view, building a mechanism that permits you to protect online forms against attacks by spam bots, malicious automated submissions, and so forth, can be challenging. Developing such an application often requires using a server-side graphic library to generate the so-called noisy images. However, its possible to quickly create a similar mechanism with Ajax, without having to work directly with images generated in the web server. This is the fourth part of a four-part series that explains how to do just that.
– Introduction
Therefore, if youre interested in learning how to build a basic Ajax-driven program that makes your web forms a bit more secure, then in this group of articles youll have at your disposal a comprehensive guide on how to achieve this with minor efforts. Additionally, youll learn how …
Recent Comments