AJAX Made Easy - Learn AJAX
Home Tutorials

JavaScript Benchmarking - Part I

Author: ajaxhelper  Category: Tutorials | Add Comment

As the name suggests this is part I of a series of JavaScript benchmarking blogs. The reason for these is to investigate the performance of various Ajax programming tasks. The first entry investigates how the XSL-T processors of Internet Explorer and Firefox / Mozilla (on Windows 2000) compare and how they compare to pure Javascript code that arrives at the same end result.

Read Article
 

Sponsored Links

Sponsored Links

 


Related Articles

 JavaScript Inheritance Options Before Ajax, JavaScript has received fair attention from developers as it is only used as a variation of client side development. It was not really in the spotlight before Ajax because client side applications are not really that popular. Some functions were missed and standardization of JavaScrip ...

 JavaScript Obfuscators for Ajax Applications An obfuscator is an essential tool for developing an Ajax based application. Developers would often toil for days just to build a highly efficient Ajax based application. Usually, they wanted to keep the source code a secret. However, a source code can be easily extracted with simple browser plug- ...

 Smart JavaScript Dataflow Architecture Developing an Ajax based application is geared towards better interaction of the user with the online application. Information is often relayed from the user to the server without the need of constant refresh of the client side. Developers often aim in harnessing the data so that they could be prope ...

 ActionScript vs. JavaScript ActionScript is a very powerful RIA programming language that was launched in 1998 by Macromedia. It’s deemed to be the most powerful programming language for RIA before Ajax. It uses Flash as a means of interacting with the users. Although it will require Flash in local computers, the popul ...

 Keyboard Handling in JavaScript The interaction of hardware in JavaScript and Ajax based applications have often been focused on mouse especially on its hover function. This is understandable since in an effort to build a highly effective application, the developer has to provide as much information and assistance as it can to its ...

 Properly Implementing JavaScript Form Validation Form validation is common in most websites today as every developer or website owner wants to know more their users. Form validation is also used for interaction purposes to ensure that the right type of data is added. JavaScript form validation is a special type of validation since it can provide t ...

 Advantage of jQuery over JavaScript Tools There are many ways in building an Ajax based application. Developers who are proficient in JavaScript can directly write the code and weave it with HTML and XML to build a good looking website. Those who are not familiar with JavaScript could go for frameworks to easily build an application with th ...

 Reasons to Switch off JavaScript An Ajax based application could provide an almost incomparable interaction to users. Developers of Ajax are very confident of the potential of Ajax based applications since they are deemed as the next step in online and offline applications. Developers are able to build applications without any re ...

 Unobtrusive JavaScript for Better Ajax Applications An Ajax based application is being developed to provide users an easier way to navigate through the webpage or the application. The requirements in successfully running an Ajax based application is to properly code JavaScript as this ensures that the client side is able to handle different commands ...

 JavaScript Sandbox The rush in the development of applications for the web has been phenomenal. What used to be a simple browser for finding information in websites has become the platform for different web-based applications. Office applications can now be obtained online, eliminating the need for software to be inst ...



Next: AJAX Tutorial: A Tale of Two IFrames (or, How To Control Your Browsers History)



Post Comment


You need to Login to post your comment...

Click here to login

Title:
 
Comment:



Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates
Sponsored Links
Sponsored Links

Popular AJAX Articles