1
May
2007

Project Website

Our project website is available with the tinyurl http://tinyurl.com/25hxso.

Original URL: http://www2.students.fh-vorarlberg.ac.at/~cha1349/vccal/

30
Apr
2007

MySQL Database Setup

cause there is no GUI for the administration of the database, i've set up it manally in the command line (terminal on osx).

CREATE TABLE events (
id INT NOT NULL AUTO_INCREMENT,
title VARCHAR(50),
description TEXT,
startTime TIME,
startDate DATE,
endTime TIME,
endDate DATE,
linkage TINYTEXT,
institution SMALLINT UNSIGNED,
prize DECIMAL(3,2),
active CHAR(1),
PRIMARY KEY(id));

CREATE TABLE institution (
id INT NOT NULL AUTO_INCREMENT,
name VARCHAR(50),
logo BLOB,
linkage TINYTEXT,
description TEXT,
telephone TINYTEXT,
cellphone TINYTEXT,
email TINYTEXT,
PRIMARY KEY(id));

Concept Paper

Concept Paper
Special Media Technology Systems
4th Semester Media Design Bachelor
February – July 2007
FH Vorarlberg


Concept-Paper (pdf, 67 KB)


Project Name: Cultural Event Calendar
Short Description: Website, that provides cultural events, tagged with Microformats, stored in a database.









Project Group
• Christian Haudum
• Markus Jalonen
• Len Canoot
• Pim Odekerken

Project Goals
• Set up a website that contains dates and information about artistic and cultural events in the region of Vorarlberg.
• The events are provided with Microformats, so that is easy the get import the dates to your personal calendar application or mobile device.
• Provide a high usability within the website so that also an internet layperson can intuitively navigate through and use the site.
• Focusing on the main theme of the website: Exchanging dates between Internet, calendar application and mobile device.

About Microformats
Microformats make it much easier to share certain small amounts of information on the internet by using a specific mark-up format that can export the information within the tag to software programs. It is commonly used for address books and calendars. Microformats is an open standard.


Workout

Database
The content of the website is based on a MySQL-database. There are several reasons to use a database for this website:

• It can contain a lot of information
• It is fast
• You can combine information easily
• It is easy to store different content in the same structure

Structure


Events
Summary (title)
Description
Start date & Start time
End date & end time
URL
Institution →
Price

Institutes
Name
Logo
URL
Description
Phone/Fax/E-mail



Scripting Language: PHP
The scripting will be done in PHP. It’s the most common scripting language to communicate with MySQL-database, and provides best functionality.

Usability
The main interface is a calendar view of a week. It is possible to switch to daily and monthly view. The looks are straightforward, no unnecessary elements. The site won’t look like a common website.

To get more information about an event you can click on the name of the event. You then get a thickbox overlay (http://jquery.com/demo/thickbox/) where you can add the events to your calendar and get some more detailed information.

- - - - - - - - - - -
link for fhv students: http://lms.fhv.at/fhv/11212/resources/shared?content=&current=fhv/11212/resources/shared
here you may find more information about the project
logo

vcCal

Building a Microformats tagged vCalendar for Cultural Events

Users Status

You are not logged in.

Navigation

Recent Updates

Resumee
Here's my resumee from the view of the project manager...
Microformatics - 28. Jun, 21:30
vccal testing environment
the backend is now running on the freepic server. so...
Howdy - 14. Jun, 13:41
MySQL Modelling Update
Hopefully this is the last version of our database...
Microformatics - 13. Jun, 23:29
Apache & MySQL running...
now an apache server and mysql (xampp) are running...
Microformatics - 1. Jun, 10:01
Calendar Views
Month Week Day The requirements from the programming...
Microformatics - 31. May, 18:05

Search

 

Status

Online for 6210 days
Last update: 28. Jun, 21:30

Credits


Programming
Project
Profil
Logout
Subscribe Weblog