Acaz
Member since Aug 28, 2010
- Profile: /members/6756-acaz.htm
- URL: http://acazsouza.com
- Comments: 2
Recent Blog Comments By Acaz
-
Exploring Javascript's parseInt() And parseFloat() Functions
Posted on Sep 18, 2010 at 11:00 AM
A faster and simpler way of converting float number to integer is using bitwise operators: ~~2.395 //return 2 OR 2.395 >> 0 //return 2 And it's faster than parseInt.... read more »
-
jQuery Selectors - The Firebug Plugin Inserts A Hidden DIV Element
Posted on Aug 28, 2010 at 12:31 AM
I've seen the div insert by the inspector feature so much... but this never complicated me... i'm agree with ben nadel, i love firefox/firebug for development too...... read more »