Saturday, August 27, 2011

CueCup is live!

I am pleased to announce that CueCup is live!!!
Ok, but... what is CueCup???
CueCup is the social network for the lovers of one the most popular games in the planet: Pool.

Saturday, August 6, 2011

Number conversions in Javascript

Javascript is surely one of the most powerful and yet strangest languages that exist.
One of the peculiar aspects of the language is the way values are converted from one type to the other .
The purpose of this article is to shed light on the available techniques for converting values into a number.
Three functions enable this conversion: Number, parseInt and parseFloat.