UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Services > Web Site Reviews

View Poll Results: Review new eUKhost design.
Fantastic !!! 4 17.39%
Good ! 8 34.78%
hmmmm 8 34.78%
3 13.04%
Voters: 23. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 27-07-2008, 20:35
flesso's Avatar
Premium Member
 
Join Date: Mar 2007
Location: 127.0.0.1
Posts: 1,556
Default

Looks good, although the footer links could do with a cleanup.
__________________
Regards,
Josh Hold

eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!

LDN GIGS - Gig Listings for London

Super Moderator

I'm only a forum gremlin (moderator), and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.

I don't bite, honest.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 27-07-2008, 22:48
Ben Ben is offline
Premium Member
 
Join Date: Jan 2007
Location: setcookie()
Posts: 1,605
Send a message via AIM to Ben Send a message via MSN to Ben Send a message via Yahoo to Ben
Default

Might want to check the comments.php page (testimonial page) - renders a little off in Firefox 3. Nonetheless - a great design! Would be good to get a forum design that matches the mainsite .
__________________
dynBB.com Blog PHP MySQL Webmaster Tutorials and Articles - blog.dynbb.com - find tutorials and Webmaster articles on PHP, MySQL CodeIgniter and more! also: dynBB forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 28-07-2008, 07:21
Premium Member
 
Join Date: May 2006
Location: Cambridgeshire
Posts: 444
Default

When viewing in 1024 x 768 I'm getting horizontal scrolling, occurring in both Firefox 3 and IE.

Also the links below the support contact panel on the left seem rather odd. Perhaps it's due to the grey box above having rounded corners at the top and non-rounded at the bottom. Maybe the above box either needs the bottom rounded or for the background to be extended down to cover those links.

I don't know if it helps however below is a link to a screen capture I took of one of the pages, whilst having 'Outline block level elements' on (via 'Web Developer' extension)...
http://stneotsfc.com/temp/www_eukhos...osting_php.jpg
__________________
If it ain't broke continue to fix it until it is.
Some cheap plugs... ...St Neots Town F.C. :: IkonForums.com

Last edited by Eidolon; 28-07-2008 at 07:28.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 28-07-2008, 13:31
eUKhost.com's Avatar
Chief Marketing Officer
 
Join Date: Sep 2005
Posts: 4,997
Send a message via AIM to eUKhost.com Send a message via MSN to eUKhost.com Send a message via Skype™ to eUKhost.com
Default

Quote:
Originally Posted by Eidolon View Post
When viewing in 1024 x 768 I'm getting horizontal scrolling, occurring in both Firefox 3 and IE.

Also the links below the support contact panel on the left seem rather odd. Perhaps it's due to the grey box above having rounded corners at the top and non-rounded at the bottom. Maybe the above box either needs the bottom rounded or for the background to be extended down to cover those links.

I don't know if it helps however below is a link to a screen capture I took of one of the pages, whilst having 'Outline block level elements' on (via 'Web Developer' extension)...
http://stneotsfc.com/temp/www_eukhos...osting_php.jpg
Hi Keith,

Both problems have been sorted now. please check and let me know if you have any other suggestions.
__________________
UK Web Hosting || Business Hosting || eUKhost Knowledgebase
Toll Free : 0808 262 0255 || MSN : mark @ eukhost.com || AIM : eukmark
A bunch of Sheep led by a Lion is better than a bunch of Lions led by a Sheep.
__________________________________________________

Great Opportunity :: Join our Affiliate Program for FREE and earn 20% commission on each referral.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 28-07-2008, 14:42
Premium Member
 
Join Date: May 2006
Location: Cambridgeshire
Posts: 444
Default

On the about page the footer is causing horizontal scrolling...
http://stneotsfc.com/temp/www_eukhos...osting_php.jpg

Looking at the CSS I'm slightly surprised that so much position:absolute's are being used, as I think in some instances this may be causing the problems. For instance...
Code:
.footer {
	position:absolute;
	width:995px;
	height:84px;
	z-index:2;
	left: 10px;
	top: 1468px;
}

Personally when dealing with columns I tend to use...
HTML Code:
<div class="clearfix">
  <div id="leftcol">
    LEFT BLAH
  </div>
  <div id="maincol">
   MAIN BLAH
  </div>
</div>
...with the clearfix CSS code being...
Code:
.clearfix {height: 1%;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size:1px;}
html > body .clearfix {min-height: 1px; height: auto;}
...using the above format in theory would also reduce the amount of CSS required, as the top & left references would no longer be required, in addition to position.
__________________
If it ain't broke continue to fix it until it is.
Some cheap plugs... ...St Neots Town F.C. :: IkonForums.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 14-11-2008, 17:27
Junior Member
 
Join Date: Oct 2008
Posts: 18
Default

It starts well, but after the banner with the lady on it goes downhill fast. There's too much spacing between elements and I don't find it very attention grabbing.

Its still an improvement on the existing one, though!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 14-11-2008, 17:29
Junior Member
 
Join Date: Oct 2008
Posts: 18
Default

Quote:
Originally Posted by ZekeBolton View Post
It starts well, but after the banner with the lady on it goes downhill fast. There's too much spacing between elements and I don't find it very attention grabbing.

Its still an improvement on the existing one, though!
Sorry, only saw the first ones. The newer ones are much better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


All times are GMT. The time now is 12:50.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles

Web Hosting
Web Hosting Service