We're live!!!

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
JimCrisp
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Oct 25, 2007 1:28 pm

We're live!!!

Post by JimCrisp » Thu Feb 28, 2008 7:00 am

Finally it's where we feel it can go....so we did!

http://WWW.Diamondandgoldoverstocks.com

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Thu Feb 28, 2008 8:06 am

Hello Jim,

Congratulations on the site launch. One very important suggestion, reduce the image sizes! Your home page is nearly 2mb in size.

http://www.diamondandgoldoverstocks.com/ (1960358 bytes)

Here's a helpful little tool. On a site like yours I'd try to keep the size below 200k to encourage shoppers to browse around and buy.

http://www.websiteoptimization.com/serv ... ze/wso.php

Thank you for choosing AbleCommerce!
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

JimCrisp
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Oct 25, 2007 1:28 pm

Post by JimCrisp » Thu Feb 28, 2008 8:22 am

Thanks for the input Mike.
I'll for sure look into that. As you know, this is non-stop adjusting/readjusting.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Thu Feb 28, 2008 8:25 am

Hello Jim,

Yes I totally understand. Good decision makers, make their decision quickly and change it slowly. Poor decision makers, make their decision slowly and change it rapidly.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Post by compunerdy » Thu Feb 28, 2008 8:45 am

Looks good.

Only thing I noticed off is the margin on the left is different than the one on the right.

JimCrisp
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Oct 25, 2007 1:28 pm

Post by JimCrisp » Thu Feb 28, 2008 8:54 am

Thanks.
Yeah, The one thing I was/am struggling with is getting it to size proportionately with the screen size. It wasn't adjusting the margin if I went from 1280 to 1024 for instance. So I'm at the moment doing it that way.
I'm a windows desktop guy for the most part, so learning all the css etc under fire!

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Thu Feb 28, 2008 4:06 pm

So is the blonde chick on the home page single??
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

JimCrisp
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Oct 25, 2007 1:28 pm

Post by JimCrisp » Fri Feb 29, 2008 6:27 am

I can arrange an introduction for say...a Diamond Necklace? :)

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Fri Feb 29, 2008 12:53 pm

CZ or real??
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

rdevarona
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 41
Joined: Tue Jan 15, 2008 7:24 am

Post by rdevarona » Tue Mar 04, 2008 6:28 am

Mike,

Thanks for the tool. I've been using something similar, but it's nice to see options.
Shopping Cart Admin wrote:On a site like yours I'd try to keep the size below 200k to encourage shoppers to browse around and buy.
I've gotten my site down in the 380K range I think getting to the 200K size is very difficult given AC7's footprint. The biggest hitters are usually the images which we can work with, but the second heaviest is javascript. The javascript portion alone is over 100K and the CSS for the (almost) default theme weighs over 93K. Any chance that the javascript can go on a diet?

Regards,

rdv

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Tue Mar 04, 2008 6:31 am

Hello Charles,

Are you using a fly out menu? That is just about the only thing that will generate that big of Javascript. I don't count the size of the CSS since it's cached by the browser on the first load.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Post by jmestep » Tue Mar 04, 2008 6:48 am

You can get the page to center in the browser by tweaking the body in the css file -the important thing is the margin. Starting clockwise, the 0's are for top and bottom of page and the auto is for left and right.
body
{ width:900px;
padding: 0 10px 0 10px;
margin: 0 auto 0 auto;
background:RGB(138,122,151);
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
bobr2k
Commander (CMDR)
Commander (CMDR)
Posts: 183
Joined: Fri Oct 26, 2007 2:31 pm
Location: Illinois

Post by bobr2k » Tue Mar 04, 2008 7:30 am

I think this is better (I can't remember where in the forum I found it). After struggling with centering for quite some time and playing with margins, I got a little smarter and found the right term or phrase to search for. This is what I use based on that "other" forum entry.

body
{
width:980px;
margin: 0 auto;
padding:0px;
}

(colors and images have been removed to simplify the post)

(actually it may be the same as what Judy has if I understood css better :oops: )
Bob R.
"Bills travel through the mail at twice the speed of checks." -- Steven Wright

Post Reply