Welcome to the eBizInsider eCommerce Forums! -- Everything You Need for eCommerce.

If this is your first visit, be sure to check out the FAQ. Users must Register before posting. Our forum is open to the public.

Username: Password:
Not Registered? Remember me ?
E-Commerce Forum - eBiz Insider Online Community » E-Commerce » Evaluate My Website » Opinions Welcome

Evaluate My Website Do you want to know what people think of your website? Here is the place to get opinions from other readers. Always be honest, but be kind.

Reply
Old 04-15-2008, 09:21 AM   #1 (permalink)
 
Status: Junior Member
Join Date: Apr 2008
Posts: 4
 aragon_202_ is a Junior Member



aragon_202_ is offline  
Default Opinions Welcome

Hi,
Recently the template of a small hosting company that i work for has been re-designed, and it would be nice to get some opinions on the site. Seeing as i have my own comments regarding the site although my partner (work) thinks otherwise

Url: JSHosts

Thanks in advanced
Aragon_202_

Last edited by aragon_202_; 04-15-2008 at 12:55 PM.


Reply With Quote
Old 04-15-2008, 12:00 PM   #2 (permalink)
 
candypam's Avatar
 
Status: Member
Join Date: Mar 2008
Location: Altoona, PA
Posts: 95
 candypam is a Junior Member



candypam is offline  
Default

Who turned off the lights??? Hi, I’m no techie, but as soon as it loaded I sat waiting for something else to happen. The landing page gave me the feel it didn’t load up the whole way. Matter a fact I hit refresh 2 times. My feelings are too dark, plus I tried to click on some links that are in the blue and they wouldn’t click through.
I hit refresh again and still would not work. All I see is dark areas with some highlighted blue areas that I can’t click through.
I think you need to turn on the lights so your customers know you are open ;o)


Reply With Quote
Old 04-16-2008, 01:56 PM   #3 (permalink)
 
Status: Junior Member
Join Date: Apr 2008
Posts: 4
 aragon_202_ is a Junior Member



aragon_202_ is offline  
Question

very odd, the design is fully XHTML and CSS valid. I havent seen any problems with it in multiple browsers thus far, a screen shot would be nice if possible and possibly the browser / version you used .


Reply With Quote
Old 04-16-2008, 02:33 PM   #4 (permalink)
 
pixel's Avatar
 
Status: Member
Join Date: Feb 2008
Location: Scranton, Pennsylvania
Posts: 75
 pixel is a Junior Member



pixel is offline  
Default

Quote:
Originally Posted by aragon_202_ View Post
Hi,
Recently the template of a small hosting company that i work for has been re-designed, and it would be nice to get some opinions on the site. Seeing as i have my own comments regarding the site although my partner (work) thinks otherwise

Url: JSHosts

Thanks in advanced
Aragon_202_
I just checked the site in both IE7 and Firefox, the design is nice, dark but not too dark. I don't think I'm seeing what Pam is seeing. The homepage content is very text heavy, but most of it is necessary information. I like that you have the testimonials from live sites, that definitely boosts customer confidence.


I was confused at first because it appeared that you had two headers, but the second one was actually the intel, cpanel, and fantastico images. In my opinion, you don't really need those images on the top of every page. If you really wanted it those images on every page, put it on the side or bottom of the page.

Your client area and main website are different designs, but that may be on purpose

Hope this helps...
__________________
Sarah J.


Reply With Quote
Old 04-16-2008, 03:12 PM   #5 (permalink)
 
candypam's Avatar
 
Status: Member
Join Date: Mar 2008
Location: Altoona, PA
Posts: 95
 candypam is a Junior Member



candypam is offline  
Default

Boy I must be seeing something different that all of you. Check out the sceen shot below.. I see the same thing today as I did yesterday?


Reply With Quote
Old 04-16-2008, 03:41 PM   #6 (permalink)
 
pixel's Avatar
 
Status: Member
Join Date: Feb 2008
Location: Scranton, Pennsylvania
Posts: 75
 pixel is a Junior Member



pixel is offline  
Default

That looks like ie6 pam, am I correct?

If that's the case, then your background is not coming through in ie6. I've seen that happen a few times. Here's a fix:

in your CSS, apply a float to the container that has that background style (it appears to be div#main). That may in turn affect your layout, but that float should let your background show. It's a dumb ie6 bug. Also, IE doesn't like min-height styles, and height: auto doesn't seem to be working for you in ie6.

Hope this helps
__________________
Sarah J.


Reply With Quote
Old 04-16-2008, 03:53 PM   #7 (permalink)
 
Status: Super Moderator
Join Date: Feb 2008
Posts: 122
 sunil.lukose is a Junior Member



sunil.lukose is offline  
Default

What I seriously do not get is why use images when the background is one static color, the area that Pam is not seeing can be easily solved by using background color and even if you are using image as a background you can easily use the following style to fix it. It's always good to have fall back color for background images incase image doesn't load.

#main{background: #E4E4E4 url(images/main_18.gif) repeat;}
__________________
Sunil Lukose
Solid Cactus - Manager, Product Development


Reply With Quote
Old 04-16-2008, 05:23 PM   #8 (permalink)
 
candypam's Avatar
 
Status: Member
Join Date: Mar 2008
Location: Altoona, PA
Posts: 95
 candypam is a Junior Member



candypam is offline  
Default

Yes that is a shot of his landing page using IE6 ..the links do not work either. I just checked it on another computer here in the building using firefox and it ilooks different... Whew.. glad it just wasn't me ha ha


Reply With Quote
Old 04-18-2008, 02:32 PM   #9 (permalink)
 
Status: Junior Member
Join Date: Apr 2008
Posts: 4
 aragon_202_ is a Junior Member



aragon_202_ is offline  
Default

Pam, i have seen that before although at the time i considered it a limitation to just the computer used as it was setup with spesific image restrictions and so forth for testing but thanks for the clarification.

Good suggestion for the background colour instead of an image and i'll look into that. Think its about time to attack to CSS and change it a bit.

thanks guys / gals


Reply With Quote
Old 06-05-2008, 08:17 PM   #10 (permalink)
 
Status: Solid Cactus Team Member
Join Date: Mar 2008
Location: Berwick
Posts: 15
 gsisco is a Junior Member

Send a message via Yahoo to gsisco


gsisco is offline  
Default

The site looks really clean and nice to me, however:

You said your site is "XHTML and CSS valid". That may be, but there's no doctype, so it won't validate. It doesn't matter how well you write the code if it's not going to be rendered according to the rules you're following.

You can check your site here:
The W3C Markup Validation Service

Visually, it's very nice. I would personally change the footer links to they only have underlines on :hover or not, but not both. IMO, links should look like links. Yes, they have the traditional blue link color, but my preference would be to make them look and act like links - set them apart as such. But again, just my opinion.

As far as the CSS, that totally validates as CSS 2.1. There's not a whole lot there, but I would take anything you have inline and separate it out to an external file. Why make the search engines read through that?

Good luck with your site! I hope you've resolved any IE6 issues, at least until we can all say goodbye to that difficult browser!
__________________
George A Sisco III

Solid Cactus - Web Developer, SPG


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


All times are GMT -4. The time now is 06:16 AM.

Copyright Solid Cactus Inc. 2008
no