HighDots Forums  

Constructive Criticism Wanted

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Constructive Criticism Wanted in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuck
 
Posts: n/a

Default Constructive Criticism Wanted - 12-04-2003 , 11:39 AM






Let me try this again since my original post just happened to disappear...

Could I please get some *constructive* criticism on a website?

It's temporarily located at http://www.geocities.com/my1964bug/

Yes, I realize that Geocities sucks, but the site will move to a new home
when it is completed.

Thanks...

Chuck



Reply With Quote
  #2  
Old   
Daniel Ruscoe
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 12:03 PM






In article <PqJzb.3825$Oe5.433 (AT) newsread2 (DOT) news.atl.earthlink.net>, Chuck
says...
Quote:
Let me try this again since my original post just happened to disappear...
Nah, it'll be archived forever.

Quote:
Could I please get some *constructive* criticism on a website?

It's temporarily located at http://www.geocities.com/my1964bug/
At 800x600 your buttons don't fit the screen, causing the far right
"Email" button to drop down below the others.

The site here gives an impression of an amature nursery run by 3 girls
on work-experience. The original site, linked at the bottom of your
page, seems a lot more professional.

http://www.kidsrkids.com/

With some fine tuning, and better graphics, the first site would be
excellent to use.

In an earlier post you mention you have years of handcoding HTML
experience. As Brucie correctly stated, your markup does not suggest
this.

- Daniel


Reply With Quote
  #3  
Old   
Chuck
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 12:16 PM




"Daniel Ruscoe" <contact (AT) website (DOT) plz> wrote


Thanks for your input. I appreciate it.


Quote:
In an earlier post you mention you have years of handcoding HTML
experience. As Brucie correctly stated, your markup does not suggest
this.

- Daniel


Yes, I have been playing with HTML for about 4 or 5 years.

As I told "Brucie", I am not an expert by any means!

Brucie just sounds like an arrogant jerk to me, but maybe I am wrong. I will
give him the benefit of the doubt and figure he just woke up on the wrong
side of the bed this morning or got a speeding ticket on the way to work....

I know the very basics of HTML and not anything more. I know absolutely
nothing about CSS, XHTML, etc, but I do want to learn. I don't know what
the difference is between </br> and <br>. The editor that I am trying
automatically places </br> instead of <br> so I figured that was the proper
way. Guess not.

That's why I'm here, to learn, not get insulted.

That is the reason that I have finally decided to try using an HTML editor
and see how that works over writing it in notepad.

Another reason that I have come here looking for constructive criticism, not
to have someone try to insult me and tell me how I can't do anything right.

If I can't do it right, help me! that's why I'm here!




Reply With Quote
  #4  
Old   
jake
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 01:01 PM



In message <PqJzb.3825$Oe5.433 (AT) newsread2 (DOT) news.atl.earthlink.net>, Chuck
<nospam (AT) here (DOT) com> writes
Quote:
Let me try this again since my original post just happened to disappear...

Could I please get some *constructive* criticism on a website?

It's temporarily located at http://www.geocities.com/my1964bug/

Yes, I realize that Geocities sucks, but the site will move to a new home
when it is completed.

Thanks...

Chuck


......... as we've switched threads:


(1) You might want to consider leaving the word 'button' off of the menu
images' alternative text. The alternative text will get accessed by
non-graphical and non-visual browsers/readers and it will be obvious
that they are links.

(2) You've got a number of headings that aren't really headings i.e. the
address/phone number. There's really only one: the image at the top of
the page.

If you've used <H1><H2> just to adjust the size of the text, then you
shouldn't. Remove the <Hn> tags and use CSS to restyle the text (or use
<FONT> if you really have to). People here will tell you how to if you
ask ...

(3) Place the word 'Phone' before the phone number as an aid to
non-visual browser users.

regards.
--
Jake


Reply With Quote
  #5  
Old   
Chuck
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 01:16 PM




"jake" <jake (AT) gododdin (DOT) demon.co.uk> wrote


Quote:
(2) You've got a number of headings that aren't really headings i.e. the
address/phone number. There's really only one: the image at the top of
the page.
Thanks again Jake...
I have already taken care of that...

Quote:
If you've used <H1><H2> just to adjust the size of the text, then you
shouldn't. Remove the <Hn> tags and use CSS to restyle the text (or use
FONT> if you really have to). People here will tell you how to if you
ask ...
As far as asking, I already have. I asked for some webpages that will help
teach someone with no knowledge at all of CSS. Havent had any replies yet...
I would like to learn and use CSS...





