Need an HTML guide recommendation

This forum is for actual topics of discussion that do not fit the above categories.
Locked
User avatar
Chaos Angel
Joined: Mon Jan 07, 2002 11:34 am
Location: Vidderating
Contact:
Org Profile

Need an HTML guide recommendation

Post by Chaos Angel » Thu May 22, 2003 10:33 pm

Heylo. I am going to have a website again, and I have a general idea of how I want it to look. However, my HTML skills are very basic, and I need a guide to HTML that will allow me to write the page the way I want it.

It will look something like this.

Image

The dashed lines mean the borders are invisible. Essentially, I want there to be a title bar and button side bar that is always present, and the main area is what changes. The buttons and text and images should float over the background image (meaning the image does not change as the text and images scroll over it), and when you click a button it changes the viewer area. This sounds like Frames work to me, but does anyone know of a guide that can show me what I need to know to make the page the way I want it?

Thanks.
Fragile and Frail | Summertime

I'm not a vegetarian because I enjoy eating cute animals.

User avatar
Stoic
Joined: Fri Feb 14, 2003 12:23 am
Location: Land Of Confusion
Org Profile

Post by Stoic » Thu May 22, 2003 11:38 pm

Frames are evil. Most self respecting web programmers stay clear of them... I said MOST...

Anyway get a Program like dreamweaver (a WYSWIG editor) so that way it can do the HTML for you.
"More than hundred fucking takes." - Jackie Chan.
Murphy's Law of Combat Number 6:
If it's stupid but it works, it isn't stupid.
My Profile::Your Profile

User avatar
shadow-the-hedgehog
Joined: Tue Jan 28, 2003 12:25 am
Location: [Insert Funny Location Here]
Contact:
Org Profile

Post by shadow-the-hedgehog » Fri May 23, 2003 12:43 am

I agree Frames are Satan, mmmkay. Use Tables for that lay out. I used Table in Table in Table for mine. Secondly, you want to use a resolution of about 600x800 for web design. Not everyone has amonitor with that resolution.

Here's something to get started:

HTML Basics
**K.O.G3 MIX**
My Online Journal
'Unopened Letter to the World' by [i]the Ataris[/i] wrote:Am I destined only to die the same way I lived, in seclusion?

User avatar
gadoo
Joined: Thu May 09, 2002 4:04 am
Location: LA
Contact:
Org Profile

Post by gadoo » Fri May 23, 2003 2:46 am

what's so wrong with frames?

for a layout like that ...why not make frames?

User avatar
Chaos Angel
Joined: Mon Jan 07, 2002 11:34 am
Location: Vidderating
Contact:
Org Profile

Post by Chaos Angel » Fri May 23, 2003 8:24 am

Well, the problem with frames (according to a guy I work with) is that they run crappy on slower computers because they operate more heavily due to being basically pages within pages.

Tables is what I meant to say, but I'll take what I can get.

Dreamweaver, you say? Thanks.
Fragile and Frail | Summertime

I'm not a vegetarian because I enjoy eating cute animals.

User avatar
gadoo
Joined: Thu May 09, 2002 4:04 am
Location: LA
Contact:
Org Profile

Post by gadoo » Sat May 24, 2003 1:57 am

ah

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Sat May 24, 2003 4:58 am

Who is your target? If you're making a media arts page. The bastards who visit better have a damn well good enough computer to view your videos. If they can do that. They can defenitely handle frames. :/

Maybe there is some other reason frames are bad. :o


~klinky

TaranT
Joined: Wed May 16, 2001 11:20 pm
Org Profile

Post by TaranT » Sat May 24, 2003 5:01 pm

klinky wrote:Who is your target? If you're making a media arts page. The bastards who visit better have a damn well good enough computer to view your videos. If they can do that. They can defenitely handle frames. :/

Maybe there is some other reason frames are bad. :o


~klinky
Elizabeth Castro (HTML for the WWW 5th Ed) wrote:Frames do have some disadvantages. They can be hard to navigate, their scroll bars can hog precious screen real estate, they can be hard to get indexed in a search engine like Google, and once indexed they may appear independently without benefit of their surrounding and supporting frames.

In fact, the W3C (WWW Consortium) discourages the use of frames. Instead, they recommend embedding content on a page through fixed positioning and the use of the object element.
The frame and frameset tags are not part of strict (X)HTML which is why I suspect that "transitional" (X)HTML is more commonly used.

For an example of layout without frames, click the link in my sig.

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Sat May 24, 2003 5:13 pm

TaranT wrote: For an example of layout without frames, click the link in my sig.
Despite the fact that frames look bad, aren't standard, and are just overall annoying sometimes, one advantage that frames still have over more modern layout methods is that frames can be handled in a convenient way by just about any browser, from lynx to links to Mozilla.

Using Phoenix 0.5 (Gecko 04/11/2003 build), the layout of the page in your sig totally b0rks itself up when I scroll.

TaranT
Joined: Wed May 16, 2001 11:20 pm
Org Profile

Post by TaranT » Sun May 25, 2003 2:00 am

trythil wrote:
TaranT wrote: For an example of layout without frames, click the link in my sig.
Despite the fact that frames look bad, aren't standard, and are just overall annoying sometimes, one advantage that frames still have over more modern layout methods is that frames can be handled in a convenient way by just about any browser, from lynx to links to Mozilla.

Using Phoenix 0.5 (Gecko 04/11/2003 build), the layout of the page in your sig totally b0rks itself up when I scroll.
I always wondered how compatible my stylesheet was (even though it's not at all complicated). Given the direction the W3C wants to go with the newer browsers, I thought it would be better this way for the long run. But there are drawbacks.

Just out of curiosity, is it the main page that's screwed up or the contest tables (or both) ?

Locked

Return to “General Off Topic”