Posts Tagged ‘ajax’

Display content dynamically with AJAX

Friday, July 20th, 2007

We want to design a commenting system where visitors of your website can leave a comment on a news post. The form for submitting a comment should only be visible when a “post comment button” is clicked. (more…)

Creating the Ajax application with Java

Friday, June 22nd, 2007

We’ll begin with the complete HTML and JavaScript code for our first application, a simple web page that displays the decimal value of any character. Then we’ll break apart the JavaScript and examine it.

(more…)

AJAX Generic Form Parser – With Validation

Thursday, May 24th, 2007

In this tutorial I’ll show you a simple method to pass any HTML form through AJAX without the need to hard code all form fields into the JavaScript or Server Side Script. (more…)

Easiest way to implement Ajax in your ASP.Net 2.0 applications

Tuesday, May 22nd, 2007

In this article i am giving you a very usefull example, that is when you choose the country in a dropdown list which is filled dynamically and want the state comes in another dropdown will depend on the first dropdown list. To remove this post back i use ajax here. (more…)

How to Develop Web Applications with Ajax

Monday, May 21st, 2007

In the past, web applications were limited because a web page had to be reloaded (or another page loaded in its place) in order for new data to be obtained. Other methods were available (without loading another page), but the techniques weren’t well supported and had a tendency to be buggy. (more…)

Creating sortable lists with PHP and Ajax

Saturday, May 12th, 2007

You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books. (more…)