AJAX Home
TutorialsCSS: Star Rater Ajax Version - Multiple and Single
Author: ajaxhelper Category: Tutorials Add CommentYvo has implemented an ajax version of the CSS star rating on yvoschaap.com, He writes So, i found this great star rater script made in css. But i missed the web 2.0 stuff. So i played arround with it so it would work on a database without having to refresh any pages (but updating the database with AJAX). In this version i use it for rating a image (with unique id = imgId).
Read Article Sponsored Links
Related Articles
• Why Ajax Prefers OO Over DOM There are two ways in developing Ajax in terms of coding principles. Developers could either use the tradition DOM as they would work with JavaScript or they could develop Ajax through OO (object oriented) coding which is usually favorable for developing Ajax.
The Case of DOM for Ajax
Developing ...
• Optimize Ajax Website’s Connection to Mobile Devices Mobile devices are limited in connection not only in their hardware capability but also in network connection. Places without any WiFi cannot easily connect online because EDGE, HSDPA or 3G might not be able to handle the connection properly. Ajax based applications needs a lot more than a simple di ...
• Improving Ajax Scripts for Mobile Browsers Ajax in mobile devices is definitely a challenge for developers. Even with the reduced bandwidth requirements, the presence of JavaScript and the continuous streaming of information could easily take its toll on the mobile device. If the developer is unable to move past this challenge, the possibili ...
• Google Gears as Backdrop for Mobile Ajax When iPhone was released, it signaled something revolutionary for mobile phones: Instead of being limited by the pocket versions of browsers, users of mobile devices can experience full website interaction because regular browsers are not installed in their mobile devices. Using Wifi, users will fee ...
• Caching Ajax Websites for Mobile Content Caching Ajax is a difficult task for developers especially browsers have different interpretation on caching content. Mozilla could easily cache streamed content of an Ajax based website. On the other hand IE has issues in caching since information might be continuously cache which will eventually c ...
• Minimizing Reflows in an Ajax Application Reflows in an Ajax application should be minimized as much as possible so that data flow will be controlled and bandwidth will be minimized. Developers have to look out for this type of behavior in their Ajax application since it could happen since the application streams information asynchronously ...
• Conditional Preloading Better Ajax Conditional preloading is a smart way of providing information to the user. Searching for information could be hastened when conditional preloading is activated since information is gradually made available for the user as the users key-in the data they are looking for.
In order to pull this off, ...
• 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 ...