I agree with most of what Paul said, though on two points I do disagree:
It doesn't really matter what the server code is, be it PHP or Rails or ASP or ColdFusion or whatever else, or what the database is, because with a high-traffic site like AFL.com.au all of the important pages should be cached as flat text files anyway.
I think you'll find that JavaScript is used heavily on global sports sites, not just for dropdown menus but for rotating headlines and pictures, and most importantly for live stats and scores features. All of the Flash stuff on AFL.com.au could be rendered with far less bandwidth and far more speed using JavaScript and CSS. JavaScript is perfectly fine to use on a Web page, especially if you include all the necessary functions in the headers.
Forums are a big job with a lot of possible legal problems, and the AFL doesn't have the resources to handle it. I fully understand why they don't do it and I don't think they should. Not many other official sport sites do it.
- Use better code. PHP & MySQL. Don't use javascript. Unless the page loads (entire page) it won't work properly.
It doesn't really matter what the server code is, be it PHP or Rails or ASP or ColdFusion or whatever else, or what the database is, because with a high-traffic site like AFL.com.au all of the important pages should be cached as flat text files anyway.
I think you'll find that JavaScript is used heavily on global sports sites, not just for dropdown menus but for rotating headlines and pictures, and most importantly for live stats and scores features. All of the Flash stuff on AFL.com.au could be rendered with far less bandwidth and far more speed using JavaScript and CSS. JavaScript is perfectly fine to use on a Web page, especially if you include all the necessary functions in the headers.
- Forums: Try it. Feedback, discussion, input.
Forums are a big job with a lot of possible legal problems, and the AFL doesn't have the resources to handle it. I fully understand why they don't do it and I don't think they should. Not many other official sport sites do it.