Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Review and Suggestions


You are currently viewing our Website Review and Suggestions as a guest. Please register to participate.
Login



Reply
www.eyecontactguide.com
Old 12-18-2006, 09:47 PM www.eyecontactguide.com
Skilled Talker

Posts: 85
Trades: 0
Hi All

Would very much appreciate a review of my site:

http://www.eyecontactguide.com/

It's a template so I didn't design it myself. I know a bit about html but not enough to design a website from scratch.
__________________
*
Please login or register to view this content. Registration is FREE

*
Please login or register to view this content. Registration is FREE
jenyfari is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-19-2006, 01:04 AM Re: www.eyecontactguide.com
Average Talker

Posts: 23
Name: harrison
Trades: 0
Sorry but it looks like a typical template. It's kinda boring not really appealing to buy anyhting or explore your site. You could use some creative buttons or something. If you want a real fully custom website that will attract customers because of uniqueness then you need a designer. I'm only $99 a page and I could get you the look you want without settling for someone else's look. I am also seeking reviews on my site http://www.raptureimage.com
tonne2244 is offline
Reply With Quote
View Public Profile
 
Old 12-19-2006, 09:00 PM Re: www.eyecontactguide.com
Deja's Avatar
Novice Talker

Posts: 9
Name: Deja
Trades: 0
Hi Jeny,

Do you think moving the images of the lenses "above the fold"...higher on the page might help?

When I first went there, it took me a few seconds to figure out what you were selling, even though it seems obvious from the cart and title. Then when I scrolled down, I was like "Ohhhh, okay!"

It might grab someone's attention immediately, without them having to scroll, if the images were higher?

Great job and nice, crisp template...opened fine in Opera, Firefox, and IE7.
Deja is offline
Reply With Quote
View Public Profile
 
Old 12-19-2006, 09:50 PM Re: www.eyecontactguide.com
Skilled Talker

Posts: 85
Trades: 0
This is the sort of stuff I love to hear. Thanks for the info on placing the images above the fold Deja. Will definitely do that.
__________________
*
Please login or register to view this content. Registration is FREE

*
Please login or register to view this content. Registration is FREE
jenyfari is offline
Reply With Quote
View Public Profile
 
Old 12-20-2006, 05:34 PM Re: www.eyecontactguide.com
Skilled Talker

Posts: 85
Trades: 0
Would love some more comments on my site!! The good, the bad, the ugly....
__________________
*
Please login or register to view this content. Registration is FREE

*
Please login or register to view this content. Registration is FREE
jenyfari is offline
Reply With Quote
View Public Profile
 
Old 12-20-2006, 06:11 PM Re: www.eyecontactguide.com
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
umm....
the design looks nice, the only thing that i noticed that you might want to change is: the "spyglass or magnifying glass" on the top right of the pages just links back to the page its on... it would be better if that linked to your search page
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 12-20-2006, 08:55 PM Re: www.eyecontactguide.com
yarrgh's Avatar
Skilled Talker

Posts: 82
Trades: 0
in my opinion the links and stuff to below the "Shop Now" text (all the stuff on the right) has wayyy too much white space. you don't need to doublespace links. also, the title "Types of contact lenses" is showing up with a break between 'Contact' and 'Lenses', and 'Lenses' is to the left of the line above it (i assume that this title is somehow indented?)


"TOP 5 Contact Lense Offers" Could have an image in there.
__________________
no sig.
yarrgh is offline
Reply With Quote
View Public Profile
 
Old 12-23-2006, 06:53 AM Re: www.eyecontactguide.com
Experienced Talker

Posts: 35
Trades: -1
The outside layout looks good. Padding / managing whats inside could use work. Figure out a way to separate information so its easier on the eye.
jordban is offline
Reply With Quote
View Public Profile
 
Old 12-23-2006, 12:00 PM Re: www.eyecontactguide.com
Average Talker

Posts: 15
Trades: 0
yeah, looks too much like a basic template. Just try making it origional and your own! Good luck with your site in the future
Nexua is offline
Reply With Quote
View Public Profile
 
Old 12-25-2006, 08:51 AM Re: www.eyecontactguide.com
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Pre-made templates are okay, provided you know what to do with them -- suggest you learn more about HTML and CSS in order to take care of the following issues:

Your site is missing a DOCTYPE Declaration which is mandatory for most current markup languages, and without one, it's impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.

