AJAX Home
AJAX-ScriptsBookmarks and the back button in AJAX applications
Author: chowsys |
Published: 19th Jul 2006 |
Visited: 997 times |
Add CommentFiled in: AJAX ScriptsIt has many advantages to use AJAX technology in your web application. The ability to dynamically load new content into an existing page results in reduced server bandwidth and faster response times for your users.
Read Article Sponsored Links
Related Articles
• Degradable Ajax There are hundreds of frameworks out there that are aimed in helping developers who are not familiar with JavaScript to build an Ajax based application. Some of these frameworks are just drag and drop so you won’t even have to sweat so much in building an Ajax based website. These frameworks a ...
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• Google Hosting Ajax Libraries One of the concerns developers will always face in building Ajax based applications using frameworks are the libraries. There are hundreds of them available online and most of them are free to download and could be used in your website.
These libraries could be loaded in your server and will be us ...
• Three Powerful Profilers for Ajax Profilers are simple tools that could be plugged into the application so that developers will have performance data of their application. These are non-obtrusive to the application as the server and the client relationship is independently observed by the profiler.
The importance of this tool beco ...
• Optimizing Files for Ajax Optimizing files for Ajax is essential for building an Ajax based application. Every developer wants to their online application to be accessible to as many users as possible. By building a lightweight application, they ensure that any user – whether they are running with the highest bandwidth ...
• AFLAX - A Lightweight Ajax Framework with Flash Flash could be seen everywhere. Our online videos are usually rendered in flash, there are simple flash games that we can enjoy and it is used to provide a highly interactive website. Flash even beats Java in loading times. But Flash is often thought as just another eye-candy application that has be ...
• Porting MySQL Data to Ajax MySql is a very powerful database application that is frequently used for websites. Because of its ability to adapt to different web languages, MySql is found almost everywhere. From the very small websites to highly complicated web based applications, MySql could easily handle the database manageme ...
• Debug your Ajax Application Easily Building an Ajax based application does not require the developer to know a single we development language only. Besides JavaScript, developers have to master XML, PHP and other languages that are integrated with the website. Because of the combination of web languages, Ajax based applications are a ...
• Ajax and Iphone 2.0 Ajax has been long glorified as the next step for web development and this fact has been backed up by many developers and software companies worldwide. Any application that you see today aims to retool itself as an Ajax based application.
Every software development tool also aims to help the devel ...
• Periodic Refresh in an Ajax Based Application Streaming information without the need from user action is one of the key features of an Ajax based application. With this feature, users will have real time updates of any information they have requested.
Added to the above feature in Ajax is that the entire webpage will never be refreshed j ...