This is just a simple post


ffff

sss



Sample Heading

This is just a sample post to check out the disappearing effect on blogger. If you like this effect, then read the tutorial on www.Edutechnology.net! We've more interesting tutorials out there! So, go check out the site right now!!!!

form





Your Name*

Your Email Address*

Your Website URL*

Subject*

Message

Upload a File(Optional)

How To Remove Links From Comments On Blogger


Its very common to post URL to other rich websites for raising traffic and page rank. But it's spamming and very disgusting for those webmasters who are facing this. many people make comment on various blog but their intention is only to get blacklink. They usually adopt Name/URL option to make comment in blogger. It's called Backhat SEO You can easily get rid of this trouble. All you can do is disable post clickable link on blogger comment. If you do so you will not get less spam than before


Log in to blogger

Click the Edit HTML → Tick On Expand Widget Templates

Search the following code using F3

<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>

Delete the entire code

Congratulation you are not gonna have huge spam. Now try to post links in comment box, the links are not clickable

If you like then you are most welcome to share this post with your friends. Thank you

What Is Black Hat SEO


Talk About What Is Black Hat SEO is probably very foreign to those of you who have never heard it. and may be wondering what the heck it ??... BLACK HAT SEO

What is Black Hat SEO?
Black Hat SEO is the technique of Search Engine Optimized (SEO) search engines to exploit weak points such as Google or Yahoo so that they become the first website in search results. The term fool ballpark Google in the search results that last relavan.Metode is known as cloaking.

Black Hat SEO is trying to raise the ranking of a website in a way contrary to the provisions of the Search Engine, or commit fraud. One Black Hat SEO techniques is to hide text by making the text color similar to the background color, save the text inside the div invisible HTML code, or positioning it outside the screen.

So, why do people use this technique? If I think they use this technique because it's desperate decision because of its low-traffic blog, or do not get a Page Rank of Google. and Due's decision last hope they use this technique to get Traffic is high despite the fraudulent way though.

So how to learn a good SEO solution?
Learn from the Master-Master SEO in the world of blogging, do not mention one by one who is master of SEO, I myself also am not a master of SEO, I just learned from the masters of the other


http://gadgetsfor.blogspot.com/2011/08/know-what-is-black-hat-seo.html


Tag Styled with the font Property

How To Show AdSense in Pop Up Box In Blogger


How to put your google adsense in pop up windows to get more CTR.I am sharing the tricks how to do this and its very easy





Discaimer:Do not do this because google do not permit this kinds of activity.sometimes visitors get irritated by pop up ads.You may loose visitors.So this is just for learn


Login to blogger then go to dashboard > design >page elements

Then click on add a widget button at any position and paste the following code including adsense in it.I recommend large rectangle of 325*280 ad


<style> #topbar { height:30px; width:auto; background: #FFFFFF url(''); background-repeat:repeat-x; text-align:left; padding-top:4px; } #adsground { height:auto; margin:0 auto; width: 500px; background:#FFF; border-bottom:2px #ffffff solid; border-right:2px #ffffff solid; border-left:2px #ffffff solid; text-align:Center; padding:4px; } #headlineatas { opacity:1.0; height:auto; width:auto; position:fixed; top:65px; left:170px; border-bottom:1px #ffffff solid; border-bottom:0px blue solid; color:#333; padding:0px; z-index:1001; font-size:13px;} </style><br /> <script type="text/javascript"> function getValue() { document.getElementById("headlineatas").style.display = 'none'; } </script><br /> <div id="headlineatas"><div id="topbar"><img align="left" style="padding-left:2px;" src="" /><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em"></span><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"> <target="_blank" onclick="getValue()"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsJ42D1hi1uQzfldUFOsRg6Oh2_Eu_Evh51oXXvI3Xp6OFkGmJQxFxCwCSiiLyrUWEOr67KGoIk3-dK5DPt3t61fbMClNoSLAJ9h24J5kQZFxYM6NrttVUC_mG41HGLklQi9O3z5HubjI/s1600/window-close-3.png" /></target="_blank"></span><br /> </div><div id="adsground"><span style="font-size: x-small;">Get This Pop-Up Window at:</span> <b><a href="http://gj37765.blogspot.com/2011/07/new-pop-up-window-for-google-adsense.html">Making Different</a></b><br /> <p align="left"><h3></h3></p><table align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfWIY2et6AaT4vRz2C0Fl-LTXYIvwpWNZsi-nhAZFenzbbzEFMwANyDN2LVHbD9rfc9yv63zKbqUbvvXX60goNGLDTG5u3whxJw0tDJ3TozlLmeBwXi2x1_DjGFYGs1HU4UyzxVFtslYzo/s1600/adsense+background+image%2528gj37765.blogspot.com.jpg.png" border="0" height="300" style="width: 505px;"><tbody> <tr><td height="350" width="505"><br /> <div align="right">your adsense code<br /> </div></td></tr></tbody></table></div></div>



You may also like this stndstill pop up window ad


<style type="text/css"> #gb{ position:fixed; top:10px; z-index:+1000; } * html #gb{position:relative;}   .gbcontent{ float:right; border:2px solid #A5BD51; background:#ffffff; padding:10px; } </style><br /> <script type="text/javascript"> function showHideGB(){ var gb = document.getElementById("gb"); var w = gb.offsetWidth; gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0); gb.opened = !gb.opened; } function moveGB(x0, xf){ var gb = document.getElementById("gb"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; gb.style.top = x.toString() + "px"; if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);} } </script><br /> <br /> <br /> <div id="gb"><br /> <br /> <div class="gbtab" onclick="showHideGB()"></div><br /> <br /> <div class="gbcontent"><br /> <br /> <div style="text-align:right"><a href="javascript:showHideGB()"><br /> .:[Click 2 times to close this ad]:.</a><br /> </div><center><br /> your adsense code<br /> <br /> </center><br /> <br />

Insert your adsense code in the place of YOUR ADSENSE CODE if you getting problem please comment here

Search

 

Popular Posts

Random Posts

Get Widget