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

Top Rated Scripts | Ajax | Tutorials, Training & Tips

Results 1-20 of 180
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
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.
(3 ratings)
Reviews0
PriceFree
Views4356
Ajax: Getting Started
This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started.
(3 ratings)
Reviews0
PriceFree
Views2980
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.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.
(3 ratings)
Reviews0
PriceFree
Views2938
MooTools � A Review
MooTools is an open source JavaScript framework that evolved from the simple function called moo.fx. The developers of moo.fx have slowly expanded this simple function into a fully functional framework. As of this writing, the framework is on its 1.2.0 version and has been enjoying a good following along with other JavaScript frameworks. MooTools is a lightweight framework. But do not think MooTools is another lightweight framework that would eventually stack-up. This framework is as lean as they could be. Instead of stacking up the functions and lines, MooTools divide the codes by developing functions in small code bases.
(3 ratings)
Reviews0
PriceFree
Views1016
Ajax from Scratch
Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications.
(1 ratings)
Reviews1
PriceFree
Views2339
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 gracefully when JavaScript is disabled.
(3 ratings)
Reviews0
PriceFree
Views4110
AJAX Design Patterns
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads.
(3 ratings)
Reviews0
PriceFree
Views2409
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 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.
(3 ratings)
Reviews0
PriceFree
Views4570
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.
(3 ratings)
Reviews0
PriceFree
Views2282
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, 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
(3 ratings)
Reviews0
PriceFree
Views1530
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 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/
(3 ratings)
Reviews0
PriceFree
Views975
Anthem.NET with Minimal JS
Developing an Ajax based application with minimal JavaScript coding is possible with the use of VS 2005, ASP.NET and a simple but powerful library called Anthem.NET. This open source library might not be popular but it has been given a pretty good ranking as it provides any developer the ability to build an Ajax based website without using too much Ajax. As you may have already noticed, it uses a lot of frameworks and software development tools to compensate with the minimal use of JavaScript. To use Anthem.NET you need to fire it up first in ASP.NET. Basically, you will just have to use the libraries DLL as a reference point to make it work. It is really simple at first glance but apparently Antem.NET�s DLL is not precompiled first. Make sure that you compile the project carefully as the DLL could get extracted in different places.
(3 ratings)
Reviews0
PriceFree
Views617
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
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 sorting with Script.aculo.us
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX.
(3 ratings)
Reviews0
PriceFree
Views1949
Introducing Qooxdoo
Qooxdoo was released in the first quarter of 2006, Qooxdoo differs itself from other Ajax enabled frameworks because it uses JavaScript as its tool for development. Most Ajax based framework that we know of either uses other Java or other languages since its primary aim is to help developers build an Ajax based application or framework. This framework uses JavaScript. It does not apologize in doing so for one good reason: this framework is geared to build an effective client side application. Somehow, this is a refreshingly unique framework when compared to different frameworks that we use today
(3 ratings)
Reviews0
PriceFree
Views662
PHP / Ajax upload form
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.
(3 ratings)
Reviews0
PriceFree
Views2270
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.
(3 ratings)
Reviews0
PriceFree
Views1327
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
Results 1-20 of 180