Founder Institute – Phil Libin (Evernote) – Earning Revenue
Great presentation from Phil Libin about start-up revenues… He also presented it at a Founder Institute session I attended last winter in the Silicon Valley…
Founder Showcase – Phil Libin Keynote from Adeo Ressi on Vimeo.
Posted in Business, Techno, Video.
– July 1, 2010
Amazing live drawing on motivation
via @Brad_Isaac at Persistence Unlimited
Posted in Business, Personal, Video.
– June 17, 2010
It’s all about games
Very interesting perspective on how sensors, LBS and other point systems will turn our lives into a giant game…
Posted in Business, Techno, Video.
– June 11, 2010
How to make Picasa flash-based slideshow iPhone-friendly
If you embed Picasa’s flash-based slideshow on your blog, your iPhone/iPad visitors won’t see anything but the now famous broken plugin icon.

It’s a shame as Picasa is very user-friendly when accessed from an iPhone/iPad. A few lines of codes can indeed fix that:
—
<script language=javascript>
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)))
{
document.write(‘<a href=”[URL to slideshow link]“><img src=”[URL to an image from the slideshow] width=”600″ /></a>’);
}
else
{
document.write(‘[Code provided by Picasa - Click on "Embed Slideshow" link]‘);
}
</script>
—
Exemple here below. On the iPhone, just click on the picture…
– June 4, 2010