topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 1:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Interface Design Desperation.. Help needed!  (Read 5984 times)

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Interface Design Desperation.. Help needed!
« on: November 02, 2006, 11:59 AM »
I'm desperatelly needing help with school stuff. This particular class is taking loads of my time so i need your help on this one.

I just need to know if anybody knows a simple way to make a user interface. It can be anything, from an executable to a flash animation or even a web page. I just need to keep it simple and fast.

The interface is for a DVD renting machine with no database, just some static stuff. This means there's almost no need for variables and such, almost like a web page. Truth is that there are like 40 static screens (all of them follow a template), and i only have a few days to do it. (no, i didn't leave it to the last moment, that's the time they gave us)

So, i ask for your help. Can you tell me a good way to do it?


Here's the ones i've thought about:
  • Flash (although i know nothing about it and it looks like there's too much to learn and too litle time)
  • Html + Php (looks like the best option right no)
  • Cpp (using some kind of easy gui maker. Don't know anything about it, though)
  • Other programing languages, using easy gui makers. But i know of none like that.

I hope you can help me... Thanks!  :Thmbsup:
« Last Edit: November 02, 2006, 12:23 PM by jgpaiva »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #1 on: November 02, 2006, 12:27 PM »
jgp since you are having to learn php and html forms and stuff, i agree that sounds like your best way.

i find flash HORRIBLE for gui stuff.

you could use delphi or c++ builder if you want to make a standalone application.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #2 on: November 02, 2006, 12:39 PM »
I have just found one better way to describe what i'm looking for:
"dynamic Powerpoint". Something that will allow me to create a bunch of screens, and link them easily, but keeping some states at the same time.

I'm learning php, but i still don't know much about it, and i really was looking for a sort of mouse-directed solution.

Nevertheless, php+html looks like my best solution up to the moment.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #3 on: November 02, 2006, 01:20 PM »
well there are tools for doing this for like presentations, designed for minimal interactivity and mainly linking back and forth between screens.

But is the main aim to make the screens look really nice, or does that not matter?  That will have a big effect on what you need to use i think.

NeilS

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 78
    • View Profile
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #4 on: November 02, 2006, 01:34 PM »
How about EasyPrototype?

It's not free, but there's a 30 day eval which is apparently fully functional, although sometimes people say "fully functional" when they mean "doesn't allow saves", so might be worth checking that before you do too much with it.

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #5 on: November 02, 2006, 09:19 PM »
There's an IDE for Flash that looked really cool. Let's you build real applications with Flash.

http://www.multidmedia.com/software/zinc/

It might help out, but it's not free. You could just use the trial though.
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #6 on: November 02, 2006, 09:22 PM »
Then again, I still like Visual Studio, and very much deserve to win the Team System :)
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #7 on: November 02, 2006, 11:19 PM »
those easy prototype things are nice ideas, but you know with the new Borland releases of Turbo editions, i think you are better off "prototyping" your interface in delphi or c++ builder, where you can make it into something real if the urge strikes you.  the visual designer is quite powerful.  might be a little bit harder but the payoffs of having a real language and compiler are significant.

Lashiec

  • Member
  • Joined in 2006
  • **
  • Posts: 2,374
    • View Profile
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #8 on: November 03, 2006, 04:13 AM »
HTML + PHP. It's the combination they use in my university to teach GUI design. You could also try Visual Basic or Delphi as suggested by mouser

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: Interface Design Desperation.. Help needed!
« Reply #9 on: November 03, 2006, 05:13 AM »
How about EasyPrototype?
Thanks for the suggestion, NeilS. It does look good and work well, but it's for low-fidelity prototypes.

I have decided that flash is a bit beyond my needs, as there are way too many commands and such.
My current best option is html+php, but i'm now going to take a good look at borland turbo.
Thank you so much for your help so far, i hope i'll find the perfect solution asap!
« Last Edit: November 03, 2006, 05:15 AM by jgpaiva »