473,395 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Site review

TC
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html
Nov 3 '05 #1
15 1931
In article <Ze******************@tornado.tampabay.rr.com>,
"TC" <no*****@yahoo.com> wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html


Only constructive criticism? Well, your 'Articles' link doesn't work.
Some will bitch that you are using a mailto link for email. I haven't
checked your HTML or CSS on the validators, but it loads like lightning
on a dialup using Safari. Your links to outside sites aren't your
concern. It looks good in Lynx. Text expansion and contraction acts as
it should as does page resizing. I don't even hate the layout or
background. There are probably text-size issues that I won't address.
IMO it's far better than ninety percent plus of existing sites.

leo

--
<http://web0.greatbasin.net/~leo/>
Nov 3 '05 #2
"TC" <no*****@yahoo.com> wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.
This is more on topic in alt.html.critique
http://www.unitedhunters.org/index.html


a) "logo" is not a correct textual alternative for the logo image.
b) Your logo should be marked up as the h1, with the current h1 content
as the alt content of the image.
c) Ditch the presentational markup such as <center>, the border
attribute etc.
d) You've replicated the content as alt content: <a ...><img ...
alt="Click here to join floridahunters"><br>Click to join
floridahunters</a>, this makes no sense.
e) <img ...></img> empty elements should be quick closed under XHTML
rules (<img ... />).
f) It doesn't conform to Appendix C guidelines (space before quick
closing an element).
g) Your HTML doesn't validate.

--
Spartanicus
Nov 3 '05 #3
On Thu, 03 Nov 2005 02:04:41 GMT, "TC" <no*****@yahoo.com> wrote,
quoted or indirectly quoted someone who said :
http://www.unitedhunters.org/index.html


you are missing the home addresses of the principles so animal rights
people can shoot them back.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Nov 3 '05 #4
Wed, 02 Nov 2005 20:57:09 -0800 from Leonard Blaisdell
<le*@greatbasin.com>:
Some will bitch that you are using a mailto link for email.


??? What other link _could_ one use?

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 3 '05 #5
Thu, 03 Nov 2005 07:20:24 GMT from Spartanicus
<in*****@invalid.invalid>:
d) You've replicated the content as alt content: <a ...><img ...
alt="Click here to join floridahunters"><br>Click to join
floridahunters</a>, this makes no sense.


And "Click" is amateurish:

'Why "Click here" is bad linking practice'
http://www.cs.tut.fi/~jkorpela/www/click.html

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 3 '05 #6
TC
Stan Brown wrote:
Thu, 03 Nov 2005 07:20:24 GMT from Spartanicus
<in*****@invalid.invalid>:
d) You've replicated the content as alt content: <a ...><img ...
alt="Click here to join floridahunters"><br>Click to join
floridahunters</a>, this makes no sense.


And "Click" is amateurish:


Someone should tell Yahoo this. This code is what is provided from
Yahoo. It was a cut and paste.
Nov 3 '05 #7
In message <q4*********************@tornado.tampabay.rr.com >, TC
<no*****@yahoo.com> writes
Stan Brown wrote:
Thu, 03 Nov 2005 07:20:24 GMT from Spartanicus
<in*****@invalid.invalid>:
> d) You've replicated the content as alt content: <a ...><img ...
> alt="Click here to join floridahunters"><br>Click to join
> floridahunters</a>, this makes no sense.


And "Click" is amateurish:


Someone should tell Yahoo this. This code is what is provided from
Yahoo. It was a cut and paste.


May I add that is very much more readable if you can that all-over
background?
--
Chris Hughes
"Reality is that which, when you cease to believe, continues to exist."
http://www.epicure.demon.co.uk
Nov 3 '05 #8
TC wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

The background image is too dark. It greatly lowers the readable
contrast of the content. Use of such backgrounds requires that they be
almost completely faded to white.
Specify a default background color. Some people do not allow images to
load in their browser (try it yourself, it's entertaining) and their
default background may not work well with your foreground colors.
The "Click to join..." text shows up twice when images are disabled.
Also that section of code is invalid. And the image link is broken.
Why the mix of fonts for <Hx>? The first is Times New, followed by
Arial (ugh) and the default sans-serif. It seems rather odd.
Otherwise it is very well put together.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Nov 3 '05 #9
TC wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html


TC,

External appearance is good, much better than most.

The leafy background makes text hard to read, especially full
paragraphs, as on the home page. It needs to be very pale.

On the Articles page, change the link for "Learn to use a Compass" to
point directly to http://www.learn-orienteering.org/old/lesson1.html.
This will save your visitors two clicks and a lot of searching through
irrelevant material.

Inconsistency: Some offsite links (photos, for example) open a new
window. Others (Learn to use a Compass, for example) don't.

Suggestion: Style off-site links differently, so users can tell that
they will be going somewhere else.

The Membership page has a horizontal scroll bar on a 600 X 800 window.
Other pages don't. That's because you have a <pre> tag at the top of
the text, which inhibits word spill.

Mystery: Using Netscape 7.1, your logo in the upper left corner looks
odd. Although the original image is clear, when displayed on the pages,
the right half of the image is mottled, as if viewed through a screen.
It looks OK in IE 6.

Chris Beall

Nov 3 '05 #10
In article <MP************************@news.individual.net> ,
Stan Brown <th************@fastmail.fm> wrote:
Wed, 02 Nov 2005 20:57:09 -0800 from Leonard Blaisdell
<le*@greatbasin.com>:
Some will bitch that you are using a mailto link for email.


??? What other link _could_ one use?


I was wondering what alternatives there were to a mailto link also.

Although with the amount of spam out there, I am increasingly reluctant
to put any sort of mail link anywhere on a web page. The spammers long
ago managed to get past the few simple methods of obscuring the mailto
link content that I knew. I am gradually going through removing every
mail link that I have, as I notice them, but that will eventually mean
that no-one can send me legitimate mail unless they happen to know me.

--
http://www.ericlindsay.com
Nov 3 '05 #11
In article <MP************************@news.individual.net> ,
Stan Brown <th************@fastmail.fm> wrote:
??? What other link _could_ one use?


A form instead of a link. But you knew that :-)

