Unix tail command equivilant for window

December 27, 2007

I was looking for a program to monitor the log file under window that is similar to the unix tail command.  Finally found one called MakeLogic Tail that is also freeware. Works find for me so far.


Header.php

December 24, 2007

Used to format POST/GET parameters

(move include_only to individual action files?)


Config file

December 24, 2007

remove directory “config”

Configuration variable set in “config.php”, including loading of config data from database

Hosting for multiple URL requires tweaking of “config.php”


Modulation?

December 20, 2007

Thanks to Saq for the brilliant suggestion of making cctiddly modular, it gets me thinking what and how does modulation programming (is this the right term?) achieved. The first thing I come up with so far is index.php manage all the action required thus index.php is usually visit (when action required) as index.php?action=save for saving. This would trigger the save module which is registered in the database by default. Users can then add customised modules through an admin interface making customising cctiddly a very simple process.


Ideal install process

December 20, 2007

My idea install process is as follow:

  1. edit the config file
  2. visit index.php
  3. the installation process will be invisible and the user will be able to start using

note that only the bold steps require user interaction

As for installing workspace, either use the backstage panel or visit a desired workspace. there should be a setting in the config file to allow for workspace creation or not, and can limit to only certain users to be able to creat them


Some more updates for backend work

November 13, 2007

revisionlist.php and uploadstorearea.php is converted too! revisioncontent.php is last as far as I remember but there is another bug I’ve noticed. The version button in the TW interface is missing!!!


Further progress in converting backend

November 11, 2007

The delete and RSS function has been converted. The RSS filename will now be dependent on the instance name. Working on uploadStoreArea but seems to require abit more work before completing.


First progress!!!

November 10, 2007

Finally updated the functions of save (including insert, update and delete) and split into a separate handle. Gotta finish off delete which should be fairly short, and maybe start merging the code first. Otherwise, RSS and upload would follow.


Start of blog

November 7, 2007

This is the start of (another) CC’s blog. This is mainly about ccTiddly development, resource useful for development, design and others. You may subscribe to the RSS if you want to continuously monitor the progress.