Installing VCalendar - part 2
VCalendar |
How to install VCalendar from UltraApps on 3.5-Apollo.
On the previous page I showed you how to install VCalendar on Uniform Server with the intention of putting it online. That involved making sure the security features were in place however it does not really give you a chance to evaluate the program and have a play.
This page addresses that it uses a default installation of Uniform Server, which is inherently safe, and downloading my cut down (English only) version of VCalendar.
The installation is similar hence I will use the previous installation guide when setting up VCalendar. Main differences are the file you download and password used.
Download
Download my cut down version of VCalendar using this link uc_vcalendar.exe it is a self-extracting archive file.
File: uc_vcalendar.exe size 300 KB
MD5: 9d9f968c9f58458f585f924aae000b79
Save this to folder www located *\Uniform Server\udrive\www (where * is your path the the UniServer files)
Start the extraction process by double clicking on the file (uc_vcalendar.exe) when prompted click on Extract that’s it. All the files will have been copied and the folder vcalendar created. To save space you can delete the archive file (uc_vcalendar.exe) or move it somewhere else.
Installation
Installation really is easy, VCalendar automatically creates the database and populates it with the required tables. Using a default installation of UniServer you can use the default password and I can be specific with other name and passwords. The following takes you through the installation steps:
|
|
|
|
|
Login
To run or login to VCalendar type the following into your browser address bar:
http://localhost/vcalendar/
Please note: The two-drop down menus Pine and English are the only valid values I removed all the other options, the rest of VCalendar is fully functional.
Once logged in as admin you will notice across the top menu bar a link named Administration, click on this. It brings up a new page with all the administration power tools (top menu bar) Click on configuration and scroll down the page to Page header section (second item from bottom of page) to the right you will see <h1>Calendar</h1> change this to the name of your personal calendar for example <h1>my calendar </h1> Just for fun replace <h1>Calendar</h1> with <h1><img src="../images/logo.jpg">My Calendar</h1> click the Submit button, logout, and you will see the UniServer logo. Now try the same line in the Page footer |
CSS
If you view the page source for Pine towards the top you will see this line:
<link rel="stylesheet" type="text/css" href="Styles/Pine/Style.css">
I have highlighted the part that is important, it tells you where to find the style sheet and its name. Now armed with the ability to change the header, footer and style sheet you can tailor VCalendar to your own requirements.
To see this power in action open the file Style.css located in folder *\Uniform Server\udrive\www\vcalendar\Styles\Pine
Change this line from: background-image: url('Images/PageBg.gif'); to background-image: url('Images/PageBg.gif1'); background-color: #00ff00;
The browser will not be able to find the image PageBg.gif1 hence will use the background colour instead.
Conclusion
Both VCalendar and Uniform Server are easy to install, hence it you break both delete the lot and start again. The above quick installation allows you to explore VCalendar’s capabilities in a safe environment. It’s an extremely useful application that you can deploy on the Internet or use solely as a personal calendar.
Ric |