Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Create A Tabbed Interface Using jQuery

Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God - using only one line of code!

84 views
1 Star2 Star3Star4 Star5 Star (No Ratings Yet)

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,267 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 4.33 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,448 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,644 views
1 Star2 Star3Star4 Star5 Star (6 votes, average: 4.5 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,284 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 5 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,441 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 3.64 out of 5)

Interstitial pages with javascript

When you click on a link, an interstitial page (usually an advert) appears before you are shown the new page that you clicked to view. doInterstitial() is a simple javascript function that rewrites all links on a page.

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