Log in

View Full Version : Tables/Registration



God of War
02-18-2007, 08:21 PM
I'm trying to make four sites in a month with Dreamweaver. Sounds impossible, doesn't it? What makes it very possible is three will have essentially the same code. First problem, on the site for the Coalition, with presides over the exchanges, I need to get a registration, like that of Neopets, that gives away pseudo-cash. Now for the problems with the exchanges, themselves.
The maquee needs to show the price difference of columns 4 and 5 in monetary terms
Column 6 of the table needs to take the monitary gain/loss into percentage term
The rows need to change from black to red (negative) or green (positive) based on column 6
Column 1 needs to stretch to fit the longest name in it

mburt
02-18-2007, 08:50 PM
Do you have a registration system set up?

thetestingsite
02-18-2007, 08:59 PM
You would need to incorporate some kind of server side scripting in order for this to work properly. That is if I understand your idea correctly.

mburt
02-18-2007, 09:13 PM
Seeings this is in the "HTML" section, I assume the OP doesn't know how to get started :p

God of War
02-18-2007, 10:43 PM
Do you have a registration system set up?
nope


You would need to incorporate some kind of server side scripting in order for this to work properly. That is if I understand your idea correctly.
Crap, never thought of that

mburt
02-18-2007, 10:48 PM
This would make a fairly complex series of PHP/MySql (or any server side language w/database) scripts. There is no "one" script for make a CMS (Content Management System). Check out this:
http://mburt.mb.funpic.org/wiki/?p=libresult&title=PHP/MySql
There's a couple of links to some good tutorials you might want to try out.

God of War
02-19-2007, 02:39 AM
I recently upgraded my tripod to deluxe to build the site. However, I don't know how to set up a testing server for said site.

thetestingsite
02-19-2007, 02:42 AM
You could either use another free site, and make that your testing server. Or just make a folder named "testing" or similar on your tripod site and use that instead. Once I get my website completely moved over to the new server, then I can suggest my website as a testing server, but until then the above two suggestions should work for you.

Hope this helps.