Working on PHP Custom Form Validation
I'm almost done with a PHP class equivalent with our Savvy.js Form.validate() function, here we be using Associate Array to define all type of test to be done.
include "form.class.php";
$dv["username"] = "crynobone";
$dv["password"] = "pass";
$daf["username"] = array("type"=>"string","required"=>"yes");
$daf["password"] = array("type"=>"string","length"=>"min-4","regexp"=>"^(password|pass)$");
$form = new Form();
print $form->validation($dv,$daf);
Fedora 7
Yesterday, Fedora 7 "Moonshine" has been officially released. As been announced by Bill Nottingham (Fedora Project board member), on the Fedora developer's list earlier this year (Jan. 4), there will be no more "Core" or "Extra" releases as the two repositories had been merged as a single repository. So, there you go; the reason why there are no more "Core" in this latest release naming convention. Among Fedora 7 features include a tickless kernel, KVM virtualization, Liberation fonts, and the capability to mix your own Fedora distribution with ease (from what I understand, it something that let the users to customize their Fedora 7 to contains only a set of package they desire and best of all share it with others). Go to their official site for more info (FedoraProject.org), this link for their release notes and here for the official announcement.
Red Hat Training
I'll be attending a Red Hat Linux Training this everning at Kelana Jaya, finally I'm going to share bed with Red Hat and I do feel it going to be different, LOL.
Oracle Madness
Here's my first PHP project with Oracle database and not to forget Savvy.js. Now let me get back to my work.
Links Cloud, A New Ways of Seeing Links
I just added Links feature for ChronoSight.CMS, which unlike other platform we build it as a cloud that will grow based on total comments. So to increase your link size all you need to do is comment, the system will only check data from entry comment and not shoutbox as I do feel a lot of people use shoutbox to test instead of discussion.

