I’ve done some major back-end work on the site in the past couple of days. It wouldn’t be noticeable to anyone unless you dug into the code and the structure of the site, but it makes things easier for me from a website maintenance stand-point.
I was able to remove some JavaScript code that re sized columns by replacing the DIVs with a TABLE. Now I know some of you cringe a little since it’s a step backwards. But for those of you who have dealt with DIVs and column layouts, nothing is simpler than just using a TABLE sometimes.
I also changed the way I was loading other JavaScripts to help make each page load a little faster and now I’m loading more of the built-in libraries. Then I did some general “layout” cleaning to make the site more cross-browser compatible.
And finally, I began the structure needed for the second version of Task Manager.
