I made a few changes to my website so I figured I'd blog about it. Maybe while I'm rambling on about it I'll find something else to write about as well.

Anyway(s) I recently started tinkering with a JavaScript framework at work called JQuery. I'm not completely sure why I picked JQuery, perhaps to be different than Eric who did most of our current JavaScript (which I have no idea what's going on in most the code he wrote) or it could be because I've been a RSS subscriber of John Resig for a long time and inadvertently found out, he is the creator of JQuery. I think my main reason is that JQuery seems tailored for CSS people like myself, and I like how small the framework can be (about 50K).

While I'm no expert at it yet, I have figured out how to do a few tricks here and there. I added some nice effects to my toolbar, navigation, and actions dropdown menus. I personally like the toolbar effect the most which you can demo at the top of my screen (it's a little green & white star). Some the other effects I had to pull from IE6 & IE7 since they were choking on the transparent pngs (yes I know there are fixes out there for this but this is a different situation).

I also have implemented my new code block styling technique which I have been working on and off for a few months now. This is another one of those things that won't work in IE6 or IE7 but I have reverted the old styling to those browsers as a fallback. For people with browsers that don't suck you will now get line numbers for code blocks. This is accomplished with some unordingary CSS via css counters and css generated content.

I'm also pretty excited about my CSS Diagnostics article. It got picked up by a pretty well known web designer by the name of Roger Johansson at the website 456bereastreet.com. I've been an avid reader of his blog and mentioned to him awhile back about my CSS Diagnostics article. A few months later I was checking my RSS feeds and noticed he mentioned me!

Last Thursday my site got 407 visits and on Friday I got 458 visits. This weekend I have enjoyed higher visits than normal as well. I also saw my RSS subscription counter go up to 35 subscribers. Due to this I quickly pumped out another article hoping to keep the subscribers happy. This is probably the second biggest event my website has seen since I've started writing articles and I'm very excited about it.

Writing articles on cascading style sheets is one of those areas in life that makes me proud and I would someday like to have some sort of impact on the CSS community. Having had a few of my articles get picked up on larger sites is a good start for me to achieve that goal.

As far as site content updates go, I finally added a new review after months of letting that go, and I added a new video of the monster truck show we went to this weekend in Green Bay.

The show was fun. Tyler had car troubles and we had to pick him up on the way there and ended up getting there 30 minutes late. I was impressed this year with the motocross bikes as they seemed to pull of some more risky stunts than they have in the past years.

Well that's all for now.