September 1, 2006 at 1:49 am · Filed under AJAX, Language Reviews
Bookmark on del.icio.us
Do you have to furnish a lot of HTML elements from JavaScript, such as for formatting or inserting special effects? Well, then you need to know the performance - or lack thereof - of finding and traversing DOM elements. And the performance hit of using Microsoft's browser.
This post tries to clarify the performance hits involved. [...]
August 26, 2006 at 6:27 pm · Filed under C++, Java, .NET, Functional Programming, IT Industry, AJAX, Language Reviews, Ruby
Bookmark on del.icio.us
If one would measure popularity by number of hits on Google, these are the five most popular computer languages:
PHP
Java
C
Flash
Perl
A graph of Google hits, using the query +lang +programming, for some of the most common languages follows. NOTE 1: please inform me if your favorite language is omitted. NOTE 2: I did not include the language [...]
August 20, 2006 at 9:35 pm · Filed under Java, AJAX, Tools Reviews, Language Reviews, Ruby
Bookmark on del.icio.us
AJAX is a bunch of cryptic JavaScript snippets on the client side together with some advanced web services, written in another, and more powerful, language. Right? Not necessarily. I here give a brief comparison of three ways to create AJAX applications with only one language, running on both client and server.
The three unilinguistic approaches to [...]