Results 1 to 24 of 24

Thread: [UPDATE] First look at my first app, tell me what you think...

  1. #1

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    [UPDATE] First look at my first app, tell me what you think...

    Hi guys,

    Ok these are screen shots of my first app, when its finished il pop it in the utilitybank along with the code seeing as its going to be freeware anyway. Id like to get your thoughts on the design as it my first shot at making an application pretty as well as functional.

    This is going to be my first proper complete app so any thoughts on it would be much appreciated. As to what it does.....

    Well basicly its used for storing notes, passwords what have you. I have a brutal memory so im the main influence for this app, i intend to use it daily. Basicly features will be.

    • Easy to use
    • Catergorised Notes
    • Password Protected
    • Encrypted Database
    • RTB formated Notes
    • Import from RTB files
    • Merge Notes


    So This is the splash/Login Window:


    This one is the browser window, notes can be viewed here but not edited:


    This one is the design window, here you can edit upload or create new notes, there is no delete yet as im working on a way to implement it. Also where it says welcome to SafeNote, this will be changed to match the text in the Note name
    Last edited by CodedFire; Apr 15th, 2008 at 02:46 PM.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  2. #2

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: First look at my first app, tell me what you think...

    A note on the toolbox, i havent found icons i like but basicly the contents of the toolbox will be similar to wordpad, basicly text formating options.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  3. #3
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: First look at my first app, tell me what you think...

    One thing I would suggest. Create an "About" form. That way they can get information about updating the program, who created it and also the encryption algorithm (for those security buffs).

  4. #4

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: First look at my first app, tell me what you think...

    Good idea, thanks!
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: First look at my first app, tell me what you think...

    Interesting Splash page but the UI really turns me off. Why didn't you go with a standard Windows look? Users are used to seeing a specific type of look and instead of going that route, you seem to have gone somewhere else, unfamiliar.

    I also think it's counter intuitive that I can't edit notes when I view them. Seems kind of silly to separate them.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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

    Re: First look at my first app, tell me what you think...

    And why separate functions for "Import a RichTextFile" and "Import An Old Note" Wouldn't they basically be the same thing?

  7. #7
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: First look at my first app, tell me what you think...

    Quote Originally Posted by Hack
    And why separate functions for "Import a RichTextFile" and "Import An Old Note" Wouldn't they basically be the same thing?
    Exactly, you could open up your "Open File Dialog", and have the filter set for both, then, depending on the file extension, import each the proper way.

    I'm assuming there is a difference or you wouldn't have made two functions.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  8. #8

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: First look at my first app, tell me what you think...

    Thanks for the responses everyone, il deal with them each seperatly:

    The Splash:
    Is everyone happy with this or is it to overpowering? The idea was combine a Login page with the splash to reduce redundency. Are there to many grapphics etc?

    The UI:
    Although i agree the UI is a change i would consider it a drastic change, really all im missing is the bar at the top, i have an exit button. The reason i dont have the other two (maximise and minimise) is i did not want them in the app. Ive seen other note programs that were too fussy using the standard style. What changes would you implement to make it easier to use? What do you find awkward about the UI?

    Seperate Edit Window:
    Although in reality there are two seperate windows, when using the program ive set them up so it doesnt look like that, when you hit the design mode label it looks like the "design" controls are added to the same window. The concept here was to keep the UI tidy. To edit you simply click the label and the controls appear. The note you are currently viewing stays put so the transition seems flawless to the user. Basicly its like hidding the design controls when they are not needed. Do you still feel this is redundant? Would you have the edit controls in place all the time?

    The Import and Old Note Buttons:
    They actually perform seperate functions, the Import button imports an RTF or text file from your pc so you can add it to the database. The old note button takes an existing note from the database and allows you to edit it, on that subject i have changed the button text to add existing as i feel this is better. What are your views on this?

    Thanks again for your responses i look forward to reading your answers to my questions! I feel this sort of feedback is invaluble as it will help me to refine my style of UI design!
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

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

    Re: First look at my first app, tell me what you think...

    The splash screen is very professional-looking. Good job. Although I would get rid of 'Click here' and make 'Forgot your password?' the link.

    I'd like to see a screenie of the browser window with some notes in it before I pass judgement on that.

  10. #10

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: First look at my first app, tell me what you think...

    @pengate: Thanks, i was thinking about that, il change it tonight, also il populated the boxes and repost screen shots later.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  11. #11

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: First look at my first app, tell me what you think...

    Ok im going to take a slightly different UI approch because at the moment it feels a bit cluttered (the design view). Il post the changes and see what you think, il also populate the various boxes to show the app as it would be in use. Any more feedback would be much appreciated, i would much like to hear from Kasracer on specific points that you feel could be tweaked. Thanks guys!
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  12. #12

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    Ok here is the new design veiw with alot of text in it, what do ya think

    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  13. #13

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    Ok no replys, i can only assume that my app looked so bad people didnt want to affend...
    So i went back to the drawing board and made some custom images, i tried to keep in the context of what kasracer said, keeping in line with default windows programs. Ive tried to come up with something that strikes a balance between functional and familer. Please let me know what you think..



    PS: the border at the side is custom made by myself, as are the HR rules. I think they resemble the vista norm somewhat, if anyone whats them let me know.

    PPS: its still a work in progress so thats why it is missing some options..
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  14. #14
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: [UPDATE] First look at my first app, tell me what you think...

    To be honest I like both, so why not give the option to choose the interface they want?

  15. #15

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    I like both too, the only gripe i have with the non vista one is that the colors are a bit... well they make my eyes hurt when working on it for long periods, which cant be good! . Having said that it would be nice to have a choice of skins.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  16. #16
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [UPDATE] First look at my first app, tell me what you think...

    I like the newer one better but I would suggest making it easier to select a node. Currently drop down boxes are a pain. I'd go with a tree view so you can categorize them there.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  17. #17

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    Ive never used a treeview before, im currently reading up on it now, il implement one into the app to see how it looks overall. Il also add the finshing touches to the window to give you guys a final view. Any more tips or views are much appreciated.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  18. #18

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    Ok, ive implemented the tree view, having some hiccups with the database though, im new to database programming so...

    Anyhow, i have to stop adding features or il never get done, i think il just create a beta version first and worry about features later.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  19. #19
    Lively Member
    Join Date
    Oct 2007
    Posts
    118

    Re: [UPDATE] First look at my first app, tell me what you think...

    I like the style. It's very nice. Well done

  20. #20

    Thread Starter
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: [UPDATE] First look at my first app, tell me what you think...

    Ok, this is my final screenie regarding this app, im going to start a developers blog shortly so i will be posting to that regarding progress of this app, i think its nice to show progression and get feedback, everyone is welcome to post feedback on the blog if they wish, il put the link in my sig later.

    Anyhoo... this is the finalised design for my app. Ive kept in as much of the feedback i can. It looks like a windows app now, there is no design/browser mode its all the one. The toolbox has also been replaced with a toolstrip. I am still looking for nice icons for it. The missgin icons are for formating, like you would see in wordpad. also im looking for icons for the tree view so that looks a little bland at the moment.

    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  21. #21
    Hyperactive Member
    Join Date
    Mar 2007
    Location
    Melbourne, Australia
    Posts
    362

    Re: [UPDATE] First look at my first app, tell me what you think...

    codedfire,

    i am very interested in your side panel, am i able to get a copy of this please?

  22. #22
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: [UPDATE] First look at my first app, tell me what you think...

    No problem, I will send over a copy to you. It is just a jpeg with controls on top.

  23. #23
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [UPDATE] First look at my first app, tell me what you think...

    Hey DeanMc, I do like the latest design, but I think it would be really cool if you custom draw the the treeview so it doesn't have the ugly white rectangle. Instead you would just see the scroll bar and 'floating text'.

  24. #24
    Frenzied Member
    Join Date
    Jul 2008
    Location
    Rep of Ireland
    Posts
    1,380

    Re: [UPDATE] First look at my first app, tell me what you think...

    I had attempted that back when I was first doing the application. The issue I found was the transparency was not great in GDI+ and the text didn't look right floating.

    Ive since moved to WPF which has better support for both features. Il post a new screen shot when I get the layout finished.

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