|
-
Apr 14th, 2008, 06:27 AM
#1
Thread Starter
Fanatic Member
[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
-
Apr 14th, 2008, 06:29 AM
#2
Thread Starter
Fanatic Member
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
-
Apr 14th, 2008, 11:57 AM
#3
Frenzied Member
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).
-
Apr 14th, 2008, 12:40 PM
#4
Thread Starter
Fanatic Member
Re: First look at my first app, tell me what you 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
-
Apr 14th, 2008, 12:43 PM
#5
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.
-
Apr 14th, 2008, 01:30 PM
#6
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?
-
Apr 14th, 2008, 02:13 PM
#7
Re: First look at my first app, tell me what you think...
 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.
-
Apr 14th, 2008, 03:18 PM
#8
Thread Starter
Fanatic Member
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
-
Apr 15th, 2008, 12:02 AM
#9
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.
-
Apr 15th, 2008, 02:23 AM
#10
Thread Starter
Fanatic Member
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
-
Apr 15th, 2008, 01:19 PM
#11
Thread Starter
Fanatic Member
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
-
Apr 15th, 2008, 02:47 PM
#12
Thread Starter
Fanatic Member
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
-
Apr 17th, 2008, 02:59 PM
#13
Thread Starter
Fanatic Member
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
-
Apr 17th, 2008, 03:15 PM
#14
Frenzied Member
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?
-
Apr 17th, 2008, 03:20 PM
#15
Thread Starter
Fanatic Member
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
-
Apr 17th, 2008, 03:53 PM
#16
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.
-
Apr 17th, 2008, 04:11 PM
#17
Thread Starter
Fanatic Member
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
-
Apr 21st, 2008, 05:20 PM
#18
Thread Starter
Fanatic Member
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
-
Apr 22nd, 2008, 05:23 AM
#19
Lively Member
Re: [UPDATE] First look at my first app, tell me what you think...
I like the style. It's very nice. Well done
-
Apr 22nd, 2008, 06:42 AM
#20
Thread Starter
Fanatic Member
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
-
Dec 21st, 2008, 04:53 AM
#21
Hyperactive Member
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?
-
Dec 21st, 2008, 09:10 AM
#22
Frenzied Member
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.
-
Jan 2nd, 2009, 06:42 AM
#23
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'.
-
Jan 2nd, 2009, 11:35 AM
#24
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|