Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

General Programming query

Status
Not open for further replies.

SSonnier

Technical User
Nov 4, 2003
78
US
Here is my general query.

I want to build a web application that will allow users to log in and schedule an appointment with me. I'll also want to handle approving appoinmnets, blocking time slots, opening time slots etc... When a user logs in, I'll want them to be able to see the calendar or schedule and book their times.

What I'd like to know is if anyone has had experience in building an online calendar system. IF so, what language did you write the application in and what type of database did you use?

I'm thinking of using ASP or Java but wondering if something like Cold Fusion would allow for the type of programming I think I'd need.

All thoughts would be welcome!!

Thanks
Sherri
 
For reference, I've built some simple calendaring tools in PHP, using the date() function extensively and taking advantage of PHP's object oriented capabilities as much as possible. ( While I was basically happy with the results, I was running into what I felt were complexity issues in the code that would bite me later on if I tried to extend the functionality. The rigors of Java, especially if you put some thought into the design and take advantage of javadoc, will go a long way in protecting you from such a situation.

News and views of some obscure guy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top