Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 30th, 2005, 2:32 PM   #1
LegionZero
Newbie
 
LegionZero's Avatar
 
Join Date: Jul 2005
Location: Tijuana, B.C.
Posts: 19
Rep Power: 0 LegionZero is on a distinguished road
Send a message via MSN to LegionZero Send a message via Yahoo to LegionZero
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
LegionZero is offline   Reply With Quote
Old Aug 30th, 2005, 3:00 PM   #2
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3 Polyphemus_ is on a distinguished road
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
Polyphemus_ is offline   Reply With Quote
Old Aug 30th, 2005, 3:04 PM   #3
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,466
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
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."
Infinite Recursion is offline   Reply With Quote
Old Aug 30th, 2005, 3:25 PM   #4
LegionZero
Newbie
 
LegionZero's Avatar
 
Join Date: Jul 2005
Location: Tijuana, B.C.
Posts: 19
Rep Power: 0 LegionZero is on a distinguished road
Send a message via MSN to LegionZero Send a message via Yahoo to LegionZero
Quote:
Originally Posted by Polyphemus_
About the screenresolution? what does it matter whether you have 800x600 or 1024x768 ...
Because the background image in the page no longer displays properly at different resolutions.

Quote:
Originally Posted by Polyphemus_
... and you can also use firefox instead of internet explorer.
For some reason it does not run/display properly in Firefox since it was built with non standard compliant code. Visual Studio .Net, I think.

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
LegionZero is offline   Reply With Quote
Old Aug 30th, 2005, 3:29 PM   #5
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4 Arevos is on a distinguished road
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.
Arevos is offline   Reply With Quote
Old Aug 30th, 2005, 5:38 PM   #6
LegionZero
Newbie
 
LegionZero's Avatar
 
Join Date: Jul 2005
Location: Tijuana, B.C.
Posts: 19
Rep Power: 0 LegionZero is on a distinguished road
Send a message via MSN to LegionZero Send a message via Yahoo to LegionZero
Quote:
Originally Posted by Arevos
There's various survey-creating software around already, some of which is open source...
Actually that is how this whole thing got started, someone sugested phpsurveyor available through source forge, but since my boss doesn't like to use OpenSource software he decided upon building his own.
Quote:
Originally Posted by Arevos
In all honesty, this would take an day to construct in Rails, and perhaps two to do the same in PHP.
Actually this project took about 90 work hours, over a period of about four weeks. I just can't stop laughing.
__________________
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
LegionZero is offline   Reply With Quote
Old Aug 30th, 2005, 11:27 PM   #7
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
Quote:
Originally Posted by Infinite Recursion
php and mysql... sounds like the winning solution.
no kidding. I could do it in 4 hours or less
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote
Old Aug 30th, 2005, 11:35 PM   #8
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Quote:
Originally Posted by LegionZero
... my boss doesn't like to use OpenSource software he ...
What's not to like, they're free and they get the job done.

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.
OpenLoop is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC