Results 1 to 4 of 4
Hi,
I need to write a GUI for the web to gather the following info:
Username
Password
SomePlainText
Path1
...
PathN
Of course, I then need an 'submit' button. I ...
- 03-10-2011 #1Just Joined!
- Join Date
- Jan 2011
- Location
- Cambridge, Ontario, Canada
- Posts
- 22
A Simple GUI, in which language?
Hi,
I need to write a GUI for the web to gather the following info:
Username
Password
SomePlainText
Path1
...
PathN
Of course, I then need an 'submit' button. I then want to have the user upload all paths supplied from their machine to my server. I hope to work with this data as arguments for a bash script. Also, I need to work with all possible client OSes consistently. What language should be used? What web-server should be used? Which manuals should I read? Many thanks for all advice.
- 03-10-2011 #2
You're basically trying to write a web form, and there are tons of languages you can use for this. PHP is a relatively simple one. Ruby on Rails is significantly more powerful, and is also becoming very popular.
Web forms are pretty much universally OS- and browser-independent, unless you are doing anything with crazy Javascript (which you will not be). You should read up about HTML, forms, and then whatever language you choose to use.
Good luck!DISTRO=Arch
Registered Linux User #388732
- 03-10-2011 #3Just Joined!
- Join Date
- Jan 2011
- Location
- Cambridge, Ontario, Canada
- Posts
- 22
Okay
Thanks for your advice here. I may follow-up again long into the future, for the benefit of googlers, after I make this work.
- 04-30-2011 #4Just Joined!
- Join Date
- Jan 2011
- Location
- Cambridge, Ontario, Canada
- Posts
- 22
PHP is a good idea for webforms needing things in the original post.


Reply With Quote