AJAX Home
AJAX-ToolsProgress bar Images
Author: microbee |
Published: 3rd Jan 2007 |
Visited: 13163 times |
Add CommentFiled in: AJAX ToolsLots of Progress bar Images to use with your AJAX based applications.
Read Article Sponsored Links
Related Articles
• Real-Time Progress Bar With ASP.NET AJAX Due to the disconnected nature of the web, developers have often wondered how to display certain metrics such as a real-time progress bar. This article will show you how to easily build a real progress bar that actually reports progress of a process running on the server using ASP.NET A ...
• AJAX Struts File Upload Progress Meter Ken Cochrane have posted a simple tutorial on creating the Ajax upload progress bar using struts and DWR.He writes "Over the course of the last year or so I have been hearing a lot about AJAX, and how cool it is, and what neat stuff you can do with it. At first I wasn't too impressed, mostly be ...
• How to Add ajax in-progress indicators to the Ruby On Rails Application This article describes how to add the Ajax in-progress indicators to Ruby on Rails application.When the user clicks the "Get Results" link she has no idea that the page is communicating with the server. While the communication doesn't go on forever, an impatient user might click the link multip ...
• Progress Bar Using JavaServer Faces Component with AJAX This solution demonstrates the power of combining AJAX techniques with JavaServer Faces. It leverages some of the JavaScript code from the Progress Bar solution while delivering a very simple experience to the page aut ...
• Asynchronous file upload with AJAX progress bar in PHP I wanted to use an asynchronous file upload, like the one on gmail. This means that the file is uploaded in the background, allowing you to still use the page while the file is being uploaded. Since the XMLHttpRequest object doesn’t support file uploads, this had to be done using ifr ...
• HowTo add Ajax in-progress indicators Ok, so my little del.icio.us app (click link to read about how I added Ajax functionality to a simple Rails app) is pretty cool, but it was missing one big thing. When the user clicks the "Get Results" link she has no idea that the page is communicating with the ser ...
• An Ajax file upload progress bar Felix Geisendörfer has announced an Ajax file upload progress bar which integrates with CakePHP. The solution looks very promising, but check it out yourself, there is a demo onli ...
• Asynchronous file upload with AJAX progress bar in PHP One of the few things that I find lacking in PHP is the ability to report the progress of a file upload. This means that file uploads, especially uploads of larger files, can be extremely frustrating for end users when they don’t know if the upload is progressing or if it has stalled or if it has ev ...