Get more traffic from digg & stumble by gaining more votes using personalized greeting message

Social Bookmarking Website like Digg and stumbleupon are one of the best source of traffic for your website.In fact about 70% of one of my website’s traffic comes from stumble.

The problem with the traffic from social networking websites is,that its not very consistent.You need to have more votes to get more traffic. In case of Digg.com you need to have more digs where as for Stumbleupon you need more “thumbs up or reviews” to get a consistent traffic.

Let’s see how SU works.You give your thumb’s up to a page. Initially SU refers low traffic to that page (as per my knowledge ,initially they refer old and top stumblers to that page). If they give a thumbs up to that page then you get more traffic from SU until the ratio of THUMBS-UP per REFERS remains high.

So I coded a very simple javascript to greet users coming from the social networking websites and asking them to give a thumbs-up OR digg to that page.I tested this script for about one month and its worked very nicely,especially in case of Stumbleupon votes.

Its a very simple javascript which check the page refer using ( document.referrer) and an if-else ladder to find the case.Then a popup dialog box (using alert function) is used to display the message.

CODE : (just for reference : DONT USE THIS CODE ,DOWNLOAD IT FROM THE LINK BELOW)

<SCRIPT LANGUAGE=JAVASCRIPT TYPE=”TEXT/JAVASCRIPT”>
if ((document.referrer.indexOf( ‘digg’ ) > 1))
{
alert(”welcome Digg user.If you liked the content then please digg this page”);
}
else if
((document.referrer.indexOf( ‘stumbleupon‘ ) > 1))
{
alert(”welcome SU user.If you liked the content then please give a thumbs up to this page“);
}
</SCRIPT>

Download

Similarly you can add others if you want.You can also add google/yahoo/msn to greet users from search engines,but it makes no sense to greet users from search engine.

I am planing to code a wordpress plugin with this script after my exams get over. Although you can use this script directly on your wordpress blog. Just place this script in the <head> tag of the template. If you are using Joomla then you can use this script or you can also use a extension known as mfReferral

If you want to check this script, then you can use RefControl .

Current issues with this script:

  • Doesn’t work on IE6.I guess IE6 Doesn’t pass refer data to JavaScript.You will have to use php.
  • This script cannot sidtinguish between subdomain and domains.So something.blogspot.com and blogspot.com are the same for this script.

Please comment if you find this script useful :) .

Few images from Mumbai terror attacks

Mumbai is under terrorist attack.There were ten simultaneous attacks occurred across Mumbai 26 November 2008.Till now least 125 people are dead, including at least six foreign nationals,and about 327 injured.

Mumbai Attack 26th nov

Mumbai Attack 26th nov (source telegraph.co.uk)

Mumbai Attack 26th nov

Mumbai Attack 26th nov (source telegraph.co.uk)

Mumbai Attack 26th nov

Mumbai Attack 26th nov (source IndiaTV)

Mumbai Attack 26th nov images

Mumbai Attack 26th nov (source NDTV)

Taj On Fire ( Source Unknown)

Mumbai Attack 26th nov

Indian Commandos (source telegraph.co.uk)

Mumbai Attack 26th nov

He lost his brother in Mumbai terrorist Attack on 26th nov (Source TV)

source Vinukumar Ranganathan blog

Pis of the 26th nov (source Vinukumar Ranganathan blog)

Mumbai Attack images source unknown

Shocking Images from Mumbai CST Station (source unknown)

I collected from various sources(TV Twitter etc internet).I don’t claim the copyright of any these images.

Block The Visitors Who Are Using Ad-Blockers

While checking your website’s stats you may have thought that, although my site has a good traffic but my ad revenue very low, why so?? Then you might have tried all the different positioning, color and format of ads to make them more attractive.

Actually the main problem is ,even you make changes to your ad formats to make it more visible and attractive, majority of the visitors are do not want to see them. Most of the regular Internet users use ad-blockers. Especially in case of FireFox, people use an add-on named – Ad-block plus [Even I am using it :p ].

Ad Blocker gets both positive and negative reactions.Majority of people love it, as it blocks all those unwanted ads .On the other hand the webmasters hate this add-on as it disables the source of income for ad supported websites.

Let’s see what we can do to block/redirect these vis…. (more…)

Funniest Email Forward I Ever read!

This one is the Funniest Email Forward I Ever read! .This email made me ROFL for hours.It was forwarded by Sathya

Here it goes

MINDBLOWING: VIJAYAKANTH’S Dialogues in English
(Vijaykanth is a popular Tamil film actor from India)

1) U can study and get any certificates. But ucannot get ur death certificate

2) U may have AIRTEL or BSNL connection but when u sneeze u ll say HUTCH

3 ) U can bcome an engineer (more…)

Prevent your Paypal account form getting limited

Almost every day hundreds of threads are created on webmaster’s forums about limited PayPal account. I am using the PayPal account from last two years and my account got limited once. I contacted their support several times about this issue and came to know about various reasons why an account gets limited.

Although once your account gets limited there’s no way to restore it without sending them the required documents. So it’s always better to take care about your account so that it doesn’t get limited. Here are a few major reasons why so many PayPal account gets limited.

New account and unverified accounts: New accounts, especially unverified accounts often get limited just after their 1st transaction. PayPal monitor these accounts very closely so it’s always better to use correct account details while registering so that you can provide the required documents in case your account gets limited. Verifying your account is always a good idea. All you need is a valid credit card. Virtual Credit Cards (VCCs) works quite nicely for verification but using VCCs for PayPal verification process is illegal and you may lose your account if they come to know about this.

Account verification : If your account is unverified then (more…)