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 Reviews
Reload this Page Please review my site!

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

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-27-2005, 05:46 AM THREAD STARTER               #1 (permalink)
Senior Member
 
dc1pop's Avatar
Join Date: Dec 2004
Location: UK
Posts: 1,893
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
 



Please review my site!


Hi all!

Please could you review and let me know what you think of my site?

The site is IPBHosted.com

Go To IPBHosted.com

Thanks
dc1pop is offline  
Old 07-27-2005, 05:49 AM   #2 (permalink)
Account Suspended
 
LeetPCUser's Avatar
Join Date: May 2005
Location: Whitewater, WI
Posts: 3,710
LeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to behold
 


AIDS/HIV
It is good except for in firefox your disclaimer/footer at the bottom doesn't connect to the other part of your site. You should use css and create it all in one content pane...
LeetPCUser is offline  
Old 07-27-2005, 05:56 AM THREAD STARTER               #3 (permalink)
Senior Member
 
dc1pop's Avatar
Join Date: Dec 2004
Location: UK
Posts: 1,893
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
 



Originally Posted by TheComputerGeek247
It is good except for in firefox your disclaimer/footer at the bottom doesn't connect to the other part of your site. You should use css and create it all in one content pane...
hmm you sure as it looks fine in my firefox
????: NamePros.com http://www.namepros.com/web-design-reviews/110268-please-review-my-site.html

Thanks for your review
dc1pop is offline  
Old 07-27-2005, 06:06 AM   #4 (permalink)
Account Suspended
 
LeetPCUser's Avatar
Join Date: May 2005
Location: Whitewater, WI
Posts: 3,710
LeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to beholdLeetPCUser is a splendid one to behold
 


AIDS/HIV
In firefox over here that white part does not line up.
LeetPCUser is offline  
Old 07-27-2005, 07:30 AM   #5 (permalink)
Hari ng Sablay
Join Date: Jun 2005
Posts: 3,529
bentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond reputebentong has a reputation beyond repute
 


VA Tech Memorial Ethan Allen Fund AIDS/HIV Save a Life Protect Our Planet Protect Our Planet
same here, the footer doesn't connect..somewhat like blue -> grey -> white.

im using firefox
bentong is offline  
Old 07-27-2005, 08:56 AM   #6 (permalink)
Senior Member
Join Date: May 2005
Location: Ontario Canada
Posts: 3,088
unknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to beholdunknowngiver is a splendid one to behold
 


Diabetes
everything looks fine and professional to me :d
unknowngiver is offline  
Old 07-27-2005, 05:06 PM THREAD STARTER               #7 (permalink)
Senior Member
 
dc1pop's Avatar
Join Date: Dec 2004
Location: UK
Posts: 1,893
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
 



Thanks guys. I assume your on about the part in which ads are displayed

So it looks fine on my computer As in in UK maybe adsense ads for UK are different?
dc1pop is offline  
Old 07-27-2005, 05:27 PM   #8 (permalink)
NamePros Member
Join Date: Jul 2005
Location: Colorado
Posts: 27
Throwbacks is an unknown quantity at this point
 



Looks nice to me! I like how you are hosting forums!
Throwbacks is offline  
Old 07-27-2005, 05:35 PM   #9 (permalink)
NamePros Member
Join Date: Jun 2005
Location: New Zealand
Posts: 95
music_man is on a distinguished road
 



Hi

Your contact box has no information in it and the ipb hosted services has text but no links with them and the text-size for the box is pretty small.

The overall text size is quite small and that makes it a little hard to read. The title of the page does not change with what page you are on. The site seems to be in construction because the page: "free stuff" has a welcome image and no services listed.

The "home" link on the navigation is always bold. You could make it so whatever page they are on, the corresponding navigation link is bold and the link removed.

I am viewing this site using IE and the footer is in a white box at the bottom, separated from the rest of the content. It is best to code for IE (as it is 90% of the market). I suggest connecting it to the rest of your content.

Why are you not defining tag attributes in your style sheet?

