Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Unusability Study of the day

Unusability Study of the day

Scheduled Pinned Locked Moved The Lounge
questioncsharpcomhelp
18 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rama Krishna Vavilala

    he is the only person to have written an article on teh Adult Entertainment Industry: http://www.codeproject.com/samples/ibuttoninterface.asp[^]

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #8

    Rama Krishna Vavilala wrote:

    he is the only person to have written an article on teh Adult Entertainment Industry:

    Actually, I've written several articles from general purpose stuff resulting from the apps I've written. The test-driven prototyping learning remoting article is just the most recent. Marc

    Thyme In The Country
    Interacx

    People are just notoriously impossible. --DavidCrow
    There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
    People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

    1 Reply Last reply
    0
    • M Marc Clifton

      Pete O`Hanlon wrote:

      You're obsessing on the adult industry a bit today.

      That's because I'm immersed in rewriting the video kiosk app this week. Marc

      Thyme In The Country
      Interacx

      People are just notoriously impossible. --DavidCrow
      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #9

      Aah. That explains it. Doing anything cool with it?

      Deja View - the feeling that you've seen this post before.

      1 Reply Last reply
      0
      • P peterchen

        In explorer, select a Hard disk drive, and click "Properties". On the first tab, select "Disk cleanup". It's a nice little applet, but starting with XP SP1 (I think) it has the new option "Compress Old Files", which makes the entire panel unusable. Why? On a drive that needs cleanup, finding all files that are considered "old", and estimating the time it would need to compress, takes time. Problem: Estimating the size gained for an option you might not even have selected takes minutes. You have no control over this, even if you would like to not compress old files. Additionally, the little applet starts saying "Disk Cleanup does bla bla bla" - so stupid users think "Oh, it's already working!" when it's just preparing to ask the user. Solution: display the options immediately, calculate in background What is your irk of the day?


        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        My first real C# project | Linkify!|FoldWithUs! | sighist

        C Offline
        C Offline
        Chris Losinger
        wrote on last edited by
        #10

        peterchen wrote:

        What is your irk of the day?

        open the control panel. the icons start appearing, and you can click on them! but, the icons populate out-of-order. so if you're dumb enough to try to click on one before the they've all loaded, there's a very good chance your double-click is going to end up activating something you didn't want, because a new icon has jumped under your mouse in the half-second between your decision to double-click and your finger's action. solution: ignore double-clicks until the list is full, or don't show the list at all until all icons have been loaded.

        image processing toolkits | batch image processing | blogging

        1 Reply Last reply
        0
        • P peterchen

          In explorer, select a Hard disk drive, and click "Properties". On the first tab, select "Disk cleanup". It's a nice little applet, but starting with XP SP1 (I think) it has the new option "Compress Old Files", which makes the entire panel unusable. Why? On a drive that needs cleanup, finding all files that are considered "old", and estimating the time it would need to compress, takes time. Problem: Estimating the size gained for an option you might not even have selected takes minutes. You have no control over this, even if you would like to not compress old files. Additionally, the little applet starts saying "Disk Cleanup does bla bla bla" - so stupid users think "Oh, it's already working!" when it's just preparing to ask the user. Solution: display the options immediately, calculate in background What is your irk of the day?


          We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
          My first real C# project | Linkify!|FoldWithUs! | sighist

          L Offline
          L Offline
          loket
          wrote on last edited by
          #11

          My irk of everyday lately. In Vista. Try to select a bunch of files in the explorer by dragging. - It starts to drag the file instead. Try to drag a file. - It starts rubberbandselection. Try to bring up the contextmenu for a unselected file by RMB clicking. - You get the menu for the view. Try to get the menu for the view by clicking on anywhere on the row of an unselected item. - You get the menu for the item. Try to drop a file in a view with items. - The item gets dropped on some of the items. Try to drop a file on an item in a view. - The item gets copied to the folder. How they done any usabilitytesting on the Vista explorer at all? :mad: The root of the problem is the fullrowselect and some tweaks they made to the listviewcontrol to make things not possible in a normal fullrow view possibly. Only the frigging things works in reverse. Give me an option to turn fullrow select off!

          /M


          - Don't sweat the petty things, and don't pet the sweaty things.

          C S 2 Replies Last reply
          0
          • L loket

            My irk of everyday lately. In Vista. Try to select a bunch of files in the explorer by dragging. - It starts to drag the file instead. Try to drag a file. - It starts rubberbandselection. Try to bring up the contextmenu for a unselected file by RMB clicking. - You get the menu for the view. Try to get the menu for the view by clicking on anywhere on the row of an unselected item. - You get the menu for the item. Try to drop a file in a view with items. - The item gets dropped on some of the items. Try to drop a file on an item in a view. - The item gets copied to the folder. How they done any usabilitytesting on the Vista explorer at all? :mad: The root of the problem is the fullrowselect and some tweaks they made to the listviewcontrol to make things not possible in a normal fullrow view possibly. Only the frigging things works in reverse. Give me an option to turn fullrow select off!

            /M


            - Don't sweat the petty things, and don't pet the sweaty things.

            C Offline
            C Offline
            Chris Losinger
            wrote on last edited by
            #12

            loket wrote:

            Try to bring up the contextmenu for a unselected file by RMB clicking. - You get the menu for the view.

            oooh. i hate that one. try to change the properties for a bunch of files in a folder and you're guaranteed to get the view's property page at least once.

            image processing toolkits | batch image processing | blogging

            1 Reply Last reply
            0
            • P peterchen

              In explorer, select a Hard disk drive, and click "Properties". On the first tab, select "Disk cleanup". It's a nice little applet, but starting with XP SP1 (I think) it has the new option "Compress Old Files", which makes the entire panel unusable. Why? On a drive that needs cleanup, finding all files that are considered "old", and estimating the time it would need to compress, takes time. Problem: Estimating the size gained for an option you might not even have selected takes minutes. You have no control over this, even if you would like to not compress old files. Additionally, the little applet starts saying "Disk Cleanup does bla bla bla" - so stupid users think "Oh, it's already working!" when it's just preparing to ask the user. Solution: display the options immediately, calculate in background What is your irk of the day?


              We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
              My first real C# project | Linkify!|FoldWithUs! | sighist

              B Offline
              B Offline
              Bassam Abdul Baki
              wrote on last edited by
              #13

              I agree. I found out that you can also run it as a command line version (cleanmgr) to bring the options dialog up and run based on a preset preference. Coincidently, I just ran mine today to do just that and it's been running for a few hours. The setting up phase took an hour and now I'm on the cleanup phase. Almost done. :)


              "Religion is assurance in numbers." - Bassam Abdul-Baki Web - Blog - RSS - Math - LinkedIn - BM

              R 1 Reply Last reply
              0
              • P peterchen

                In explorer, select a Hard disk drive, and click "Properties". On the first tab, select "Disk cleanup". It's a nice little applet, but starting with XP SP1 (I think) it has the new option "Compress Old Files", which makes the entire panel unusable. Why? On a drive that needs cleanup, finding all files that are considered "old", and estimating the time it would need to compress, takes time. Problem: Estimating the size gained for an option you might not even have selected takes minutes. You have no control over this, even if you would like to not compress old files. Additionally, the little applet starts saying "Disk Cleanup does bla bla bla" - so stupid users think "Oh, it's already working!" when it's just preparing to ask the user. Solution: display the options immediately, calculate in background What is your irk of the day?


                We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                My first real C# project | Linkify!|FoldWithUs! | sighist

                V Offline
                V Offline
                Vikram A Punathambekar
                wrote on last edited by
                #14

                peterchen wrote:

                What is your irk of the day?

                Pretty much everything that Lotus Notes does. X| Day in and day out.

                Cheers, Vikram.


                "But nowadays, it means nothing. Features are never frozen, development keeps happening, bugs never get fixed, and documentation is something you might find on wikipedia." - Marc Clifton on betas.

                Join the CP group at NationStates. Password: byalmightybob

                G 1 Reply Last reply
                0
                • B Bassam Abdul Baki

                  I agree. I found out that you can also run it as a command line version (cleanmgr) to bring the options dialog up and run based on a preset preference. Coincidently, I just ran mine today to do just that and it's been running for a few hours. The setting up phase took an hour and now I'm on the cleanup phase. Almost done. :)


                  "Religion is assurance in numbers." - Bassam Abdul-Baki Web - Blog - RSS - Math - LinkedIn - BM

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #15

                  So, what are you going to do with that shiny, new, completely empty hard drive? You do know, I hope, that cleanmgr deletes all files that have not been patched or reinstalled in the past 10 minutes.

                  "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                  B 1 Reply Last reply
                  0
                  • L loket

                    My irk of everyday lately. In Vista. Try to select a bunch of files in the explorer by dragging. - It starts to drag the file instead. Try to drag a file. - It starts rubberbandselection. Try to bring up the contextmenu for a unselected file by RMB clicking. - You get the menu for the view. Try to get the menu for the view by clicking on anywhere on the row of an unselected item. - You get the menu for the item. Try to drop a file in a view with items. - The item gets dropped on some of the items. Try to drop a file on an item in a view. - The item gets copied to the folder. How they done any usabilitytesting on the Vista explorer at all? :mad: The root of the problem is the fullrowselect and some tweaks they made to the listviewcontrol to make things not possible in a normal fullrow view possibly. Only the frigging things works in reverse. Give me an option to turn fullrow select off!

                    /M


                    - Don't sweat the petty things, and don't pet the sweaty things.

                    S Offline
                    S Offline
                    Shog9 0
                    wrote on last edited by
                    #16

                    loket wrote:

                    Try to bring up the contextmenu for a unselected file by RMB clicking. - You get the menu for the view.

                    Are you serious? That's such a newbie bug! They must just let anyone work at MS these days... :wtf:

                    ----

                    It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

                    --Raymond Chen on MSDN

                    1 Reply Last reply
                    0
                    • V Vikram A Punathambekar

                      peterchen wrote:

                      What is your irk of the day?

                      Pretty much everything that Lotus Notes does. X| Day in and day out.

                      Cheers, Vikram.


                      "But nowadays, it means nothing. Features are never frozen, development keeps happening, bugs never get fixed, and documentation is something you might find on wikipedia." - Marc Clifton on betas.

                      Join the CP group at NationStates. Password: byalmightybob

                      G Offline
                      G Offline
                      Gary Wheeler
                      wrote on last edited by
                      #17

                      Lotus Notes <approximately 7K of obscentity-laden text removed due to kid-sister rule>, and the morons who wrote it should <approximately 4K more of obscentity-laden text removed due to kid-sister rule>!


                      Software Zen: delete this;

                      1 Reply Last reply
                      0
                      • R Roger Wright

                        So, what are you going to do with that shiny, new, completely empty hard drive? You do know, I hope, that cleanmgr deletes all files that have not been patched or reinstalled in the past 10 minutes.

                        "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                        B Offline
                        B Offline
                        Bassam Abdul Baki
                        wrote on last edited by
                        #18

                        Fill it up with more junk of course. I was down to a few hundred MB and now I have 4 extra GB. Of course I had to delete the offline Office installation files as well. :rolleyes:


                        "Science removes the con from your conscience." - Bassam Abdul-Baki Web - Blog - RSS - Math - LinkedIn - BM

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups