Okay, so I bought Able Commerce 7 last week and have applied my design changes to it.
Here is a "MOCKUP" home page:
http://www.attachedtobaby.net
By mockup I mean I have it all working on my home computer, and just uploaded the rendered HTML, CSS, and images to a live site to test.
All links are disabled, as I've only uploaded the home page. I studied CSS all week to get everything to look the way I wanted.
My menu (in a different design) is here:
http://www.attachedtobaby.net/menu.htm
Any critiques, suggestions? I tested it on all browsers that I have here, I don't really care about very old browsers anymore. I did test it on Mac IE5.2, and aside from a few quirks, I think it would work on that too.
I'll get my "product page mockup page" up tonight.
Mockup Home page - critiques?
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
- satori
- Lieutenant (LT)
- Posts: 64
- Joined: Mon Jun 26, 2006 1:04 am
- Location: Colorado Rockies above Boulder
- Contact:
That is my choice. I have alot of 24" monitors surrounding me, but I just get to have two browsers up instead of one wide one.
My target market is mothers that probably don't have 24" or 30" monitors, and if they do, hopefully they have two windows up like I do.
I myself don't like dynamic width monitors, as it is hard to read one very long line of text and find the next line.
All this is personal likes and dislikes though of course!
Just validated it:
This Page Is Valid XHTML 1.0 Transitional!
My target market is mothers that probably don't have 24" or 30" monitors, and if they do, hopefully they have two windows up like I do.
I myself don't like dynamic width monitors, as it is hard to read one very long line of text and find the next line.
All this is personal likes and dislikes though of course!
Just validated it:
This Page Is Valid XHTML 1.0 Transitional!
Wow.
Can you do my site too?
Can you do my site too?
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
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
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
I like the static width. I've got a 22' monitor and most sites that expand don't look good on it and it's too hard to read the long lines of text also.
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
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
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 23
- Joined: Wed Dec 05, 2007 1:25 pm
I agree about static width.
Fluid width design was all the rage for a while, but static just works better.
IMO, it is better to design in static width because you eliminate variables & save yourself a lot of time on cross browser compatibility issues (getting CSS block elements to float correctly on IE, Mozilla, Safari, Opera, etc. and have to account for IE's box model hack, and all the issues that come along with it is hardly worth the trouble).
Designing static width puts control in the designer's hands, and many of my favorite websites are static. As everyone else said, having a widescreen does't affect me much, because all I do is restore the window size, and then size it so it takes up a portion of my screeen and gives me other workable space.
The only delima I have with static width is, when will it be ok to switch to 1024 standard, as 800 is a bit constrictive. I have designed sites where I do a 800 and 1024 layout, and let javascript test screen resolution and apply the correct css, but that just opens up a bunch of problems. with content layout from page to page. That is really my only gripe about static width sites, I hate when someone designs a static width site at some super wide resolution so it goes off most standard indow sizes and forces you to use the side scroll bar. That sucks.
Static vs. Fluid is really a matter of preference, but I believe static should always be used when practical. It is like the tableless css vs. table layout. If you are doing a tableless css layout all in the name of standard compliance... I think it is a lot of headache for little benefit.
As far as tables do go, when designing from scratch, I use the hybrid approach - one simple table to declare header, left bar, center content, (right bar if applicable), and footer. Then design the rest of the site using only CSS as much as possible... Again, IMO, it just works...
Fluid width design was all the rage for a while, but static just works better.
IMO, it is better to design in static width because you eliminate variables & save yourself a lot of time on cross browser compatibility issues (getting CSS block elements to float correctly on IE, Mozilla, Safari, Opera, etc. and have to account for IE's box model hack, and all the issues that come along with it is hardly worth the trouble).
Designing static width puts control in the designer's hands, and many of my favorite websites are static. As everyone else said, having a widescreen does't affect me much, because all I do is restore the window size, and then size it so it takes up a portion of my screeen and gives me other workable space.
The only delima I have with static width is, when will it be ok to switch to 1024 standard, as 800 is a bit constrictive. I have designed sites where I do a 800 and 1024 layout, and let javascript test screen resolution and apply the correct css, but that just opens up a bunch of problems. with content layout from page to page. That is really my only gripe about static width sites, I hate when someone designs a static width site at some super wide resolution so it goes off most standard indow sizes and forces you to use the side scroll bar. That sucks.
Static vs. Fluid is really a matter of preference, but I believe static should always be used when practical. It is like the tableless css vs. table layout. If you are doing a tableless css layout all in the name of standard compliance... I think it is a lot of headache for little benefit.
As far as tables do go, when designing from scratch, I use the hybrid approach - one simple table to declare header, left bar, center content, (right bar if applicable), and footer. Then design the rest of the site using only CSS as much as possible... Again, IMO, it just works...