Twitter bot tutorial

February 21, 2010

Twitter is heavily becoming a source of traffic and with there extremely powerful api , it’s very easy to automate stuff via Twitter bots. Today i am going to show you a tutorial for very simple but yet very powerful bot which if used effectively can drive great traffic on sites. These bots simply search [...]

Read the full article →

Open Dada PHP Class – Ringtone Affiliate API

August 31, 2009

Recently i needed to make a ringtone download website for a friend and we researched on web for a good affiliate with a decent API to make things easier for content download and integration on website. We ended choosing OpenDada.com which is a affiliate website for dada.net , Dada.net is a premier provider for providing [...]

Read the full article →

5 important tips for Debugging PHP Code

August 29, 2009

Debugging PHP code is a  nightmare for all Php developers and these are the times when they miss the thread functionality like java in php, However some simple php debugging techniques can help y0u to code faster and thus save very valuable coding time. These all debugging techniques are based on my experience and i would [...]

Read the full article →

Enable mod_rewrite in windows , WAMP, XAMPP

August 22, 2009

Wamp and XAMPP doesn’t come with default rewrite rule enabled, For enabling the rewrite rules in both of them you need to make changes in httpd.conf so that apache can work with rewrite rules. For enabling the rewrite rules follow these rules:- 1) find httpd.conf (usually this file can be found in folder callled conf [...]

Read the full article →

Creating a cache file in php for API requests

August 21, 2009

Web 2.0 was all about mashups and data api’s !, Some of the popular ones are google search api , twitter api etc. All API’s have some rate-limiting , For example Twitter API has a rate limit of 150 requests per hour ! , Yahoo API and Google API’s have a daily limit on their [...]

Read the full article →

5 upcoming Apis of Google that will change the way mashups are made

August 9, 2009

In my opinion one of the top most API’s used globaly on web portals is Google Search API, Google is famous for building world class API’s to harness the unique data Google collected with it’s excellent set of technology. Google Labs is the ultimate playground of Google which he use for developing and testing there [...]

Read the full article →

Godaddy Coupon code for 2009 , Get a .com in 6.99

August 4, 2009

I bought a few domains lately and found these godaddy coupon code to buy the domains in 6.99 USD. Hope this helps some of our fellow developers. 6.99 .com Domain, Coupon Code:- goaz2001ai 6.99 .com Domain, Coupon Code:- goaztk03a

Read the full article →

Handling Php errors and exceptions

August 3, 2009

Elegant Ways of Handling PHP Errors and Exceptions View more documents from ZendCon.

Read the full article →

7 jQuery code snippets a programmer need daily

August 2, 2009

Usually programmers use a lot of JavaScript code snippets as functions regularly, These JavaScript functions are lengthy code snippets and are usually tough to understand and edit. Some of the most common functions used are form validation functions , Pagination functions etc. The day since jQuery has been on the block , It has provided [...]

Read the full article →

City , Country and zipcode lookup via Ip address in PHP

July 31, 2009

A lot of times i have seen newbies and even PHP pros struggling to find any method of implementing zipcode and country lookup ! This can be easily achieved with the help of Maxmind Geo API, They provide a exhaustive DB lookup functionality of IP adress . Which can be further translated into City, Country [...]

Read the full article →