I on the other hand don't like those floating letters again ... it bothers me ... and with that the text is un-selectable and is really bad for SEO ...
Here is the code to remove that IE6 thing "click to activate and use this control" ...
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
Then the W3C validator found 36 errors in your coding ... click
here to see them ... please note that these are on the "home" page alone ... and you should check the others yourself at
http://validator.w3.org ...
I think you should disable the link of the page that a user is on, for example if a user is on the "home" page, then disable the "home" link and make it another colour (or rollover state) ... this way, users don't redirect to the page that they are on, and they always know where they are ...
I think it'd also be cool if you added rollovers to the left hand side menu you've got there ...
Then in IE6 I cannot see the advertisement on the right hand side ... I can see the heading that says "Advertisement" but nothing beneath it ... And I get the "Done, but with errors on page" status at the bottom of my browser ...
The submit page doesn't check for errors properly ... I entered a website there with url="ff" and it didn't complain about it ... I think you should check for that otherwise you're going to get more junk data like that ... and in IE6 the submit button doesn't always work ...
I the ran a search of your site with the keyword being "dali" ... My result was a blank page ... What's up with that? I then ran another search with the word "tomatoes" ... I then got a new page with the following: "Search, <textbox>, Search button" ... I then typed in tomatoes in that textbox and hit the search button ... I got the same page again ... I have this slight idea that the search function doesn't work properly yet ...
I think on the contact page you should either make the email addresses links or make a contact form for users to send you an email ...
Let's leave all our *plum* where it is and go live in the jungle ...