Development news and resources #1

Mar 06, 2012 No Comments by

I am bringing you the latest news from development world. And some great resources for WordPress and other platforms.

Resources Read more

WordPress Transients API caching benchmarks

Feb 26, 2012 2 Comments by

WordPress Transients API is a powerful feature which enables you to cache complex queries and similar things. I created some interesting benchmarks to see what is the benefit of using it.

Articles, Mythbusters Read more

Custom post fields using Advanced Custom Fields WordPress plugin

Dec 11, 2011 24 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

Obfuscate your e-mail address with PHP, JavaScript and CSS

Oct 27, 2011 5 Comments

According to Wikipedia, more than 97% of all e-mails sent over the net are unwanted. That’s around 200 billion spam messages per day. To keep this insane amount of spam out of your inbox, you should keep your e-mail safe when you display it on web. One of the ways to keep it safe is [...]

Read more

Interview with Jeffrey Way

Oct 26, 2011 No Comments

Today I had the privilege to interview Jeffrey Way – the editor of a popular web development blog, Nettuts+, and a developer evangelist for the Envato marketplaces (ThemeForest and CodeCanyon, among others).

Read more

Multilanguage support in Zend Framework

Sep 05, 2011 7 Comments

Zend Framework is very robust PHP framework which helps developers produce top quality products. Today, I am going to show you how to add a multi language support to Zend Framework and how to setup language based routing.

Read more

10 WordPress security tips that could save your site

Aug 28, 2011 18 Comments

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.

Read more

jQuery Mobile Advanced Tutorial – RSS reader app

Aug 23, 2011 10 Comments

Today I am going to show you how to build small RSS reader application using jQuery Mobile. This tutorial will show you advanced use of jQuery Mobile to make a real life application with database backend using PHP, MySQL and jQuery.

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