Language Wars: PHP x PYTHON x RUBY

09 January 2012 on Ruby

Read More comments

Facebook Key navigation for Chrome

10 December 2011 on Facebook++, Javascript, Chrome

A day without coding is a completely wasted day. I was free last weekend then I decided to give Chrome Web Store Api a shot. I'm a VIM user and also a Google Reader lover, so I had the idea of adding key navigation on Facebook for a quick navigation.

Read More comments

Fixing JQuery UI 1.7.3 Draggable bug

08 December 2011 on Javascript, JQuery

Well, I was playing with a project this week and I was kind of stuck on an old JQuery ui version. Turns out dragging images around, using Chrome, was, at the same time, selecting the image, messing all the stuff around. Something like this:

<script type="text/javascript" language="javascript" charset="utf-8">
  $("img").draggable();
</script>
Read More comments

Ruby 1.9.3 freaking fast bro

31 October 2011 on Ruby, Ruby on Rails

1.9.3 is here!

I was very excited about this during the day, to finish my work time and test the brand new ruby 1.9.3, and i must say: IT'S AWESOME!

So..Let's see how it goes.

Installing

rvm get head
rvm reload
rvm install 1.9.3-p0
rvm use 1.9.3
Read More comments

See all posts