NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion > Web Design Reviews
Reload this Page Site Critique Please

Web Design Reviews Showcase your designs and request reviews and feedback.

Advanced Search
7 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 05-10-2004, 07:15 AM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



Site Critique Please


I'm working on this site for a college project, I posted it a few months back and got some great feedback. It's more or less finished and I'm just looking for some thoughts and some ideas.

www.saintandrewsboysclub.com

Thanx
John
John Kennedy is offline  
Old 05-10-2004, 07:40 AM   #2 (permalink)
NamePros Member
Join Date: Mar 2004
Posts: 75
jtrageser is an unknown quantity at this point
 



It has a nice clean layout, is easy to navigate, and has nice colors. I give it two thumbs up.
__________________
www.usdishnetwork.com - Dish Network Satellite TV
jtrageser is offline  
Old 05-10-2004, 08:57 AM   #3 (permalink)
Senior Member
 
Mr. Websites's Avatar
Join Date: May 2004
Location: Toronto
Posts: 2,308
Mr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to beholdMr. Websites is a splendid one to behold
 



It's nice, I like it! Good work John...
Mr. Websites is offline  
Old 05-10-2004, 09:36 AM   #4 (permalink)
NamePros Regular
Join Date: Apr 2004
Location: Montreal
Posts: 632
CMachuca is a jewel in the roughCMachuca is a jewel in the roughCMachuca is a jewel in the rough
 



Real nice clean design.. I like it, keep it up!
__________________
Carlos
CMachuca is offline  
Old 05-10-2004, 07:20 PM   #5 (permalink)
NamePros Member
 
oblivious's Avatar
Join Date: Apr 2004
Posts: 181
oblivious is an unknown quantity at this point
 



Nice layout, my favorite color... its great!
oblivious is offline  
Old 05-11-2004, 01:58 AM THREAD STARTER               #6 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



Thanks a lot for the feedback, i'll print this out and add to my paperwork maybe it will swing my lecturers into giving me a merit
John Kennedy is offline  
Old 05-11-2004, 10:09 AM   #7 (permalink)
NamePros Regular
Join Date: Apr 2004
Location: NL
Posts: 808
Slewey is just really niceSlewey is just really niceSlewey is just really niceSlewey is just really nice
 



Quote:
Originally posted by jtrageser
It has a nice clean layout, is easy to navigate, and has nice colors. I give it two thumbs up.
same here
good work!
Slewey is offline  
Old 05-12-2004, 12:39 AM   #8 (permalink)
Account Closed
Join Date: May 2004
Location: usa
Posts: 103
pinkfluffybunny is an unknown quantity at this point
 



Like it - Kill the flash at the top -does nothing for you but slow it down - it's 26 secs at 56k


link to this if you can with (name it whatever or downloaddoc.asp) for your word download so they get the option to download (word docs can lock up some browsers)

<%
Response.Buffer = True
strFileName="constitutuion.doc"
strFilePath=server.mappath("/documents/"&strFilename)
set fso=createobject("scripting.filesystemobject")
set f=fso.getfile(strfilepath)
strFileSize = f.size
set f=nothing: set fso=nothing
Const adTypeBinary = 1
Response.Clear
????: NamePros.com http://www.namepros.com/web-design-reviews/30009-site-critique-please.html
Set objStream = Server.CreateObject("ADODB.Stream")
objStream.Open
objStream.Type = adTypeBinary
objStream.LoadFromFile strFilePath
strFileType = "doc" ' change to the correct content type for your file
Response.AddHeader "Content-Disposition", "attachment; filename=" & strFileName
Response.AddHeader "Content-Length", strFileSize
Response.Charset = "UTF-8"
Response.ContentType = strFileType
Response.BinaryWrite objStream.Read
Response.Flush
objStream.Close
Set objStream = Nothing
%>
pinkfluffybunny is offline  
Old 05-12-2004, 01:05 AM THREAD STARTER               #9 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



Thanks a lot, i'll implement that code as soon as I get a chance. I know about the flash banner and it is a problem but it's only their to fufill certain criteria of the college project. Once that is out of the way i'll get rid of it.
Last edited by John Kennedy; 05-12-2004 at 06:34 AM.
John Kennedy is offline  
Old 05-12-2004, 11:44 AM   #10 (permalink)
Account Closed
Join Date: May 2004
Location: usa
Posts: 103
pinkfluffybunny is an unknown quantity at this point
 



Great job though.

LOL flash is to the 2000's what animated gifs were in the 80's.
WOW you can mean we can make something move.
Hope they don't put halograms in newspapers next.
pinkfluffybunny is offline  
Old 05-12-2004, 11:56 AM   #11 (permalink)
New Member
Join Date: Mar 2004
Posts: 13
Qest is an unknown quantity at this point
 



The flash doesn't seem to do anything for me... Oh wait, it makes in fade in... yeah, thats a waiste of space.
Qest is offline  
Old 05-13-2004, 09:17 AM THREAD STARTER               #12 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



