8 great MySQL Performance Tips
Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work.
Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work.
Building forms could be annoying and painful job. I collected 6 awesome Form builder scripts to make your developer’s life easier.
Lately I stumbled across some interesting UX solution regarding fast signup/login forms. Personally, I like the idea of one form for signup and login.
I am starting a jQuery Mobile tutorial series which will show what you can achieve with this fabulous tool. Today, the very basic tutorial to demonstrate the simplicity of the development process.
jQuery Team has worked hard and released a new version of its awesome jQuery.This release has 83 fixed bugs and a total of 460 closed tickets!
Exceptions are used to change the normal flow of a script if a specified error occurs. Today, I am going to show you how to use and handle the PHP Exceptions properly.
Today I am going to show some tips and tricks in Object Oriented PHP. The best thing to explain some things is to build a small application. I am going to use Wordnik API and build a small dictionary application.
CakePHP uses awesome built in find types to retrieve your data. Why stop there when you can write your own find types. Here is how.
Many of us write SQL queries. I am giving six example of some advanced but very useful ones that will make your life easier.