Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


View Poll Results: Should frames be used in web pages?
Yes. No problem. 0 0%
No. Never. 2 25.00%
Avoid as much as you can. 6 75.00%
Voters: 8. You may not vote on this poll

 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 30-09-2005, 11:49 AM   #1 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Should frames be used in HTML designing?


Just need some quality opinions. Should frames be used in web pages?

I have read at some places that frames should not be used and some places recommending frames. Earlier things were different because there were browsers that didn't support frames. But now there is no such problem.

Additionally, it saves bandwidth and increases speed by downloading only those portion that needs to refresh.
tuxfan is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 30-09-2005, 12:50 PM   #2 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

Frame ofcourse saves bandwidth, but really is a bad design. I usually use tables instead.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 30-09-2005, 01:45 PM   #3 (permalink)
Wise Old Owl
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,208
Default

depends. There are times when frames cannot be avoided. Frames do increase bandwidth as there are as many calls as there are no of frames when you load up the first time. I think there needs to be a careful balance of frames being used. If only one section of a page need be refreshed then using frames is better.
__________________
AMD 64 3500+ Venice
DFI Lan Party Ultra-D
2* 512 MB PdP Memory with 2-2-5L timings
XFX 7900GT 256 MB Card
icecoolz is offline  
Old 30-09-2005, 02:22 PM   #4 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Posts: 687
Default

Ricky Suggested:

Avoid as much as you can.
__________________
~Ricky

» Looking for someone to partner with me in Indian Linux forum
Free domain is available ! I am also at Indian Forums.
Ricky is offline  
Old 30-09-2005, 02:31 PM   #5 (permalink)
In The Zone
 
sms_solver's Avatar
 
Join Date: Jan 2004
Location: somewhere
Posts: 420
Default

Avoid frames, many good websites never use frames!! It is old-fashioned now
__________________
[ॐ एसएमएस॰सोल्भर ॐ]
sms_solver is offline  
Old 30-09-2005, 03:02 PM   #6 (permalink)
Wise Old Owl
 
Join Date: Dec 2004
Location: New Delhi/Bangalore
Posts: 1,087
Default

yeah frames make a webpage look crappy. Avoid them if u can
__________________
Shwetanshu Srivastava
I can give a headache to an aspirin!
shwetanshu is offline  
Old 30-09-2005, 03:44 PM   #7 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

I prefer avoid using frames....basic use of frame is to include common pages which can be done by using SSI or PHP includes...

Frames are kind of bad for search engines...because in frames you will have only 1 page and content of the links will be shown inside the frames so search engines will scan inside pages which you do not want to get displayed withouht the frames..

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 30-09-2005, 04:03 PM   #8 (permalink)
MVP in VC++
 
Join Date: May 2005
Posts: 625
Default

Yes one should try to avoid the frames ...since it not preferred by websites...there are many alternatives to it...
cvvikram is offline  
Old 30-09-2005, 04:41 PM   #9 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Posts: 687
Default

hmm..

Frames are indeed useful, everything in world has some reason and sometimes its wiser to use frames than page.

It really depends on your efficiency.
__________________
~Ricky

» Looking for someone to partner with me in Indian Linux forum
Free domain is available ! I am also at Indian Forums.
Ricky is offline  
Old 30-09-2005, 06:23 PM   #10 (permalink)
Alpha Geek
 
gdatuk's Avatar
 
Join Date: Jun 2005
Location: Bengaluru
Posts: 544
Default

try the new layout grid in golvie cs2
__________________
Twitter @cgiridhar

Moto Milestone | Rooted | Froyo | CM 6.1.0

AMD Phenom2 720 x3 BE | Gigabyte MA78G | WD 500Gb+Seagate 1TB ext | PSU Corsair vx450 | Corsair 2x2gb RAM | Bose Companion 5
gdatuk is offline  
Old 01-10-2005, 12:16 AM   #11 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default

