
Love Your Maps <3
#99 posted by
wakey on 2012/04/15 23:54:44
I guess those puzzles in "On the edge forever" are the peak of q3 mapping art.
Could'nt imagine to do something like this myself, would fuck my brain even more up as it is already.
Cant wait to play the "Florentine Libary"!
#100 posted by
sock on 2012/04/16 01:30:55
@megaman, I split the article up into pages so the loads times would be better. Page 2 is also setup as an index, so people can choose which puzzle examples they want to look at next. Besides the page layout, what did you think of the article content?
@wakey, thanks, but The Florentine Library was a concept, it is not going to be released. The current screenshots show everything.
#101 posted by
JneeraZ on 2012/04/16 11:11:04
The load times? What is this, the 90s? :)
#102 posted by
Spirit on 2012/04/16 12:58:39
willem: browsers have limits on concurrent connections. I have lots of trouble on pages with many images like
http://www.quaddicted.com/quake/episodes_maps
if anyone knows a fix (no split pages, no javascript) I would be delighted to hear it.
#103 posted by
JneeraZ on 2012/04/16 13:55:07
What kind of trouble? That page loads smooth as silk for me in Chrome.
#104 posted by
Spirit on 2012/04/16 14:17:20
It takes more than one minute to load for me.
#105 posted by
JneeraZ on 2012/04/16 14:36:51
Oh, sure, it takes some time but it doesn't seem like a problem is what I'm saying. I don't care if the stuff further down the page is still loading while I'm looking at stuff at the top.
At any rate, I don't care, you do, let's move on. :)

Several Pages
#106 posted by
sock on 2012/04/16 22:39:35
Recently my logic puzzle article was linked to some coders newsfeed and got a couple of thousand hits, but I get the impression that most people did not realize that there were several pages. (Someone also commented they were surprised at more pages)
I use the classic word (x of y) at the top of the page and the next button + index at the bottom, is this not obvious enough?
Should I glue the page information (x of y) into the page title and replace the space with a big next button? If people are not finding it obvious that there are more pages I am inclined to think the layout/design is at fault.
#107 posted by
negke on 2012/04/16 22:51:59
sock: To me it's quite obvious there are multiple pages (which is btw a good thing considering how slow your host is). It even says page x of 7 in the header. What you could do to make it a little (even) more obvious is put a "proceed to next page" link at the end of the text field.
Spirit: Uhhh, I wonder why you put everything on a single page. That's obviously overkill as it now has to load all the ~120 dark screenshots at once. Would be better if every episode had a page of its own.
#108 posted by
necros on 2012/04/16 23:57:03
page x of y is fine, but just taking a quick look, the numbers on the bottom of the page don't really stand out.
well... not so much 'standing out' but that it's hard to tell that there is a highlighted page and i can see how someone might just dismiss it as random stuff around the page content without really paying attention to what it says.
i think putting the whole thing, buttons and numbers into a div/table with a bg colour would help. maybe the same colour as your subtitle <td>s (#427342).

Load Times With Lots Of Images
#109 posted by
mwh on 2012/04/17 03:11:48
You can use CSS sprites for that (google the term). It's usually used for smaller icon type things, but it don't see why it wouldn't work for a page like that too.

Or
load the images when they become visible. For non-javascript-enabled browsers, fall back to load all on page load.

Buttons
#111 posted by
sock on 2012/04/17 19:37:59
@necros, I see what you mean, the bottom buttons don't look like buttons and just look weird. Probably best to create some frame for them and make them stand out more. I think I will glue the page x of y into the title and replace the page number space with a huge (glowing) next button! I don't want to glue all the pages into one mega page, my host is stupidly slow and people will never see anything load.