Scary: 33% of UK & US big companies (1000+ employees) read their employees emails (source , a .pdf report)
Technorati Sub 1000
w00t ! A 3 figure Technorati rank was one of my meaningless goals for this year, and it just happened. Thanks everybody :)
w00t ! A 3 figure Technorati rank was one of my meaningless goals for this year, and it just happened. Thanks everybody :)
Situation : You want to insert some simple content into a DOM element. Since you happen to be a javascript n00b like me who always forget how to do it, and you don't want to use a 60 kb prototype.js for your 10 javascript lines project, you thought it would be useful to write down once for all how this…
Scary: 33% of UK & US big companies (1000+ employees) read their employees emails (source , a .pdf report)
Girl on Toboggan: I have no clue why someone would use such an animated gif, but well, I spent like 3 minutes staring at it :)
Did you know it ? PHP GD's imagecolorallocate() can only allocate 255 colors in a palette based image created by imagecreate() (no such limitation when you use function imagecreatetruecolors() by the way). This sounds pretty stupid as well as rather undocumented, but anyway, here is a new version of my GD Gradient Fill PHP class, which now produces correct colors…
I thought, and had been told, that using constants instead of variables in PHP was mostly a matter of speed : at run time, the engine replaces every occurrence of a constant with its hard-coded value, making code presumably faster than using variables that must be evaluated each time they are encountered. Or something like this. Wondering how big or…
google adsense sparklines: a really nice hack of my own Adsense to RSS Feed script. I love it when people make completely unexpected usage of stuff I write :)
Create your own complex functions in your wiki.
Amazing R/C airplane demo. Amazing :)
Heh, funny. I made a feature request for Filezilla (an FTP client) on 2003-11-29 at 13:26, and I've had a mail today telling that it's finally been implemented in latest release (2.2.24) I guess you never wait too much :)