Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD and RPG Webmasters
Click here to Register


This is a discussion on "Alternatives to frames" in the Top Mud Sites MUD and RPG Webmasters forum :

I want to revamp my website. I'm not that great at html, I'd consider myself between beginner and intermediate. What are some possible alternatives to frames? I don't want to use tables on every page as that would get horribly tedious to update when there are changes to the website. Frames aren't accepted by all browsers. What choices do I have at this point that I would be able to do myself? Any help is greatly appreciated....



You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today!

If you have any problems with the registration process or your account login, please contact us.

If you are a registered member of the old TMS forums, please click here
Reply
 
LinkBack Thread Tools
Old 08-13-2006, 12:16 AM   #1
Persnickity
New Member
 
Join Date: Aug 2006
Location: USA
Posts: 7
Persnickity is on a distinguished road
Send a message via Yahoo to Persnickity
I want to revamp my website. I'm not that great at html, I'd consider myself between beginner and intermediate.

What are some possible alternatives to frames? I don't want to use tables on every page as that would get horribly tedious to update when there are changes to the website. Frames aren't accepted by all browsers. What choices do I have at this point that I would be able to do myself?

Any help is greatly appreciated.
Persnickity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2006, 12:34 AM   #2
Baram
Moderator
 
Baram's Avatar
 
Join Date: Jan 2006
Location: Seoul
Posts: 192
Baram is on a distinguished road
Grab a book on asp or php and see if you understand it. Mainly you want the includes feature. Using includes you can include your sidebar or whatever it is you are currently using frames, onto all your webpages(use tables so it looks nice) then if you ever need to change it you just change the include file and your whole site changes.
Baram is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2006, 03:51 AM   #3
the_logos
Moderator
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,084
the_logos will become famous soon enough
Quote:
Originally Posted by (Persnickity @ Aug. 13 2006,01:16)
I want to revamp my website. I'm not that great at html, I'd consider myself between beginner and intermediate.

What are some possible alternatives to frames? I don't want to use tables on every page as that would get horribly tedious to update when there are changes to the website. Frames aren't accepted by all browsers. What choices do I have at this point that I would be able to do myself?

Any help is greatly appreciated.
Dreamweaver has a template feature that allows you to update all the templated portions of a website (defined arbitrarily by the developer) automatically.

--matt
the_logos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2006, 06:11 AM   #4
Keldar
New Member
 
Join Date: Sep 2002
Posts: 13
Keldar is on a distinguished road
By the looks of your hosting company, your best bet would be to learn PHP. Granted that you are allowed to use it with whatever account you have there.

It shouldn't take much learning - just enough to know how to include one template into another and grab entries from a database. But it'll make your life so much easier, compared to trying to edit all the pages by hand.
Keldar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-13-2006, 05:51 PM   #5
Crystal
Member
 
Crystal's Avatar
 
Join Date: Aug 2002
Location: Maryland
Posts: 114
Crystal is on a distinguished road
Send a message via AIM to Crystal
You don't really need a knowledge of php in order to use simple includes. If you're able to cut up your page in a header, body, and footer, you can save your header and footer as something like, header.inc and footer.inc, and then place the includes for them at the top and bottom of your page (saved as .php) you should be fine.

[code] <? include('footer.inc'); ?>[/quote]

I'd suggest reading up on some CSS to start. php is good to know, but you're not going to get anywhere as fast as with CSS. Look up how to use the float function and you can replace almost every use of tables (not all, but close ).
Crystal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 10:44 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Style based on a design by Essilor
Copyright Top Mud Sites.com 2007