Archive for browser
Logging Php to Firebug
April 8th, 2010 • browser, debugging, snippet
Ever wanted to log php to firebug? There are a lot of reasons to do this. E.g. working on apps for a thrd party plattform like myspace.
The logger is a singleton. you can push any date type in it. the coolest part: it encodes the php class as json object.

i wrapped it in a simple dummy project with some “oop” javascript in it. give it a try and tell me what you think.
and yes, i know firephp ;)
multitouch on firefox
August 24th, 2009 • browser, multitouch
Multitouch on Firefox from Felipe on Vimeo.
We’re working on exposing the multitouch data from the system to regular web pages through DOM Events, and all of these demos are built on top of that. They are simple html pages that receives events for each touch point and use them to build a custom multitouch experience.