AJAX
  Home arrow AJAX arrow Using Division Equations to Make Web Forms Safer with Ajax
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
Google.com  
AJAX

Using Division Equations to Make Web Forms Safer with Ajax
By: Alejandro Gervasio
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 2
    2009-04-08


    Table of Contents:
  • Using Division Equations to Make Web Forms Safer with Ajax
  • Review: challenging users with multiplication
  • Using division equations as challenge strings
  • Completing the Ajax-based web form protection mechanism

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Using Division Equations to Make Web Forms Safer with Ajax
    ( Page 1 of 4 )

    From a web developer’s 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, it’s 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 you’re 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 you’ll have at your disposal a comprehensive guide on how to achieve this with minor efforts. Additionally, you’ll learn how to provide the program in question with the capacity for generating different types of mathematical operations in the form of challenge strings.

    And speaking of mathematical operations, you’ll probably recall that during the previous article of the series, I demonstrated how to develop a simple Ajax-based system that could display multiplication equations within a targeted online form. 

    In this particular case, before submitting the online form, users were asked to enter the correct result of this operation, which was properly checked in the web server at a later time. Of course, as you may guess, this approach has some disadvantages, since those dynamic operations are embedded into the web form as plain text, which can be pretty easy to digest for some web bots. However, this protecting mechanism is extremely simple to implement, and it can be also used when working with online forms that don’t collect critical data.

    In this fourth part of the series, I’m going to teach you how to adapt the Ajax application developed in the previous article, so it can display division equations as challenge strings into a selected online form.

    Thus, with the preliminaries out of our way, it’s time to learn how to create the aforementioned Ajax program in a few simple steps. Let’s begin now!



     
     
    >>> More AJAX Articles          >>> More By Alejandro Gervasio
     

       

    AJAX ARTICLES

    - PHP AJAX Form Validation
    - Completing a User-Defined CSS Website with P...
    - Create a User-Defined CSS Website with PHP
    - Build A Better Twitter Chat Client Than Cham...
    - Using Division Equations to Make Web Forms S...
    - Using Integer Multiplication to Protect Web ...
    - Using Simple Checksums for Web Form Verifica...
    - Protecting Web Forms with AJAX
    - Using Prototip with AJAX
    - Using Prototip
    - Using the google.load() Method with Google`s...
    - How to Handle Ajax Errors
    - Uncompressing Source Files with Google`s AJA...
    - Using the jQuery Framework with Google`s Aja...
    - Using Google`s Ajax Libraries API




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek