Live data from Hacker News

Use Google+ to Improve Your UI

pixify.com

41–46 of 46 posts

Re: Use Google+ to Improve Your UI

#41
post #40
post #9

Earlier quoted context omitted.

I, personally, hate buttons without cursor:pointer. Hover effects are nice and all, but they're often rather subtle, and your eyes are attuned to the cursor already. Changing it is extremely visible, and gives you immediate feedback that you're hovering something actionable. Anecdotal, but I find I "see" when my cursor enters a clickable region much more quickly if the cursor changes - I click sooner, rather than mak…

I find that I subconsciously interpret cursor:pointer as "clicking here will do something with GET semantics" vs. cursor:default as "clicking will do something with POST semantics". I feel about the same way about cursor:pointer-styled buttons as I do about plain blue-underlined "Delete" links.

I wonder if that's born from OS UI semantics... interesting. I wonder what pushed us in opposite directions.

Re: Use Google+ to Improve Your UI

#42
post #20

Is it me, or does this theme look similar to jQueryUI?

Reminded me of the aristo theme which I quite like https://github.com/banzor/Aristo-jQuery-UI-Theme

C'mon, at least link back to the original ;)

https://github.com/taitems/Aristo-jQuery-UI-Theme

Re: Use Google+ to Improve Your UI

#45
post #33
post #31

Earlier quoted context omitted.

My rule is add cursor: pointer if you can click on it. Just because browsers didn't do that in the past for form buttons doesn't mean they did the right thing.

Agreed completely. At minimum, and this should be obvious, but you should never leave the text/I-beam cursor on something that can be interacted with (e.g. buttons, sliders, tabs). (I would have only upvoted you, but with hidden scores, who does that help?)

(It's meant you've expanded on ars's point, which is a win from my point of view.)
Post reply on HN