Home |  Software downloads |  Submit |  Drivers |  Codecs |  Linux |  Scripts | 
Software, Games downloads and reviews
Contact Us | 
Ajax>Tips and Tutorials

Tips and Tutorials

  • JavaScript PHP Remote Method Library
    This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for...
  • 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....
  • AJAX and the Back Button Problem
    If you are starting out in your first Ajax based program, one of the biggest challenges that you have to face is to let your users remember not to hit the back button. Most of the time, Ajax based pro...
  • AHAH vs AJAX
    One of the best thing about the hype created by AJAX was the reaction of other developers. Of course, there are individuals they are willing to build an alternative for every hype which is usually con...
  • Learn How To Make 2d Multiplayer Ajax Games.
    AjaxProdigy.com contains lots of tutorials, code, and full examples on how to make a 2d ajax multiplayer rpg game and other 2d ajax games, like a 2d multiplayer real-time strategy game called SG1 mode...
  • Fetching additional content when end of page is reached
    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 wh...
  • Beginning Ajax and ASP.NET 3.5
    Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial,...
  • Delayed content loading
    Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call....
  • AJAX sorting with Script.aculo.us
    Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX. ...
  • 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 (w...
  • 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 m...
  • 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 javascr...
  • Explanation of Javascript/AJAX
    This in-depth article explains exactly what Javascript and AJAX actually are....
  • How To Pick an Ajax Framework
    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...
  • Create a searchable Google map
    The GSmapSearchControl Solution is a simple to use application of the Google AJAX Search API that is designed to let you easily add a searchable map to your pages, sites and blogs. The rest of this pa...
  • How to Make AJAX Read between the Lines
    The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts...
  • 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 ...
  • CAPTCHA validation using PHP and Ajax
    CAPTCHA has become a popular means of securing forms against automated submission, by requiring users to enter a string displayed in an automatically generated image. This implementation uses Ajax to...
  • 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 understan...
  • Simple Introduction to AJAX and XMLHttpRequest
    This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, al...
  • Making a Google Suggest-like application
    Ever wanted to make your own "live" advanced search that gives you suggestions as you type. This tutorial will show you how to make one just like Google's new "Suggest" search feat...
  • Tutorial with demos
    Step-by-step tutorial to understand the XMLHttpRequest object and how to use it from JavaScript. Examples with text, XML and JSON files. The tutorial is completed by demo pages that you can use as tem...
  • Integrate Google Calendar in your website using AJAX
    This tutorial will guide you how to integrate 'Google Calendar' in your website using AJAX...
  • Shopping Cart with AJAX
    This tutorial will you how to build a Drag and Drop Shopping Cart....
  • Building Tabbed Content
    In this workshop, you'll be building a tabbed content browser that's Ajax powered. Whenever a user clicks a tab the script will communicate with the server and send back the appropriate data for that ...
  • AJAX: Building a Chat
    This tutorial is teaches how to build a Live Chat for WebSite...
  • Degradable Ajax Form Validation
    Thanks to Ajax, we can provide real-time feedback to the user using server-side validation scripts and eliminate the need for redundant validation functions without giving up a solution that degrades ...
  • AJAX WebMail Tutorial
    In this article, the first of three parts, you will start creating a simple web-based POP 3 client using AJAX, which will use "XMLHttpRequest" objects to retrieve messages from a mail server...
  • Better File Uploads with AJAX and JavaServer Faces
    In this article, we will take fresh approach and implement an AJAX-powered component that will not only upload the file to server, but also monitor the actual progress of a file upload request in &quo...
  • Ajax RSS Reader Step by Step Tutorial
    This Ajax reader is written in JavaScript only. Itrequests a backend URL on the same server then displays the feed....
  • Ajax Username Availability Checking
    The goal of this Ajax example is to allow a user who is registering for your site to see if the username they want to use is taken already or not, without having to submit a form and reload the page....
  • Ajax: Getting Started
    This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started....
  • AJAX Design Patterns
    Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads....
  • Ajax Tutorial with Prototype
    This is an example of a good use of Ajax, and at the same time keeps it simple. It is a zip code verifier. As soon as the person enters the zip code it makes a request to the server to see if the zip ...
  • Edit-in-Place with Ajax
    This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs....
  • Three Practical Uses For Ajax
    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 ...
  • AJAX: How to Handle Bookmarks and Back Buttons
    This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications....
  • Ajax from Scratch
    Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications....
  • 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....
  • A PHP Developer's Primer - Delving into Ajax
    In this article we are going to delve deeper into Ajax and explore how XSL can be used on both the client side (using Javascript) and on the server side (using PHP) to transform XML data into XHTML....
  • Cross-browser Ajax Tutorial
    A tutorial using a JavaScript Ajax library to make form submissions more usable....
  • Saving Session Across Page Loads Without Cookies
    This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits....
  • AJAX: Instant Tutorial
    This is a quick tutorial to get you jump started with Ajax. It uses object detection and explains some of the caveats for doing what is being done in the tutorial....
  • Take Ajax to Your E-mail Inbox
    In this article, the first of three parts, you will start creating a simple web-based POP 3 client using Ajax, which will use "XMLHttpRequest" objects to retrieve messages from a mail server...
  • Ajax - Building a Request
    In this tutorial, you'll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesn't have to wait for the page to refresh....
  • Ajax Mistakes
    Ajax is also a dangerous technology for Web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I�ve compiled a lis...
  • Prototype, Easing AJAX's Pain
    This article describes Prototype, an open source JavaScript library to create an object for an AJAX application. It explains how to use Prototype by describing an environmentally oriented web applicat...
  • Guide to Using AJAX and XMLHttpRequest
    The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demon...
  • Alternate Ajax Techniques - Part 2
    In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM....
  • Tuning Ajax
    This article illustrates one method of benchmarking your Ajax applications as well as point out some of the major performance pitfalls that the author has encountered while developing Ajax components ...

1 2

Ajax : ASP : ASP.NET : C and C++ : CFML : CGI and Perl : Flash : Java : JavaScript : PHP : Python : Remotely Hosted : Ruby on Rails : Tools and Utilities : XML