AJAX Home
FrameworksAJAX Framework
Author: Bonnie Category: Frameworks Add CommentPlex is a cross browser Swiss Army Knife for DHTML programming, and runs on Opera-8.5, Konqueror, Firefox-1.5 and IE6. Plex and is both a framework for building AJAX graphical user interface (GUI) toolkits, and an implementation of such a toolkit. With a highly modular framework design, Plex allows developers the freedom to mix and use components to suit, without imposing a steep learning curve. Plex can be readily mixed with other AJAX toolkits and frameworks.
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 ...
• Dijit Framework Dojo is a very powerful framework for developing Web 2.0 and Ajax based websites. Through proper usage of the toolkit, developers should be able to build an Ajax based website with little to no use of JavaScript. But let’s face it – if you want to build a highly efficient Ajax based appl ...
• 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 ...