Accessibility of interface

Out-of-character discussion forum for players of Cantr II to discuss new ideas for the development of the Cantr II game.

Moderators: Public Relations Department, Players Department, Programming Department, Game Mechanics (RD)

User avatar
BarbaricAvatar
Posts: 3489
Joined: Wed Mar 09, 2005 5:01 pm

Postby BarbaricAvatar » Mon Sep 17, 2007 1:10 pm

Docking percentage indicator on player page.
Kinda like when you can see what the dragging percentage is, but for your docking progress instead.

I know D's already used for dragging, but O wouldn't confuse people i should think .
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(" )_(" ) signature to help him gain world domination.
tiddy ogg
Posts: 1402
Joined: Sun Oct 02, 2005 8:53 pm
Location: Southampton, England
Contact:

Postby tiddy ogg » Mon Sep 17, 2007 8:25 pm

Good idea, and preferably both dragging and docking percent on the character page as wll.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Thu Oct 04, 2007 3:48 pm

I'm trying to use Internet without pictures to speed things up but for some reason some image links are invisible and have nothing to click on. Or more like the ones that actually use href="something", like talking privately and pointing at people, are totally invisible to me. But ones that are actually post buttons appear as "Send query" and I can see the alt text / title when hovering on top of them. I think this might be because they don't really have alt text specified, maybe the title attribute is different from alt text? At least they don't seem to fill the same function.
Not-so-sad panda
User avatar
BarbaricAvatar
Posts: 3489
Joined: Wed Mar 09, 2005 5:01 pm

Postby BarbaricAvatar » Sun Oct 28, 2007 6:12 pm

Not sure how feasible this would be, but on the projects page, would it be possible to see the percentage completed of the project, just by hovering the pointer over the 'i' icon? Saves two page loads to check the status.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(" )_(" ) signature to help him gain world domination.
User avatar
Wolf
Posts: 381
Joined: Wed Oct 12, 2005 4:25 pm

Postby Wolf » Sun Oct 28, 2007 8:57 pm

SekoETC wrote:I'm trying to use Internet without pictures to speed things up but for some reason some image links are invisible and have nothing to click on. Or more like the ones that actually use href="something", like talking privately and pointing at people, are totally invisible to me. But ones that are actually post buttons appear as "Send query" and I can see the alt text / title when hovering on top of them. I think this might be because they don't really have alt text specified, maybe the title attribute is different from alt text? At least they don't seem to fill the same function.

Some browsers stray from what I'm saying here, but in general, alt is supposed to load a text when an image can't be displayed.
And title is usually used to show in the form of a tooltip when you hover the mousepointer over the image (or over the alternate text loaded when the image can't be displayed).

** 2nd edit:
I was trying to show the difference between the two attributes, but this forum isn't parsing the html and when I was going to show it through my own server, it hit me that you try not to load images with your pages.
So I'll show the code, to explain better.

Code: Select all

|img src="http://www.example-server.net/path/to/image-folder/image.jpg" alt="If you don't see the image, then you are now reading the alt-attribute!" title="This is the title attribute!" /|


** 3rd edit:
Even when in the code tags, it cut the html code, so I replaced the <and> with |'s.
hmmmmm beer.... pizza.... computers.... women... stir-fried furry little critters...
Lychee
Posts: 189
Joined: Tue Apr 25, 2006 12:08 am
Location: Canada.

Postby Lychee » Thu Feb 28, 2008 6:37 am

For the clothing selection page it is getting longer now, so I was thinking of making the types of clothes (dresses, necklaces, robes etc) into links, and when you click them there will be a drag down list thing, and you press on it again it will disappear, you get what I mean I hope.
tiddy ogg
Posts: 1402
Joined: Sun Oct 02, 2005 8:53 pm
Location: Southampton, England
Contact:

Postby tiddy ogg » Thu Feb 28, 2008 9:18 am

Animals: In my "old grouch" mode I'm getting annoyed by the inclusion of links to pictures, (presumable,) of the animals on the hunting page, requiring twice as many tabs to select each one.
User avatar
marol
Posts: 3728
Joined: Sun Jul 17, 2005 11:45 am
Location: Kraków, PL
Contact:

Postby marol » Thu Feb 28, 2008 9:28 am

Maybe you should use hunt-all switch.
(SRVPRC)
Image
tiddy ogg
Posts: 1402
Joined: Sun Oct 02, 2005 8:53 pm
Location: Southampton, England
Contact:

Postby tiddy ogg » Thu Feb 28, 2008 9:38 am

But I don't want to hunt all... and even if I did, there'd be twice the number of tabs to get there.
sem
Posts: 147
Joined: Tue May 16, 2006 12:40 am

Postby sem » Thu Feb 28, 2008 1:40 pm

It's a link to the wiki page for the animal. Maybe the tabindex of the menu elements could be tweaked so that the wiki links came last? (assuming Tiddy's reader respects tabindex).
User avatar
BarbaricAvatar
Posts: 3489
Joined: Wed Mar 09, 2005 5:01 pm

