[WSG] Web Site Structure Suggestions, Second Post!

2004-09-29 Thread Jeremy S. (WSG)




To the many members of WSG:

This is my second post on this same subject, and I'm hoping that this
time I'll be able to get a response.
:-)  I have built up a design in Photoshop, which you
can view here
or here.
I'm looking to get help on how I should write up the structure for the
site, as I'm a bit confused about the best way to attack it. So far,
this is what I have.

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
html xmlns="http://www.w3.org/1999/xhtml"
head
 titleJezzJournal *new*/title
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
/
/head

body
div id="container"
 div id="header"
  h1 id="header-text"JezzJournal/h1
 /div
 div id="sidebar"
  sidebar links.
 /div
 div id="navigation"
  links.
 /div
 div id="content"
  all sorts of content here
 /div
/div
/body
/html

What do you think? Would what I have be best for
what I'm trying to accomplish?


-- 
Jeremy S.
Author of JezzJournal
Co-Founder of Effuse



inline: getfirefox.gif

Re: [WSG] Web Site Structure Suggestions, Second Post!

2004-09-29 Thread Neerav
you forgot the charset:
meta http-equiv=Content-type content=text/html; charset=iso-8859-1 /
otherwise looks fine
Neerav Bhatt
http://www.bhatt.id.au
Web Development  IT consultancy
Mobile: +61 (0)403 8000 27
http://www.bhatt.id.au/blog/ - Ramblings Thoughts
http://www.bookcrossing.com/mybookshelf/neerav
Jeremy S. (WSG) wrote:
   To the many members of WSG:
This is my second post on this same subject, and I'm hoping that this 
time I'll be able to get a response.  :-) I have built up a design in 
Photoshop, which you can view here 
http://www.effuse.org/forum/viewtopic.php?p=462#462 or here 
http://www.affectus.net/images/temp/design5.jpg. I'm looking to get 
help on how I should write up the structure for the site, as I'm a bit 
confused about the best way to attack it. So far, this is what I have.

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml; http://www.w3.org/1999/xhtml
head
titleJezzJournal *new*/title
meta http-equiv=Content-Type content=text/html;  /
/head

body
div id=container
div id=header
h1 id=header-textJezzJournal/h1
/div
div id=sidebar
sidebar links.
/div
div id=navigation
links.
/div
div id=content
all sorts of content here
/div
/div
/body
/html
What do you think? Would what I have be best for what I'm trying to 
accomplish?

--
*Jeremy S.*
Author of JezzJournal http://jezzjournal.com
Co-Founder of Effuse http://effuse.org
Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=3740t=65
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Web Site Structure Suggestions, Second Post!

2004-09-29 Thread Jackie Reid
personally i wouldnt use the H1 for your jezzjournal i would call that 
something else like logo div or whatever and use the H1 for  the title 
of the post so that the h1 is not the same on every page.  Otherwise you 
have set  it up almost exactly the way i would do it...

jackie
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] Web Site Structure Suggestions, Second Post!

2004-09-29 Thread Ted Drake
I like to use the H1 for image replacement and change the h1 tag for search engine 
optimized words that are still appropriate for those with the style sheet turned off.  
So, I agree with the first setup.
Ted


-Original Message-
From: Jackie Reid [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 29, 2004 3:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Web Site Structure Suggestions, Second Post!


personally i wouldnt use the H1 for your jezzjournal i would call that 
something else like logo div or whatever and use the H1 for  the title 
of the post so that the h1 is not the same on every page.  Otherwise you 
have set  it up almost exactly the way i would do it...

jackie


**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**