How to get number of Uri.lv feed subscribers with PHP
This is a small tutorial on how to use Uri.lv JSON file to get number of subscribers, cache it and draw a nice chart with subscribers statistics
This is a small tutorial on how to use Uri.lv JSON file to get number of subscribers, cache it and draw a nice chart with subscribers statistics
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.