Adam
Member since Mar 30, 2009
- Profile: /members/3186-adam.htm
- Comments: 4
Recent Blog Comments By Adam
-
I Have More Money Than Time
Posted on Nov 3, 2010 at 3:46 PM
I've got plenty of time and no money, if you fancy a swap :)... read more »
-
Traversal vs. Collection Filtering In jQuery
Posted on Feb 17, 2010 at 9:32 PM
hmm, I'm sure you're correct and all, but to me :first makes sense as only ever returning a single item, you can't have more than one 'first' thing in a collection, so my first instinct on looking at the example was something more like... $('tr').each(function(){ $(this).find('span:first em').css... read more »
-
Is It Time For "Practical" Object Oriented Programming (OOP)?
Posted on Mar 30, 2009 at 12:14 PM
^^ yeah that's what I was about to say, it seems like you are calling for more POOP ? ;) Could it be you've been held back by your language of choice, which IIRC was initially a wrapper to avoid you having to mess with all the the nasty OOP of Java. It's a bit like saying 'I've been finding it hard... read more »