Latest Post

jQuery – Product trailer

Here’s a short snippet of jQuery I have built to enable an horizontal product trail. It simply calculate the size of the container and the size of each slide, and generate the sliding mechanism to go next and previous. That’s [...]

javascript-stuff

Useful Javascript libraries

Here’s a few thing I have tumble upon in magazine and everyday web life, which I think are useful to know. Realistic drop shadows http://indamix.github.com/real-shadow/ This cool jQuery tool makes the generation and animation of box shadows very easy, just [...]

twitter-popup

Elegant Twitter share button and dialog with jQuery

Twitter, Facebook and many other social networking website offers embedded code to add share buttons on our website. The thing is, they all have different dimensions and looks, which can make your page style quite inconsistent. So the idea is [...]

Live Twitter feed using jQuery, filter by username and # tags

There’s a few jQuery plugins out there that allow you to dynamically fetch tweets to your web page, making Twitter integration an easy task. Though, you may want to fetch specific kind of tweets to your website. I’m case I [...]

Cool effect: JQuery Cycle, for HTML slideshow

There’s a cool JQuery plugin which allows you to slide pieces of HTML one after the other, more than sliding photos, you can slide block of image, text, links and more. Just give it a go! http://jquery.malsup.com/cycle/ Example: // The [...]