blog.mozbox.org

To content | To menu | To search

Thursday 29 July 2010

I'm closing blog.mozbox.org [for real]

And I'm opening paulrouget.com.

Want to know why? See my first blog post.

(update: new RSS feed: http://paulrouget.com/index.xml)

I'm closing blog.mozbox.org

And I'm opening paulrouget.com.

Want to know why? See my first blog post.

Monday 26 July 2010

How to embed a HTML5 video with youtube

  1. Upload a 720p (at least) video to youtube
  2. Wait at least one hour (to have your video encoded in WebM)
  3. Add this code to your page:
<iframe width="640" height="385" src="http://www.youtube.com/embed/VIDEO_ID" frameborder="0">

That's all. It works with all the browsers (WebM / h264 / Flash).

The HTML5 video tag is used if the visitor use the Youtube HTML5 beta: youtube.com/html5.

Wednesday 21 July 2010

Geekwear

Some people wear suit at work, some don't :)

My best geekwear: http://www.flickr.com/photos/paulrouget/sets/72157624550497814/

Friday 16 July 2010

A little Firefox 4 demo: how to "carve" into a <div> element

A little Firefox 4 demo: http://people.mozilla.com/~prouget/... ← how to "carve" into a <div> element (Screencast inside). Inspired by http://drbl.in/29718.

- page 1 of 29