The Montoya Herald, a weblog about Blueprint, jQuery, design, music and life, publishing on the web since September 2005. Written by Christian Montoya: developer, designer and entrepreneur.

The Montoya Herald — ChristianMontoya.com

Search

Supported By

Calico

Posted on December 15.

While working on the final project for my web design course, I was looking for a PHP script that could display a calendar stored in a text file. I couldn't use a database because the server for our client didn't have any, and I needed something extremely simple, about as simple as the markup for the final page itself. Upon realizing that there wasn't a single script out there as simple as what I needed, I decided to make my own.

I managed to write most of it in a weekend and I'm very happy with the result. I call it "Calico" like a calico cat, those cats you see with orange, black, and white. The script reads events stored in lines from a text file and then outputs a list or tables of the events, that can then be styled with CSS. I still need to write up more stuff on how to use it, but if you want to see it you can visit the Calico webpage. Let me know if you would be interested in trying it out, and if you ever need to use it, go right ahead, it's free. Also, if you have any tips for creating a file editing interface (for editing the text file that stores the events), let me know. It would really make Calico better.

Get a Trackback link

2 Comments

  1. Mike Davies on December 15, 2005

    For an easy to use php calendar using a flatfile database (can use MySQL as well)look at http://www.easyphpcalendar.com.

    Not free but only $19.95 and, as it says, easy to use.

  2. C Montoya on December 15, 2005

    Did I mention this calendar was for a school project? One that involved doing everything without spending any money?

    I know there are PHP flat calendars out there that cost money… but it's about time someone made one that was free. And I may as well be the one to do it. Besides, where can you find a script that produces solid, completely semantic html and xhtml compatible markup? Where? Only Calico does that.

Leave a comment

Use Markdown or basic HTML. For posting code, use Postable. Please keep comments respectful and on topic.