Thursday, May 7, 2009

How To Remove Label Number Count Hack

There is a Feature in Blogger that whenever we display labels widget in our Blog,it also displays number of posts in that label.Some feel this annoying.So,There is a hack to remove label count from blogger or site.It simply displays labels without number of posts.

Step1 :- Backup Your Template First.
Step2 :- Goto->Laout->Edit Html->Click on Expand Widget templates
Step3 :- Search following code

<b:widget id='Label1' locked='false' title='Labels' type='Label'>

Step4 :- Near to this code find

<data:label.count/>

and delete it.

Step5 :- Save your template.Done.You successfully implemented the hack.

Note :- You should add your label widget to blogger.If not,you cannot implement the above process.

Thanks.Do Subscribe to us email newsletter if you like the post.

Disable Right Click For Blog or Site

There is a question for bloggers always that their content should not be copied by others.So,Let's See How to disable Right Click option in blogger or website!

This Code is For disabling copy option in blog site:

Goto Dashboard->Layout->Add Gadget->Add HtmlScript

and paste the following code in there.

<script language="JavaScript">
<!--

//Disable right mouse click Script

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

Save the Script and place the widget anywhere you like.It will work for whole blog.Now,when you try to copy content using "Right Click",It wont work.

Do Comment,If Yoy Like the post.

Tuesday, May 5, 2009

1 Account ads Placed in Multiple Sites or Blogs

Can we Place One Adsense Account Ads in Other Sites or Blogs? This was the question asked by many people who are new to the adsense community.The answer is "Yes",We can place ads on any number of sites we want.But,the only thing you have to mind was the sites should complies with Googles Program Policies.

We can Simply generate a new code and place it on different sites.Eventhough the concept of that site was completely different,Google will take care of it.They will match ads according to that site's concept.There is no need of telling Google about your new sites.Enjoy Your New blogs with your old adsense account.

Note:Only 1 Adsense account will be given to a person.No thought of two or more accounts for the same person.

Minima 5 Column Templates