Nikolai wrote:
Hardcoded content --- Ewwwww. Welcome to 1997. Love the table-based layout.
There is no index.html file on this site. The file you are seeing is a dynamically generated page sent to your local browser by the php code (Yeah, it's not Web 2.0, but at least it's not raw html). The news items are held within the same database which contains the forums and other data.
I agree 100% about the hard coded table-based layout, but that is how the layout for the front page is currently controlled, so that is what I replicated.
I only assumed it was an index.html file, because
http://www.eqmac.com/index.html exists and displays the front page, whereas
http://www.eqmac.com/index.php gets a custom 404 page.
Hell, as a php developer, now I just want to see the code to see what makes it tick. I have never seen a page generated dynamically by php, that has an .html extension.
What portal software is this using? It definitely generates some "interesting" code.