This is both an update and a news about my little Phomet project. I am sorry because I have not found time to write better examples or to ex...
current information about computer and internet
This is both an update and a news about my little Phomet project. I am sorry because I have not found time to write better examples or to ex...
Comet is a particular technique to interact asyncronously with the client. Instead of perform a lot of calls using Ajax (polling) the server...
Update 2008/03/15 I have removed preg_replace and added DOM classes to parse and manage, in a better way, script nodes that contain php code...
Io is a small, prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects, all messages...
In this Ajax Web era there are a lot of sites that use JavaScript to perform simple or complex stuff. Sometime, one of these site could be ...
The good thing of internet is that you can find a lot of free documentation. At the same time, the bad thing of internet, is that this docum...
I've never seen this technique yet, but basically it allows us to create private methods, without privileged , and in an way that does n...
As I've wrote in last post, there's some JavaScript feature I would like to have in PHP too. This time we will use a basic implement...
The "news" is that while some developer is putting a lot of effort to emulate PHP functionalities with JavaScript, I would like to...