![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
Bigger solution than needed
My boss at work recently became a certified internet consultant, for every newe client he has to fill out a questionare that has 75 questions, some are open answer, some are multiple choice and some are the select all that aplpy type.
Since his company (where I work) does software development he thought it would be a good idea to go with the trend and make the questionare into an ASP.NET application with the questions and answers in both english and spanish, stored in a database, so here comes Access into the picture, the only problem is that now he wants to share the application with other IC's like himself, the problem now is that it is a very long procedure to install this simple questionare. These are the requirements: • Windows XP professional • Internet Information Services 5.1 (IIS) • Framework v2.0.50215 • Internet Explorer • Monitor resolution of 1024 x 768 Wouldn't it have been simple to do an application that does not even require an install?, something created in Basic or even Python would have been better than these requirements and a 6 page installation manual. I just can't stop laughing , it seems that the solution is bigger than what was needed.
__________________
War cannot be avoided until the physical cause for its recurrence is removed and this, in the last analysis, is the vast extent of the planet on which we live. ~ Nikola Tesla |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3
![]() |
that's idd a bigger solution than needed
but... they don't have to be the requirements.. firstly, use php. You download XAMPP, a distro of all things you need to have a nice server including a webserver with php, mysql, email, ftp, lots of plug-ins for apache.. you won't need all those framework things and you don't need windows xp, you can also use linux. About the screenresolution? what does it matter whether you have 800x600 or 1024x768 , and you can also use firefox instead of internet explorer.A python program is idd handier to use, but a server is handier, since you can save all your information on it ![]() |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
php and mysql... sounds like the winning solution.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 | ||
|
Newbie
|
Quote:
Quote:
Indeed, your arguments are the same as mine, specially since this application is designed to be used offline, but built with an online platform in mind. Silly isn't it.
__________________
War cannot be avoided until the physical cause for its recurrence is removed and this, in the last analysis, is the vast extent of the planet on which we live. ~ Nikola Tesla |
||
|
|
|
|
|
#5 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
There's various survey-creating software around already, some of which is open source, most of which is offered as a paid service by a number of websites.
In all honesty, this would take an day to construct in Rails, and perhaps two to do the same in PHP. |
|
|
|
|
|
#6 | ||
|
Newbie
|
Quote:
Quote:
__________________
War cannot be avoided until the physical cause for its recurrence is removed and this, in the last analysis, is the vast extent of the planet on which we live. ~ Nikola Tesla |
||
|
|
|
|
|
#7 | |
|
Professional Programmer
|
Quote:
|
|
|
|
|
|
|
#8 | |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
Quote:
I agree with IR's suggestion. create a website in php and mysql then make it local to the company lan or accessible through a login. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|