[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Web Design Reviews

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


Closed Thread
 
LinkBack Thread Tools
Old 02-22-2008, 01:01 PM   #1 (permalink)
New Member
 
Join Date: Feb 2008
Posts: 8
0.00 NP$ (Donate)

onlyme1 is an unknown quantity at this point


Arrow my first site

The Story Chain - if anyone has the time a little review of this would be nice
onlyme1 is offline  
Old 02-24-2008, 03:21 AM   #2 (permalink)
NamePros Regular
 
Richard's Avatar
 
Join Date: Jan 2006
Posts: 561
10.20 NP$ (Donate)

Richard is a name known to allRichard is a name known to allRichard is a name known to allRichard is a name known to allRichard is a name known to allRichard is a name known to all

Save a Life Tsunami Relief AIDS/HIV Save a Life
Hi,

The pixel concept is pretty cool, haven't seen one of these for a very long time .

Visually, your font size should be increased as I have to strain my eyes to read anything.

You haven't added a doctype which tells the browser what version of (X)HTML your document is using so it can process your document correctly. The doctype is the very first thing you declare on your document and does not have a closing tag.

Secondly some of your values have quotation marks and some don't, it's best to be consistent throughout your (X)HTML document.

Code:
<IMG SRC="images/SITEBANMERGE1test_01.gif" WIDTH=800 HEIGHT=132 ALT="story chain banner">
change to

Code:
<IMG SRC="images/SITEBANMERGE1test_01.gif" WIDTH="800" HEIGHT="132" ALT="story chain banner">
In the future, I suggest staying away from iframes. The content within an iframe is not indexed as part of the URL by search engines because the iframe's content is located at a different URL (to my knowledge). This could have a negative effect on search engine optimization (SEO). Instead you could think about using PHP includes.

Lastly, if your looking to accommodate user's with 800 x 600 resolution and higher I suggest keeping your sites width at 750px, leaving room for the browser's vertical scroll bar. It's a nice figure as it can be easily divided into 2 and 3 for 2 and 3 column layouts. If your looking to support 1024 x 768 resolutions and higher, I suggest a site width of 960px.

Overall, a great attempt for your first site. Hope some of the above information can help you out. If you need further help feel free to send me a private message

Good luck!

Richard
__________________
"Failure is not the only punishment for laziness; there is also the success of others."

Last edited by Richard.; 02-24-2008 at 03:29 AM.
Richard is offline  
Closed Thread


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 05:26 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85