Digitally Conned by Dove

Oct 19th, 2006
Dove cosmetics shows us what can be done with cutting edge graphics manipulation. I couldn't help laughing about it. It's fun to watch. Have a look yourself. [youtube]http://www.youtube.com/watch?v=uT4dpFpiTgk[/youtube]

Syntax highlighter activated

Oct 11th, 2006
Well it goes like so . . . Thanks goes to Peter Ryan. Great visual enhancement. function show_photos_main() { $album = $_GET['album']; $photo = $_GET['photo']; $page = $_GET['page']; $tags = $_GET['tags']; $show = $_GET['show']; $output = ''; $continue = true; if (!is_null($show)) { if ($show == 'tags') { $output = $this->show_tags(); $continue = false; } elseif ($show == 'recent') { $tags = ''; } } if ($continue) { // Show list of albums/photosets (none have been selected yet) if (is_null($album) && is_null($tags) && is_null($photo)) { $output = $this->show_albums($page); } // Show list of photos in the selected album/photoset elseif (!is_null($album) && is_null($photo)) { $output = $this->show_album_thumbnails($album, $page); } // Show list of photos of the selected tags elseif (!is_null($tags) ... read on  read-on

Flyweb Pink for October

Oct 6th, 2006

I’m a bit late to the party here, but what the hell.

pinkforoctober

Inspired by Phu, Anton and Matthew, I’ve turned this site ever so subtly Pink for October (you might need to hit refresh), in support of National Breast Cancer Awareness Month.

AJAX (not) AJAX

Sep 24th, 2006
No not Asynchronous Javascript eXtensions. Last friday I went to a trainings-exercise of the proud of Amsterdam. The AJAX soccerteam. The school organised it, it was great. Once an acclaimed soccer club. Today still in the top regions of dutch soccer but not as gr8 as it used tobe.

Newest Flickrzzz

Sep 24th, 2006
I have uploaded my newest Flickr photos. Two new sets actually: Vlissingen Tim Thought you'd like to know ;)

Another day another theme

Sep 15th, 2006

Mood changes

As you can see I made another change. Again :) You might say I am a bit restless. True. It is the fun of it. Really. The default Kubrick is just so perfect but. . . lacks some hype and further possiblities I thought. So obvious one should have a look at . . . right!, K2 by again that same Michael Heilemann, amongst many others who help out. Further readings and sightings can be observed here: Official K2 docu-site. Flickr has it's own K2/Binarybonsai ... read on  read-on

Kubrick and WordPress

Sep 6th, 2006

Switch

Okay I made a decision. Let's go back to basics. After spending much time in trying all sorts of themes I switched to the default WordPress theme Kubrick by Michael Heilemann. The themes I have tried out so far: Emire from Phu Ly Glued-Ideas Subtle from Christopher Frazier Hemingway from Kyle Neath Regulus from Ben Gillbanks To name just the ones I enjoyed quite a bit. Another theme that caught my attention for it's nice layout and use of AJAX snippets is 'Lush' from ... read on  read-on

ClearerType

Sep 1st, 2006

Internet Explorer Features

A nice new feature of IE7 I noticed last week: ClearType is now a browser-specific feature. ClearType in IE7, overlaying pixellated text in IE6 When Windows XP was released in 2001, Microsoft launched ClearType as a way of smoothing on-screen fonts. Great, except for some reason, it was off by default. Most users never found the setting to enable it, so for the past 5 years, we’ve still had to assume users are seeing ugly pixellated fonts on the web. But Vista aside, even in the forthcoming IE7 for XP, ClearType is a browser-specific ... read on  read-on