Job Tycoon has been released
My own open source job software has been released to the public. Here are Job Tycoon's features for Version 0.1.0:
- Job Tycoon is User-friendly.
- Administration Login
- Employer Login
- Valid CSS2.1 utilised.
- Support for UTF-8.
- Produces XHTML 1.0 Strict valid pages.
- Uses HTML Purifier —for Standards-Compliant HTML Filtering
- Support for MySQL, MSSQL, PostgreSQL and SQLite.
- JobTycoon is built on the excellent CodeIgniter project.
- Will be distributed under GPL.
This a very young software. I hope to receive bug reports or whatever I may have messed up.
Categories: Job Tycoon
Tags: releases
6 Comments
gillbates
by the way, I like the way you design user interfaces. I also liked the design for pinoytechinvoice. Is it ok if I borrow (ok, blatantly copy) your design for pinoytechinvoice? it’s just for an intranet app I’m making for our family business.
March 18th 2009
Thorpe
Not a problem. You can copy it :)
Regarding the jobtycoon error. I will take a look into it in a while.
March 19th 2009
gillbates
thanks man!
March 27th 2009
Thorpe
Just a reminder. I have fixed the error with the release of JobTycoon v0.1.1.
April 14th 2009
Thorpe
gillbates, I will let you know that I’ve released an admin theme. You might like it too.
May 3rd 2009


gillbates
Hi Thorpe. Was just checking out the job tycoon demo. When I went into the admin section and tried to add an account, I got the ff error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Accounts_model::$email
Filename: models/accounts_model.php
Line Number: 67
A Database Error Occurred
Error Number: 1048
Column ‘email’ cannot be null
INSERT INTO `accounts` (`name`, `email`, `date_upd`, `date_add`) VALUES (‘gillbates’, NULL, ‘2009-03-18 23:50:22’, ‘2009-03-18 23:50:22’)
March 18th 2009