I say dont use Frames .. infact iframes arent good thing too ... They are hard to manage (yes they are ) .. search engine crawlers dont like them .. and on the top of all they look amatuerish ..

Use Css .. best bet ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 01-10-2005, 02:52 PM   #12 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Quote:
Originally Posted by Deep
basic use of frame is to include common pages which can be done by using SSI or PHP includes...
Can you throw some more light on this? Do you mean the include() function of PHP?

Quote:
Originally Posted by it_waaznt_me
Use Css .. best bet ..
I went to 8 computer book shops that I know (Lamington Road, VT and Girgaon). None of them had any books on CSS :roll: At one place I found the CSS Cookbook by O'reilly. But nothing great. I will have to rely on online resources only. I don't prefer that much. I at least need an ebook Does anyone have one?

Quote:
Originally Posted by gdatuk
try the new layout grid in golvie cs2
What's golvie cs2?
tuxfan is offline  
Old 01-10-2005, 03:32 PM   #13 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

Quote:
Originally Posted by tuxfan
Can you throw some more light on this? Do you mean the include() function of PHP?
yes, The include() statement includes and evaluates the specified file. its like calling and executing another php file within a php file.

http://in2.php.net/function.include
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 01-10-2005, 07:09 PM   #14 (permalink)
9437077259
 
go4saket's Avatar
 
Join Date: Sep 2005
Location: Sambalpur, Orissa
Posts: 1,261
Default

Try to avoid frames to the extent possible. Two biggest problems are No.1 : Search engine robots are not much comfortable with sites using frames and so they just skip such sites. Thus you will never find yourself on a search engine. No.2 : You will have to make a frameset for every webpage of yours, or else if the user wants to go directly to a webpage and not to your index page, he/she will reach that particular webpage but there your frame wont be visible, thereby spoiling all your efforts.
If you are not much comfortable using tables, try using Layers. Its the simplest way to design a webpage.
go4saket is offline  
Old 01-10-2005, 09:29 PM   #15 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Tuxfan, by SSI I meant using apache Server Side Includes which can be used in shtml pages.

You can also use PHP includes the effect will be same.

About CSS, actually you wont find books in India but on Amazon they have good colleciton of books...

Book Web Standards Solution is a good book to understand web standards and basic CSS..

I have written review on it, if you want then you can check it out here, there is one more good book for CSS called Zen of CSS but it is more of case studies and it is for the guys who know CSS well...

You can also checkout some articles on Sitepoint, they have good collection of articles on CSS, you can also check out sites like CSS Zen Garden (check out their resources section too)

For asking css doubts in forums, Sitepoint forums is the best place, full of CSS experts...

I hope this helps you.
Regards
Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 02-10-2005, 05:04 PM   #16 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Purchasing books on Amazon is a pretty costly affair. Is it possible to borrow the books from you Deep? I can guaratee that they will be returned without any damage.

I have been thru these sites even earlier. But I was just trying to find something that goes from start to finish rather than tell me somethings here and there. I know CSS somewhat, but its different to master it. I have CSS2 reference saved from w3schools and use it often. Keep trying and evolving. But a definitive guide is always better.

A search at google for CSS hasn't given me much. I was going thru the results for almost an hour.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 02-10-2005, 05:06 PM   #17 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Hi,
Actually those books belong to my ex-compny, I always used to ask them to get new books to keep in touch with new stuff in web design (though I am not a designer but I love to read those kind of books)

I will look around for some ebooks for u and let u know...

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 03-10-2005, 11:43 AM   #18 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Thanks Deep, I have got your mail with links.

I can now say that I am not a total newbie at CSS. I took the CSS quiz at w3schools and scored 20/20 8) . I need to have lots of tips and tricks from experienced users/authors. I have knowledge, I need guidance on how best to implement it.
tuxfan is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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


 
Latest Threads
- by Sujeet
- by Who
- by bhaskar
- by soumya
- by clinton

Advertisement




All times are GMT +5.5. The time now is 11:36 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2