Active Articles: 2038
Total Categories: 16
Sub Categories:616
Rich Ajax slide shows with DHTML and XML | ||||||||
This tutorial shows how to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that's animated using "Ken Burns Effects." You'll discover how to build XML data sources for Ajax, request XML data from the client, and then dynamically create and animate HTML elements with that XML. ... learn more
| ||||||||
| ||||||||
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 "real time." ... learn more
| ||||||||
| ||||||||
Ajax Business Applications | ||||||||
Introduction Ajax is a method for building highly efficient and interactive web sites. It stands for Asynchronous JavaScript and XML. Through a combination of technologies, Ajax makes it possible for most of the processing work for web page interaction to take place between the server and the browser, not requiring the user to wait for ... learn more
| ||||||||
| ||||||||
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 application that displays an annual atmospheric carbon dioxide (CO2) level. ... learn more
| ||||||||
| ||||||||
Edit-in-Place with Ajax | ||||||||
This tutorial is about edit-in-place system which is used for quickly amending titles and descriptions on photographs. ... learn more
| ||||||||
| ||||||||
How To Use Remote Scripting With Ajax | ||||||||
How To Use Remote Scripting With Ajax Implementing the Protocol Remote scripting is a technique that permits JavaScript to make a request for data via a server without needing to refresh the web page. This basic definition describes everything you need to know about remote scripting. The other factors which go into creating a streamlined ... learn more
| ||||||||
| ||||||||
How Ajax Can Be Used To Build Java Applications | ||||||||
How Ajax Can Be Used To Build Java Applications Why Ajax Can be Useful For High Quality Web Applications One thing that most people are looking for on the web these days is interactivity. The ability for companies to create web applications which are highly interactive will play a prominent role in their success over ... learn more
| ||||||||
| ||||||||
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. ... learn more
| ||||||||
| ||||||||
Open Standards and Ajax | ||||||||
Introduction Ajax is currently one of the major forces in web development. It’s an acronym for Asynchronous JavaScript and XML. It describes a set of technologies that work together with JavaScript to create more dynamic and interactive web applications. It is not a specific product, but its strategy is currently being incorporated in much product ... learn more
| ||||||||
| ||||||||
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 tab. ... learn more
| ||||||||
| ||||||||
History of Ajax Components | ||||||||
Introduction Ajax is the acronym for Asynchronous JavaScript and XML. However, rather than functioning as an acronym it better describes a technique for producing faster, more interactive, and usable web pages that don’t require re-loading every time a user changes a request. This is accomplished by increasing web page responsive-ness through the exchange of small ... learn more
| ||||||||
| ||||||||
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 templates for you own website. Plus a specific JSON tutorial a very simple to use format. ... learn more
| ||||||||
| ||||||||
Interface Design For Ajax | ||||||||
Interface Design For Ajax Looking at Ajax From a Design Perspective Just as with all new technologies, the usage and adoption of Ajax must become widespread if the program is to be a success. In addition to this, there is almost always the possibility that the technology will be used in a way that its ... learn more
| ||||||||
| ||||||||
Ajax autosuggest / autocomplete from database | ||||||||
Create an Ajax autosuggest/autocomplete search form with results from database by following this tutorial ... learn more
| ||||||||
| ||||||||
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 list of the many mistakes developers using Ajax often make. ... learn more
| ||||||||
| ||||||||
Ajax at a Glance | ||||||||
Ajax at a Glance Introduction Ajax is a system that is comprised of a number of different technologies, and some of these include DOM, HTML, JavaScript, and DHTML. These technologies together are used to create an approach that will allow users to transform static web interfaces into those which are highly interactive. To fully understand ... learn more
| ||||||||
| ||||||||
Ajax vs Flash | ||||||||
Introduction Adobe’s Flash/Flex and vendor-independent Ajax are both used to design dynamic and interactive web applications. Both allow for interface animation and are platform independent meaning content will appear the same across platforms. There are many similarities and Flash/Flex is often used as a partial substitution for Ajax interface technologies. However, there are significant differences ... learn more
| ||||||||
| ||||||||
Getting Started with Ajax | ||||||||
This is a two-part tutorial on starting with Ajax. The first part of the article is using Ajax using the DOM innerHTML and the second part using nodes from XML. ... learn more
| ||||||||
| ||||||||
AJAX sorting with Script.aculo.us | ||||||||
Script.aculo.us lets create sortable lists which can be synchronized with the back-end with AJAX. ... learn more
| ||||||||
| ||||||||
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 when there are more than a handful; the web 2.0 way is to load additional content when reader is ... learn more
| ||||||||
| ||||||||
