The W3C Validator found 35 errors in your coding ... you can click
here to see them ... Please note that these are on the home page alone ... So please check all the other pages aswell ...
Then you could disable the button of the page that a user is on and make it another colour, for example, if a user is on the "home" page, make the "home" link unclickable and in another colour (or rollover state), this way users won't redirect to the page that they are already on, and they'll more easily know where they are on the site ...
Then also I found this ...
One little trick to work around the "Click to Activate and Use This Control" problem
(due to a plugin issue with microsoft)
Your embed code is:
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/s wflash.cab#version=8,0,0,0"
id="mars" align="middle" height="130" width="130">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="mars.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="mars.swf" quality="high" bgcolor="#ffffff"
name="mars" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
align="center" height="130" width="130">
</object>
- <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
- codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/s wflash.cab#version=8,0,0,0"
- id="mars" align="middle" height="130" width="130">
- <param name="allowScriptAccess" value="sameDomain">
- <param name="movie" value="mars.swf">
- <param name="quality" value="high">
- <param name="bgcolor" value="#ffffff">
- <embed src="mars.swf" quality="high" bgcolor="#ffffff"
- name="mars" allowscriptaccess="sameDomain"
- type="application/x-shockwave-flash"
- pluginspage="http://www.macromedia.com/go/getflashplayer"
- align="center" height="130" width="130">
- </object>
If you ceate a myprintln.js file that simply says:
// myprintln.js
function myprintln(s) { document.writeln(s); }
- // myprintln.js
- function myprintln(s) { document.writeln(s); }
and put this in the head of your file:
...yada yada yada...
<script src="myprintln.js"></script>
</head>
- ...yada yada yada...
- <script src="myprintln.js"></script>
- </head>
...and wrap your script like this:
<script>
myprintln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
myprintln('codebase="http://fpdownload.macromedia.com/pub/shockwave/c abs/flash/swflash.cab#version=8,0,0,0"');
myprintln('id="mars" align="middle" height="130" width="130">');
myprintln('<param name="allowScriptAccess" value="sameDomain">');
myprintln('<param name="movie" value="mars.swf">');
myprintln('<param name="quality" value="high">');
myprintln('<param name="bgcolor" value="#ffffff">');
myprintln('<embed src="mars.swf" quality="high" bgcolor="#ffffff"');
myprintln('name="mars" allowscriptaccess="sameDomain"');
myprintln('type="application/x-shockwave-flash"');
myprintln('pluginspage="http://www.macromedia.com/go/getflashplayer"' );
myprintln('align="center" height="130" width="130">');
myprintln('</object>');
</script>
- <script>
- myprintln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
- myprintln('codebase="http://fpdownload.macromedia.com/pub/shockwave/c abs/flash/swflash.cab#version=8,0,0,0"');
- myprintln('id="mars" align="middle" height="130" width="130">');
- myprintln('<param name="allowScriptAccess" value="sameDomain">');
- myprintln('<param name="movie" value="mars.swf">');
- myprintln('<param name="quality" value="high">');
- myprintln('<param name="bgcolor" value="#ffffff">');
- myprintln('<embed src="mars.swf" quality="high" bgcolor="#ffffff"');
- myprintln('name="mars" allowscriptaccess="sameDomain"');
- myprintln('type="application/x-shockwave-flash"');
- myprintln('pluginspage="http://www.macromedia.com/go/getflashplayer"' );
- myprintln('align="center" height="130" width="130">');
- myprintln('</object>');
- </script>
...it will work around that problem
I think the links in the top right hand side corner can have some rollovers too, just an underline or something ... that would be cool IMO ...
In the "bestsellers" list you've got all these nice descriptions there, and then the bottom two are "01" and "02" ... have a look at that ... If they were placeholders at first, just change them to something more relevant, even if you have to lie a bit for the time being ...
In the introductory paragraph you have the following ... "please check back often." ... I think it would read better as: "please check back regularly."
The "User Gallery" page seems a bit broken to me ... the table which reads "October 2007" goes underneath the menu on the right hand side ... and it goes out of the screen, but no scrollbars are available ... I'm using IE6 now (my work's firewall blocks any other browsers ...) ... Okay I just saw when I 'un-maximized (restored)' the page the problem was fixed and then when I maximized it again, the problem was still gone ... hmmm ... it may be this computer ... just have a look ... (Resolution 1280x1024) ...
That's about it from me ... Further than that ... I like it ...
Let's leave all our *plum* where it is and go live in the jungle ...