Smokescreen visualisation using Flash AS 3.0
I have been messing around a bit in Flash recently. I actually managed to learn many things about the new version of the ActionScript language (AS 3.0). Codewise, it is a huge improvement over AS 2.0 (one reason why I…
Read the restDid you know this about PHP?
It occurred to me today that there is actually a difference between using the $GLOBALS array and the global keyword in PHP.
You write:
function foo()
-
{
-
…
Read the restDeveloping with Symfony
After reading many promising stories about development frameworks such as Ruby on Rails, I decided that I actually had to see it for myself. PHP is probably the one programming language that I know best (at the moment,…
Read the rest