In this tutorial, we're going to create an AJAX form using the MooTools JavaScript framework. This technique can be used for any type of form, but for the sake of demonstration, we'll concentrate on building a comment form that submits a comment and adds it to the comments section without reloading the page.
Now a days it’s a common trends that webmaster allow the users to gives their views about the stuff placed on the website. The stuff can be picture, text file,presentation,mobietone, wallpapers and others.
Ever wanted to browse through the older post archives only to be staring at the screen for ages in frustration while the content slowly loads up? A quick fix would be to make use of AJAX to load the post archives.
In this case, we are using a php script called check-username.php. However, the backend doesn’t have to be in php, it can be in any language .aspx (.NET), .do (Java), .cfm (ColdFusion), etc. The backend script just needs to return either 1 or 0 (True or False).
prototype.js is an amazing JavaScript framework that I have been using for some years now. This tutorial shows you how to work with prototype.js and what some best practices are. It won’t go into details on every available method but it will give you a quick introduction.
This article will teach you how to create your first well-formed XML document. I will go through the various rules for creating a well-formed document, beginning with the XML declaration. By the end of the article you will have a firm grasp on how to create well-formed documents in XML.
All of the major browsers utilize some form of cache management to minimize redundant server calls. Since there is a certain amount of disk space allocated towards downloaded Web content, browsers can save time and network bandwidth by checking for the requested resource on the local hard drive before fetching it from the server.
Ajax (as I understand it) basically means you can use javascript to request a webpage without haveing to reload the one the javascript is on.
Something very easy to do in drupal is adding form object to the content of your page without doing a page refresh. I needed to add functionality so that an application form was displayed to a user when they clicked the Apply link.
Use Pop up div by JavaScript or AJAX Control Toolkit’s Hover Menu control can create a Tooltip easily. However, if we need to create the content of tooltip dynamically by the Server-Side code, we can use the ICallbackEventHandler to achieve the faing goal
Ajaxlines is a project focused on providing its audience with a database of most of Ajax related articles, resources, tutorials and services from around the world.
Its purpose is to showcase the power of Ajax and to act as a portal to the Ajax development community.