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

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

Android JSON-RPC client and PHP Zend Framework server

Jul 11, 2011 1 Comment by

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.

Articles, Expert, Tutorials Read more

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

Mar 23, 2011 27 Comments by

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.

Expert, Tutorials Read more