Tuesday, October 6, 2009

Driving to Frankfurt today

This morning I planned to drive to Frankfurt for couple face to face meetings. Thanks to FileInfo on my iPhone we avoided huge traffic jams on the Dutch highways. Again my favorite for iPhone which fetches ANWB traffic information.


- Posted using BlogPress from my iPhone

Saturday, September 26, 2009

BlogPress for iPhone your application for short blogging posts

Wow! I just installed this cool app from Apple's AppStore and writing my first post.




It allows you for various providers to add. While ago I used the Wordpress app but it didn't work well.

Cheers,

Ivan
- Posted using BlogPress from my iPhone

Thursday, March 19, 2009

Friday, October 31, 2008

Sunday, August 3, 2008

CSS wrapper and classes example

div id="wrapper" class="wrap1"
div id="wrapper" class="wrap2"
div id="wrapper" class="wrap3"

#wrapper {your styles minus the bg image}
.wrap1 {background: wrap1.png}
.wrap2 {background: wrap2.png}
.wrap3 {background: wrap3.png}