Calendars

http://www.website4sale.net/scripts/dynamicCalendar.html

I like that calendar and I was wondering, you can make the numbers of the days like “22nd” and whatnot into links right? I looked at the Java, and since I have no experience with it I couldn’t find where you would do it.

I’m sure you can, but can someone just tell me how to do it? I or post the part of it where I change it.

Have a look at:

http://www.cascade.org.uk/software/...endar/index.php

I am currently developing an actionscript calendar as we speak, using php and mysql. This got my brain thinking.

Sounds good, I’ll check the link in a bit. I have no knowledge in the PHP or mySQL fields.

Document Not Found.

check this:

http://www.cascade.org.uk/software/php/calendar/example/specific_date.php

I don’t know PHP. And I need a calendar thats a little bigger. Actually quite a bit bigger so I can put links of important happenings inside the boxes of the dates.

If you don’t know php or mysql why not use a calendar with each date flashing according to whether there is an event, you could make it quite dynamic by using text files to get the info into the calendar rather than simply hard coding everything in flash which will be more time consuming.

So you could have each month displayed, then each date could be a button. When the date is clicked text from an external file could load into a dynamic text box.

PHP and Mysql would improve the dynamics of the calendar and allow a few extra things to occur but you or we, depending on whether you need help could side step the whole php thing.

Now that I think of it. Why don’t I just make the calendar manually? Just make it a bunch of tables with links inside. Haha thatd be WAY easier.

problem is you’d have to make one for each month since the day names and numbers are not the same for each month…

sure but you could make an array for each month and then use dynamic text boxes to display the correct date. There are a multitude of ways of doing it I reckon. It’s a question of functionality and time to complete it

Or I could just change the dates by hand. Its not a lot of work really. Nobodys gonna have a crap load of events planned for 2 years.