Click to See Complete Forum and Search --> : looking for a calender
joanne
09-15-2003, 03:15 PM
Hi all,
any idea where I can download a free calender for my web page??
I kind of like the one you have up here but would like to change the color!!!
Thanks for the tips..
Not sure where to begin searching.
zachzach
09-15-2003, 03:42 PM
go to javascriptsource.com and choose calendars
PeOfEo
09-15-2003, 07:51 PM
I would use a server side language and not java script for this. Because if you want to have links in each of the dates with different events in each its a lot easier to maintain it using a data base and a server side language to query that data base then to have 30 html files linked. You can get a calander control in any server side language if you look around. Just type in google 'server side calader controls' or something like that.
zachzach
09-15-2003, 08:30 PM
yea bnut then pll would have to share calendars unless you create a database for each person
and that would wast space
zach
PeOfEo
09-15-2003, 08:36 PM
Why would you need one for each person? There isnt a data base for each of us here. I fail to see the logic. If you want to store the data you need a data base so people can right in their own data, you can have a login system and use auto number id's to keep track of which users stuff is witch, you can do anything with it pretty much. Java script is bound to what you put in ther source code, to have it accuarate you have to manually go into the file save it and upload it often which is a pain in the butt and would end up needing 30 pages if you want one for each day. If you used a server side language you would need 2 pages. One with the calader and one that gets info from the data base after you click a calander link.
joanne
09-15-2003, 10:13 PM
eek, boys, boys, I feel like I started something here.....
you are talking waay over this gal's head. I am very sory for my ignorance but I donot know what a server side whatever is and what is involved in that.
I would like a calander so we can have a forecast of all the upcoming events available at the church.
I did down load one. "cookie calender" however the help link seems not to work so I do not know how to enter the information.
Ummm, not sure what else except any more help clarifying this would be soo wonderful
j
DaveSW
09-16-2003, 02:04 AM
Try posting the script in. Or zipping it.
DaveSW
09-16-2003, 02:28 AM
OK I see you've started a thread in Javascript too. Perhaps we'd better continue in that one.
http://forums.webdeveloper.com/showthread.php?s=&threadid=17567
PeOfEo
09-16-2003, 05:18 PM
I still dont think java script would be the best solution in the long run :(