January 2012
2 posts
Jan 17th
Jan 15th
December 2011
1 post
Dec 12th
November 2011
3 posts
Nov 29th
Nov 8th
Nov 5th
October 2011
2 posts
Oct 21st
Oct 14th
September 2011
3 posts
Sep 3rd
Sep 2nd
Sep 2nd
August 2011
3 posts
Aug 29th
Aug 17th
Aug 6th
July 2011
1 post
Jul 21st
June 2011
3 posts
Jun 24th
Jun 24th
Jun 22nd
May 2011
7 posts
May 29th
May 29th
Joyeuse fête des mères maman! <3
May 28th
May 21st
May 21st
7,165 notes
May 20th
May 13th
April 2011
1 post
Strict Mode for HAML!
I’m quite picky when it comes to coding in HTML and CSS. And I really like writing good markup, particularly semantic one whenever I can. And it’s even more important if you want to adopt HTML5! I use HAML a lot, and I really like how it makes writing markup easy… probably a bit too easy. I noticed that people who are not “experts” in HTML (I probably should say...
Apr 9th
March 2011
2 posts
Mar 24th
Mar 5th
February 2011
5 posts
Feb 19th
Feb 19th
Feb 5th
Feb 5th
Bug? in Chrome's Javascript console
Same debug point in my javascript. In Firefox: >>> $('#flash') [ div#flash ] >>> jQuery('#flash') [ div#flash ] In Chrome: > $('#flash') null > jQuery('#flash'); [​<div>…] > $ function () { return document.getElementById.apply(document, arguments) } > jQuery function (j,s){return new b.fn.init(j,s)} In both browsers the javascript work as expected,...
Feb 2nd
January 2011
3 posts
“L’amour est enfant de bohème, qui n’a jamais connu de loi.”
– Carmen, Bizet. Opera in the domain.
Jan 28th
Jan 22nd
3 notes
Jan 21st
December 2010
4 posts
Dec 22nd
Dec 9th
“A computer without Windows is like a chocolate cake without mustard.”
– Some smart guy for sure!
Dec 8th
A simple rack middleware to use a different ap... →
This is so easy to put in place, it just stands in your Rackup config file!
Dec 3rd
November 2010
17 posts
Nov 30th
Nov 23rd
Yet another nice Sydney driver...
…Bazinga! This morning, I’m riding to work, crossing an intersection turning right. The light is green, and I am the only one coming from that direction. I’m going quite fast since I know that green light is short. A car from the other side of the road wants to go in the same direction. But he has a sign “turn at any time with care”, so he has to let me go first....
Nov 23rd
Pure CSS GUI icons (experimental) – Nicolas... →
Awesome, will probably use soonish!
Nov 18th
Nov 18th
Nov 12th
Nov 11th
$ brew install mongodb $ RTFM
Nov 10th
Rails 3 Question!
In Rails 2, the following code doesn’t work. It will load the three relationships including all their columns, :select and :include don’t work well together. Does it work in Rails 3? @items = cart.items.all( :select => 'items.price, items.subscription_id, items.user_id, user.name, subscriptions.name', :include => [:user, :subscription] )
Nov 10th
Why didn't I think of that?!
Me: I've removed a third of the lines from a big file, it's more readable, and more performant... what else do you want?!
A Friend: make ascii porn
Nov 8th