8/02/10 | Comments Off
There is a CSS selector, really a pseudo-selector, called nth-child. Here is an example of using it: ul li:nth-child(3n+3) { color: #ccc; } What the above CSS does, is select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. But how does that work? And what other kinds of things can [...]
6/02/10 | Comments Off
A few days we told you about how you can post your own video reviews to our product pages. Now, you can add your performance videos and your pictures.
If you’re a shutterbug, you can take pictures of your favorite Ellusionist cards, clips, T-shirts or whatever, then post them up for the world to see (like [...]
5/02/10 | Comments Off
Two things today. First, have you guys heard of Threadsy? I hadn’t, but apparently they got 2nd place at TechCrunch 50, which is pretty great. It’s a web application that combines several of your online “input streams” (e.g. Email, Twitter, and Facebook). I think that’s actually all they do right now, which I find kind [...]
4/02/10 | Comments Off
A reader recently emailed in asking if I knew a way to have links be underlined, and then have the underline grow upwards on hover and turn into a background/highlight effect. I ended up trying three different things, with varying levels of success.