Thursday, July 28, 2011

idea 3g new plan


Sachet Plans

These plans are just for those who want to get a taste of 3G. We don’t understand what one can do with 10MB on 3G though.
MRPFree Data (MB)ValidityOverage
810110p/10kb
5150310p/10kb

Usage Based Plans

Here you have plans which offer free data ranging from 100 MB to 5GB.
MRPFree Data(MB)Overage
10310010p/10kb
20025010p/10kb
45060010p/10kb
650128010p/10kb
750204810p/10kb
1275512010p/10kb

Time Based Plans

Similar to Airtel , Idea also has Time Based plans which remind us of  the days when one used to pay by the hour to browse at a cyber cafe. The time based plans seem attractive if you suddenly wish to download some data quickly.
MRPTime (Min)Validity (In days)Overage
45301Rs 3/min
80603Rs 3/min
1501207Rs 3/min

USB Dongle Tariffs

The company has separate plans for users who would use the 3G connection on their PC or laptop. The tariffs are similar to Usage based plans but is overage is cheaper in Dongle plans at only 5p/10Kb.
MRPFree Data (GB)Overage
59915p/10kb
75025p/10kb
127555p/10kb
Idea is also offering a Data Rate Cutter at Rs.55 which will reduce overage charges to 1p/10kb which is valid for 30 days. What do you think of these tariffs ? Can Idea beat them all as it claims ?

Google Adsense Revenue Sharing Trick

Google Adsense Revenue Sharing Trick




One of the known google adsense tricks is to create 3 to 4 sites/blogs, fill them up with search engine optimized content, slap a few google adsense ad blocks and start seo’ing them to get traffic – an easy way to make money fast. Usually big players create 50 to 100 sites in various niches and use it as Google adsense “side income”. Usually they buy established sites and leave them for years so it can build steady traffic automatically and increase adsense revenue. If you have 10 sites earning $10 everyday from each site, you’d get $100 per day just from google adsense. The expenses incurred are domains and a hosting account. 10 domains cost $100/year and a decent web hosting costs around $95/year. With just $195/year, you are earning $36000 a year.

WordPress Plugin for Simple Google Adsense



WordPress Plugin for Simple Google Adsense Insertion/Integration

Categories: Wordpress Plugin
Easy to use WordPress plugin to insert Google Adsense to your posts, pages and sidebar by using a trigger text or calling the php function.
download_icon
There are many plugins and services which can add Google Adsense to your WordPress site. However I found that even though something like Adsense Manager or Adsense Deluxe provides a lot of customizable options, it can be overwhelming and isn’t really simple enough for people who are new to WordPress or for people who simply want to insert Google Adsense to their site in a few clicks.
I found that most of the time I only use two or three types of Google Adsense units in various places and posts throughout my sites. Google’sAdsense policy mentions to not have more than three adsense block in one page anyway. That’s why I wrote my own Simple Adsense Insertion Plugin for WordPress, to focus on having 1-3 Google Adsense codes saved and use them where ever I want on my site by inserting a simple trigger text to my posts,pages and sidebar.

Installation

1. Unzip and Upload the folder ‘WP-Simple-Adsense-Insertion’ to the ‘/wp-content/plugins/’ directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. Go to Settings and configure the options eg. Copy and paste the Google Adsense code that you want to use.
4. Add the trigger text <!– wp_ad_camp_1 –> to a post or page where u want it to appear.

Usage

There are two ways you can use this plugin:
1. Add the following trigger text to a post or page in HTML view
adsense integration plugin trigger text
2. Call the function from template files:
<?php echo show_ad_camp_1(); ?>
or <?php echo show_ad_camp_2(); ?>
or <?php echo show_ad_camp_3(); ?>

This Plugin in Action

See this plugin in action on Antique HQ.

Download

Download the Plugin from here.

Donation Option

Donation option can be found on my projects page.

Change Log

  • Version 1.1
    • Fixed an issue whereby sometimes Google Adsense code were disappearing from the settings page in some WordPress themes.

Additional Documentation

How to Add Google Adsense to the Sidebar

In order to add Google Adsense on the sidebar using the ‘Simple Adsense Integration’ Plugin you will need to use the following PHP function:
<?php echo show_ad_camp_1(); ?>
If you are calling the function from the theme’s template file (sidebar.php) then you are fine but there is another way to do this using the widgets which could be more practical in some cases.
1. Download and activate the Executable PHP code plugin if you don’t have it already. This plugin lets you call php functions from the widgets (it’s similar to the Text widget but it lets you execute PHP code too).
2. Go to the widgets menu and add a ‘PHP Code’ widget to the sidebar (where you want to display the Google Adsense block). Now add the following line of code and save the settings:
<?php echo show_ad_camp_1(); ?>
This will display an The Google Adesne ad that is saved in the number one textarea of this plugin.

How to Wrap Text Around a Google Adsense Block

To left align the Adsense block and wrap text around it just use the following div for the Adsense unit in HTML view:
<div style=”float: left;”>
Adsense Goes Here
</div>
To right align the Adsense block and wrap text just change “float: left;” to “float: right;”. So for an example, the following will left align the Adsense Unit that is saved in the Ad Campaign 1 box and wrap text around it.
<div style=”float: left;”>
<!- – wp_ad_camp_1 – ->
</div>
If you need help with this plugin or want to suggest an enhancement/feature then please let me know by leaving a comment in the comment area below.

LinkWithin

Related Posts Plugin for WordPress, Blogger...

Disqus Shortname

sigma2