I've ditched the flash widget, if possible could pinkfluffybunny or anyone else tell me the loading time on 56k.

Oh and I can't do the Microsoft Word thing as my hosting doesn't support ASP. I've kept the code though for future reference, so thanks
John Kennedy is offline  
Old 05-13-2004, 05:32 PM   #13 (permalink)
Account Closed
Join Date: May 2004
Location: usa
Posts: 103
pinkfluffybunny is an unknown quantity at this point
 



Still "26 seconds" ?, it may be a combination of graphics and because there was an error in the html making the page call for a frame.

(check your other pages)

but if you want you can use this it's "6 seconds".

http://64.200.117.8/junk/a.htm

(Now, if there is a pause - it's your java date at the top) Remember - this is displaying the day and date of the the viewers computer, not the server.

If the graphics are down to low for you (look bad), then optimize the ones on your current page and take them down till you can just stand the look...lol

I replaced your map link with a jpeg. The dynamic link may change and if you have to go back to edit it's a pain.

I put a pop up script in your hyperlinks to give you control of you window size where you targeted a new window (links for your map, pdf, word, etc.) edit the '600','600','yes' - height width and scroll bar "yes", "no" for no scroll. (edit the map link to resize so you don't have a lot of white around it or better put it in a html page and put directions below it)

It looks like this in the code ( onclick="NewWindow(this.href,'name','600','600','y es');return false;" )

I also put a pop-up hyperlink below the pic also. (we won't want them to have to actually read to find a link.... lol )

Put a class in your hyperlinks to give your other links a roll-over, change the font, size, style whatever

Change the roll over color if you want - the "red" in style near the word "hover"
????: NamePros.com http://www.namepros.com/showthread.php?t=30009

good luck
Last edited by pinkfluffybunny; 05-13-2004 at 06:51 PM.
pinkfluffybunny is offline  
Old 05-13-2004, 06:40 PM   #14 (permalink)
Senior Member
 
killaklown's Avatar
Join Date: Oct 2003
Posts: 3,472
killaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to behold
 



its nice and simple/clean. those are just not my style. But it is nice!
killaklown is offline  
Old 05-14-2004, 04:49 AM THREAD STARTER               #15 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



Wow, thanks for all your help it's much appreciated, i'll look into implementing most of this stuff over the next couple of days. I'm not sure I want to reduce the images that much, as I think the site needs high quality graphics to stop it from looking to dull.

The frames thing is because I'm hosting this site on my own personal webspace and the .com is forwarded to my hosting. For some reason it uses frames?

Thanks a lot for all your help.
John Kennedy is offline  
Old 05-16-2004, 03:21 PM   #16 (permalink)
New Member
Join Date: May 2004
Location: Cincinnati, Ohio
Posts: 13
TheKuz is an unknown quantity at this point
 



I don't think anyone else noticed this, but there's two different background colors. If you click on "News" and "Sponsors", you have a greenish-blue background, while on the other pages you have a light blue color.

I definitely like the light blue color better. If this color change was intentional, you should make it more obvious because it just played with my eyes and confused me.

Nice layout and a great looking site other than that.
__________________
~Crystal~
TheKuz is offline  
Old 05-17-2004, 05:39 AM THREAD STARTER               #17 (permalink)
NamePros Member
Join Date: Mar 2004
Location: Greenock, Scotland
Posts: 26
John Kennedy is an unknown quantity at this point
 



Thanks a lot Crystal, I'm lucky I logged into this forum when I did. I was 5 minutes away from handing the finished project into my college lecturer.

I didn't notice it at all; the colours look exactly the same on my monitor. It must have happened with me just selecting the colour from the palletes in Dreamweaver.

I'll fix the website when I get home, thanks a lot.

Thanks to everyone else too for all their input, especially Pink Fluffy Bunny.
John Kennedy is offline  
Old 05-17-2004, 06:08 AM   #18 (permalink)
New Member
Join Date: May 2004
Location: Sydney
Posts: 6
geezdesign is an unknown quantity at this point
 



Yeah man, some nice clean work there.
Go the UK Massive even though i live in Australia now
__________________
Design it and they will come :)
geezdesign is offline  
Old 05-17-2004, 06:12 AM   #19 (permalink)
New Member
Join Date: May 2004
Location: Cincinnati, Ohio
Posts: 13
TheKuz is an unknown quantity at this point
 



Quote:
Originally posted by John Kennedy
Thanks a lot Crystal, I'm lucky I logged into this forum when I did. I was 5 minutes away from handing the finished project into my college lecturer.
????: NamePros.com http://www.namepros.com/showthread.php?t=30009

I didn't notice it at all; the colours look exactly the same on my monitor. It must have happened with me just selecting the colour from the palletes in Dreamweaver.
No problem, that's why I pointed it out. No one else seemed to notice it, but it was the first thing that caught my eye. Glad I could help.
__________________
~Crystal~
TheKuz is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 04:12 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger