Site Refresh

Back in 2005 I launched a new design for botsko.net and it turned out to be a pretty popular design, and I was fairly satisfied with it. However, things change quickly in the web development world and five years meant that there were some problems I needed to address.

Several months ago I began working on a refresh – an upgrade and cleanup of the design without re-designing the entire thing over again. The base design has been re-created with minor changes, the text and content have all been updated, and the markup and css have been completely rewritten. The changes were necessary because the site is much closer to representing how we build markup, and it fixes problems I’ve been tired of noticing.

(more…)

VT Changes Finally Released

The work that I did for VersionTracker.com is finally seeing the light of day.

The new developer connect system is available, and looks so much better than the last one (no frames!). I spent a majority of the summer and fall working on this – the various forms went through a hefty amount of revisions but after several months it all paid off.

Here is a small image of the default page after logging in to dev connect:

vt-dc.jpg

The new category navigation system is finally visible. The original specification did not have the fade-out that you see now, but that was one of my recommendations as the menu was vanishing too quickly.

vt_nav.jpg

The sub-category navigation took some work getting things to work properly across the various browsers, but it looks great!

vt_nav_sub.jpg

The new Updates by Category page looks good too. The grid system was fairly simple, although I had some tweaks to do in IE6/7.

The menu was the most difficult part, and unfortunately I didn’t have any time to clean up my javascript (don’t look at the source!). Getting the sub menu to display and have a hover color in both IE6 and Safari was a pain. I wasted several days and several emails to the css-discuss list trying to figure out what was happening. I finally found a work-around, but the javascript is still ugly.

vt_menu.jpg

VT uses the prototype framework on some pages, so I was trying to see if they wanted to use it on the home page, however I left in the middle of those decisions. VT already suffers from an immensely high page size, so I doubt they want another library attached.

Although it’s been out for a while, the VT subscription system is the only xhtml/css work that’s entirely from me.

Blog theme update

I’ve finally taken the time to update this blog to match the styles and layout used at botsko.net. One of my original plans for the new botsko.net design was to develop something that could be ported over to the other sections of my site (this blog, and my soon-to-be-changed-into-something-better wiki).

I still have some customizing left but the majority of the blog is complete. Let me know if you see any issues. Pardon the ugly sidebar.