Translate and Localize your web application with PHP and gettext
I developed several applications for my clients that need a multilingual support. This article will show you how to properly localize your application.
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.
I was looking at Google Instant Search the other day, and asked myself : What if I do the similar thing to login functionality. I had to try it, so here it is, a jQuery Instant Login and how to do it.
This is a guest post by Zoran Jambor, great designer, slicer and front end developer. He’ll show you how to create an animated spiral using only CSS3 techniques.
CakePHP is great for making multiple themes for your application. Today I will show a little bit of theory involving themes, layouts, views and helpers in CakePHP.
Many times my clients ask me to watermark some images on their site, so they protect them. I will show you a simple solution that does it on the fly.
Guys at Zurb made this fabulous image slider jQuery plugin in just 2.8 kB. And it does its function awesomly.
In the last tutorial, we baked model, controllers and views for our Job board application. Today, we are going to see what exactly was generated and change that code a little to better fit our needs.
Today, I am going to make a simple shoutbox using PHP, MySQL and jQuery. I am going to use the PDO for database access and try to explain why is it better that old mysql or mysqli functions.