clem published this entry on Tuesday 01 June, 2010 at 22:03. It's been filed in the projects category. {Share Your Thoughts}
I’m using this little modified RadioTuner widget which works with Safari html5 <audio> implementation since a few months. Here is it for your enjoyment: RadioTuner html5 audio. It supports everything that Safari does, does not leak memory (as some previous internal version I’ve made in Flash) and use very little CPU.
For exemple, you could directly put a link to pls file like http://broadcast.infomaniak.ch/rsr-couleur3-high.mp3.pls to play couleur3 radio stream in your dashboard.
It is based on the wonderful dashboard widget Radiotuner which is now open sourced at http://code.google.com/p/radiotuner/.
Hopefully this fork will merge in the main version at some point in the future..
clem published this entry on Saturday 11 July, 2009 at 11:50. It's been filed in the projects category. {295 Comments}
Finally, I’ve managed to enable middleclick on my macbook with triple tap. It works using a private osx api for using the macbook multitouch trackpad code and some middleclick code. Middleclick is really useful for all the Firefox junkie who loves to open in a new tab as it doesn’t require to use the keyboard (cmd+click is the default middleclick). MiddleClick should not interfere with the swipe gesture and you should not click the trackpad as it will send a click and middleclick at the same time!
Get MiddleClick (for Snow Leopard)! Enjoy & donate if it brings you joy =)
You can get the source at http://github.com/cl3m/MiddleClick
Updated version with the change from carlosh & galonsky!
Interested to have birthday alerts in iCal for people in a specific group of your AddressBook. Get Birthday Alerts!
clem published this entry on Thursday 06 November, 2008 at 00:52. It's been filed in the projects category. {4 Comments}
A small greasemonkey script that open link in new tab when double clicked. It works surprisingly well and didn’t break too many sites so far.
It was required as my macbook does not support middle click with the trackpad.. hopefully it is a temporary fix and the multitouch goodness will allow tripple tap for middle click =) please !
update: check MiddleClick for a better solution