Joined February 2013
·

iam4x

Junior JavaScript Developer at Chugulu
·
Paname XI - XIX - XX
·
·
·

Posted to Vertical aligning in CSS over 1 year ago

or:
.yourDiv{ display: box; box-orient: horizontal; box-pack: center; box-align: center }

Thank's for the reminder, I always rage so much when I have to install this gem on OSX...

@mdeiters Mind blowing, they should change the icon.

Posted to Unique values in JavaScript Arrays over 1 year ago

@avenger7x Good solution, but slow one. I'm doing JavaScript on iOS devices and that sucks... I did a JSPerf to compare : http://jsperf.com/uniquearraycoderwall

Posted to Unique values in JavaScript Arrays over 1 year ago

@dpashkevich Yep, you're right. Thanks.

Posted to Boxen over 1 year ago

Thank's @mattheath !

Posted to Open folder in iTerm over 1 year ago

I use xtrafinder (http://www.trankynam.com/xtrafinder/) to have these options :)

Posted to ZeptoJS over 1 year ago

I found that Zepto is kinda slower than jQuery in severals case, like this one : http://jsperf.com/zepto-vs-jquery-element-creation/5

If you don't know oh-my-zsh, you must try it!

@blaxus this is good, we use for our API Routes the gem https://github.com/mattetti/Weasel-Diesel (if you are working on Rails)

I prefere this way much more, compatible zepto and no deprecated. And you should watch only once for the event:

$('#animateme').addClass('animate').one('webkitAnimationEnd...', function(){$(this).removeClass('animate')});

Achievements
543 Karma
109,918 Total ProTip Views