You have 2 code errors and 71 code warnings you may wish to fix, so that your site validates for accessibility in all browsers, as shown here ...

Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 7 column 2 - Warning: <meta> attribute " /" lacks value
line 53 column 9 - Warning: missing <td>
line 54 column 6 - Warning: discarding unexpected <td>
line 53 column 9 - Warning: missing </form>
line 61 column 166 - Error: discarding unexpected </form>
line 256 column 11 - Warning: <style> isn't allowed in <p> elements
line 307 column 63 - Warning: unescaped & or unknown entity "&userID"
line 307 column 77 - Warning: unescaped & or unknown entity "&productID"
line 310 column 63 - Warning: unescaped & or unknown entity "&userID"
line 310 column 77 - Warning: unescaped & or unknown entity "&productID"
line 313 column 63 - Warning: unescaped & or unknown entity "&userID"
line 313 column 77 - Warning: unescaped & or unknown entity "&productID"
line 316 column 63 - Warning: unescaped & or unknown entity "&userID"
line 316 column 77 - Warning: unescaped & or unknown entity "&productID"
line 322 column 40 - Warning: replacing <p> by <br>
line 322 column 40 - Warning: inserting implicit <br>
line 423 column 25 - Warning: missing </font> before <table>
line 431 column 18 - Warning: <spacer> is not approved by W3C
line 432 column 6 - Warning: <spacer> is not approved by W3C
line 437 column 25 - Warning: inserting implicit <font>
line 437 column 57 - Warning: replacing <p> by <br>
line 437 column 57 - Warning: inserting implicit <br>
line 452 column 25 - Error: discarding unexpected </h4>
line 465 column 65 - Warning: missing </font> before <table>
line 465 column 46 - Warning: missing </span> before <table>
line 474 column 18 - Warning: <spacer> is not approved by W3C
line 475 column 6 - Warning: <spacer> is not approved by W3C
line 480 column 25 - Warning: inserting implicit <span>
line 480 column 25 - Warning: inserting implicit <font>
line 489 column 55 - Warning: replacing <p> by <br>
line 489 column 55 - Warning: inserting implicit <br>
line 553 column 65 - Warning: replacing unexpected span by </span>
line 553 column 46 - Warning: replacing unexpected font by </font>
line 10 column 1 - Warning: <style> inserting "type" attribute
line 46 column 1 - Warning: <body> proprietary attribute "leftmargin"
line 46 column 1 - Warning: <body> proprietary attribute "topmargin"
line 46 column 1 - Warning: <body> proprietary attribute "marginwidth"
line 46 column 1 - Warning: <body> proprietary attribute "marginheight"
line 53 column 9 - Warning: <form> lacks "action" attribute
line 61 column 21 - Warning: <input> proprietary attribute "width"
line 61 column 21 - Warning: <input> proprietary attribute "border"
line 61 column 21 - Warning: <input> proprietary attribute "height"
line 63 column 37 - Warning: <img> lacks "alt" attribute
line 64 column 37 - Warning: <img> lacks "alt" attribute
line 65 column 39 - Warning: <img> lacks "alt" attribute
line 78 column 39 - Warning: <img> lacks "alt" attribute
line 79 column 39 - Warning: <img> lacks "alt" attribute
line 80 column 39 - Warning: <img> lacks "alt" attribute
line 81 column 39 - Warning: <img> lacks "alt" attribute
line 89 column 11 - Warning: <table> proprietary attribute "height"
line 91 column 9 - Warning: <td> proprietary attribute "bordercolor"
line 105 column 1 - Warning: <img> lacks "alt" attribute
line 119 column 9 - Warning: <td> proprietary attribute "bordercolor"
line 136 column 234 - Warning: <a> proprietary attribute "ondragstart"
line 307 column 119 - Warning: <img> lacks "alt" attribute
line 310 column 119 - Warning: <img> lacks "alt" attribute
line 313 column 119 - Warning: <img> lacks "alt" attribute
line 316 column 119 - Warning: <img> lacks "alt" attribute
line 384 column 5 - Warning: <table> proprietary attribute "height"
line 589 column 7 - Warning: <img> lacks "alt" attribute
line 596 column 37 - Warning: <img> lacks "alt" attribute
line 599 column 15 - Warning: <img> lacks "alt" attribute
line 600 column 5 - Warning: <td> attribute "align" has invalid value "middle"
line 611 column 19 - Warning: <img> lacks "alt" attribute
line 619 column 23 - Warning: <img> proprietary attribute value "absmiddle"
line 619 column 23 - Warning: <img> lacks "alt" attribute
line 95 column 83 - Warning: trimming empty <font>
line 480 column 74 - Warning: trimming empty <font>
line 533 column 65 - Warning: trimming empty <font>
line 580 column 11 - Warning: trimming empty <p>
line 581 column 11 - Warning: trimming empty <p>
line 582 column 11 - Warning: trimming empty <p>
travelagent is offline
Reply With Quote
View Public Profile
 
Old 12-27-2006, 06:56 PM Re: www.eyecontactguide.com
Registered User

Posts: 13
Name: ben
Trades: 0
Clean color, good ad placement, good content, clean text


great overall ...

ps. "Types of Contact Lenses
" is not aligned to the left like the rest of the titles.
benplanet is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to www.eyecontactguide.com
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44330 seconds with 12 queries