Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Display content dynamically with AJAX

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.

2,588 views
1 Star2 Star3Star4 Star5 Star (4 votes, average: 4.50 out of 5)

Creating the Ajax application with Java

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.

4,837 views
1 Star2 Star3Star4 Star5 Star (8 votes, average: 3.63 out of 5)

AJAX Generic Form Parser – With Validation

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.

3,952 views
1 Star2 Star3Star4 Star5 Star (7 votes, average: 4.57 out of 5)

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

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.

6,163 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.20 out of 5)

How to Develop Web Applications with Ajax

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.

3,380 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 5.00 out of 5)

Creating sortable lists with PHP and Ajax

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.

5,780 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 3.64 out of 5)