OK, I know HTML inside out, and then pieces of JS, DHTML, CSS, etc. Basically, as I've needed how to do something, I've picked it up. The only thing is that this time, I don't know what to pick up.
Re-designing my church's website. Basically, I want to do this:
1) Maintain a list of activities/events with dates and times
2) Generate a monthly calendar from that list
3) Generate a list of events occuring in the next "x" days (probably 10)
I might also want to store a URL for each event, with a further explanation/elaboration of details. You could click on an event in the calendar or list and go to the URL associated with it.
My first guess is that #1 out to be some kind of table, maybe in MySQL. But I don't even know if that's right, and even if it is, I don't know where to go next.
Any suggestions, resources, etc, would be VERY appreciated.
Re-designing my church's website. Basically, I want to do this:
1) Maintain a list of activities/events with dates and times
2) Generate a monthly calendar from that list
3) Generate a list of events occuring in the next "x" days (probably 10)
I might also want to store a URL for each event, with a further explanation/elaboration of details. You could click on an event in the calendar or list and go to the URL associated with it.
My first guess is that #1 out to be some kind of table, maybe in MySQL. But I don't even know if that's right, and even if it is, I don't know where to go next.
Any suggestions, resources, etc, would be VERY appreciated.









