Home     PHP / Javascript / Ajax
Ajax Codes
第一頁 23456最末頁

Ajax Codes > tutorials-training-tips

AJAX-loaded pages Free

Rate: | Price: Free | Demo: | Views: 1865

PHP Script Codes > tutorials-training-tips
In javascript we declare variables by using the var keyword. Translation: when we want to tell javascript that we want to make a variable, we have to use the word var. It ... More

Three Practical Uses For Ajax Free

Rate: | Price: Free | Demo: | Views: 1831

PHP Script Codes > tutorials-training-tips
In this article I'm going to show you three simple and practical uses for Ajax on your Web site. You'll need to know a bit of HTML, JavaScript, and PHP to follow along, but I'll do my best to explain everything in simple terms so you don't ... More

Delayed content loading Free

Rate: | Price: Free | Demo: | Views: 1760

PHP Script Codes > tutorials-training-tips
Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call. ... More

Fly-To-Basket Effect With jQuery Free

Rate: | Price: Free | Demo: | Views: 1704

PHP Script Codes > tutorials-training-tips
This is a tutorial with downloadable example files on creating an Ajaxed shopping cart with a fly-to-basket effect using jQuery. PHP and MySQL is used. ... More

Ajax from Scratch Free

Rate: | Price: Free | Demo: | Views: 1679

PHP Script Codes > tutorials-training-tips
Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications. ... More

Getting User IP with Ajax (Javascript/PHP) Free

Rate: | Price: Free | Demo: | Views: 1658

PHP Script Codes > tutorials-training-tips
A small tutorial where I describe how to get a Userip with Ajax and making it afterwards available as javascript var. I describe two ways - in a pure php site and how to do it in a htm or html site (with Ajax). Perhaps it may help you, as I ... More

Implementing AJAX Using ASP.NET 1.1 Free

Rate: | Price: Free | Demo: | Views: 1615

PHP Script Codes > tutorials-training-tips
AJAX is an acronym that stands for Asynchronous JavaScript and XML. AJAX gains its popularity by allowing data on a page to be dynamically updated without having to make the browser reload the page. ... More

Cross-browser Ajax Tutorial Free

Rate: | Price: Free | Demo: | Views: 1604

PHP Script Codes > tutorials-training-tips
A tutorial using a JavaScript Ajax library to make form submissions more usable. ... More

How To Pick an Ajax Framework Free

Rate: | Price: Free | Demo: | Views: 1566

PHP Script Codes > tutorials-training-tips
In the last year, nearly 500 Ajax frameworks have been created. Picking the proper framework is extremely important, because it will determine the success of the features, maintenance, and development time for your project. There are a numb ... More

Fetching additional content when end of page is reached Free

Rate: | Price: Free | Demo: | Views: 1492

PHP Script Codes > tutorials-training-tips
At times, pagination does not convey any meaning - say when you have a essentially endless list of articles from various RSS feeds. One solution is to load all the articles - that's out of question when there are more than a handful; the we ... More

AJAX: How to Handle Bookmarks and Back Buttons Free

Rate: | Price: Free | Demo: | Views: 1464

PHP Script Codes > tutorials-training-tips
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. ... More

AJAX +Web 2.0 Speed Up the Web Free

Rate: | Price: Free | Demo: | Views: 1404

PHP Script Codes > tutorials-training-tips
In the AJAX tutorial below we will demonstrate how a web page can be loaded+redered 10 time faster using ajax.
Tutorial,examples source code available. A full working Ajax Web 2.0- PHP example (source code included) ... More

How to implement COMET with PHP Free

Rate: | Price: Free | Demo: | Views: 1335

PHP Script Codes > tutorials-training-tips
Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applicati ... More

AJAX sorting with Script.aculo.us Free

Rate: | Price: Free | Demo: | Views: 1314

PHP Script Codes > tutorials-training-tips
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX. ... More

RSS with an Ajax Twist Free

Rate: | Price: Free | Demo: | Views: 1227

PHP Script Codes > tutorials-training-tips
Personally, one of the simplest yet amazing web tools today is the RSS. This tool could be found everywhere ... More