| Home : Ajax : Tips and Tutorials |
| Click "Subscribe" if you want to be notified of new or updated links in this category. |
Subscribe
Rss Feed |
|
|
Tips and Tutorials Listings
|
|
Total:
70 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 >> |
|
|
|
|
|
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.
Price: Free - Platform(s): linux, windows - Updated: 19/07/2007
|
|
|
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. Its 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"...
Price: Free - Platform(s): linux, windows, freebsd, osx, sun - Updated: 04/07/2007
|
|
|
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.
Platform(s): linux, windows, freebsd, osx, sun - Updated: 28/06/2007
|
|
|
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 the web. In fact, the very nature of Ajax makes it useful
Updated: 18/05/2007
|
|
|
This in-depth article explains exactly what Javascript and AJAX actually are.
Price: Free - Platform(s): linux, windows, freebsd, osx, sun - Updated: 16/05/2007
|
|
|
Ajax programming is one of the most exciting new technologies in recent history. Ajax (Asynchronous Javascript and XML) allows a web page to refresh a small portion of its data from a web server, rather than being forced to reload and redraw the entire page as in traditional web programming. Since they can make frequent, small updates, web applications written with Ajax programming can present user interfaces that are more like desktop applications, which are more natural and intuitive
Updated: 16/05/2007
|
|
|
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 the power of Ajax, you must be able to first understand how these various technology
Updated: 16/05/2007
|
|
|
The Capabilities of Ajax The Importance of Ajax on The Java Platform If you have used Flickr or Gmail, you should be well aware of the fact that new web applications are becoming prevalent on the web. Many of these applications are prominently seen in programs like Flickr, and you are probably wandering what makes them distinct from traditional web applications. The primary difference between traditional web application
Updated: 16/05/2007
|
|
|
Errors That Developers Make With Ajax Basic Things That Developers Must Avoid While Ajax has been the subject of hype for its ability to make web applications much more interactive, with power comes responsibility, and Ajax can be dangerous in the hands of developers who do not know how to use it properly. While Ajax has a great deal of potential, it is far from being perfect. There are a number of UI problems
Updated: 16/05/2007
|
|
|
How To Get Started With Ajax Ajax Basics Ajax is an acronym which stands for Asynchronous JavaScript and XML. It is the method of using the XMLHttpRequest object to facilitate communication with scripts that are server sided. It can send data in a variety of different formats, and it can receive data as well. Some of the formats which make up Ajax include HTML, XML, and basic text files
Updated: 16/05/2007
|
|
|
Tips and Tutorials Listings
|
|
Total:
70 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 >> |
|
|