21 January 2010 ~ 0 Comments

Easy rounded corners working in IE7/IE8

This afternoon I was looking for a solution to (easily) add rounded corners into some elements of a website we are developing.
After having tried Curvycorners, jQuery Corners without any success (it was completely breaking the design under IE) I finally came to DD_roundies, which use Microsoft VML.
DD_roundies
DD_roundies is a really lightweight piece of code that will [...]

Continue Reading

18 May 2009 ~ 30 Comments

Beginners guide to Jquery + Ruby On Rails

First time I wanted to use Jquery with Ruby on Rails I had some difficulties understanding how it can works.
Sure, you can easily use Jrails, that’ll brings you RJS helpers with Jquery, but I quite like the unobstrusive way, so Jrails is not (for me) the best solutions.
Let’s code together
What do we want?
We are going [...]

Continue Reading