Quantity Queries for CSS

This was just awesome: Things get interesting when concatenating :nth-last-child(6) with :first-child, introducing a second condition. In this case, I am looking for any element that is both the sixth element from the end and the first element. Selects a members of a set if that set contains exactly six objects. Mind blown. Quantity Queries […]

Google Analytics: Event Tracking

Not difficult at all. Pretty much just a function call from any JavaScript event. eventCategory and eventLabel are most useful. eventValue didn’t work the way I expected, it seems more like a weighted score that’s just added to a total. We ended up removing it altogether. Google Analytics: Event Tracking