Page 1 of 1
Method's Turf Redesign
Posted: Sun Feb 25, 2007 11:32 am
by Method
Hey,
I redesigned my website and want to know what you guys think. It's a level design site. Is it easy to navigate and how fast does it load?
http://www.methodonline.com
Thanks,
-Method
Posted: Sun Feb 25, 2007 12:15 pm
by +JuggerNaut+
loads fast, good colours, but i don't care for the total left alignment. that's a peeve though.
Posted: Sun Feb 25, 2007 12:47 pm
by ^misantropia^
The menu doesn't show up when JavaScript is disabled. Using document.write to create the HTML for it is a bit pointless (and prone to break across browsers), just include it as plain HTML.
Posted: Sun Feb 25, 2007 12:50 pm
by Method
Thanks for the heads up on the JS, but my screenshot slideshow uses the script to function. I added a <noscript> tag saying that the user needs to enable JS to use the site properly.
-Method
Posted: Sun Feb 25, 2007 1:27 pm
by 4days
i'd scrap the js entirely apart from where it's really needed (on your slideshows) - or put the header and menu inside the noscript along with the warning.
that alignment thing looks like it's only in ff? you could give that table an id/class or inline style with 'margin:auto;' - that should fix it, haven't really looked/tested.
Posted: Sun Feb 25, 2007 1:37 pm
by Method
Oh, I get what he was talking about the left alignment. It's actually centered in IE, not sure about other browsers.
-Method
Posted: Sun Feb 25, 2007 2:13 pm
by ALMighty
I like it. Minimalistic is the shit! Great content too, nice tutorials.
It's also nice to find a fellow Kingpin mapper here. Final Crime was really great, especially the voice acting!
ALMighty - Maps & Stuff
Posted: Sun Feb 25, 2007 6:02 pm
by +JuggerNaut+
Method wrote:It's actually centered in IE
-Method

Posted: Sun Feb 25, 2007 6:13 pm
by wviperw
^misantropia^ wrote:The menu doesn't show up when JavaScript is disabled. Using document.write to create the HTML for it is a bit pointless (and prone to break across browsers), just include it as plain HTML.
Does anyone really browse the intarweb these days with JavaScript disabled (other than paranoid techies)? JS headers/footers save a lot of time if you ever change something in the header/footer and they promote information reuse, which is always a good thing.
Posted: Sun Feb 25, 2007 7:34 pm
by 4days
paranoid techies, people who could be browsing from work, people with whacky browsers and any other tiny demographic - it doesn't matter, there's no sense in relying entirely on js for a integral part of a site.
the time and effort saved by using js for something that occurs on every page is inconsequential, the same result could be achieved in a number of more sensible/practical ways.
apart from that, the site looks nice - and i miss kingpin, that game owned

Posted: Sun Feb 25, 2007 11:54 pm
by Method
ALMighty, nice site you got. I saw it a while ago and nice maps as well. Your palace level is one of the most popular levels on Hogie's even these days.
-Method
Posted: Sun Feb 25, 2007 11:55 pm
by GODLIKE
Loads fast, looks clean.. Nice site.
Posted: Mon Feb 26, 2007 1:23 am
by Method
I fixed the left alignment in Firefoix browsers. Please check to see if it is centered in your browser. Thanks,
-Method
Posted: Mon Feb 26, 2007 2:26 am
by 4days
that's got it, nice one
Posted: Mon Feb 26, 2007 3:03 am
by Method
Also I fixed the script so it shows the change in the screenshot numbers such as 1/6, 2/6, etc. for people who use FireFox.
-Method