Complying with the newest standards is always good :D You just have to be prepared for a learning curve if your going from tables to layers.
There are too many browser issues right now, I don't like to have to use all these "tricks" to ge…
Voting might be the most logical way to choose a winner, but that soon becomes a personality/popularity contest and the whole theme of the competition is ruined.
I think the admin and staff should choose. They are most informed and can discuss seri…
EditPlus is my editor of choice. Hide every toolbar except the document selector and its a syntax highlighting, multi-document, auto-tab, split-screen, line numbered and brace highlighter Notepad.
Get the numebr from phpBB itself, then you can get the value used from the website and add it.
[code:1:fb0d6d48c7]$q = mysql_query("SELECT COUNT(*) AS onlineusers FROM phpbb_sessions WHERE session_time >= " . time() - 900); // 900 = 15…
I gave you a link and Win98 is so old I'm not sure how you change it. If in My Computer the is Tools->Folder Options with a File Types tab, you can add an extension (.php for example) and set it so Windows automatically opens it with EditPlus. Ot…
Nope, SE's wont see your menus. You usually use menu's to reduce clutter of semi-abundant items. Like a SE would never need access to a user control panel, so you might want to stick links related to user preferences into a menu.
As for browsers, j…
You can't really host a live chat over HTTP. You can "trick" a browser into thinking it hasn't recieved the whole page yet, but that isn't very good practice. You'll need to use Java.
You've done it weird there. $i is just a counter. Why wouldn't you just loop through it in the traditional sense.
And to order them, use the ORDER BY {field} [ASC|DESC] clause in your query. To limit, use the LIMIT {num} clause.
And you don't need…