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.
Unix tail command equivilant for window
December 27, 2007Header.php
December 24, 2007Used to format POST/GET parameters
(move include_only to individual action files?)
Config file
December 24, 2007remove 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, 2007Thanks 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, 2007My idea install process is as follow:
- edit the config file
- visit index.php
- 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, 2007revisionlist.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, 2007The 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, 2007Finally 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, 2007This 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.
Posted by coolcold
Posted by coolcold
Posted by coolcold