Archive for Expert

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

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

Oct 27, 2011 5 Comments by

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 [...]

Articles, Expert, Tutorials Read more

Multilanguage support in Zend Framework

Sep 05, 2011 7 Comments by

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.

Expert, Tutorials Read more

jQuery Mobile Advanced Tutorial – RSS reader app

Aug 23, 2011 8 Comments by

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.

Expert, Tutorials Read more

Android JSON-RPC client and PHP Zend Framework server

Jul 11, 2011 1 Comment

XML-RPC rules, but the amount of data it generates is its big disadvantage. This is where JSON-RPC steps in. Data it generates is significally smaller, this isn’t suprising as JSON is known as fat free XML. In this article we will build JSON-RPC server using PHP and Zend Framework, will test this server with jQuery JSON-RPC client and then we’ll proceed to building Android JSON-RPC client. In the end I will give test results for XML-RPC and JSON-RPC.

Read more

How to build PHP XML-RPC Server, Client and Android application

Mar 23, 2011 27 Comments

In this article will show how to build PHP XML RPC server and how to consume provided services with PHP and an Android application as a client. PHP side of things will be built on top of Zend Framework and for Android will be using very thin XML RPC library android-xmlrpc.

Read more

Multiple virtual hosts in WAMP

Dec 23, 2010 8 Comments

I had some problems recently when I realized that changing the document root every time you need to test a site locally isn’t cool. So I decided to write a small tutorial on virtual host under WAMP.

Read more

Anonymous or lambda functions in PHP

Nov 22, 2010 1 Comment

Lambda or anonymous functions allow the quick definition of throw-away functions that are not used elsewhere.

Read more

Key/value tables and how to use them in PHP and MySQL

Sep 09, 2010 13 Comments

Today I am going to explain usage of key/value tables in database design. This has nothing to do with NoSQL initiative or databases. Just an interesting approach to database design with its pros and cons which I will explain through nice example.

Read more

Simple movie search using PHP, jQuery and themoviedb.org API

Sep 02, 2010 1 Comment

Today I am going to show you how easy it is to develop a simple movie search. Nothing fancy, we are going to search for a movies by title using jQuery, PHP and Open movie database from http://themoviedb.org

Read more