414 reputation
111
bio website
location
age
visits member for 1 year, 5 months
seen 16 hours ago
stats profile views 19

May
30
answered Add ancestor selector in current SASS nesting
May
30
asked Add ancestor selector in current SASS nesting
May
28
comment Moment.js - how do I get the number of years since a date, not rounded up?
From the docs, since 2.0.0, moment#diff will return number rounded down, so you only need to : age = moment().diff(birthDate, 'years') .
Mar
20
comment Android emulator laggy on Mac
I needed to restart Eclipse in order to have the CPU/ABI Intel Atom (x86) option.
Mar
15
suggested suggested edit on Backbone.Marionette: Defer view close until beforeClose animation is complete
Mar
8
comment jQuery, CSS change tag inside paragraph on HOVER
Didn't know, thanks ;)
Mar
8
comment jQuery, CSS change tag inside paragraph on HOVER
Some IE don't like multiple classes.
Mar
8
comment jQuery, CSS change tag inside paragraph on HOVER
The hover event only works on links (a) for some browsers.
Mar
8
comment jQuery, CSS change tag inside paragraph on HOVER
SHould be $(this).find('strong').addClass('hover');
Mar
8
revised Table sort on two columns
Add direction option.
Mar
8
answered Table sort on two columns
Mar
4
revised showing content on selecting radio buttion
add script balises for readability
Mar
4
suggested suggested edit on showing content on selecting radio buttion
Mar
4
revised showing content on selecting radio buttion
may is sometimes better
Mar
4
answered showing content on selecting radio buttion
Mar
4
revised showing content on selecting radio buttion
fix indentation
Mar
4
suggested suggested edit on showing content on selecting radio buttion
Mar
4
awarded  Caucus
Mar
4
comment loop through JSON returns undefined?
With var str = ''; and then str += 'David Smith'; you should avoid the undefinedDavid Smith.
Mar
4
comment variable outside json jquery php
It is from the php or in your getJSON call?