leo

--
<http://web0.greatbasin.net/~leo/>
Nov 4 '05 #12
Thu, 03 Nov 2005 16:28:31 -0800 from Leonard Blaisdell
<le*@greatbasin.com>:
In article <MP************************@news.individual.net> ,
Stan Brown <th************@fastmail.fm> wrote:
??? What other link _could_ one use?


A form instead of a link. But you knew that :-)


No, I was thrown off by your "some will bitch" about using a mailto.
I know of no possible objection to a mailto from the user's point pf
view.

Forms have a number of well-known problems from the user's point of
view, however well they may serve authors' desire to avoid spam even
at the cost of losing legitimate mail.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Nov 4 '05 #13
TC
Leonard Blaisdell wrote:
In article <Ze******************@tornado.tampabay.rr.com>,
"TC" <no*****@yahoo.com> wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html


Only constructive criticism? Well, your 'Articles' link doesn't work.
Some will bitch that you are using a mailto link for email. I haven't
checked your HTML or CSS on the validators, but it loads like
lightning on a dialup using Safari. Your links to outside sites
aren't your concern. It looks good in Lynx. Text expansion and
contraction acts as it should as does page resizing. I don't even
hate the layout or background. There are probably text-size issues
that I won't address. IMO it's far better than ninety percent plus
of existing sites.

leo


What is the Articles link doing? Or not doing?
Nov 5 '05 #14
TC
Chris Beall wrote:
TC wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html
TC,

External appearance is good, much better than most.


Thanks!

The leafy background makes text hard to read, especially full
paragraphs, as on the home page. It needs to be very pale.
I'll pale it down. I agree. I recommended against the background but
the directors really wanted it done.

On the Articles page, change the link for "Learn to use a Compass" to
point directly to http://www.learn-orienteering.org/old/lesson1.html.
This will save your visitors two clicks and a lot of searching
through irrelevant material.
Done.

Inconsistency: Some offsite links (photos, for example) open a new
window. Others (Learn to use a Compass, for example) don't.
I was in the process of removing deprecated target=_blank attributes. I
missed those. Is there a suitable replacement?

Suggestion: Style off-site links differently, so users can tell that
they will be going somewhere else.

The Membership page has a horizontal scroll bar on a 600 X 800
window. Other pages don't. That's because you have a <pre> tag at
the top of the text, which inhibits word spill.
What is this in? I can't see this.

Mystery: Using Netscape 7.1, your logo in the upper left corner
looks odd. Although the original image is clear, when displayed on
the pages, the right half of the image is mottled, as if viewed
through a screen. It looks OK in IE 6.

Chris Beall


Thanks for the review!
Nov 6 '05 #15
TC
TC wrote:
This is my very first website using CSS. Constructive criticisms
appreciated.

http://www.unitedhunters.org/index.html


Thanks all! I've made some changes and researched other issues. It's a
good learning experience.
Nov 6 '05 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Market Mutant | last post by:
www.51.ca is a nice site, and I want to build something similar and wonder if anyone knows if they are using PHPNuke or other nukes or they wrote everything themselves. What is the signature thing...
28
by: Me | last post by:
I would like to redesign my existing site into php using classes. I am not the most experienced developer with PHP, and would like to know if anyone can give me some input on a starting point for a...
2
by: Dave Patton | last post by:
I'd appreciate any feedback on http://www.elac.bc.ca/ particularly in regards to how the pages are marked up. The markup is valid HTML 4.01 strict, but that doesn't mean I've done things using...
72
by: B McDonald | last post by:
http://www.galtsvalley.com Hi all. I've recently made some major stylistic changes to my site and now it is essentially a new design with some new CSS plumbing. I am hoping that a few hardy...
6
by: murmur | last post by:
http://www.threetwo.org/sullivan/mockup/ seems to work in mozilla 1.4, netscape 7.1, ie 6. Screenshots from other systems/browsers would be great, particularly mac and aol. Suggestions for...
2
by: Alex Bell | last post by:
Please review the page at http://www.tassie.net.au/~abell1/testoboe4.htm, which is a step on the way to redesigning my whole site. I have used three floated menus, two side by side and one...
6
by: nx-2000 | last post by:
Last night I dutifuly installed all the server 2000 updates that where released and I finally get called a few hours ago by a client wondering why our site was down. Then a steady flood of calls...
7
by: Markus | last post by:
Hi i'm trying to run a .Net web site perfectly working with .Net version 1.1 under visual studio 2005 beta 2. accessing the site using debug mode works smoothly but when i publish the site to a...
71
by: Murray R. Van Luyn | last post by:
Hi, Since I have made changes to my website it's been a complete flop. According to the logs, as soon as visitors have downloaded the index page they are off. I can't figure out why? ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.