Implementing AJAX Using ASP.NET 1.1
Category : Ajax / Tips and Tutorials / Hits : 352You've heard of it. It is the latest buzz term for web programmers these days. 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
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (3.00) 



Building Tabbed Content
Category : Ajax / Tips and Tutorials / Hits : 96This workshop we will be building a tabbed content browser that’s Ajax powered. When ever a user clicks a tab the Ajax will communicate with the server and send back the appropriate data for that tab. We will start this workshop off with the XHTML an
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Degradable Ajax Form Validation
Category : Ajax / Tips and Tutorials / Hits : 102If you’ve ever confronted the task of validating data in a form, you know about choice. Whether it’s choosing between client side or server-side scripts, or the amount of information a user should see on the screen, the results should always give the
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



AJAX WebMail Tutorial
Category : Ajax / Tips and Tutorials / Hits : 96In 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.
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Better File Uploads with AJAX and JavaServer Faces
Category : Ajax / Tips and Tutorials / Hits : 99Browser-based file uploads, in particular those involving the HTML tag, have always been rather lacking. As I am sure most of you are aware, uploading files exceeding 10MB often causes a very poor user experience. Once a user subm
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (2.00) 



Ajax RSS Reader Step by Step Tutorial
Category : Ajax / Tips and Tutorials / Hits : 90The AJAX Reader will request the backend URL and run a function ReqChange() when the data will be loaded.I received many emails requesting more AJAX workshops, and as I promised before, this is another tutorial about writing an AJAX RSS Reader. This
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Ajax Username Availability Checking
Category : Ajax / Tips and Tutorials / Hits : 91The 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. I believe Digg uses this, and I hear it's all the
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Ajax: Getting Started
Category : Ajax / Tips and Tutorials / Hits : 91Ajax stands for Asynchronous JavaScript and XML. In a nutshell, it is the use of the nonstandard XMLHttpRequest object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including XML, HTML, a
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



AJAX Design Patterns
Category : Ajax / Tips and Tutorials / Hits : 98By now the entire World has heard about AJAX, even those who don’t care about Web-Development have seen the potential of this new technology. Everybody is tired of endless introductions on how cool AJAX is and those endless lists of good examples lik
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Ajax Tutorial with Prototype
Category : Ajax / Tips and Tutorials / Hits : 106Here's the AJAX prototype example that I used in my AJAX presentation today.
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Edit-in-Place with Ajax
Category : Ajax / Tips and Tutorials / Hits : 77Back on day one we looked at using the Prototype library to take all the hard work out of making a simple Ajax call. While that was fun and all, it didn’t go that far towards implementing something really practical. We dipped our toes in, but haven’t
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Three Practical Uses For Ajax
Category : Ajax / Tips and Tutorials / Hits : 85AJAX -- or Asynchronous JavaScript and XML is the newest buzz word in web development. Utilizing a client-side XMLHTTPRequest object, HTML, JavaScript and CSS, you can replace the page refresh that has (up until a few months ago) been a mandatory par
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



AJAX: How to Handle Bookmarks and Back Buttons
Category : Ajax / Tips and Tutorials / Hits : 89This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. By the end of this tutorial, developers will have a solution to an AJAX problem that not even Google Maps or Gmail p
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Ajax from Scratch
Category : Ajax / Tips and Tutorials / Hits : 89This AJAX from Scratch series of articles describes fundamental techniques needed to develop AJAX Rich Internet Applications in JavaScript from scratch. Each article focuses on a particular (usually little-covered) aspect of developing browser-side f
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Shopping Cart with AJAX
Category : Ajax / Tips and Tutorials / Hits : 96Keeping up with the latest Web technologies is tough nowadays. Every week it seems new sites are launched that push the envelope further and further in terms of what can be accomplished using just a Web browser.The rise of AJAX over the past several
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Integrate Google Calendar in your website using AJAX
Category : Ajax / Tips and Tutorials / Hits : 87One of the features I find it interesting in Google calendar is the possibility to create shared calendars, but also the availability of your calendar as XML or ICAL whatever it's a private or public one. As soon as we have XML of our calendar availa
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Tutorial with demos
Category : Ajax / Tips and Tutorials / Hits : 239Ajax is only a name given to a set of tools that were previously existing.
Freeware Version : 1.0 Plateform(s) : Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (3.50) 