Postby BarbaricAvatar » Fri Feb 29, 2008 2:51 pm

If permission to use IE's back button is being removed then you need to make sure there's a link to return to char page on EVERY SINGLE page.
Because currently there isn't.
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(" )_(" ) signature to help him gain world domination.
User avatar
the_antisocial_hermit
Posts: 3695
Joined: Thu Sep 23, 2004 4:04 pm
Location: Hollow.
Contact:

Postby the_antisocial_hermit » Fri Feb 29, 2008 4:09 pm

I don't like the link to the wiki page for the animals. It's not that hard to open another window and pull up the wiki if you're that curious. They're useless links to me. I rarely, rarely, rarely am curious enough to look them up for any reason whatsoever. If I want to know what they drop, I kill one. I doubt most people look up animals very often (it's just not an important thing to know most of the time). Of all things to put a wiki link to, why the animals?

At the very least, there should be an option to turn them off like there is for the map compass and other things.

And don't tell tiddy ogg to use hunt all to avoid so many tabs since in most places you aren't allowed to hunt them all.
Glitch! is dead! Long live Glitch!
Remember guys and gals, it's all Pretendy Fun Time Games!
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Postby Doug R. » Sat Mar 01, 2008 4:18 am

You can click hunt all and then uncheck some.

I honestly don't know what tiddy ogg's talking about anyway, since nothing has changed on my hunting menu that affects how many things I have to click in order to hunt. There's still one box per animal, and it still only takes one click to check it...Oh, I see, tiddy ogg doesn't use a mouse, presumably.

Anyway, I'm assuming the links were added to animals because there will soon be hundreds of new ones, some of which most people have never heard of. This wasn't something I asked for, but I'm guessing Marol was being proactive. I like them. Then again, I use a mouse.
Hamsters is nice. ~Kaylee, Firefly
sem
Posts: 147
Joined: Tue May 16, 2006 12:40 am

Postby sem » Sat Mar 01, 2008 1:48 pm

It's because you use a mouse that you can't see the problem. The links are fairly unobtrusive if you can point and click, but if you need to use the keyboard to navigate the form the extra links represent extra tabs before you get to where you want to be.
User avatar
wejdas
Posts: 172
Joined: Sun Apr 02, 2006 8:45 am
Location: Kaunas, Lithuania

Postby wejdas » Wed Mar 19, 2008 1:36 pm

How come you can't store clothes in an armoire, which is supposed to be something you store clothes in? I built one and I was shocked when I realised that I will still be forced to keep the stock of my clothes on the floor in my tailor shop. There are like hundreds of garments in the shop. Is there any way to store them in containers?

Notes can be stored in envelopes. Can the same code be applied to clothes?

Return to “Suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest