Twitter Reports 560% Developer Growth – 1 Million Apps & 0.75M Developers
Twitter reports a 560% growth in Developer activity 0.75M active developers who have developed more than 1 million applications using the Twitter API. |
Twitter reports a 560% growth in Developer activity 0.75M active developers who have developed more than 1 million applications using the Twitter API. |
Joshua Peek of GitHub announced that they are now releasing the Linguist library as open source, so that others can add features such as support for currently unsupported language. |
Starting to develop your first Magento e-commerce theme? Well here are 4 very useful and free resources for Magento theme development which you must go through before you buy a Magento e-books and jump to develop a Magento theme. |
If one looks at the smartphone world of today, only two platforms are dominant – Android and iOS. These two platforms have overshadowed every other platforms in the world of smartphones. There are already a huge number of Apps available for both of these platforms – and the number is still increasing. In this article,… |
Facebook recently announced that it would no more support new FBML (Facebook Markup Language) based applications. Accordingly the option to create new FBML apps on Facebook has now been removed and developers can now create only Iframe based applications on Facebook. Static FBMLs have been also deprecated to a great extent. One method of interacting… |
In this article we will tell you how to easily generate MS Excel files using PHP and without the use of any bulky third party code libraries. The idea behind this method is to set the content-type and the content-disposition properties in the header function of PHP to values that produce MS Excel as output…. |
We have already told you how to programmatically post to an user’s Facebook Wall via Graph API and CURL and without using PHP-SDK. Well, In this article we will show you how to build and attachment for the Facebook Wall Post and post it to any user’s Facebook wall using the PHP-SDK and the Graph… |
If you are a Facebook developer then you cannot sideline the importance of the Facebook Friend Invite form that run’s on Facebook’s own markup language FBML. The friend Invite form is one of the best ways to make your application go viral and let users share your application with their friends. In this article we… |
Posting content on an user’s Facebook wall is very easy using the PHP-SDK. However on various situations you might be required to do a wall post to an user without making use of the PHP-SDK and by directly accessing the Graph API URL. We will be using a PHP utility called CURL in order to… |