Hello world! Hello iPhone!

Finally it is reality! Steve Jobs finally presented it in today’s Keynote at the Macworld Expo: the Apple iPhone.

Beside being a phone, it is also a widescreen iPod (audio and video) and an internet device (Safari, Mail, Widgets). Having only one button and a large multi-touch display.

In my opinion the iPhone will revolutionize the mobile phone industry as the Macintosh revolutionized the computer industry and the iPod revolutionized the way we to listen to music.

Comments now with microformats

For some time I use microformats on my contact page. Some days ago had the idea why not use microformats for comments to add hCard markup to the comment entries.

So first I had to replace <?php comment_author_link(); ?> with <a href="<?php comment_author_url() ?>"><?php comment_author() ?></a> in the WordPress template. Finally I added some microformats code: <span class="author vcard"><a class="fn url" href="<?php comment_author_url() ?>"><?php comment_author() ?></a></span>.

Safari, forget me not!

It happened so often to me that I had serveral tabs open in Safari and unintentionally closed Safari and seeing all the tabs going away. There is no warning before closing all these tabs as it happens in Firefox.

But today I stumbeld upon Forget Me Not by Jim Fowler. It is a SIMBL plugin for Safari that remembers all the websites that are open when Safari is closed and opens them again when Safari is started.

I am sure Forget Me Not will save me from time to time from going through the browser history and search for the sites I wanted to remain open.