WordPress upgrade script

I just upgraded Janene’s and my blog to the latest version of WordPress using a slick bash script created by one of my buddies, Aaron Toponce. If you’ve never upgraded WordPress before, I’d recommend doing it by hand at least once so you understand the process (instructions are here), but if you’re looking for something to automagically upgrade your blog with minimal fuss, check out the script on Aaron’s blog: WordPress Upgrade Script. Worked like a charm for both the blogs I used it on, and I’ll definitely continue using it in the future. Good work, Aaron! :syzygy:

Firebug 1.0 beta

Firebug 1.0 beta

I downloaded the Firebug 1.0 beta the other day and I gotta say it’s fantastic. This is the coolest HTML and CSS debugging tool to come along since the Firefox Web Developer toolbar. In fact, my Web Developer toolbar hasn’t seen much use this past week since I’ve started using Firebug.

Basically, Firebug lets you inspect any element on a web page. Once you’ve selected an element to inspect, Firebug shows you where the element is in the source code and gives you a breakdown of all the style rules that apply to the element, including inherited rules. At any time you can make changes to the markup and the style and see those changes reflected immediately in the browser, just like the “Edit CSS” tool in the Web Developer toolbar.

Continue reading