setAttribute("style","YOUR STYLE INFO")
I'm right in the middle of a couple of large projects right now, hence the lack of posts lately, but I wanted to share a little problem I just ran into with everyone.
I like to keep my JavaScript condensed, so I like to use setAttribute for style information. But one of my clients reported a problem with a simple survey window I created recently. Apparently, Internet Explorer (go figure) wasn't playing nice with the script I created.
A Quick Fix for the dreaded Internet Explorer 6.0 (IE6) Unclickable Links
Every once in awhile I create a website and start testing things in IE6 only to find that my navigation or another links is "unclickable". I know I've Googled this about a zillion times, but to be honest I can't remember the exact problem (I think it might be a box-model positioning error or something like that).
Anyway, I was testing a site today and ran into the problem again, so I thought I would share it with you. The fix is fairly simple, all you need to do is set your CSS position rule to relative in your CSS stylesheet for any links having the problem.
Example CSS
#myNav a { position: relative; }
Pretty simple, huh? So happy coding and let me know if you have any insight into this.
Mango vs. BlogCFC
Awhile back I switched my blog from BlogCFC to Mango Blog. The reason I made the switch was simple. I wanted more control over the layout and BlogCFC seemed overly complicated for this task. I have been patiently waiting for version 6, that Raymond Camden has been hinting at for the past 6 months. (Maybe even a year). This version was supposedly more geared towards using templates. As exciting as this news was, it seemed as the progress was moving slowly. And I had to make a decision on my own blog, hence I made a switch.
I really like some aspects of Mango Blog, especially their plug-in architecture and their administration controls. But at the same time, I miss some of the more robust features the BlogCFC had, like subscriptions, stats, etc. And another key point, was that BlogCFC would never pass the W3C's XHTML Validator. It was laced with errors and warning. Mango on the other hand was perfect in that aspect.
Fitness Factory Image Makeover
The St. Louis Fitness Factory is a historically renovated 18,000 square foot, full service, fitness center and gym in the heart of Washington Avenue's Loft District. Located in downtown St. Louis, the Fitness Factory provides easy access for the downtown workforce to get a workout in during a lunch break, or of course before and after work.

Check them out at www.stlfitnessfactory.com
Doodle-Dee - Doodle-Dah
Wikipedia says, "A doodle is a type of sketch, an unfocused drawing made while a person's attention is otherwise occupied. They are simple drawings which can have a meaning, a shape or just irregular forms". I've drawn hundreds, if not thousands of these over the course of my lifetime. My doodles are typically cartoony people doing average things. At one point in my life, I thought about becoming a cartoonist, but I soon realized that this might be slightly tedious, so I abandoned that dream.
