Click to See Complete Forum and Search --> : web calendar


jaysan
03-23-2004, 08:23 PM
Hello anyone???

I have got my final year project to submit in a month. I have not actually started it yet. Basically my project is on wap, wml xml etc. I have to design a web calendar which I can upload it on to a website and also can be viewed from a pda or a wap device ( if possible pda). So the calendar can be operated both via pda and from the website and is stored in a remote server.
I have been doing some research on it and most likely I would build a calendar using java servlet and encode it with wml. But I am not sure about which server to use for this project or other programming needed for this project. So if any of you web dudes have done a project similar to this or ideas about this can you please give me some advice?????
Thanks
Sanjay

Sam
03-23-2004, 08:38 PM
I would use PHP+MySQL+XHTML+CSS

buntine
03-23-2004, 08:44 PM
I wrote one in ASP. http://www.buntinedesign.com.au/calendar/calendar.asp

I think your idea of using Java is good. PHP+MySQL does not have the portability required for this type of project.

Regards.