Converting a Doc to PDF, txt or HTML using PHP and Linux
This has been an issue that has bothered me for a while. I finally found a solution that worked and doesn’t kill your server in the process. I give to two words. OpenOffice, or is that one ? This is...
View ArticleUsing Jquery to submit a form and run with Cakephp Baked Pages
I found a simple solution for submitting a form using jquery + ajax. One that was compatible with CakePHP. You need to create a from with an ID. <?php echo $form->create('Test',array('url' =>...
View ArticleUsing MYSQL Transactions in Cakephp
After plenty of research and trials, it is possible to use mysql transactions for custom queries. You still have to create the table with InnoDB for row based locking to work. ALTER TABLE table_name...
View ArticleArchiving Mysql Data Tables using CakePHP or just SQL
I used to go down the road of doing a for each on my source table, which I always hated and thought was bad. This way I can use table locking for MyISAM or transactions, for InnoDB, to make sure the...
View ArticleSmudgeVMM – Svmm – Smudgeit Virtual Machine Manager
I’m currently involved in a a new php project that will allow users to manager Xen virtual containers, through a simple web interface or robust API. SmudgeVMM is being written in CakePHP and will run...
View ArticleScreenshots of SmudgeVMM alpha
Thank you to all the people who have enquired about Smudge Virtual Machine Manager The software is coming along nicely. We hope to have the new website and the beta, available by the end of next month....
View Article