====== IK0602 Conference Management System ====== ===== Reference / Resources ===== ==== PHP ==== * [[http://www.php.net|Official PHP Website]] * [[http://www.w3schools.com/php/default.asp|W3 PHP Tutorial]] * [[http://www.php-mysql-tutorial.com/|PHP & MySQL Tutorial]] ==== MySQL ==== * [[http://www.tizag.com/mysqlTutorial/|MySQL Tutorial]] * [[http://www.devshed.com/c/b/MySQL/|MySQL Programming Tips and Tricks]] * [[http://dev.mysql.com/doc/refman/5.0/en/tutorial.html|MySQL Developer Reference]] ==== XML ==== * [[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xmlnotepad.asp|Mircrosoft XML Notepad]] * [[http://en.wikipedia.org/wiki/XML|XML on wikipedia]] * [[http://www.w3schools.com/xml/default.asp|W3 XML Tutorial]] * [[http://www.php.net/xml|An event model PHP XML Parser]] ==== Apache ==== * [[http://httpd.apache.org/|Apache httpd Official Page]] * [[http://httpd.apache.org/docs/2.2/|Apache Documentation]] ==== Platform ==== * [[http://en.wikipedia.org/wiki/LAMP_(software_bundle)|LAMP - Linux + Apache + MySQL + PHP]] * [[http://www.wampserver.com/en/|WAMP - Windows alternatives to LAMP]] ==== Open Source Projects ==== * [[http://www.zakongroup.com/technology/openconf.shtml|Open Conference - A relatively simple paper submission and review system]] * A small system which we can study the structure and coding style quickly. * [[http://ckt.gotdns.com:8001/openconf/|Sample system]] * [[http://iaprcommence.sourceforge.net/|Commence Conference System - A feature rich conference managemenet system]] * An open source project which have most of the functionalities found on the ICONIP 2006 system, key features includes: * Conference phases (Paper submission, reviewer bidding, reviewing, final paper submission) * Simple statistics ( # of users, paper, accepted/reject/pending papers ) * Tracks and sub-tracks (topics under a track) * Reviewer invitation * Paper rating * Name card printing * Batch letter sending * Venue, event management * Stylesheet support * Batch paper download * Good reference system * [[http://pc89191.cse.cuhk.edu.hk:20000/commence/original/|Sample system (Within CSE Network)]] * [[http://ckt.gotdns.com:8001/commence/|Sample system (Running on my computer)]] * [[http://framework.zend.com/|Zend - A framework for developing high quality web application]] ==== Papers / Articles ==== * [[http://en.wikipedia.org/wiki/Model_view_controller|Wikipedia - Model View Controller]] * [[http://www.phpit.net/article/simple-mvc-php5/3/?pdf=yes|Building a simple MVC system with PHP5]], [[http://appsrv.cse.cuhk.edu.hk/~ktchan4/fyp/MVC/PHP_MVC/Building%20a%20simple%20MVC%20system%20with%20PHP5.pdf|Alternative Link]] * [[http://www.phpit.net/article/php5-class-basics-part1/?pdf=yes|Writing PHP Classes]] * [[http://codewalkers.com/tutorialpdfs/tutorial58.pdf|Writing PHP Template]], [[http://appsrv.cse.cuhk.edu.hk/~ktchan4/fyp/PHP_Template/tutorial58.pdf|Alternative Link]] * [[http://www.phppatterns.com/docs/?idx=design|PHP Patterns]] * [[http://www-128.ibm.com/developerworks/library/os-php-designptrns/|5 common PHP patterns]] * [[http://www.uic.rsu.ru/doc/web/php_coding_standard.html|PHP Coding standard]]