AJAX and the Back Button Problem
Category : Ajax / Tips and Tutorials / Hits : 113If 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.
Free for non-commercial use Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



AHAH vs AJAX
Category : Ajax / Tips and Tutorials / Hits : 141One 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 program
Free for non-commercial use Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (3.00) 



Create a searchable Google map
Category : Ajax / Tips and Tutorials / Hits : 91Google’s Mark Lucokvsky shows you how to add search functionality to maps using the GSmapSearchControl Solution
Freeware Version : N/A Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Using AJAX to Post Form Data
Category : Ajax / Tips and Tutorials / Hits : 92AJAX, 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, its original intended method was simply sending data and retrieving responses witho
Freeware Version : N/A Plateform(s) : Linux, Windows, FreeBSD, Sun Solaris Updated :19 Mar 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Post Form Data Using Ajax
Category : Ajax / Tips and Tutorials / Hits : 804Sometimes you have to send some forms to a web site without user interaction. Internet explorer has a navigate method, which lets you send GET and POST request with data to any URL. Next functions are samples of a POST request which sends POST form d
Freeware Plateform(s) : Linux, Windows, FreeBSD, Sun Solaris Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (3.17) 



Delayed content loading
Category : Ajax / Tips and Tutorials / Hits : 97Additional content, or decorations, can be loaded after the basic content is displayed by "including" an external file with an AJAX call.
Free for non-commercial use Version : n/a Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Getting User IP with Ajax ,Javascript and PHP
Category : Ajax / Tips and Tutorials / Hits : 100A small discription 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
GPL Version : 1 Plateform(s) : Linux, Windows Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Fetching additional content when end of page is reached
Category : Ajax / Tips and Tutorials / Hits : 94At 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
Free for non-commercial use Version : n/a Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Explanation of Javascript and AJAX
Category : Ajax / Tips and Tutorials / Hits : 91With the advent of mass-hype for building AJAX solutions, I find it necessary to shed some light of AJAX and JavaScript implementations and how they relate to and affect accessibility, and to explain how they can both co-exist; that one doesn’t exc
Freeware Version : 1 Plateform(s) : Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



AJAX-loaded pages
Category : Ajax / Tips and Tutorials / Hits : 99AJAX, 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 response
Other Free / Open Source License Version : n/a Plateform(s) : Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



How To Pick an Ajax Framework
Category : Ajax / Tips and Tutorials / Hits : 102In 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 ques
Freeware Version : n/a Plateform(s) : Linux, FreeBSD Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



Ajax For Beginners
Category : Ajax / Tips and Tutorials / Hits : 106We know that AJAX always used for simplifying the program and it does also generate standard coding. Ajax allows you to make a call to an http server , get its content and load them into your existing page without having to refresh the whole page. Th
Freeware Version : n/a Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 



CAPTCHA validation using PHP and Ajax
Category : Ajax / Tips and Tutorials / Hits : 1095You've probably seen the CAPTCHA technique used to prevent automatic form submission by spambots and other nuisances.
Freeware Version : n/a Plateform(s) : Linux, Windows, FreeBSD, Sun Solaris Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (3.44) 



Ajax PHP tutorial
Category : Ajax / Tips and Tutorials / Hits : 118In this Article we want to focus on how to create a basic working AJAX-PHP communication.
Freeware Version : 1.0 Plateform(s) : Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Updated :01 Jan 2008
Comments (0)
|
Member Rating (0.00) 



|
Visitor Rating (0.00) 







