Dive into HTML5
Dive Into HTML5 is a thoroughly beautiful site by Mark Pilgrim that houses text from his upcoming book of the same name.
Dive Into HTML5 is a thoroughly beautiful site by Mark Pilgrim that houses text from his upcoming book of the same name.
As I'm sure you're aware, Firefox 3.5 was released recently. If you haven't already, I would suggest updating(:
A new site, HTML5 Doctor was recently released, and it promises to be a good resource for learning HTML5.
Yes, it's back. The annual CSS Naked Day.
10bestthings.com just went live a few minutes ago. It's basically a site where you can make top 10 (or any number, really) lists and then share them around. It's actually a lot of fun to play with. Here's a list I made a while ago that I'm fairly proud of: My favorite Christmas movies.
There are no good desktop Twitter apps out there. I seriously can't stand any of them. So this is a plea to the software developers out there: Please, make a good one. To get you started, here's a list of features I'd like to see:
I've created a new Twitter account called @dtlinks, and I'll be using it to link to web-development-related articles that I come across during the day.
One of the more popular posts on this site is my explanation of the easyclear method of clearing floats. I had been using it for a while when I wrote the post, and it's a great solution. However, Dave Woods commented on that post with a new method: setting overflow:auto on the containing element actually has the same effect as the clearfix, without all the extra stuff.