Monthly Archives: February 2013

Quick install CakePHP 2.3.0 on Ubuntu 12.10

CakePHP is a most popular PHP framework. I have written a very simple step-by-step user guide how you can install it on Ubuntu 12.10. 1. Download and install CakePHP to your home folder: sudo git clone https://github.com/cakephp/cakephp.git 2. Create symlink: … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

jQWidgets the awesome JavaScript framework

I’ve used some JavaScript frameworks (for example ExtJS) but I think jQWidgets is a special one. Why? Because it is very complex and well-designed but it is powerful and easy to use. It isn’t freeware framework but you want to use jQWidgets for … Continue reading

Posted in Uncategorized | Leave a comment

Quick, easy, quick :: Slim, Twig, RedBean

I wanted to create one very quick and minimalist PHP environment what contain one PHP framework, one ORM and one template engine. My dream was that the selected framework should be quick, it must support Composer. I was looking for that ORM … Continue reading

Posted in Uncategorized | Tagged , , , , , | 6 Comments