Results 1 to 8 of 8

Thread: Feedbak Plz

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Feedbak Plz

    can everyone give me feedback to let me know what u think so far please remember this is beginer stuff.?
    Attached Images Attached Images  
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Feedbak Plz

    GUI design is the least of your worries.

    You should be wanting feedback on your code. It doesn't matter how fantastic your GUI looks.. if the code is bad.. the entire program is bad.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Member BytePtr's Avatar
    Join Date
    Apr 2007
    Location
    EE
    Posts
    44

    Re: Feedbak Plz

    chemicalNova: its absolutely correct.

    Jamie:
    Get this very good book about designing user interfaces:
    http://www.amazon.com/Developing-Use.../dp/0735605866
    I have it as ebook.

    Using bold style in applications is very bad idea. It looks pretty bad.
    And about the grid/table... If user wants to see data that is on right it must use scrollbar to scroll right. I personally don't like it. It would be good if i could see all of the data without scrolling by horizontally. If in your case the number of tables is always 6 then i would increase the width of the main window to loose the horizontal scrollbar. I would redesign this all, because like you said: it really looks basic. Remove bold text, dont use too much colors. Realign the textboxes description text (i mean Users ID, Username etc)..
    Then post new screenshot.

  4. #4
    PowerPoster CDRIVE's Avatar
    Join Date
    Jul 2007
    Posts
    2,620

    Re: Feedbak Plz

    Jamie, opinions are like something else we all have. While I agree that your code is going to be the most important part of your app, visual's are a subjective thing. Women, for example, have totally different tastes then men and usually like color. My wife (a 34 year COBOL programmer) liked your interface, and I didn't dislike it. I don't like to scroll right or left though, but sometimes it can't be avoided.
    <--- Did someone help you? Please rate their post. The little green squares make us feel really smart!
    If topic has been resolved, please pull down the Thread Tools & mark it Resolved.


    Is VB consuming your life, and is that a bad thing??

  5. #5
    Member BytePtr's Avatar
    Join Date
    Apr 2007
    Location
    EE
    Posts
    44

    Re: Feedbak Plz

    I forgot to mention that if you are doing this app for yourself and you like it then leave it as is.

    But if you are going to sell it, then i would think about redesigning this all.

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Feedbak Plz

    I don't like that fact that you are displaying the password.

    This looks like some kind of admin tool, right?

  7. #7
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: Feedbak Plz

    Jamie , I hope you got the idea about a good program now from the comments
    Think of Nice looking misile control program that send the misile in wrong place

    Anyway few things to point:

    1. You havent set the icon in the form, so your Form looks cool apart from the Icon
    2. there is a mistake in the note above the grid, one space missed between beable -> be able

    3. Use a meaningful value for User Level.
    Of course you will know what level 1 or 2 means, but better to give a meaningful level ID. like Administrator, Manager, Sales Person, etc...
    If you are using a DB, better to keep sepereate table for user level which maps different authentication to each level, as well as sepereate rights to each user, like which machine accessible, which functions , etc.

    4. The image looks very nice, except it doesnt match the Purpose of the form.

    5. Remove the Select Button at the bottom, use mouse click instead. A mouse icon like a hand (like the one when we hoover over a link in browser) looks ok.

    And apart from all these, make sure your code works ok. Necessary error capturing and error messages are essential. Useres are dumb. So plan for worst and hope for the best.

    Cheers!!!
    IIF(Post.Rate > 0 , , )

  8. #8
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Feedbak Plz

    I actually like the general use of color, especially the yellow/blue of each text box. For an administrative dialog, I think something distinctive, at least, fits.

    However, I don't really like the design from a usability standpoint. It seems like the buttons are too large, for one. As an Admin, I wouldn't be expecting ginormous, ultra-friendly buttons, but would be expecting something more suited to my status as a power user. The red/green scheme is interesting, but perhaps distracts too much from the meat of the form. I've always thought that the use of the form should match the flow of the controls, but here the flow of the controls is nearly in the opposite order: colorful buttons, then less colorful text boxes for data entry, and then the colorless data grid.

    When I looked at your form, I immediately saw the yellow boxes, and then my eye switched to the colorful buttons. I didn't really see the guts of the form, which appear to be the data grid and the text boxes. From a general artistic standpoint, I find your Form pleasing aesthetically. However, from a usability standpoint, I think the art should be toned down to provide the user with a very usable and above all simple dialog.

    In that same vein the picture does look nice, except that it appears to have nothing to do with the rest of the program. It really helps bring the rest of the colors and patterns together aesthetically, but not for any usability purpose. They're like a bouquet of flowers on the corner of a boss's desk. Maybe one flower looks nice, inobtrusive, and cheery, but the desk should be a place of work and not a place to look at pretty flowers.


    I really do like your form artistically. But, I don't think it aids the user as a UI, when that's (in my mind) the primary purpose of a UI.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

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