Tutorials, Training & Tips
Results 1 - 20 of 190
Creating an Upload Progress Bar in PHP with APC
This tutorial will explain how to create an AJAX progress bar for PHP file uploads. There is no method build into PHP for returning the status of an upload in progress, so this requires a module called the Alternative PHP Cache (APC). This allows you to...
(show more)
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.
Javascript Asynchronous XML Example (AJAX)
This is a simple AJAX tutorial using php, javascript and XMLHttpRequest. AJAX is the fundamental lynchpin of web 2 services and underpins almost every widget today. This is the simplest example that demonstrates AJAX
Ajax Basic Tutorial
AJAX, or Asynchronous JavaScript and XML, is a web technology that is based on JavaScript and HTTP requests. By using AJAX we can use JavaScript to get/send data from/to a server without reloading the whole webpage with the help of XMLHttpRequest object
jQuery form plugin and PHP file uploads
jQuery and the form plugin are great tools to create Ajax powered contact or feedback forms. This tutorial shows how to use the jQuery form plugin and gives an example how-to create a form including form validation an upload function.
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...
(show more)
HTML 5 and Ajax
HTML 5 is the latest version of one of the first languages for websites. The project was started in 2004 – a fitting timeline considering the improvements in the software and online industry have been very impressive. This update in HTML plans to cater...
(show more)
Ajax Search Tutorial
Here we will be developing a search feature. By using this feature the users will be able to search for a particular person in a list stored on the web server in text format.
Can Google Spiders read websites built with AJAX?
Since you are reading this article I will assume that you already know what AJAX is and how it works. You are probably either planning to build a website using AJAX, or have already built a site and are curious as to why your pages are not being indexed...
(show more)
XML Advantage in Ajax
Ajax would be nothing without XML. After all, the “x” in the acronym stands for XML which means it is a very important aspect in the Ajax based application. There are those that are not even Ajax that uses XML. For example, JavaScript could still use...
(show more)
Optimizing DOM for Better Ajax Functions
One of the biggest challenges for JavaScript and Ajax based developers is on using DOM for various browsers. This is not only based on browser incompatibility but also on the ability of the application to load faster in the client side. If the...
(show more)
Developing Ajax Based Application
Building an Ajax based application is not an easy task especially for the enterprise. Although you can see some brilliant developers working on a project with little to no assistance, successful applications are being developed by group. Developers with...
(show more)
Successfully encoding a decoding plus symbols for AJAX Forms
Tutorial discusses how to encode data on the JavaScript side, and then decode it successfully with PHP so that data corruption is kept at a minimum, and symbols such as the + sign are not lost.
DOM Document Types
Figuring out DOM for JavaScript is a little bit tricky because of browser incompatibilities. Although you should be able to load an Ajax based application in most browsers, the reaction of different browsers to JavaScript is different. Developers have to...
(show more)
Server Side JavaScript
Server Side JavaScript is still an elusive fact. With hundreds of commands that run into browser incompatibility, having a server side for JavaScript could be very messy. You should be able to run an application with JavaScript from the server side but...
(show more)
Working with JsonML
The discussion for the proper data output for Ajax based application will always be here. On one side is the argument on xml. The “x” on Ajax, xml has proven itself to be highly useful in this programming technique. As the universal tool able to...
(show more)
Importance of HTML to Ajax
HTML has been used for websites ever since the internet came into existance. Every developer who wants to build highly interactive applications does not jump on complicated programming languages for websites. They instead start on simpler programming...
(show more)
Using TraceVis for Better Ajax Application
TraceMonkey is probably one of the most important tools a developer would have to use to ensure that the application runs as expected or would be optimized. Developed by Mozilla, this small application will help developers determine which functions runs...
(show more)
jQuery User Interface
jQuery has practically become one of the most powerful JavaScript libraries. Even before JQuery has been adopted by Microsoft as its main library for JavaScript, it has already been adopted by developers worldwide. It’s simplified library, variety of...
(show more)
Invoking External PHP to JavaScript
External sources for JavaScript and an Ajax based application used to be ill advised to developers for security purposes. However, because of the advancement of JavaScript techniques and more security measures implemented in coding, invoking a source...
(show more)
