CakePHP from Scratch: Theming in real life example – Part Two
Finally, the second part to CakePHP theming tutorial. I am continuing where we left of and adjusting the theme and views to finish this part of the Jobs board CakePHP application.
Finally, the second part to CakePHP theming tutorial. I am continuing where we left of and adjusting the theme and views to finish this part of the Jobs board CakePHP application.
First giveaway on Codeforest is giving away a banner on the right for one full month. Read more to learn how to apply.
I noticed that many come to my site with “change image beside page title” query in Google. So, I decided to write a quick tip about favicons.
Membase is a distributed key-value database management system, optimized for storing data behind interactive web applications. I will show you how to use it on a Windows machine.
I had quite a few requests to rewrite the tutorial for making a shoutbox using mysql functions because some shared hostings do not have PDO extension allowed. So, here it is.
Many of people using applications I created had trouble with adding images. They often don’t know how to crop or resize them using Photoshop or Irfan. This tutorial will show you how to help them by adding crop and resize functionality with jQuery and PHP.
PHP 5 has brought some nice features. One of my favorite is auto loading classes that you need. Today’s quick tip will show you how to do it properly.
I developed several applications for my clients that need a multilingual support. This article will show you how to properly localize your application.
Today we are going to make a front end theme for our Jobs Board project. CakePHP has quite powerful theme support which is really easy to implement.