day scheduler
general infomation
Calender is created using javascript and cookies to simulate a fully functional calendar database.
You can:
- set, edit, or delete multiple reminders for a given day
The calendar will:
- alert you when you have a reminder for the current day
- give you the number of reminders or show you a monthly list
back
calendar
Calendar default view displays the current month. It highlights the current day and also displays a reminder notification in the day box if a reminder exists. Mousing over the reminder will also show the number of reminders set for that particular day.
Reminder Alerts occur when the calendar is initially loaded.
back
changing months
To change the view to a different month, click on the arrows in each top corner of the calendar. Calendar is also equipped to go to the most recent century (pre 1999).
<< - This link will go back one month
>> - This link will go forward one month
back
reminders
Reminders can be seen from the calendar view if a reminder exists. A reminder graphic will appear in the day box when a reminder is set. Mousing over the reminder will also show the number of reminders set for that particular day.
Clicking on the Month will display a list of all dates with reminders bulleted below.
To go to the Day Scheduler, simply click on the date you wish to schedule.
note:* see limitations
back
alerts
A Reminder Alert will appear when the calendar html file is loaded initially. The alert will inform you of the number of alerts for the current day set.
Click OK to close the alert and the calendar file will finish loading in the browser window.
After the alert is closed it will not reappear unless all browser instances are closed and the page is reloaded.
back
day scheduler
Day Scheduler can help to manage your reminders. The toolbar at the top of the window allows you to set and delete reminders.
The date is also display to help ease navigation and avoid not knowing which day is being set with a reminder.
back
creating new reminders
To set a reminder, click on the set reminder link on the Day Scheduler window. Once there, simply input the text into the text box and click on set reminder below the text box.
To cancel, click on Day Scheduler at the top of the screen.
Once set, Day Scheduler will appear with the new reminder listed in the grey area box.
back
editing existing reminders
To edit a reminder, simply click on the reminder text. This will bring you to the edit screen.
The screen shows the current reminder text and a text box where you can input the new text. If you want to modify the existing text, click on current text to pre-populate the text box with the current text.
Once editing is complete, click on set reminder below the text box and Day Scheduler will appear with the new modified text in the grey area box.
back
deleting reminders
To delete a reminder or multiple reminders, select the check box of the reminder(s) you wish to delete.
Click on delete reminder(s) to delete the reminders. Day Scheduler will automatically resequence the reminder list.
back