|
| |
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
Site Redesign - 8/30/2008 16:21:38
I'm re-doing a site and would appreciate any and all comments: http://www.atrainerontheroad.com/test.htm That's the test page and pretty much any of the links on that page will take you to the old version so please ignore those unless you want to compare to the old (crappy) version. Thanks much.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
treetopsranch
Posts: 1141 From: Cottage Grove, OR, USA Status: offline
|
RE: Site Redesign - 8/30/2008 16:27:01
Looks pretty good. Getting 5 inches of horizontal scrolling on my 800 res monitor.
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
|
|
Larry M.
Posts: 2834 Joined: 2/20/2003 From: Greenville, South Carolina, USA Status: offline
|
RE: Site Redesign - 8/30/2008 16:40:00
Roger, Re-do sets-up well; information develops and displays very effectively left to right (instead of vertical) formatting, plenty of white space and judicious use of graphics. Loads fast. White space at the bottom below text should be elimated. Like Don, I'm getting left to right scrolling but we've discussed this before. At 1024x768 it's barely noticeable because of padding.
_____________________________
Larry M. Reality is the leading cause of stress among those few in touch with it
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Site Redesign - 8/30/2008 16:40:16
quote:
Getting 5 inches of horizontal scrolling on my 800 res monitor. Thanks for that input. I checked it resizing the browser but could you do me a favor and confirm this for me? You should be able to see all of the first 2 columns and all of the menu without horiz scrolling; can you? Thanks.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
treetopsranch
Posts: 1141 From: Cottage Grove, OR, USA Status: offline
|
RE: Site Redesign - 8/31/2008 8:57:44
quote:
You should be able to see all of the first 2 columns and all of the menu without horiz scrolling; can you? Yes
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: Site Redesign - 8/31/2008 13:41:52
quote:
Yes Thanks much.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
Tailslide
Posts: 6265 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Site Redesign - 8/31/2008 14:03:20
This is probably a daft question but, on the efficiency front, why do all the list items have a class set? Wouldn't it be less work and less code just to refer to them from the id or class of the UL (if you see what I mean) and/or if there's an exception class in there somewhere, add it in via an if/else rule with PHP or whatever. Edit: The opera problem is caused by helpme2.js
< Message edited by Tailslide -- 8/31/2008 14:10:53 >
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
Tailslide
Posts: 6265 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: Site Redesign - 9/1/2008 2:53:44
Opera rarely chucks up problems but it's innovative and I would definitely download it. This is the line in the script that's physically causing the alert: function GetXmlHttpObject(handler)
{
var objXmlHttp=null
if (navigator.userAgent.indexOf("Opera")>=0)
{
alert("Opera not supported...")
return;
} Apparently older versions of Opera didn't support the XMLHttpRequest Object (which is why they've added this bit of the script) BUT since 7.6 - it does! So, pretty simple solution - just remove the "IF" bit which chucks up that Opera alert - Opera users tend to update their browsers regularly.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|