Michael Morris
First Post
Umbran said:Well, as you suggest, that argument works for technology, for things that provide a function, like the menu bar. However, that argument is pretty darned weak when applied to the cosmetic things like colors and logos. There is no functional need to change them. We don't fall "behind the times" if the logo doesn't change. And black and charcoal are not going to become obsolete and cease to be supported on Windows systems any time soon.
Umbran, if we left the colors exactly as they came with the program the body would be purple, the text black and the background white & light purple. VBulletin doesn't give a rat's tail what the colors are when it renders the page, and the number of color sets have no bearing WHATSOEVER on the speed of the server or the render of the page.
The controlling script for the menus, mm_menu.js, is used successfully on some thousands of websites, corporate and otherwise, with no problem.
I was running mm_menu.js as it's own file, but for nearly TWO MONTHS the mm_menu.js script was piggy backing with vbulletin_global.js - I simply tacked it into that file, while I was running code tests to try to find a way to implement the code. In that entire time NOONE complained of a slowdown.
This morning I put mm_menu.js back into vbulletin_global.js to see if it would affect the rendering speed of the pages on my system. I tested it on Opera, NS 7 and IE 6 and it did speed up the rendering by about 2 seconds (Note there is a BIG difference between a loading time and a rendering time). Yes, even I noticed a slightly slower rendering from the start, but I feel that if the whole page switch is done in under 5 seconds that's acceptable. Maybe I'm too patient, I dunno.