• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

please give me honest feedback!

carlito

New Member
http://www.plot.org.au

Please be brutal. I know the red's a bit much - I'm still trying to figure out the colours better :(

Believe it or not it's completely CSS/webstandards compliant - but that doesn't necessarily mean it's well-designed :p

So yes please comment :)

EDIT : Also please let me know if it turns out wonky on your browser/resolution...
 
Yeah, those dotted lines are the big thing and they cut through the links above them. I thought it was a render error the first time I looked..

Goto browsershots and check out how it looks in different browsers also. Always good.
 
all of that javascript on the page is pointless, totally pointless ....

HTML:
<script language="javascript">
			function showImage( )
			{
				var rand = Math.floor( Math.random( ) * 58 + 1 );
				while( rand.length != 3 ) rand = '0' + rand ;
				document.write( '<img src="http://www.plot.org.au/img/random/'+rand+'.jpg" />' );
			} 
		</script>
 
i think it looks terrific

I understand his point. He is using IE :) In internet explorer it looks fine, the images aren't showing up but the layout is right.

On the other hand :) FireFox = NASTY

If you are going to use java and be compliant make sure to not go by what Microsoft says is right. It looks bad in firefox and Opera. I would recommend getting rid of the javascript and re-doing the frames. It is not viewable in any browser but IE at this point.

Good luck!
 
all of that javascript on the page is pointless, totally pointless ....

HTML:
<script language="javascript">
			function showImage( )
			{
				var rand = Math.floor( Math.random( ) * 58 + 1 );
				while( rand.length != 3 ) rand = '0' + rand ;
				document.write( '<img src="http://www.plot.org.au/img/random/'+rand+'.jpg" />' );
			} 
		</script>

How is it pointless? It's there to display a random image each time the page is refreshed. I don't get your point ..
 
I understand his point. He is using IE :) In internet explorer it looks fine, the images aren't showing up but the layout is right.

On the other hand :) FireFox = NASTY

If you are going to use java and be compliant make sure to not go by what Microsoft says is right. It looks bad in firefox and Opera. I would recommend getting rid of the javascript and re-doing the frames. It is not viewable in any browser but IE at this point.

Good luck!

I don't get what you're saying either .. I'm not using Java or frames - I'm using HTML/CSS with a bit of JavaScript ... :|
 
I don't get what you're saying either .. I'm not using Java or frames - I'm using HTML/CSS with a bit of JavaScript ... :|

Java as in JavaScript
Frames as in Tables

You made the site for Internet Explorer, and that shows, as in any other browser, it looks horrible, due to this, you are going to need to recode a lot of it.

Small tip: Never code for Internet Explorer, code for FireFox, as if you code for FireFox, there is a 90% chance it will work on all other browsers, but if you code for Internet Explorer, there is a 30% chance it will work on other browsers.
 
well its a good start, the logo would look better without those sticky outy lines.

i like the body of it, just sort out the navigation:)
 
Java as in JavaScript
Frames as in Tables

You made the site for Internet Explorer, and that shows, as in any other browser, it looks horrible, due to this, you are going to need to recode a lot of it.

Small tip: Never code for Internet Explorer, code for FireFox, as if you code for FireFox, there is a 90% chance it will work on all other browsers, but if you code for Internet Explorer, there is a 30% chance it will work on other browsers.

OK I did a bit of a redesign tell me what you think
http://www.plot.org.au
 
Buttons should not se just straight or so simple.You should round them to have a better look.Work with photoshop..
 
Back
Top