navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Please take a look

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Site Critiques >> Please take a look
Page: [1]
 
wisnuclear

 

Posts: 92
From: toledo, ohio, usa
Status: offline

 
Please take a look - 7/13/2001 20:34:00   
I have been working on this site for some time how. The client likes movement and so I am using java apps and script. She has an older Mac and some of the stuff does not work for her. I want to make sure that MOST viewers are seeing the results.
www.simplisue.com
If nothing else you'll get a kick out of the content.
Thanks
Dave
SuperConductor

 

Posts: 155
From: Texas USA
Status: offline

 
RE: Please take a look - 7/13/2001 23:01:00   
Cute site.

The only things that I could find would be:
1) Make the font consistent from page to page. (i.e. The Home Page font is different from the Art page font.)
2) Reduce the amount of space that the header on the Home Page takes up so that it can be displayed consistently from page to page.

Other than that, everything seemed to be working fine in I.E. 4.0.

Nice job.

Superconductor

{If hindsight were foresight...I'd be a friggin' genius.}


(in reply to wisnuclear)
godshall2

 

Posts: 370
From: Telford PA USA
Status: offline

 
RE: Please take a look - 7/14/2001 20:07:00   
Looks Good,

I would probably put a print button on the contact page. You'd be amazed how many surfers dont realize they can print from their toolbar. Just put the code below where you want the print button to be.


<SCRIPT Language="Javascript">

/*
This script is written by Eric (Webcrawl@usa.net)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

function printit(){
if (window.print) {
window.print() ;
} else {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
</script>
<SCRIPT Language="Javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write('<form><input type=button value="Print this Page" name="Print" onClick="printit()"></form>');
}
</script

Troy | www.aplustemplates.com


(in reply to wisnuclear)
wisnuclear

 

Posts: 92
From: toledo, ohio, usa
Status: offline

 
RE: Please take a look - 7/14/2001 14:20:00   
Thanks to all. So very helpful.
Dave

(in reply to wisnuclear)
Page:   [1]

All Forums >> Web Design >> Site Critiques >> Please take a look
Page: [1]
Jump to: 1





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