Reply With Quote
  #6  
Old   
Daniel Ruscoe
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 01:36 PM



In article <e_Jzb.3630$Qd6.1815 (AT) newsread1 (DOT) news.atl.earthlink.net>, Chuck
says...

Quote:
"Daniel Ruscoe" <contact (AT) website (DOT) plz> wrote in message
news:MPG.1a3979e69181cacf989762 (AT) news (DOT) btopenworld.com...

Thanks for your input. I appreciate it.
No problem. That's what this place is for.

Quote:
Brucie just sounds like an arrogant jerk to me, but maybe I am wrong.
Brucie is a long-time contributor to a few web authoring groups and is
well respected, despite his... well, we'll call them hobbies. I think
the FBI has official terms for them.

Quote:
I know the very basics of HTML and not anything more. I know absolutely
nothing about CSS, XHTML, etc, but I do want to learn.
CSS is a good idea to get started on. I use it on all my sites.

http://hotwired.lycos.com/webmonkey/...lesheet_guide/

Quote:
I don't know what the difference is between </br> and <br>.
<br> a HTML tag, while <br/> is an XHTML tag.

XHTML specs state all tags that are opened have to be closed. This isn't
a problem with <p> some text </p> but <br> isn't followed by a closing
tag and needs to be closed within itself.

Quote:
The editor that I am trying automatically places </br> instead of <br
so I figured that was the proper way. Guess not.
If you're writing XHTML and have specified the correct Document Type in
your headers, then it's fine.

http://www.webpageworkshop.co.uk/main/xhtml_index

Quote:
That's why I'm here, to learn, not get insulted.
This is Usenet, you've gotta take everything with a pinch of salt.

Quote:
That is the reason that I have finally decided to try using an HTML editor
and see how that works over writing it in notepad.
I still use notepad for everything. I keep various bits of saved code I
just copy and paste as needed.

Quote:
Another reason that I have come here looking for constructive criticism, not
to have someone try to insult me and tell me how I can't do anything right.
Again, welcome to Usenet. You shouldn't take anything personally.

This group, as well as alt.html and alt.www.webmaster are all great
resources for help and advice, but your site is likely to be judged in a
professional light no matter what its nature.

Any rate, good luck with it. If you stick at it you'll get somewhere.

- Daniel


Reply With Quote
  #7  
Old   
Colin
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 02:26 PM



On Thu, 04 Dec 2003 16:39:11 GMT, Chuck wrote:

Quote:
Let me try this again since my original post just happened to disappear...

Could I please get some *constructive* criticism on a website?

It's temporarily located at http://www.geocities.com/my1964bug/

Yes, I realize that Geocities sucks, but the site will move to a new home
when it is completed.

Thanks...

Chuck
Maybe someone will now hijack this thread just like you do.

--
"It's not the money I love, it's the not having it I hate."

Colin


Reply With Quote
  #8  
Old   
Chuck
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 04:29 PM




"Toby A Inkster" <UseTheAddressInMySig (AT) deadspam (DOT) com> wrote

Quote:
Also, another piece of info: KRK looks a bit like KKK. Try lower-case
instead!

--
Toby A Inkster BSc (Hons) ARCS

Hey Toby...

Thanks for the assistance!

As far as K R K goes, I realized that, but that isn't the actual address, so
I used caps to remind me to change it.




Reply With Quote
  #9  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 06:20 PM



Sometime around Thu, 4 Dec 2003 18:36:54 +0000 (UTC), Daniel Ruscoe is
reported to have stated:
Quote:
Brucie is a long-time contributor to a few web authoring groups and is
well respected, despite his... well, we'll call them hobbies. I think
the FBI has official terms for them.

The FBI has no jurisdiction over here...

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #10  
Old   
m
 
Posts: n/a

Default Re: Constructive Criticism Wanted - 12-04-2003 , 06:32 PM



On Thu, 04 Dec 2003 16:39:11 +0000, Chuck wrote:

Quote:
Could I please get some *constructive* criticism on a website?
<ot>
Everyone requests "constructive" criticism.
When, oh when, will someone request "deconstructive" criticism?
</ot>

Cheers,
Jaques Dirreda, deceased
Paul de Mann, deceased
--
(m)




Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.