RE: Suggestion: Website update
I would make the following suggestions:
* Use only proper HTML. Stop depending upon web browsers to correctly guess what you intended .. sometimes they'll get it wrong.
* Separate function. Put content in HTML, presentation layout in CSS, and functionality in Javascript. Avoid inline script in the HTML.
* You're married to MyBB and Vision Helpdesk for the forums and support. So some areas are going to be a mess. But outside of those two sections (Forums and Support) use HTML5 .. and be STRICT about it.
* Stop checking for and trying to support old browsers. You're using CSS, so IE3 just won't work. So why try to support IE3 .. especially since the functions are done wrong and won't support it anyway?
* Use CACHE hints. You're serving out a lot more content than you need to because you're not hinting at what changes and what doesn't.
|