I have no problems with the server side code (persumably written in ASP unless the .asp extension is used as part of a security by obscurity approach). It seems to work well, I have as of yet seen no erros generated by scripts. It is the final output of HTML to the client machine I think is a little dodgy. However as that HTML is proberly largely dynamically generated changes made to the final HTML output would be pretty useless because it would involve someone incorporating it into the Server side script.
If help is needed I might be able to offer advice on what is causing problems and how to patch it up a little.
For thoose IE users who can't see a problem, disable javascript and then go to the homepage
And many people disabled javascript in the past because it kills things like popups.
This is caused because the <table> tags are written by javascript, from the code it looks like it controls the dimensions based on the browser. (not sure why this is done, but there is proberly a reason). What this means is, no javascript, no <table> tag, which throws off the entire layout, maybe you could use a <noscript> tag, or use an ordinary <table> tag and just use javascript to change its dimensions? or just use 1 size for all browsers? Or use Server Side browser recognition by examining the UserAgent header (though this can be falsified)?
I did not mean to insult the creator, He has don a damn good job with the code that must power this site, even written his own forum, now that takes skill. My point was serious problems can be caused if certian browseing enviroments are encountered, and sites should be designed to work no matter what software or settings a user has.
After taking another glance through the HTML alot of the problems look easily fixable, putting quotes arround entity values will wipe out quite a few problems, The parser gets kind of confused when it encounters the <script> stuff as it ignores it so it doesn't get the documtent.write stuff, which means alot of errors could be caused by just one problem. (I once made a typo in a HTML file, 1 character wrong, 12 errors generated lol)
I admit I should have been more polite, which was what I attempted to do in the second post. Again I appoligise if I was rude, I am aware that I could have presented my concerns in a much better fashion.
I would also like to point out I am not the first person to notice a problem when viewing with non IE browsers. There are over 60 million FireFox users, imagine how much more your community could grow. I have tried to look beyond the graphical probelms experianced with my browser, and have continued using this site due to the excellent content that is provided by both the staff and the community.
{Edit}
I've taken a screen shot of homepage without Javascript enabled, taken on Internet Explorer
link:
Homepage, with no javascript
Also a comparision of Freelancer Base list i both browsers
link:
Base List in IE
link:
Base List in FF
{/edit}
Edited by - andy101 on 6/12/2005 8:42:09 AM