I'm not very savvy with web design and it's been while besides. I would have used frames to create my page, but have been reading a lot of negative stuff about them so I'm trying to get help finding a better way, or if frames are ok then help with that. pretty basic site, menu on top, menu on left, middle (body) will contain a scrollable table that has pics, text, links all grabbed from a database (sql server).
Things I don't know how do do just yet:
1. I'd planned on using a stored proc for the body content. Problem is I'm not real sure how to present that in a web page...my guess is I create a table inside witch i place <text> links to each field....also, how do i create the connection? is it ok to just write it right in the source? or will that create security issues?
2. The frames thing...if frames are bad what is an easy alternative? any basic examples out there I can easily learn from and expand on?
3. I found a ton of Java samples out there that seem really cool, but I'm worried that some people wont have java installed and therefor will get messed up results viewing my page. Is that something I should worry about or is it not realy an issue?
4. Any other things you can think of for a newbi designer.
Things I don't know how do do just yet:
1. I'd planned on using a stored proc for the body content. Problem is I'm not real sure how to present that in a web page...my guess is I create a table inside witch i place <text> links to each field....also, how do i create the connection? is it ok to just write it right in the source? or will that create security issues?
2. The frames thing...if frames are bad what is an easy alternative? any basic examples out there I can easily learn from and expand on?
3. I found a ton of Java samples out there that seem really cool, but I'm worried that some people wont have java installed and therefor will get messed up results viewing my page. Is that something I should worry about or is it not realy an issue?
4. Any other things you can think of for a newbi designer.