It’s that time again. Time to take a breath, to switch computers off, to read tons of books, to go for a dive and for a walk. See you in a few weeks :) Share This Related posts Pictures from under the sea (2) Offline for a Month (0) Back On The Saddle! (9) Back ! (0) Two weeks offline (0) [...] → Read more
Archive for June, 2006
Firefox Myths. A bit of controversy can do no harm. Share This Related posts Wikipedia Google Bombing (0) WebDevelopper Firefox Extension (0) Useless Ego Post of the Day (1) Spam origin (0) Skinning Gmail with a Custom Stylesheet (0) [...] → Read more
36 Quai des Orfèvres, piraté sur Google Video. Un peu petit mais très utilisable d’ailleurs, je n’avais jamais remarqué qu’on pouvait aussi facilement naviguer dans la video sans attendre 1 heure qu’un buffer se remplisse. Share This Related posts www dot googleporn dot com (0) Wikipedia Google Bombing (0) Trouver sa Ville dans les Google Maps (0) The Incredible Machine : [...] → Read more
Arrrrrgh. There’s two thing I hate when registering with a new website or service. First one is when they ask for logins longer than 3 letters. When I’d like to keep things simple and use the same ‘Ozh’ as a login across a thousand websites, I end up registering (and forgetting) gazillions of ozhy, ozhozh, ozh1, [...] → Read more
w00t ! A 3 figure Technorati rank was one of my meaningless goals for this year, and it just happened. Thanks everybody :) Share This Related posts Useless Ego Post of the Day (1) Ranking 3000 … and counting ! (0) I’m a Four Figure Blogger. (2) Popularishty (0) FeedSter Top 500 : Look, I’m Famous. (6) [...] → Read more
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 [...] → Read more
Scary: 33% of UK & US big companies (1000+ employees) read their employees emails (source , a .pdf report) Share This Related posts Yahoo! 360 Review. Sort of. (3) www dot googleporn dot com (0) World’s Most Dangerous Roads (0) World Jump Day (2) WordPress Sucks Because… Hmm… Well, In Fact, It Doesn’t. (2) [...] → Read more
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 :) Share This Related posts World’s Most Dangerous Roads (0) Website Design Timeline (0) Transparent Screens (0) Thousands of Logos (0) The Hurricane Poster Projects (0) [...] → Read more
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 [...] → Read more
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 [...] → Read more