Archive for Tips

Custom post fields using Advanced Custom Fields WordPress plugin

Dec 11, 2011 22 Comments by

WordPress is one of the most powerful platform on the web today. I am going to show you how easy it is to make Google Maps custom post field using the great Advanced Custom Post Fields WordPress Plugin. At the end of tutorial you will have a Google Map and when you click it, the location will be saved in your custom field type which you can then show on the Map in the frontend.

Expert, Tips, Tutorials Read more

Programming for kids: PHP string manipulation and arrays

Nov 22, 2011 No Comments by

I am continuing my Programming for kids series with an overview of things my kids have done using PHP string manipulation functions.

Basics, Tips, Tutorials Read more

8 new books about development you should read

Sep 29, 2011 1 Comment by

Books about development. You will say, who needs books today. But I think development books are really great source to gain extra knowledge and experience. So I bring you 7 new books on development you should read.

Articles, Tips Read more

10 WordPress security tips that could save your site

Aug 28, 2011 15 Comments by

As WordPress is the most popular website platform of the modern age, hackers and crackers are doing their best to break its security. By using this simple tips, you can protect your WordPress site and make their job harder.

Articles, Tips Read more

How to display latest Google+ updates with PHP and Unofficial Google+ API

Aug 04, 2011 No Comments

Google Plus is the latest social network that is becoming increasingly popular. Today I will show a really simple and short way to display latest updates on Google Plus for a given user id.

Read more

8 great MySQL Performance Tips

Mar 15, 2011 No Comments

Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work.

Read more

CakePHP tip: Custom Find Types

Jan 09, 2011 1 Comment

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.

Read more

6 useful MySQL queries

Dec 29, 2010 8 Comments

Many of us write SQL queries. I am giving six example of some advanced but very useful ones that will make your life easier.

Read more

6 productivity tips that might work for you

Nov 24, 2010 5 Comments

A small article giving you some tips for better productivity in whatever line of work you are.

Read more

How to add favicon to your site

Oct 17, 2010 No Comments

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.

Read more