HighDots Forums  

asp website critique please

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


Discuss asp website critique please in the Websites/HTML pages critique & reviews forum.



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

Default asp website critique please - 05-08-2004 , 01:10 PM






hi,

just finished my latest amble into asp. wondered what people thought...

www.whatsonthewebcam.com

thanks.




Reply With Quote
  #2  
Old   
Hywel
 
Posts: n/a

Default Re: asp website critique please - 05-08-2004 , 01:36 PM






In article <2g4ijnF485v8U1 (AT) uni-berlin (DOT) de>, billy p says...
Quote:
hi,

just finished my latest amble into asp. wondered what people thought...

www.whatsonthewebcam.com
The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.

--
Hywel I do not eat quiche
http://kibo.org.uk/
http://kibo.org.uk/mfaq.php


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

Default Re: asp website critique please - 05-09-2004 , 11:44 PM



Quote:
just finished my latest amble into asp. wondered what people thought...

www.whatsonthewebcam.com
"The page cannot be displayed" ?




Reply With Quote
  #4  
Old   
craig williams
 
Posts: n/a

Default Re: asp website critique please - 05-10-2004 , 09:29 AM



Quote:
The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.
oh i get it! irony 'cos of the wide variety of colours used on your site.


"Hywel" <hyweljenkins (AT) hotmail (DOT) com> wrote

Quote:
In article <2g4ijnF485v8U1 (AT) uni-berlin (DOT) de>, billy p says...
hi,

just finished my latest amble into asp. wondered what people thought...

www.whatsonthewebcam.com

The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.

--
Hywel I do not eat quiche
http://kibo.org.uk/
http://kibo.org.uk/mfaq.php



Reply With Quote
  #5  
Old   
craig williams
 
Posts: n/a

Default Re: asp website critique please - 05-10-2004 , 09:30 AM



hmm... not quite sure what happened - might've been updating it. could you
try again please.

thanks.


"Limelight" <bugbugger (AT) lycos (DOT) com> wrote

Quote:
just finished my latest amble into asp. wondered what people thought...

www.whatsonthewebcam.com

"The page cannot be displayed" ?





Reply With Quote
  #6  
Old   
Karl Groves
 
Posts: n/a

Default Re: asp website critique please - 05-10-2004 , 10:52 AM




"craig williams" <cwms (AT) hotmail (DOT) com> wrote

Quote:
"Hywel" <hyweljenkins (AT) hotmail (DOT) com> wrote in message
news:MPG.1b072adca8ba87f79896c0 (AT) news (DOT) individual.net...
In article <2g4ijnF485v8U1 (AT) uni-berlin (DOT) de>, billy p says...
hi,

just finished my latest amble into asp. wondered what people
thought...

www.whatsonthewebcam.com

The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.

oh i get it! irony 'cos of the wide variety of colours used on your site.
Dude, you're attempting to comment on Hywel's site?
Your site is a light gray box on a grey background that uses dark gray
background
oh wait, you changed the colors while I was posting this. Now its blue,
white, and green. And it still abuses tables for layout. But wait, not just
one table, but multiple tables, on something that would take me maybe 4
lines of CSS to replicate.

Since you're posting to alt.html.critique, let's take a look at some source:
1) No DTD
2) <body> contains a "text" color attribute, yet you've also got a CSS file
that you could have declared this on. Same goes for BGCOLOR
3) You've got your outer table aligned to center, yet it is already in a div
aligned to center also. What's wrong? Ya didn't know which one to use?
4) Table "height" is crap HTML and doesn't work. You might think so, but
you're an idiot who didn't declare a DTD.
5) More bogus code bloat by declaring BGCOLOR on the TRs

I could go on and on, but why bother. You're a clueless asshead. You should
be complimenting Hywel's site, but you're too stupid to even know why it is
good.

-Karl




Reply With Quote
  #7  
Old   
craig williams
 
Posts: n/a

Default Re: asp website critique please - 05-10-2004 , 11:26 AM



don't think i actually commented on the html of "Hywel's site" - did i? i
commented on the fact that his critique of the site was composed of "hardly
exciting, is it. Grey. Hmm." which does seem quite ironic when you look at
his site.

- clueless asshead

"Karl Groves" <karl (AT) NOSPAMkarlcore (DOT) com> wrote

Quote:
"craig williams" <cwms (AT) hotmail (DOT) com> wrote in message
news:2g9ee0F5333U1 (AT) uni-berlin (DOT) de...
"Hywel" <hyweljenkins (AT) hotmail (DOT) com> wrote in message
news:MPG.1b072adca8ba87f79896c0 (AT) news (DOT) individual.net...
In article <2g4ijnF485v8U1 (AT) uni-berlin (DOT) de>, billy p says...
hi,

just finished my latest amble into asp. wondered what people
thought...

www.whatsonthewebcam.com

The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.

oh i get it! irony 'cos of the wide variety of colours used on your
site.

Dude, you're attempting to comment on Hywel's site?
Your site is a light gray box on a grey background that uses dark gray
background
oh wait, you changed the colors while I was posting this. Now its blue,
white, and green. And it still abuses tables for layout. But wait, not
just
one table, but multiple tables, on something that would take me maybe 4
lines of CSS to replicate.

Since you're posting to alt.html.critique, let's take a look at some
source:
1) No DTD
2) <body> contains a "text" color attribute, yet you've also got a CSS
file
that you could have declared this on. Same goes for BGCOLOR
3) You've got your outer table aligned to center, yet it is already in a
div
aligned to center also. What's wrong? Ya didn't know which one to use?
4) Table "height" is crap HTML and doesn't work. You might think so, but
you're an idiot who didn't declare a DTD.
5) More bogus code bloat by declaring BGCOLOR on the TRs

I could go on and on, but why bother. You're a clueless asshead. You
should
be complimenting Hywel's site, but you're too stupid to even know why it
is
good.

-Karl





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

Default Re: asp website critique please - 05-10-2004 , 06:53 PM



Quote:
just finished my latest amble into asp. wondered what people
thought...

www.whatsonthewebcam.com

"The page cannot be displayed" ?

hmm... not quite sure what happened - might've been updating it. could you
try again please.
It works now... Main problem I have encountered with your site is that I
couldn't figure out where the navigation was as it looks like the rest of
the text. You need to create some differentiation there, perhaps underline
the links?




Reply With Quote
  #9  
Old   
Hywel
 
Posts: n/a

Default Re: asp website critique please - 05-11-2004 , 12:18 PM



In article <2g9ee0F5333U1 (AT) uni-berlin (DOT) de>, craig williams says...
Quote:
The fact that it's ASP should be irrelevant - we can't see that. The
site itself is hardly exciting, is it. Grey. Hmm.

oh i get it! irony 'cos of the wide variety of colours used on your site.
Fair point, but then again, I didn't ask for a critique. Besides, if
you want colour, click on the photos - most of them have full colour
versions to satiate even the most colour-hungry people.

--
Hywel I do not eat quiche
http://kibo.org.uk/
http://kibo.org.uk/mfaq.php


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.