This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, January 14, 2012

Virtual Keyboard for PC and Tablets

 
FOR TABLETS
VTI is ideal for today's tablet devices. Are you tired of using clunky graphical keyboards that take up valuable real estate on your tablet's screen? If so, step into the light. Use a virtual keyboard on any handy flat surface to control your tablet.



VIRTUAL INPUT VTI

Our Virtual Input Technology is driven by synchronized light-emitting and light-sensing devices that detect the movements of the user. Easy operation and reliable detection are the key features of this powerful new way to input data. VTI requires far less maintenance than hardware equivalents and eliminates the chance of mechanical failure.




 More info at there website http://www.virtualdevices.net/

Globe Tattoo Postpaid Plan up to 21Mbps "Resist Uniformity"


RESIST UNIFORMITY.

Get only the Tattoo Postpaid Plan that’s designed for your surfing demands.


Personalized Plan 999

With a Personalized Plan, you can be sure that it's very much in tune with your surfing lifestyle.

Get the Base Plan 999 and enjoy unlimited surfing at maximum speeds of 7.2 Mbps! You can even customize it according to your wants and needs.

STEP 1. Subscribe to your favorite online publication for FREE.
STEP 2. Upgrade your FREE USB dongle to Tattoo SuperStick for only Php150/month.
STEP 3. Boost your Internet connection speeds up to 21 Mbps.


Consumable Plans 299 and 499

You may also apply for a Consumable Plan and experience uninterrupted connectivity for as low as Php299 every month at speeds of up to 7.2 Mbps powered by 4G technology.

To maximize this Plan, register to various surfing promos that offer flexibility in your usage, instead of having fixed capped hours or KB usage all the time.

Choose Your Tattoo Postpaid Plan Now

AdSense - The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account


AdSense - The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account
You may be unfortunate enough to get this error when you try to switch on AdSense for your Blogger blog:
"The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account."

Don't stress, you just need to go to
your Google AdSense account -> My Account -> Account Access

Now under where it says "Hosts with access" you may/should have a blogger.com entry with a link next to it "grant access".

Click the link, confirm, and you're back in business :)
Email ThisBlogThis!Share to TwitterShare to Facebook

Thursday, January 12, 2012

How to put ads betwen post?

How to place adsense ads between Blog posts:

By doing this,the adsense units will be displayed between the blog posts in the homepage,archive pages and permalink(individual post pages).
Follow the procedure to do this:

1.Sign in to your blogger dashboard>click on the layout link

click on the layout link
2.Click on the Edit link in the "Blog Posts' column[look at the below screenshot]
click on Edit ..............a pop up window opens..........
3.Check the box next to 'Show ads between Posts'

next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.configure the ads That's it! Now your adsense ads will show between blog posts.

If you want to know how to add the adsense ads inside the blog post rather than between the post, follow this:-
Showing adsense ads inside Blogger blog Posts:-
1.Sign in to your blogger dashboard>layout>Edit html
Check the box next to 'Expand Widget Templates'



2.Scroll down the window till you see this code
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>



3.Replace that code in the template with the below code
<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>

4.Again,scroll down the template and find out data-post body tag[look at the below screenshot]
and paste the below code just above that code{this will show ads above the post body}.If you want ads to show below the post,paste the code below that tag.
Here is the code to paste:-
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>
That's it!

check your ads if working http://www.labnol.org/google-adsense-sandbox/
credits from bloggertricks