Building a WordPress plugin: Tweetable
I will show how to build a Wordpress plugin from scratch. Plugin will use a great Tweetable jQuery plugin which will be used to display latest tweets from a desired username in a Wordpress sidebar.
I will show how to build a Wordpress plugin from scratch. Plugin will use a great Tweetable jQuery plugin which will be used to display latest tweets from a desired username in a Wordpress sidebar.
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.
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.
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.
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.
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.
So, you have a webshop that is international and want to have a currency converter? Follow this tutorial and you will learn how to build one.
Lambda or anonymous functions allow the quick definition of throw-away functions that are not used elsewhere.