All suggestions, comments, bug reports are most welcome. When responding,
especially with a bug, please indicate browser and operating system.
Thanks in advance.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
> I volunteerd to do the PTA web site for my son's elementary school,
> and need some feedback from the community. The url is
> [http://jmpta.adrienneboswell.com].
>
> All suggestions, comments, bug reports are most welcome. When
> responding, especially with a bug, please indicate browser and
> operating system.
I don't care much for the purple background.
Is the contact page supposed to be there? All links seem to work except
that, and the site map. No stubs yet? [ http://error.000webhost.com/ ]
Also, I don't have "hobo bt" font. :-)
--
-bts
-Friends don't let friends drive Windows
Looks good, but it's missing a background colour.
--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
> Adrienne Boswell wrote:
>
>> I volunteerd to do the PTA web site for my son's elementary school,
>> and need some feedback from the community. The url is
>> [http://jmpta.adrienneboswell.com].
>>
>> All suggestions, comments, bug reports are most welcome. When
>> responding, especially with a bug, please indicate browser and
>> operating system.
>
> I don't care much for the purple background.
It's actually navy - it's the school colors, not my choice, really.
>
> Is the contact page supposed to be there? All links seem to work
except
> that, and the site map. No stubs yet? [ http://error.000webhost.com/
]
>
It's a footer that I've copied over from other footers. I'll be fixing
those when I actually get the pages done.
> Also, I don't have "hobo bt" font. :-)
>
If you are using a browser that understands @font-face, you should have
seen the hobo bt font, if not, you should have seen another san-serif
font.
Thank you for the review. Helps a lot.
> On 2009-10-04, Adrienne Boswell wrote:
>> I volunteerd to do the PTA web site for my son's elementary school,
>> and need some feedback from the community. The url is
>> [http://jmpta.adrienneboswell.com].
>>
>> All suggestions, comments, bug reports are most welcome. When
>> responding, especially with a bug, please indicate browser and
>> operating system.
>
> Looks good, but it's missing a background colour.
>
Thank you, and thank you for mentioning the background colour. That's been
fixed.
> Gazing into my crystal ball I observed "Chris F.A. Johnson"
>> Adrienne Boswell wrote:
>>> I volunteerd to do the PTA web site for my son's elementary school,
>>> and need some feedback from the community. The url is
>>> [http://jmpta.adrienneboswell.com].
>>>
>>> All suggestions, comments, bug reports are most welcome. When
>>> responding, especially with a bug, please indicate browser and
>>> operating system.
>>
>> Looks good, but it's missing a background colour.
>
> Thank you, and thank you for mentioning the background colour.
> That's been fixed.
That's what I meant. :-) My default background is a light purple .. for
situations just like this.
> [and] If you are using a browser that understands @font-face, you should
> have seen the hobo bt font, if not, you should have seen another
> san-serif font.
Firefox 3.0.14, Opera 9.64, Ubuntu 8.04, GNOME. No hoboes.
> I volunteerd to do the PTA web site for my son's elementary school, and
> need some feedback from the community. The url is
> [http://jmpta.adrienneboswell.com].
>
> All suggestions, comments, bug reports are most welcome. When responding,
> especially with a bug, please indicate browser and operating system.
>
Hi Adrienne, just a couple of remarks. First, nice, as to be expected.
* I like the yellow with the dark blue. And plus, it is useful to
co-ordinate with the needed dark bg of the nav links and white/yellow
text on these and the right sidebar.
* I would lose the borders on the sidebar. First it looks better
without, Second, you are already fighting for width space (horiz bars
loom early for users with thin browsers and you are guarding against
early float drop.)
* Suggest in the fight against width, instead of 1em all around,
#content {padding: .5em 0 .5em .5em; ...}. You already have white buffer
to left of the container element without any padding (put a thin border
on container to see)
* Suggest to add #header address { ... padding-left: .5em; ...}
And now some other ideas, fancy things maybe, but if they work, would
make it look sort of neater without the yellow hanging at a different
height to the blue.
If you can be reasonably confident of the nav left not being so full of
content that it would push the yellow below the content:
One more wrapper! And a very few additions to CSS.
<div id="bigWrap">
<div id="nav"></div>
<div id="container">
<div id="content"></div>
<div id="sidebar"></div>
</div>
</div>
<div id="footer"></div>
CSS:
#bigWrap {overflow: hidden; background: #ffd700; ...}
#container {background: #fff; ...}
#content {padding: .5em 0 .5em .5em;...}
and
take border off nav
You likely don't need a min-height on nav now...
Enough for now maybe.
--
dorayme
Thank you, I'm going to work on your suggestions tomorrow. I'll be back
with revisions.
On 3 oct, 21:08, Adrienne Boswell <arb...@yahoo.com> wrote:
> I volunteerd to do the PTA web site for my son's elementary school, and
> need some feedback from the community. The url is
> [http://jmpta.adrienneboswell.com].
>
> All suggestions, comments, bug reports are most welcome. When responding,
> especially with a bug, please indicate browser and operating system.
Hi!
1-
I would remove this:
<link rel="home" href="index.php" title="Index Page" />
J. Nielsen and others (V. Flanders) recommend to avoid self-linking
webpages.
2- I am personally against double color contrast sets. I think it
should always be dark color (say, black) on light background color
(say white) all over since we have been day animals for the last
200,000 years. Color contrast, color brightness is very important but
having 2 sets of color contrasts in a webpage is, IMO, unnatural,
visually confusing and visually incoherent.
3- PTA: by chance, I glanced at the title element and there I saw what
PTA actually means... for the first time. I wonder why the most
important text (PTA) is not defined in its extended form in the
entrance webpage: Parent Teacher Association.
4- When I resize browser window viewport (at around 850px) in Firefox
3.5.3 under Windows, then the sidebar goes under. I'm not saying here
that this is a bug or anything. I just noticed this.
5-
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Personally, I am more and more following the W3C recommendation on
favicon and trying to have Microsoft comply with it (and to drop
rel="shortcut icon"). See
http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug2
and
W3C Quality Assurance tip, How to Add a Favicon to your Site
http://www.w3.org/2005/10/howto-favicon
6- Your validation buttons are perfect IMO.
7-
body {
margin: 0;
padding: 0;
}
Personally, I am against resetting CSS default values, especially when
modern browsers (IE 8, Firefox 2+, Opera 9+, Safari 4, Konqueror 4)
all share the same browser defaults. Body has no padding in modern
browsers except in Opera 6. All browsers use a margin of 8px
(equivalent to 0.5em) and that's best, ideal IMO.
8-
label {
display: block;
width: 7em;
text-align: right;
float: left;
margin: .25em 1em 0 0;
}
I wonder why you need to set display: block if the label is going to
be floated left. Also, that rule seems a bit complex...
[followup-to set to alt.html]
regards, Gérard
--
Internet Explorer 8 bugs: 57 bugs so far
http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/
Internet Explorer 7 bugs: 183 bugs so far
http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/
How odd! The Hobo BT font is used for the mustang PTA lettering, just
so you know.
> If you are using a browser that understands @font-face, you should have
> seen the hobo bt font, if not, you should have seen another san-serif
> font.
FYI
http://www.w3.org/TR/CSS2/changes.html#q104
--
Bill
Like Beauregard, I have my defaults set to obnoxious colors so I can
catch myself if I miss specifying a color/background combination.
--
Bill
Thank you for pointing that out. Fixed.
Looks little bit lonely - or empty. Yes - it's very nice indeed.
The pics of the kids - nice. The text fine - CSS is very good of
course.
But I did not watched to source.
Sometimes I get this feeling with CSS: It is somehow cold and
gives you the position to stand above the content.
This is not a special critique for your page! I just added it.
I miss something special on the page. It is not necessarily
a big flash banner or a holistic background image.
I don't miss javascript and I don't miss games with other effects.
My first idea was when I saw the page -
The latin text could be pasted on a stone.
I don't know latin. Alea jacta est - Quo vadis - quod erum
demonstrandum - hehehe - that's it.
So I just know it is latin - right?
It can be also something else than a stone.
Anyway I remembered that the old latin texts where written
justified. Not only justified but at the end of a line they
cut the word at the last letter that fitted to the end
and simply continued in the next line.
Maybe a good idea for a 'funny' or 'intellectual' layout.
Cheers
Jan
> On Oct 4, 3:08�am, Adrienne Boswell <arb...@yahoo.com> wrote:
>> I volunteerd to do the PTA web site for my son's elementary school,
and
>> need some feedback from the community. �The url is
>> [http://jmpta.adrienneboswell.com].
>>
>> All suggestions, comments, bug reports are most welcome. �When
respondi
> ng,
>> especially with a bug, please indicate browser and operating system.
>
> Looks little bit lonely - or empty. Yes - it's very nice indeed.
It will get more filled up when I get more content.
> The pics of the kids - nice.
I'm hoping to replace them with real John Muir kids. Even though it's a
public school, we still have uniforms. The acceptable attire is red,
blue or white shirts with dark blue pants/skirts. Makes it easier on
the parents, and easier on the kids as well. I think that real JM
uniform colors will look nice with the site colors.
> The text fine - CSS is very good of
> course.
> But I did not watched to source.
> Sometimes I get this feeling with CSS: It is somehow cold and
> gives you the position to stand above the content.
> This is not a special critique for your page! I just added it.
Yes, well that's the whole point, isnt' it, separate content from
presentation - stand above it if you will. I love that about CSS, just
as much as I love server side includes.
>
> I miss something special on the page. It is not necessarily
> a big flash banner or a holistic background image.
> I don't miss javascript and I don't miss games with other effects.
You know, I was thinking about that, too. Maybe if I get enough good JM
kids pictures, I can turn them into a flash animation (just run once,
and only on the index page).
You won't ever see any gratuitous JavaScript on things I author. I'm
really into the KISS principle.
>
> My first idea was when I saw the page -
> The latin text could be pasted on a stone.
> I don't know latin. Alea jacta est - Quo vadis - quod erum
> demonstrandum - hehehe - that's it.
>
> So I just know it is latin - right?
Actually it's fake Latin [http://en.wikipedia.org/wiki/Lorem_ipsum]. I
just got an email from one of the PTA board members about that.
> It can be also something else than a stone.
> Anyway I remembered that the old latin texts where written
> justified. Not only justified but at the end of a line they
> cut the word at the last letter that fitted to the end
> and simply continued in the next line.
>
> Maybe a good idea for a 'funny' or 'intellectual' layout.
Yes, it would, although I really can't stand justified text. I remember
when I was really young, and the TV Guide was much smaller, one of the
things that really bothered me was the justified text - although at the
time I was too young to know what it was called, I just didn't like it.
>
> Cheers
> Jan
>
Thanks for the comments. Appreciate it!
And have a miserable time of it browsing the internet! I have known for
a long time that I am among masochists, heathens, geeks of all kinds but
this one takes the cake!
The better thing to do is to have a browser that you do *not* use in
anger for yourself on a daily basis to test for this. And then you can
say with pride that there are no flies on you! <g>
--
dorayme
And which browser would you use to critique a site? <g>
--
Bill
Ouch! <g>
--
dorayme
> > So I just know it is latin - right?
>
> Actually it's fake Latin [http://en.wikipedia.org/wiki/Lorem_ipsum]. I
> just got an email from one of the PTA board members about that.
Now in this case you should burn all of your son's "Dick'n'Jane" books
and teach him real latin. - only three days left.
We live in Glendale, so he's learning Armenian and Spanish on the
playground. But there is a growing movement to restore Latin as an
international language, so I'm going to start off with the Winnie The
Pooh translation in Latin. It will help me brush up on my Latin as
well.
Thank you, that worked perfectly. Much better.
--
Adrienne Boswell having to use Google Groups
> On Oct 3, 9:29 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> > In article <Xns9C99B879F7C0Farbpenyahoo...@188.40.43.213>,
> > Adrienne Boswell <arb...@yahoo.com> wrote:
>
> Thank you, that worked perfectly. Much better.
One can go on and on with these things but it looks fine now. Perhaps
worth mentioning, I would be *a bit* tempted to give either a
border-top:1px solid #ccc; to #footer or else background: #F3F3F3; (to
take a theme from part of the bg of the header). But not both. And not
important.
--
dorayme
> We live in Glendale, so he's learning Armenian and Spanish on the
> playground. But there is a growing movement to restore Latin as an
> international language, so I'm going to start off with the Winnie The
> Pooh translation in Latin. It will help me brush up on my Latin as
> well.
international language? a geeky idea.
No - but everybody ask you if you learn a language
"Did you learn latin before?" "Do you know latin?" "Did you have latin
in school?"
Mainly the teachers of languages - and of history.
And then one day your parents will ask when they forget about the
years when you
attended school.
Because latin is a good basis to learn more quickly another language.
You will know that for sure.
Or you forget about that advice - there were people who killed
themself
because one day they discovered that they did not read the Illias.
"The Importance Of Being Psychopathic"