Results 1 to 23 of 23

Thread: VBWire - The Cutting Edge of Journalism.

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    VBWire - The Cutting Edge of Journalism.

    God forbid that we actually expect our users to be able to read and comprehend words of up to two syllables...
    Attached Images Attached Images  
    I don't live here any more.

  2. #2
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: VBWire - The Cutting Edge of Journalism.

    My eyes!!!

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VBWire - The Cutting Edge of Journalism.

    It burns!!!

  4. #4
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627

    Re: VBWire - The Cutting Edge of Journalism.

    I prefer "Like, Cancel, Ok?"
    Here's to us!
    Who's like us?
    Darned few, and they're all dead!

  5. #5
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    Wink Re: VBWire - The Cutting Edge of Journalism.

    Just to throw some gasoline on the fire....
    The title may be for s**t but there is a LOT of research into GUIs and how to present a screen so that it is easier
    for ALL humans (read even the dumbest of us! ) to interact with a computer.
    It does seem ludicrous (sp?) to write an entire article on the placement of Cancel or OK first, or whether the
    Download button should be in the middle or on the right or left, but somebody has to decide
    which side they go on, and if 1 program has the OK on the left, and then another has it on the right, and
    yet another has the OK button in the middle, it may make for slower work for those who have a deep seated
    fear of computers and all things IT.

    Just my 2 cents. It is a DUMB title though!

  6. #6
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: VBWire - The Cutting Edge of Journalism.

    For a laugh, I decided to open that link, and I just read the first sentence and then gave up.

    The sentence?
    OK, many of the programmers would have been confused as how to design a dialog on your website.

  7. #7
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: VBWire - The Cutting Edge of Journalism.

    lol thats another one to add to the list then (http://www.vbforums.com/showthread.php?t=569338)
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  8. #8

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: VBWire - The Cutting Edge of Journalism.

    Quote Originally Posted by emartinho View Post
    Just to throw some gasoline on the fire....
    The title may be for s**t but there is a LOT of research into GUIs and how to present a screen so that it is easier
    for ALL humans (read even the dumbest of us! ) to interact with a computer.
    It does seem ludicrous (sp?) to write an entire article on the placement of Cancel or OK first, or whether the
    Download button should be in the middle or on the right or left, but somebody has to decide
    which side they go on, and if 1 program has the OK on the left, and then another has it on the right, and
    yet another has the OK button in the middle, it may make for slower work for those who have a deep seated
    fear of computers and all things IT.

    Just my 2 cents. It is a DUMB title though!
    If you blindly click on the left hand button of every dialog you encounter then you deserve everything you get. Those who have deep seated fears of computers should get the hell away from them, for the sake of Pete.
    I don't live here any more.

  9. #9
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: VBWire - The Cutting Edge of Journalism.

    Not necessarily true - I consider myself a fairly advanced PC user (network/system admin at work and programming in my spare time) but I was caught out recently when a dialog window had a button where you would normally place the Cancel button (I'm sure it was somewhere within VS) and I accidentally clicked it </NOOB>
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VBWire - The Cutting Edge of Journalism.

    Quote Originally Posted by wossname View Post
    If you blindly click on the left hand button of every dialog you encounter then you deserve everything you get.
    Humans are good at spotting patterns and basing habits on them. I've been caught out many times by people putting Cancel and OK on different sides of each other.

    So, silly as most VBWire articles are, this one is not so ridiculous.


    (Some people don't understand the options "Save", "Don't Save", and "Cancel". Cancel what? Will my document be saved or not if I cancel? And on another note, what do the blue highlights in that OS X screenshot mean? Which button is the default option, and which is active? What will happen if I press Enter or Return or Space? It's complex to make simple interfaces.)

  11. #11
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: VBWire - The Cutting Edge of Journalism.

    The thing is, if you screw up in Windows you usually have some kind of undo feature, because idiots (myself included) make mistakes.

    However, on Ubuntu it assumes you know exactly what you are doing, which is a problem when you go to delete an couple of important database tables first thing on a Monday :/

    ILMV

  12. #12
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: VBWire - The Cutting Edge of Journalism.

    Code:
    drop table xyz
    No undo for that in any operating system. That's why you have backups.

    What's that? You didn't have a backup?

  13. #13
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: VBWire - The Cutting Edge of Journalism.

    Quote Originally Posted by I_Love_My_Vans View Post
    However, on Ubuntu it assumes you know exactly what you are doing, which is a problem when you go to delete an couple of important database tables first thing on a Monday :/

    ILMV

  14. #14
    Lively Member KTech's Avatar
    Join Date
    Jun 2008
    Location
    Pittsburgh
    Posts
    117

    Re: VBWire - The Cutting Edge of Journalism.

    The mere fact that people can blindly blow away a whole database is what keeps me employed. That is why I grant all of my users complete admin control to their own databases even though they barely know how to write simple queries!!! The stupidity of others keeps some of us employed.

  15. #15

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: VBWire - The Cutting Edge of Journalism.

    Truncate is more stealthy.
    I don't live here any more.

  16. #16
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: VBWire - The Cutting Edge of Journalism.

    the order is way less important than which button is marked as the default. I try to keep my hands on the keyboard at all times. The mouse is just for show

  17. #17
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: VBWire - The Cutting Edge of Journalism.

    Quote Originally Posted by kleinma View Post
    the order is way less important than which button is marked as the default. I try to keep my hands on the keyboard at all times. The mouse is just for show
    true - I hate it when apps have a retarded tab order (ie, you are tabbing through the buttons and it jumps up to some button no where near the one you expected it to tab to next..)
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  18. #18
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: VBWire - The Cutting Edge of Journalism.

    I make all of my applications send tab focus to the 'close' button. They appreciate it.

  19. #19
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    Re: VBWire - The Cutting Edge of Journalism.

    Man would I NOT want to use one of your GUIs mendhak!

  20. #20
    Lively Member KTech's Avatar
    Join Date
    Jun 2008
    Location
    Pittsburgh
    Posts
    117

    Re: VBWire - The Cutting Edge of Journalism.

    It is best to just pop up two or three screens to prompt the user to verify that they really want to proceed - even then you will still have idiots who delete everything accidentally but you may cut down the number of times it happens by about 10&#37;.

  21. #21
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: VBWire - The Cutting Edge of Journalism.

    Another great example featured on VBWire News: http://www.devx.com/tips/Tip/42487?trk=DXRSS_DOTNET

    Does not explain (or even hint) that this class they are using is not actually part of the .NET framework and certainly doesnt mention that you have to pay for it!
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  22. #22
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: VBWire - The Cutting Edge of Journalism.

    Not to mention it is obviously a C# dev who just used a code converter for the VB code.

    Why would a VB dev ever use

    Code:
    Dim msg As MailMessage = New MailMessage()
    and not
    Code:
    Dim msg As New MailMessage

  23. #23
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: VBWire - The Cutting Edge of Journalism.

    oh yeah haha I didnt even notice that, I was too busy trying to find this DNSMailClient class on MSDN
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width