Method's Turf Redesign

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Method's Turf Redesign

Post 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
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

loads fast, good colours, but i don't care for the total left alignment. that's a peeve though.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post 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.
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Post 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
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post 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.
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Post 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
ALMighty
Posts: 542
Joined: Sat Mar 02, 2002 8:00 am

Post 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
[url=http://www.youtube.com/user/almighty1984]Music[/url]
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Post by +JuggerNaut+ »

Method wrote:It's actually centered in IE
-Method
:|
wviperw
Posts: 334
Joined: Sat Mar 17, 2001 8:00 am

Post 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.
[url=http://www.goodstuffmaynard.com]Good Stuff, Maynard![/url]
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post 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 :)
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Post 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
GODLIKE
Posts: 387
Joined: Tue Nov 30, 1999 8:00 am

Post by GODLIKE »

Loads fast, looks clean.. Nice site.
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Post by Method »

I fixed the left alignment in Firefoix browsers. Please check to see if it is centered in your browser. Thanks,

-Method
4days
Posts: 5465
Joined: Tue Apr 16, 2002 7:00 am

Post by 4days »

that's got it, nice one
Method
Posts: 222
Joined: Thu Feb 28, 2002 8:00 am

Post 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
Post Reply