[AccessD] Rocky's Version 4.x

Bob Gajewski rbgajewski at adelphia.net
Fri Jun 27 19:33:21 CDT 2008


Rocky

Looks better every time I check.

Still a couple of issues you might want to consider ...

1) Tabs .home, .about, .projects and .contacts all have about 1/4" space
above the banner, but .products and .gallery have about 1/2" space. When you
just click on the tabs, the pages "bounce" up and down.

2) The text link bar near the bottom of the .projects and .products pages is
nice; one can continue navigating without have to scroll back to the top.
Why isn't this on every page? Or at least a "Top of Page" link?

3) On the .contacts page, the fax number is below the box and in the black -
you can't even tell it's there unless you highlight the whole page.

4) On the .products page, I thought that the name of your flagship program
was "E-Z-MRP", not "E-ZMRP" (hyphen needed). Typo?

5) On the .projects and .products pages, the links are still opening in the
same browser window. If you don't set these to open in a new tab/window (<a
... Target="_blank">) and someone navigates away from your site, there is no
easy way to get back - you may have just lost a customer.

6) There is still an inconsistent feel on the pages. For example, the
.about, .projects, .products and .gallery all have your copyright info and
Karen's "designed by" nicely across the bottom, but on the .home and
.contacts pages, that information is crowded into the lower left-hand
corner.

Regardless, with or without any of these changes, it's still a nice site -
good job Karen!

Best regards,
Bob Gajewski

PS - Of course, I'll harp forever on the use of the JavaScript function for
sending email, to avoid spam bots. In case you misplaced it ...

In your .js file:

function sendMail(n2,d2,e2,s2,b2){
	if(s2 == '') s2 = ' ';
	var r2 = 'mailto:' + n2 + '@' + d2 + '.' + e2 + '?subject=' + s2 +
'&body=' + b2;
	document.location.href = r2;
	}

In your html:
	<a
href="javascript:sendMail('info','bchacc','com','Request%20for%20information
',' ');">Information</a>











More information about the AccessD mailing list