Please take a look (Full Version)

All Forums >> [Web Design] >> Site Critiques



Message


wisnuclear -> 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 -> 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.}





godshall2 -> 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





wisnuclear -> RE: Please take a look (7/14/2001 14:20:00)

Thanks to all. So very helpful.
Dave




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875