LiveZilla Live Help
 


Go Back   Chime Host - Web Hosting Forum > World Wide Web > Web Graphic, Design, Digital Images
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Graphic, Design, Digital Images Talk about design, layout, your own work, photography, software related to graphics etc...

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-23-2007, 08:19 PM
Member
 
Join Date: Nov 2007
spoweb is on a distinguished road
Default Frames or tables?

Which makes a better layout? Using Frames and loading about four different files or use tables and have to add a whole lot more code? I use frames, but they all load at different times. Most of the page is finished loading, but one sidebar is still white.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-18-2007, 03:36 AM
Junior Member
 
Join Date: Dec 2007
stalker is on a distinguished road
Default

i find that frames look a lot better overall than tables. Plus tables use a lot more code.

I'd probably be able to help a bit more if i new what you were trying to code?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-28-2007, 08:12 AM
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
bizzard is on a distinguished road
Default

I don't prefer using frames. Some browsers won't support it and the page will look very different in different resolutions and different browsers. Though tables use a lot more code, it loads much faster than the frames....
If you use frame for a navigation bar, which must always be displayed with the page, try creating a CSS or javascript navigation menu, which reduces the code considerably.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-28-2007, 11:15 PM
Member
 
Join Date: Nov 2007
spoweb is on a distinguished road
Default

Yeah, well actually I've stopped using both frames AND tables. Well, I still use tables a little...Now I'm using layouts with full CSS. No tables. No frames. All CSS. I do notice though that the page looks slightly different between IE and Firefox, but still looks ok. Thanks for the replies!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-01-2008, 09:23 AM
Senior Member
 
Join Date: Nov 2005
Location: Wired
wired076 is on a distinguished road
Default

I agree with spoweb it is best practice to now use pure css to format html pages and gives you much more flexibility. It takes a little time to get used to using css properly but if used correctly makes a lot less code in the long run as you can create external css files that if you change the css file will change the layout of the whole site instead of having to reduplicate all the code throughout the site and then change the code on all the pages when you make an edit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 02:10 AM
Member
 
Join Date: Dec 2007
buyingit is on a distinguished road
Default

I WILL ALWAYS RECOMMEND
use php include function & use tables for loading pages

this will load at the sametime & also be a better & faster option for you

try it out
all the best
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-20-2008, 03:05 PM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Quote:
Originally Posted by buyingit
I WILL ALWAYS RECOMMEND
use php include function & use tables for loading pages
Me too ! Because you do not need frames which might cause incompatibility errors and you have less code as well as better options for interactivity.

At the moment I use ruby on rails and want to integrate AJAX to be even faster.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-22-2008, 09:47 AM
Senior Member
 
Join Date: Nov 2005
Location: Wired
wired076 is on a distinguished road
Default

I would never recommend using frames either.

Tables are a good starter for new users but using css is the best way to format your site and tell everything where it should be located.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-16-2008, 12:04 PM
Senior Member
 
Join Date: Dec 2007
Location: Germany (in a small town)
snoop1990 is on a distinguished road
Default

Quote:
Originally Posted by wired076
using css is the best way to format your site
I tried learned css in the past two weeks and have to say it is much more comfortable then tables.

The reason are:
-no more bothering with colspan and rowspan issues
-each cell can have its own dimensions
-you can overlay parts (which is impossible with tables)

reasons against:
-I do not know any wysiwyg editor for css based designs (but I do not think a wysiwyg editor is the right choice for professional developer)

So I can only recommend to use css based layouts for your sites.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-21-2008, 10:43 AM
Senior Member
 
Join Date: Jan 2006
Location: A small remote village in Kerala, India
bizzard is on a distinguished road
Default

I have also shifted to php along with CSS. Its much better than using frames. Creating different pages for each part of the site and including it to a single page with <? include ''?> code looks so simple.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How would you pass a variable from Flash AS3 to a HTML website? Ghast HTML/CSS/DHTML 0 01-23-2010 03:52 AM
Why Web site not indexed in Yahoo? Infoindya SEO - Search Engine Optimization 0 01-22-2010 12:04 PM
I installed windows xp on a laptop that already had windows vista. How do... indsmaz WIndows XP 1 12-09-2009 02:21 AM
when you jailbreak your iphone does it erase your contacts? djburnop Apple Iphone 2 12-09-2009 01:18 AM
I lost my blackberry disk!? GETLIKEME BlackBerry 1 12-08-2009 12:52 PM


All times are GMT +1. The time now is 05:10 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ChimeHost, a Profuse Solutions LLC company