Skip to main content

Posts

Showing posts with the label AJAX

Javascript with ajax, non-ajax

non - ajax: http_request.open('GET', url, false); http_request.send(null); return processSites(http_request.responseText); function showSites() { if (http_request) { num = getSites(iCounter+1,100,1) iCounter +=num; if (num==100) tmout = setTimeout(showSites,1000); else { document.getElementById("debugload").innerHTML = objectIx; iCounter = 0 } } } ajax: http_request.open('GET', url, true); http_request.send(null);

AJAX and RIA Tools - Flex

2008 is going to be an important year for Rich Internet Applications. Most organizations are delivering or planning to deliver Rich Internet Applications; however, at the same time, most IT managers are facing a dilemma: which Rich Internet Application technology and platform to use? The number of different frameworks and libraries is too vast to even consider evaluating a fraction of them. To make this task manageable, to narrow things down to three different technologies for delivering enterprise-level Rich Internet Applications. While the first two (JSF and Flex) are proven technologies that have been used for a numbers of years, JavaFX is a new declarative language for building rich user interfaces using Java. Flex: The one for delivering Rich Internet Applications is the high-performance Flash player from Adobe. Flash player (version 9) is a ubiquitous lightweight virtual machine that's installed as a plug-in inside a browser and runs Flex applications. Flex provides a declara...

web application frameworks

1 Client-side 1.1 ActionScript 1.2 JavaScript 2 Server-side 2.1 ASP.NET 2.2 ColdFusion 2.3 Java 2.4 JavaScript (server-side) 2.5 Perl 2.6 PHP 2.7 Python 2.8 Ruby Comparison of features Ajax MVC MVC push/pull i18n ORM Testing framework DB migration framework Security Framework Template Framework Caching Framework Form Validation Framework links: ASP Xtreme Evolution Comparison of Ajax IDE: http://ajaxpatterns.org/Ajax_Tools GWT Designer Visual AJAX IDE - AJAX WebShop XI-Community and XI-Factory Ajax Toolkit Framework for Eclipse IntelliJ Idea Morfik JSEclipse Aptana jMaki plugin for NetBeans jMaki plugin for Eclipse MX AJAX Toolbox for Dreamweaver MyEclipse Zero Kode ZK-Bench