eyeCalender can be used as your personal day-timer.
When you launch the eyeCalendar application, you will be taken to the calendar entry page for the current date (determined by your browsers's system clock). Today's date is always shown in the toolbar and clicking on it will cause the calendar display to return to its initial condition.
The window is divided into two panes. The left side displays a text area which shows, and allows the editing of, notes associated with the currently Selected day..
The right side of the window displays a calendar for the current month. For any calendar day that has notes assigned to it, a shaded box will be shown on the calendar itself. Click on any date to select it and to create or edit the associated notes. Clicking on the << or >> in the calendar header will display the previous (or next) month. Note that the selected day is not altered and any notes for it remain in the left pane.
Clicking of the day names in the calendar header will reorder the days such that the one clicked becomes the first day of the week. Any day may be so selected.
To add a note to a particular date on your eyeCalendar, first select the day from the calendar displayed in the window. If you need to choose a different month, use the << and >>, found at the top of the calendar. << navigates to the previous month, while >> navigates forward one month.
Now select a day by clicking on a numbered box within the calendar. If a note already exists for the selected day then it will appear in the text-area on the left and a heading will show that date.
Type or edit the text of the text area. Record any important message you wish (a reminder for a birthday, special event, or a task you need to do or have done, for example).
As soon as the text area is changed, the the diskette or Save icon which will appear at the left of the toolbar indicating that the note needs saving. Clicking on that icon will send the note to be saved on the server and the box for this day in the calendar should appear with a border. If the auto-save option is active then the save will be automatic as soon as the mouse focus leaves the text-area.
To remove notes for this day, click on the X on the left side of the toolbar. This icon only appears when previously saved note is being displayed. If the confirm-delete option is active, than a confirmation will be requested before the delete is performed.
Clicking on the user configuration icon on the window bar causes the user configuration panel to appear. This provideds a number of options which may be modified by the user. The values of these options are saved on a per user basis.
%a | 'am or 'pm' | |
%A | 'AM' or 'PM' | |
%g | Hours as value 1 to 12 | |
%G | Hours as value 0 to 23 | |
%h | Hours as value 01 to 12 | |
%H | Hours as value 00 to 23 | |
%i | Minutes as value 00 to 59 | |
%s | Seconds as value 00 to 59 | |
~ | A colon character flashing once per second (note no %) |
The table below shows the control sequences which may be used to present a date. Where the names of days and months are requested and a language translation is properly configured then the translated strings will be displayed.
%d | Day of month as 01 to 31 | |
%D | Week day short name, e.g. Mon | |
%j | Day of month as 1 to 31 | |
%l | Week day full name, e.g. Monday | |
%N | Day of week as code 1 (Sun) to 7 (Sat) | |
%w | Day of week as code 0 (Sun) to 6 (Sat) | |
%F | Full month name, e.g. July | |
%m | Month number as 01 to 12 | |
%M | Short month name, e.g. Jul | |
%n | Month number as 1 to 12 | |
%Y | Full year number, e.g 2006 | |
%y | Short year number, e.g. 06 |