Code:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="images/background.gif">
could be
Code:
BODY {background-image: url('images/background.gif');}
etc. Try to put as much styling into your CSS sheet as you can. That includes code such as
Code:
<td align="left" valign="top" bgcolor="#FFFFFF" style="border:1px solid #999EA2">
where you don't need a style attribute but a class attribute which gets it's instructions from the style sheet.
????: NamePros.com http://www.namepros.com/showthread.php?t=110268

You have no META description (or keywords) which can help you with search engines. I recommend you have a description for each page. You also don't have a doctype: http://validator.w3.org/check?uri=ht...bhosted.com%2F

Maybe the "terms & conditions" link on the homepage could link to the terms and conditions.

The adsense colour scheme could be blue or orange and not red.

If you have access to php on your server I suggest using includes and make a template so it is easier to edit parts of your site.
__________________
Self-service
My homepage
music_man is offline  
Old 07-27-2005, 10:01 PM   #10 (permalink)
Senior Member
Join Date: Apr 2005
Posts: 1,023
bhyraj is an unknown quantity at this point
 



nice looking. good layout.
bhyraj is offline  
Old 07-27-2005, 11:31 PM   #11 (permalink)
NamePros Member
 
samkool's Avatar
Join Date: Jul 2005
Location: Karachi, Pakistan
Posts: 101
samkool is an unknown quantity at this point
 



The site is good, the layout is excellent ... but the prob is that the footer is far away from the Ad area
__________________
:bingo:
samkool is offline  
Old 07-30-2005, 10:15 AM   #12 (permalink)
no one lives forever
 
StudioWorks's Avatar
Join Date: Apr 2004
Location: NamePros
Posts: 8,092
StudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to beholdStudioWorks is a splendid one to behold
 



Hey,

I like the clean look in your header but I do feel you have too much free space in your header.

SW
__________________
epagini.com mexicorealty.net softwarepit.com yadasoftware.com
StudioWorks is offline  
Old 07-30-2005, 12:46 PM   #13 (permalink)
Senior Member
 
ammo's Avatar
Join Date: Dec 2004
Location: Cornwall!
Posts: 2,251
ammo is a name known to allammo is a name known to allammo is a name known to allammo is a name known to allammo is a name known to allammo is a name known to allammo is a name known to allammo is a name known to all
 



I like your design its very nice!
ammo is offline  
Old 07-30-2005, 05:22 PM THREAD STARTER               #14 (permalink)
Senior Member
 
dc1pop's Avatar
Join Date: Dec 2004
Location: UK
Posts: 1,893
dc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to beholddc1pop is a splendid one to behold
 



Thanks guys. I know about meta tags and finsihing off my CSS but i wanted to get the main site up ASAP. I dont see what people problem are with the bottom of the forum as mine connects smoothly maybe its down to google ads. It may be best to remove this i think and use a 468x60 banner next to the logo opinions???
dc1pop is offline  
Old 07-30-2005, 10:19 PM   #15 (permalink)
NamePros Regular
 
mappaiyo's Avatar
Join Date: Jul 2005
Location: No Man's Land
Posts: 241
mappaiyo is an unknown quantity at this point
 



You missed one feature, domain manager .
But it's fast and the design looks no problem for me.
Will refer my friends to go there later
__________________
TMJ
mappaiyo is offline  
Old 08-01-2005, 02:50 PM   #16 (permalink)
NamePros Regular
 
monaco's Avatar
Join Date: Jul 2005
Location: Tucson, AZ
Posts: 689
monaco will become famous soon enough
 



looks good. i don't see what ppl are whining about wiht things not lining up...it looks fine to me.
__________________
My Website | My Blog
monaco is offline  
Closed Thread


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Good Article: An SEO Checklist Ferman Search Engines 2 05-28-2005 11:51 AM
[Trading] Banner Impressions on my site for links to my site Tom For Sale / Advertising Board 0 03-14-2004 02:33 PM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 04:42 AM.

Managed Web Hosting by Liquid Web
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