A Brand New URL Shortening Services pr9.in

PR9.IN’s API Features Generate or get existing short URLs, with sequential or custom keyword Get some statistics about your links: top clicked links, least clicked links, newest links Output format: JSON, XML, or simple raw text Usage You need to send parameters to http://pr9.in/yourls-api.php either via GET or POST. These parameters are: The requested action: …

Read More

Update Your Twitter Status programmatically Using Twitter Basic Authentication With PHP

It is very easy to programmatically update your twitter status using PHP. Here is the ready to use code that can be used to make auto-tweet; may be you can write the custom code that fetches random blog post from your blog and tweet it on your twitter. It is currently making use of twitter …

Read More

Easiest Way to Shorten Your Long URL Using bit.ly API Using PHP

bit.ly has become one of the largest URL shortner services out there. This will help you shortening the URL programatically using the bit.ly API. This is ready to use code. All you need is to have the valid bit.ly API which is available free on the bit.ly website. $url = urlencode($longurl); $apiuser = “your api …

Read More

Fetching the number of followers without using any Twitter API

It is very easy to fetch the number of twitter follower of any twitter username without using any kind of Twitter API. All you need to use the DOM(Document Object Model) function available in the programming languages such as PHP, ASP.NET, etc. Here is the sample PHP functions that fetches the number of follower of …

Read More

IIS Express Edition – The Tiny Yet Powerful & Better Web Server

Scott Guthrie has recently announced regarding the upcoming IIS Express edition. This edition of IIS is currently under the development stage and the public beta release should be broadcasted soon. IIS Express mainly makes the combination of ASP.NET development server(ease of use), the power and features of standard IIS web server. Features of IIS Express …

Read More
follow mayur gondaliya on twitter