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.
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.
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