topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:27 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Double Clicking, Force Touch, and other strangeness  (Read 6117 times)

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Double Clicking, Force Touch, and other strangeness
« on: September 06, 2015, 03:59 PM »
Looking at a tweet from Jeff Atwood led me to an article from 2004 that clarified some things for me.

As coders, we come up with some strange ideas that are to get around hardware deficiencies.  We convince ourselves that we're making strides in UX, when all we're really doing is making a lot of problems for people that will come after us.

Mouse Gestures
Finger Swiping
Double Clicking
Force Touch

Heck, let's add right clicking into it.

From a developer's standpoint, they seem cool, and add a lot of functionality in an 'elegant' fashion.  But in all reality, they in general add a layer of complexity and frustration that our users will be hampered by.

Sometimes, simple, no matter how inelegant it may seem, is just better.

What is this rant for?   A reminder to myself, I suppose, of a quote by Einstein that I sometimes forget.

"Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #1 on: September 06, 2015, 04:37 PM »
Sometimes, simple, no matter how inelegant it may seem, is just better.

it is very hard advice for a programmer to take -- and as much as i give it to myself i still find it hard to take -- but one of the things you learn over time as a developer is the extremely high price that one pays over time for complexity.
The initial development cost is misleading and unimportant compared to the accumulated maintenance costs over time with complexity.

TaoPhoenix

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 4,642
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #2 on: September 06, 2015, 05:12 PM »
Sometimes, simple, no matter how inelegant it may seem, is just better.

it is very hard advice for a programmer to take -- and as much as i give it to myself i still find it hard to take -- but one of the things you learn over time as a developer is the extremely high price that one pays over time for complexity.
The initial development cost is misleading and unimportant compared to the accumulated maintenance costs over time with complexity.

Except be really careful, because in the FF-Chrome wars, this is rapidly becoming
"Yeah! Simple! We'll only put 18 of the 70 existing features there, call it Simple, and save ourselves 4690 dev hours! Win!"


wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #3 on: September 06, 2015, 10:00 PM »
Sometimes, simple, no matter how inelegant it may seem, is just better.

it is very hard advice for a programmer to take -- and as much as i give it to myself i still find it hard to take -- but one of the things you learn over time as a developer is the extremely high price that one pays over time for complexity.
The initial development cost is misleading and unimportant compared to the accumulated maintenance costs over time with complexity.

Exactly.  I love making 'innovative' UIs.  But they're for me in the end.  I made what I considered one of my best UIs for a job that I had when we actually had UX testing.  It was a disaster, and I was demoralized.  So I went in, stripped everything out, and simplified out of frustration... and it got raves.

*sigh*

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 777
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #4 on: September 07, 2015, 04:18 AM »
I agree.

After burning my fingers in maintaining codes for newest UX, I now keep things simple in all my programs. In fact they all look and behave similarly.

Main menu bars then dialog box and buttons. That's all. I do make features which are not the main purpose of the program, say changing color of dialog window, in right-click menu. It is like testing features which do not affect the day to day working of the program, if useful, then may put it in menu bar or button.

Regards,

Anand

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #5 on: September 07, 2015, 11:56 PM »
What the smurf is a force touch? :huh:

Some sort of Jedi power?

Stoic Joker

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 6,646
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #6 on: September 08, 2015, 06:22 AM »
Mouse Gestures
Finger Swiping
Double Clicking
Force Touch

I frequently have to turn these off because they drive the clients nuts on laptops when a casual - and accidental - brush of the touchpad causes applications to respond in unexpected/unwanted ways.

TaoPhoenix

  • Supporting Member
  • Joined in 2011
  • **
  • Posts: 4,642
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #7 on: September 08, 2015, 08:19 AM »
I gotta check my settings, maybe look into some kind of function key disable widget. Because I don't use them, and they sorta only seem to show up when I reach for a "real key" and then my browser goes crazy doing something.

But then, those are often the only ways to do low-level boots, so it feels dangerous!


wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #8 on: September 08, 2015, 11:42 AM »
What the smurf is a force touch? :huh:

Some sort of Jedi power?

LOL!  No... it's the new thing invented with the apple watch... and that is now going to be on all iOS devices.

http://www.theguardi...ed-haptic-technology

https://support.apple.com/en-us/HT204352

http://techcrunch.co...uch-trackpad-review/

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #9 on: September 08, 2015, 01:51 PM »
What the smurf is a force touch? :huh:

Some sort of Jedi power?

LOL!  No... it's the new thing invented with the apple watch... and that is now going to be on all iOS devices.

Oh. Thanks for educating me. :Thmbsup:

anandcoral

  • Honorary Member
  • Joined in 2009
  • **
  • Posts: 777
    • View Profile
    • Free Portable Apps
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #10 on: September 08, 2015, 02:20 PM »
LOL!  No... it's the new thing invented with the apple watch... and that is now going to be on all iOS devices.

http://www.theguardi...ed-haptic-technology


wraith808, I read the link, but have doubt. Is this new hematology or name for long press ?
As in long press we are force touching / pressing !

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Double Clicking, Force Touch, and other strangeness
« Reply #11 on: September 08, 2015, 03:09 PM »
LOL!  No... it's the new thing invented with the apple watch... and that is now going to be on all iOS devices.

http://www.theguardi...ed-haptic-technology


wraith808, I read the link, but have doubt. Is this new hematology or name for long press ?
As in long press we are force touching / pressing !


It's really strange.  You press.  Then it tells you that you can 'press harder' to get more options.  So it's press, hold... then press harder without releasing.  Or something like that.  It's VERY confusing to me.  I might get used to it in time.  But it definitely wasn't as intuitive in first use as they're touting.  It's one of the reasons that I immediately threw out the apple watch as an option, even though I love the heart rate monitor (well, and the fact that it doesn't have a GPS and isn't water proof so I can't use it for swimming or biking).