Brown Bear Software Home iCal Calendar Information Client Information Download Software iCal Live Demos Order Software
   Brown Bear Software  
 
Tips Tricks Tools and Include Files
This page contains a few helpful tips and tricks for customizing your calendar.  If you have anything you feel would be useful to others, please feel free to contribute to this page.  You can email  support@brownbearsw.com


IDT Include Files
IDT include file are commonly used for Holidays, Moon Phases, Birthdays, Paydays etc.  You can create these files yourself.  They are simply text files that end with a .IDT extension.  You place these files into the the directory that contains your calendar files. You should find a  couple of .IDT files distributed with your calendar software. You  optionally choose to include these IDT data files onto your calendars from the  Administration Add-Ins calendar page.  IDT Details will describe how to create your own files.  Below are some idt files you can download and use.


Adding Graphical Images
Adding graphical images to your calendar is easy to accomplish. It is requires embedding a small amount of html into the text that is to appear on the calendar. The images to appear can be located anywhere, but it is easiest if you put these images into the directory that holds your calendar files.

Example for an image in your calendar directory
This code will work because the image ical2.jpg is installed with iCal program. Use this as the text for a calendar event.

<IMG SRC="/ical2.jpg"> Cool!

Example for an image located somewhere on the network

<IMG SRC="http://www.brownbearsw.com/images/penguin.gif"> Cool!


Adding URL and Email Links to the Popup Window
The following text can be placed into the popup text of an event. It demonstrates how a URL link can open a new browser window. It also shows how to embed an email link. This could could also be placed directly into the text that appears on the calendar.
Contact <A HREF="mailto:support@brownbearsw.com">support@brownbearsw.com</A>
or go to <A HREF="http://www.brownbearsw.com" TARGET="_blank">Brown Bear Software</A>

Side Bar Menu
There is a clever trick that can be used to get a menu along the left side of your calendar. This is accomplished by putting html code in the calendar header and footer. Below are samples for the header and footer. You can customize these to your own needs. Sample Menu Calendar is the result of using the header and footer code below. You will also see the graphical moon phases idt file.
This goes in the calendar header
<HTML><HEAD><TITLE>Brown Bear Software </TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF">
<TABLE WIDTH=100%><!-------- Begin Side Menu ----------->
<TR><TD WIDTH=15% BGCOLOR="#9EBCED" VALIGN=TOP>
<TABLE CELLSPACING=1 BORDER=0 BGCOLOR="#9EBCED" WIDTH=100%>
<TR><TD><BR>
<P ALIGN=CENTER><A HREF="http://www.brownbearsw.com/" ><b>Home</b></A>
<P ALIGN=CENTER><A HREF="http://www.brownbearsw.com/ical" ><b>iCal Details</b></A>
<p><p></TD></TR></TABLE></TD><!--------- End Side Menu --------->
<!----------- BEGIN OUTPUT --------->
<TD WIDTH=80% BGCOLOR="#FFFFFF" VALIGN=TOP>
<P ALIGN=CENTER><IMG SRC="http://www.brownbearsw.com/images/bbear.jpg" ALT="Brown Bear Software logo">
<P><TABLE ALIGN=CENTER WIDTH=90%><CENTER></CENTER><TR><TD><blockquote>
This goes in the calendar footer
</BLOCKQUOTE></TD></TR> </TABLE> <p><!------- END OUTPUT --------> </TABLE> </BODY></HTML>

iCalMinder: A COOL little program to alert you of upcoming events
This is slick little program donated by Gary Bishop gb@cs.unc.edu. Feel free to send Gary compliments on this program! It is a small Windows application program that runs in the system tray. It will monitor any iCal calendar for upcoming events. Download iCalMinder.exe and start the program. Right click on the calendar tray icon for help. Sweet and simple! You are also welcome to the iCalMinderSrc.zip source code.

Brown Bear Software Brown Bear Software
1405 Matterhorn Way
Anchorage, AK 99508
Phone: (907) 278-1231
FAX: (907) 222-2934
Email: ical@brownbearsw.com