The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

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

Sponsor Links


Home :: Ajax :: Tips and Tutorials
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 128    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7

   AJAX file upload tutorial   Hits: 728 

 
In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Feb 29 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax PHP tutorial   Hits: 1816 

 
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.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Learn How To Make 2d Multiplayer Ajax Games.   Hits: 901 

 
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 modeled after Starcraft. At AjaxProdigy everything is explained in a simple way so anyone can understand. Live games for example are available like a 2d multiplayer rpg and a 2d multiplayer real-time strategy game.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 17 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   JavaScript PHP Remote Method Library   Hits: 181 

 
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 Flash remoting. I wanted to be able to simply write methods in a PHP class and then call them in JavaScript and not write any more code than that. This pretty much does that. You can see it in action at my website: http://onesandzeros.biz/j sphpremoting/


Free   Version: 0.9.1   Platform(s): n/a   Updated: Fri Feb 22 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX and the Back Button Problem   Hits: 259 

 
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 programs does not like the back button. Unfortunately, Ajax does not have that functionality in bookmarking the previous page so that it could be reloaded anytime. With this development or some call it a disability; it is quite clear that today’s browsers were built without thinking


Free   Version: n/a   Platform(s): n/a   Updated: Tue Feb 12 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Beginning Ajax and ASP.NET 3.5   Hits: 298 

 
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, I try to show you what's ajax and database querying at same time. Now let's build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included


Free   Version: 1   Platform(s): windows   Updated: Fri Jan 11 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AHAH vs AJAX   Hits: 200 

 
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 considered as a rip-off of the original hyped programming. Such programs frequently fail even before it gets started. For example, just look at different web-based office applications since zoho.com made a mark. Though lots of alternatives are available, almost none came even close.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Feb 12 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Fetching additional content when end of page is reached   Hits: 730 

 
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 web 2.0 way is to load additional content when reader is at the end of content.


Free   Version: n/a   Platform(s): n/a   Updated: Wed Sep 26 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Delayed content loading   Hits: 1215 

 
Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Aug 10 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX sorting with Script.aculo.us   Hits: 800 

 
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX.


Free   Version: n/a   Platform(s): n/a   Updated: Fri Aug 10 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Getting User IP with Ajax (Javascript/PHP)   Hits: 1048 

 
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.


Free   Version: 1   Platform(s): linux, windows   Updated: Wed Jul 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using AJAX to Post Form Data   Hits: 2195 

 
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!


Free   Version: n/a   Platform(s): linux, windows, freebsd, sun   Updated: Thu Jul 12 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   AJAX-loaded pages   Hits: 1343 

 
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"...


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jul  3 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Explanation of Javascript/AJAX   Hits: 1540 

 
This in-depth article explains exactly what Javascript and AJAX actually are.


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon May 14 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

    How To Pick an Ajax Framework   Hits: 1091 

 
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 number of questions you will want to ask yourself when it comes to choosing the proper framework. If you are looking for a list of the available frameworks, some of the best places to start would be Wikipedia, as well as the Ajax Projects. As far as questions are concerned, will the server be independent? Frameworks which use independent servers will help out with mashing up server systems.


Free   Version: n/a   Platform(s): linux, freebsd   Updated: Thu May 10 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create a searchable Google map   Hits: 2714 

 
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 page discusses this topic in detail - but if you just want to cut and paste some code, the “hello world” of the Map Search Control solution is available at the end of this article.


Free   Version: n/a   Platform(s): n/a   Updated: Tue Feb 20 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to Make AJAX Read between the Lines   Hits: 1484 

 
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.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising. This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.


Free   Version: n/a   Platform(s): n/a   Updated: Thu Jan 18 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Ajax For Beginners   Hits: 3721 

 
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.


Free   Version: 1.0   Platform(s): n/a   Updated: Tue Jan  2 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   CAPTCHA validation using PHP and Ajax   Hits: 3821 

 
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 conveniently combine CAPTCHA into normal pre-submission form verification. You'll need PHP to be installed with the GD image library (most PHP implementations will have this as standard).


Free   Version: n/a   Platform(s): linux, windows, freebsd, sun   Updated: Wed Dec 20 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Live Data with AJAX   Hits: 3029 

 
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.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec 29 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 128    Displaying: 1 - 20 Pages:  1 2 3 4 5 6 7

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog