|
-
Nov 7th, 2008, 03:32 AM
#1
Thread Starter
Hyperactive Member
Professional look user friendly apps
i wish to make my app look professional and user friendly like say Kaspersky Internet Security 2009 looks. any options here?
-
Nov 7th, 2008, 08:01 AM
#2
Re: Professional look user friendly apps
Moved to General Developer
-
Nov 10th, 2008, 08:10 AM
#3
Re: Professional look user friendly apps
Options? What are you after?
Pino
-
Nov 10th, 2008, 08:36 AM
#4
Frenzied Member
Re: Professional look user friendly apps
Application design is one of the hardest parts of being a programmer. Generally it is an evolutionary process and something you will only get good at over time. For instance consider one of my projects that I wrote about here:
http://www.vbforums.com/showthread.php?t=518314
(CodedFire is my old handle)
As you can see the design changed quite a lot over the lifetime of that thread. The best thing to do is come up with a design that is easy to navigate. I have seen too many designs that looked amazing but took a manual to figure out how to use them. This will lose you customers, FAST. I know a lot of people harp on about applications looking the same as current ones but this is untrue. Napster didn't follow standard design rules of its time and was a success. This is because it was easy to use.
Remember at the end of the day the idea of an application is to do something with information. If it does whatever its supposed to do correctly your halfway there. The next step is evolve your design so that your application does its thing in the fewest steps possible without compromising functionality. (This means hiding stuff in menu's is a no no).
Thats all ive got for you at the moment. Hope this helps.
-
Nov 10th, 2008, 09:50 AM
#5
Re: Professional look user friendly apps
 Originally Posted by DeanMc
... Napster didn't follow standard design rules of its time and was a success. This is because it was easy to use...
For what it's worth there are no "stadards" - rather common sense and good taste.
I suppose you refer to "design" as GUI and it depends on type of app you're writing.
If it's a business app then your gui better be desined in the simplest way possible or people will get tired of flashy screens (plenty of those out there) and eventually stop using it.
If it is something like media player then you can ( and probably should) add some spice to it without going crazy I guess.
-
Nov 10th, 2008, 02:33 PM
#6
Frenzied Member
Re: Professional look user friendly apps
 Originally Posted by RhinoBull
For what it's worth there are no "stadards" - rather common sense and good taste.
I know, there are STANDARDS though . And they are built upon what you said common sense and good taste. Unofficial yes, important absolutely.
-
Nov 10th, 2008, 02:46 PM
#7
Re: Professional look user friendly apps
Actually I'm pretty sure windows releases officiall form design standards 
Pino
-
Nov 10th, 2008, 02:59 PM
#8
Re: Professional look user friendly apps
 Originally Posted by DeanMc
I know, there are STANDARDS though...
Who's standards? Each business has their own, though. But you know what? I'm done with this thread - arguments are poointless.
-
Nov 10th, 2008, 04:06 PM
#9
Frenzied Member
Re: Professional look user friendly apps
Yes, arguments are pointless. Ignorance is also equally as pointless. I do belive you are correct Pino but I would lean more towards asking your applications user base what they thought rather than going by a large companies standards. The main point it design is one of those things that you can know a lot about and still fail on. You will eventually get a style you are comfortable with and that is what you will use regardless.
I still say functionality first though!
-
Nov 10th, 2008, 05:28 PM
#10
Re: Professional look user friendly apps
Yep, not saying microsofts way is correct however they release standards on how to keep yuor app in tune with the rest of windows 
Pino
-
Nov 10th, 2008, 06:01 PM
#11
Frenzied Member
Re: Professional look user friendly apps
I must dig them out. Il post if I can get hold of them.
-
Nov 12th, 2008, 11:43 PM
#12
Re: Professional look user friendly apps
-
Dec 21st, 2008, 04:49 AM
#13
Thread Starter
Hyperactive Member
Re: Professional look user friendly apps
wow great info peoples thanks very much.
-
Dec 21st, 2008, 06:10 PM
#14
-
Jan 1st, 2009, 08:34 PM
#15
Re: Professional look user friendly apps
 Originally Posted by DeanMc
Here Ya Go
Do you by chance have the pic in the vista windows update's panel too?
-
Jan 1st, 2009, 08:59 PM
#16
Frenzied Member
Re: Professional look user friendly apps
I presume you mean this?

Unfortunately not. The original one I posted was actually made by me using PSP and some blending. Or did you mean something else.
-
Jan 1st, 2009, 09:20 PM
#17
Frenzied Member
Re: Professional look user friendly apps
Having said that, it would not be extremely hard to emulate, I mean here is a 5 minute job:
-
Jan 2nd, 2009, 08:52 AM
#18
Re: Professional look user friendly apps
 Originally Posted by DeanMc
I presume you mean this?
Unfortunately not. The original one I posted was actually made by me using PSP and some blending. Or did you mean something else.
Nope, I was referring to that one (except without the text/links on it), I'm horrible at graphics and art, that's why I was asking
-
Jan 2nd, 2009, 11:10 AM
#19
Frenzied Member
Re: Professional look user friendly apps
I couldn't make it identical but I could make one like the one above for ya if you want?
-
Jan 2nd, 2009, 11:12 AM
#20
Frenzied Member
Re: Professional look user friendly apps
EG, like the one from the PSP screen shot. I could try to remove the text from the vista one but it would be a static size image. This means that it would scale horribly but Il give it a shot if you want.
-
Jan 2nd, 2009, 01:57 PM
#21
Re: Professional look user friendly apps
I've chatted with the client and the pic in post #17 will work fine, thanks for the offer though
-
Jan 2nd, 2009, 02:07 PM
#22
Frenzied Member
Re: Professional look user friendly apps
Cool, well if you PM me with the dimensions of your application sidebar I will redo it to that spec, clean it up slightly and export as bitmap/gif/png as the picture in post 17 is only a low quality graphic.
I will have it done by 10pm GMT if you send over those dimensions.
-
Jan 2nd, 2009, 02:57 PM
#23
Re: Professional look user friendly apps
Actually what they release are RECOMMENDED practices and GUIDELINES.... if you follow them or not is up to you. My last job's standards was to follow MS's lead, as their target user base is a heavy Office user types... here... not so much and the app doesn't follow your typical menus or layout styles... it heavily dependant on the legacy app its replacing, as well as how the app is going to be used. Drives me bonkers...
-tg
-
Jan 2nd, 2009, 04:40 PM
#24
Frenzied Member
Re: Professional look user friendly apps
I do like the WPF approach though. Ive been playing with it at first and thought it was rubbish but the fact that it forces you to create your UI as a separate tier plus the speed at which one can write ZAMAL once you have learned it means that UI development is finally becoming less of a hack and slash affair. I intend to create some WPF centric articles shortly to demonstrate its prowess.
-
Jan 2nd, 2009, 04:51 PM
#25
Re: Professional look user friendly apps
Dean - let me know when you do that, I'd be interested. I've been toying with it and like some of the effects you can create fairly easily that wasn't possible pre-WPF.
-tg
-
Jan 2nd, 2009, 05:17 PM
#26
Frenzied Member
Re: Professional look user friendly apps
Will do of course. I think WPF may be the technology that trumps for .NET in general after a few more releases and a bit of maturity.
JuggaloBrotha here is a better sidebar for you:
-
Sep 25th, 2009, 10:44 PM
#27
Thread Starter
Hyperactive Member
Re: Professional look user friendly apps
what is WPF and how do i use it, where do i find it?
-
Sep 26th, 2009, 05:33 AM
#28
Re: Professional look user friendly apps
 Originally Posted by aztrix
what is WPF and how do i use it, where do i find it?
http://en.wikipedia.org/wiki/Windows...ion_Foundation
-
Sep 28th, 2009, 04:30 AM
#29
Re: Professional look user friendly apps
 Originally Posted by aztrix
what is WPF and how do i use it, where do i find it?
http://www.vbforums.com/showthread.php?t=570937
-
Sep 28th, 2009, 08:45 AM
#30
Re: Professional look user friendly apps
You need to know your target audience otherwise you have higher odds to fail.
If its a business app custom for a client, then you need to get feedback from its users and management on how they want it to flow and look. If you are a good communicator then you will succeed. You have to give the customer what they want or they wont use it or your services.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
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
|