Click to See Complete Forum and Search --> : Which to program in?


tripoli40
05-20-2008, 04:02 PM
I need to make an application for our intranet that will check a database of open ticket items and once they hit 30 or more days display them in a "hot list" that will be user defined.
Hence if a certain department is behind on something they get a nice display showing what it is at time of log-in.
Any ideas on personal prefrences will be great. Please add pros and cons if possible.
Thanks!

r0k3t
05-20-2008, 04:05 PM
Well what is the database? What platform is it running on?

tripoli40
05-20-2008, 04:13 PM
Well what is the database? What platform is it running on?

Right at the moment the database is just an excel spreadsheet. I'm not sure what to put it in, but it will be on Server 2003. Any ideas for that?
This is going to be a fresh build that was never originally existing. I hope I answered your questions.?

r0k3t
05-20-2008, 04:52 PM
Well it also depends on the budget. I would say if you get to start from scratch PHP/MySql/Javascript is a great way to go. But lets say budget doesn't matter... Or maybe you have people there that know MSSQL and .NET then you might go that direction. I know there are people that get all worked up over the issue but you have to look at what resources you have available then make a decision - Don't go with what you think is the coolest thing.

Just my two cents...

ray326
05-20-2008, 11:11 PM
There are several application stacks you could build that on with no licensing cost.

IIS/ASP/SQL Server Express
Apache/PHP/MySQL
Tomcat/JSP/Derby

As r0k3t says, go with the best personnel fit, not the coolest thing.

tripoli40
05-21-2008, 08:03 AM
Thanks for the start. Now I have a direction to go and I can start my homework. Thanks again!

MacPC
05-29-2008, 11:34 AM
I would stay the hell away from any Microsoft's garbages and use LAMP or MMAP

Scriptage
05-30-2008, 09:04 AM
I would stay the hell away from any Microsoft's garbages and use LAMP or MMAP


On what do you base these words of wisdom? If the current "database" is an Excel file and you need to interact with the system:

get a nice display showing what it is at time of log-in.

then .Net is the way to go.

Regards

Carl