Sponsorised links
This year
Javascript equivalent for PHP's utf8_decode
This article is part of the 'Porting PHP to Javascript' Project, which aims to decrease the gap between developing for PHP & Javascript.
A lot of people are familiar with PHP's functions, and though Javascript functions are often quite similar, some functions may be missing or addressed differently. The Javascript implementations should be as compliant with the PHP versions as possible, a good indication is that the PHP function manual could also apply to the Javascript version.
Porting crucial PHP functions to Javascript can be fun & useful. Currently some PHP functions have been added, but readers are encouraged to contribute and improve functions by adding comments. Eventually the goal is to save all the functions in one php.js file and make it publicly available for your coding pleasure.
Sponsorised links
2007
5 JavaScripts vraiment utiles
cinq fonctions qui trouveront leur place dans la bibliothèque de tous les développeurs : getElementById() pour les anciens navigateurs, getElementsByClass(), getElementsByAttributes(), getElementsByAnything() et domEl()
Fonctions PHP interdites
Fonctions PHP désactivées sur les pages perso de l'hébergeur gratuit Free.fr
2006
A good example for implementing a 4x4 matrix inverse function
A soruce code from intel about implementing a 4x4 matrix inverse function. It actually works!
VB6 function calls vs. subroutine calls
Explains the syntactical differences between calling subroutines and functions in Visual Basic 6.0
