User management with AJAX |
|
|
|
|
Goal Give to Joomla user management a new approach to user interaction more friendly and faster. What it does
When the user type data in a form field a set of validation control are fired and the result is displayed beneath the input field. The username field validation for example is made on two level: the first level is syntax validation i.e it must be a char and cannot be less of 3 characters, the second level is a semantic validation for username field i.e is this username avaible on register form or on login form is a registerd username.These fields validation are made on the fly without refreshing the whole page.
Try it A demo version is available here you'll find the login form on top left For example a demo user is username:pluto and password:pluto1 How it works Via Javascript an event handler for the change event is attached to the input field. When something is typed in such an input field an AJAX http request are sent asynchronously to the server. An PHP function handles the request and sends results back using JSON. Via javascript these results are displayed using the DOM in a div. The data source used for retrieve validation is the core user MySql table. Which Joomla version I've started the deveopment from Joomla 1.5.3, but it should work with no extra work in any another version of Jooomla 1.5. How to install It is relatively easy and non-invasive to install AUser Manager to your joomla site. read the step by step guide Credits The FormCheck mootools plugin |
| < Prev | Next > |
|---|




