Archive for March, 2009:

Debouncing Javascript Methods

What is debouncing anyways? Debouncing is any kind of hardware device or software that ensures that only a single signal will be acted upon for a single opening or closing of a contact. Imagine you have a form with a few elements that a user may access thru the tab ...


TaskSpeed – JS Framework Benchmarking

TaskSpeed is a benchmarking tool for JS Frameworks. It includes tests for jQuery, Mootools, Prototype and  Dojo. Dojo 1.3 has proven to be the fastest JS framework on common DOM operations.


Clear floats with overflow:auto;

You have scattered the web found lots of different hacks (example: .clearfix) on how to take care of that nasty problem with your floats overlapping. When all you needed to do was use the overflow property. Using overflow:auto; on the outer div will fix this float problem. A few tweaks ...

Posted in CSS
Tags: , , ,

Make Facebook new home look like Twitters using Greasemonkey

Facebook Twitter Style is a small CSS injection to hide some parts of the new Facebook home page to make it cleaner and mimic Twitter, also hides the infamous highlights column. You can also update your twitter status from Facebook using Facebook Twitter Updates script for Greasemonkey.


Post Facebook Updates to Twitter using Greasemonkey

I just finished a Greasemonkey script that I call "Facebook Twitter Updates" that lets you post Tweets from Facebooks new "Share" feature in 140 characters or less. You will be able to Tweet from Facebook using Facebooks "Share" feature.



Follow Me