Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | Ajax | Tutorials, Training & Tips

Results 1-20 of 180
Ajax PHP tutorial
In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax - PHP example.
(49 ratings)
Reviews1
PriceFree
Views6837
AJAX file upload tutorial
In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
(46 ratings)
Reviews1
PriceFree
Views5467
Shopping Cart with AJAX
This tutorial will you how to build a Drag and Drop Shopping Cart.
(18 ratings)
Reviews0
PriceFree
Views9722
Building "drag and drop" shopping cart with Ajax
For this article, we'll create an interactive shopping experience allowing us to add items to our shopping basket by dragging and dropping them onto an icon of a shopping cart. We'll add AJAX functionality, allowing us to update our shopping cart without redrawing the entire screen. To save the trouble of setting up a product database, we'll use Amazon Web Services to search for DVDs and use those to shop from.
(15 ratings)
Reviews0
PriceFree
Views6524
Using AJAX to Post Form Data
JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, it's original intended method was simply sending data and retrieving responses without waiting for a page to reload. We're going to take a step back to the time where that was all it was used for. To start off, we're going to write our PHP script that we are POSTing to. We're just going to have it echo our name back to us. Simple, but we've gotta start somewhere!
(15 ratings)
Reviews0
PriceFree
Views5378
Fly-To-Basket Effect With jQuery
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.
(12 ratings)
Reviews0
PriceFree
Views2745
Using jquery's .get function with php
Using jQuery's .get function, we send information to a php page via textbox, format it, then retrieve it and display it in a div without leaving the page.
(12 ratings)
Reviews0
PriceFree
Views861
Integrate Google Calendar in your website using AJAX
This tutorial will guide you how to integrate 'Google Calendar' in your website using AJAX
(10 ratings)
Reviews1
PriceFree
Views8598
How to implement COMET with PHP
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 applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data from the server. I will explain in this document how to implement a simple Comet application with PHP programming language.
(9 ratings)
Reviews0
PriceFree
Views2130
Ajax For Beginners
AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it�s content and load them into your existing page without having to refresh the whole page. This means that services like email don�t have to reload the whole page everytime you click a message, saving on bandwidth (loading the header/footer all over again) and making things more efficient.
(9 ratings)
Reviews0
PriceFree
Views4893
Ajax edit in place multiple mysql rows
Tutorial to edit in place multiple mysql rows of data using ajax and php.
(9 ratings)
Reviews0
PriceFree
Views1513
Implementing AJAX Using ASP.NET 1.1
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.
(9 ratings)
Reviews0
PriceFree
Views2009
AJAX: Building a Chat
This tutorial is teaches how to build a Live Chat for WebSite
(9 ratings)
Reviews0
PriceFree
Views4729
AJAX +Web 2.0 Speed Up the Web
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)
(6 ratings)
Reviews0
PriceFree
Views2399
You First AJAX Application
This is a simple tutorial that will teach you the basics of AJAX. There are step by step instructions written to assist you on your first application. You will also find the source code and a demo for the application.
(6 ratings)
Reviews0
PriceFree
Views1094
Getting User IP with Ajax (Javascript/PHP)
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 see it very often that people have problems with this issue.
(6 ratings)
Reviews0
PriceFree
Views2064
Creating Live Data with AJAX
If you want to have live data on your website, that will change all on its own without you having to constantly refresh the page, then this tutorial will show you how to. Assumes you have an understanding of the AJAX (XMLHttpRequest) object.
(6 ratings)
Reviews0
PriceFree
Views4063
AJAX-loaded pages
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�s a special word that javascript recognizes. But what is a variable? Something that holds a value that can change. For example, in math, �x� can be �blue"...
(6 ratings)
Reviews0
PriceFree
Views2195
Create An Upload Progress Bar With PHP and jQuery
When it comes to uploading files, users expect visual feedback, usually in the form of a progress bar. The problem is that PHP doesn't offer a way to track file uploads in progress by default. Fortunately, there is an extension that enables this functionality and this tutorial will show how it can be combined with jQuery UI to create a progress bar.
(6 ratings)
Reviews0
PriceFree
Views5289
Add Records to a Queue with jQuery
This tutorial will explain how to make an animated "add to queue" type functionality with jQuery. Since it is hard to explain the results, check out the demo. First, I'll show how to create the actual effect, and then how to implement AJAX submission to a back-end script for database storage or some other processing.
(6 ratings)
Reviews0
PriceFree
Views1336
Results 1-20 of 180