Here’s a graph of my recent web traffic. Can you spot the point where my CSS positioning tutorial became popular on the social bookmarking sites?

That tutorial is also now #7 on a Google search for “css positioning”.

I just released a new version of my JavaScript tab interface software.

“You don’t need to be helped any longer. You’ve always had the power to go back to Kansas.” — Glinda, the Good Witch of the North
When I saw Pawel Knapik’s
bookmarklet to test CSS selectors, I thought it was a great idea – now I can enter any CSS selector and it will be outlined on the page.
Why isn’t this feature in Chris Pederick’s web developer extension? I jotted off an email to Chris – and got a reply in just a few minutes, informing me that it was already there!
I knew that I could outline a custom HTML element (as it says: “eg. div”), but it turns out you can enter any CSS selector. Oh joy!
So thanks again to Chris, the Good Web Developer of the West!

I just released a new version of my JavaScript tab interface software.

Dang – my CSS tutorial has owned the del.icio.us popular page since last night. I guess I really pegged the market on that one.
Update: also has over 1200 diggs, including this nice comment:
This tut explained in about 5 minutes what hours of browsing other documentation failed to get thru to me.
I got to use this phrase in an email today:
In the CSS, if you change a seemingly innocuous bit of code you could break some functionality, so please notify me if you need to change anything.
In retrospect I probably should have said “if you make a seemingly innocuous change”.

Here’s an interactive tutorial I’m working on:
Learn CSS Positioning in ten steps
I’m using it to give some CSS and HTML training today. It uses a customized version of my JavaScript tabs interface and triggers a styleswitcher each time you switch tabs, so you can see the CSS change right on the page.
It’s a work in progress, so let me know if you have any suggestions.
Internal dialog while trying to figure out how a certain page was set up using HTML and CSS:
Ahh… clever.
Stupid, but clever.
It was using a little trick in CSS to make the page design more flexible, but the end result was that the page wouldn’t look right if CSS was not available.