Sunday 27 October 2013

Disable Text Copy From Your Blog



Follow The Step Given Below
·         Login To Blogger
·         Go To Layout In Blogger
·         Add New Gadget (Named – HTML/JAVA Script Box.)
·         Copy And Paste The Code Given Below
<********************************************************>
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
                                                   

<********************************************************>

Animated Twotter Bird Widget in Website And Blogger


Enjoy

          
Hellow Friends In Many Websites Or Blog You see A small Twitter Bird is Moving Around The Website
When we move up or down.  Today I Giving Some Code For Add This Widgets To Your Websites.

First of All Open Your Blogger Main Templates or Website Main Templates.
I give you a small html Script code copy them inbody tad and save the templates.
Now Can See A Moving Twitter Bird On Your Website

 Copy and Paste These Code in Your Template.


<------------------------------------------------------------------------->

<!-- Twitter fly Bird Widget  -->
    <script src='http://www.educationstuffs.com/files/javascripts/twitterbird.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = "mutahar1";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
<span style='font-size:11px;position:absolute;'><a href='http://www.tricks10blogs.blogpot.in' target='_blank' title='Blogger Widget by Tricks10blogs'>Blogger Widgets</a></span>
<!-- Twitter fly Bird Widget  -->


<------------------------------------------------------------------------->


Note: Replace mutahar1 With Your Twitter User Name




Blogger Search Bar Form



Add a search engine in the sidebar of your blogger blog. This searches all the posts on your blog, and displays them by latest posts first. Inside the search bar you will find the text "Search this Site", this can easily be changed to any text you desire. Such as "Search my Site", "Search", "Type and Hit Enter", etc. Just simply replace the code. You can also change the text "Go" on the button to something like "Search", "Find", etc.

============================================================

<form id="searchThis" action="/search" style="display: inline;" method="get"><input onfocus="if(this.value==this.defaultValue)this.value='';" value="Search this Site" type="text" id="searchBox" onblur="if(this.value=='')this.value=this.defaultValue;" style="width: 150px;color:#636363;" vinput="" name="q"> <input id="searchButton" value="Go" type="submit"></form>

============================================================

Change the Title Tags in Blogger



By default Blogger displays the blog title first, followed by the name of the post. As you might notice this is not good when it comes to SEO. It's important for the name of the post to come before the name of your blog, especially when it comes to google search results. Learn how tomake your post title show up first so that you can reel in more traffic from the search engines.


Why Change the Titles?

It's quite important to have the Post Title + Blog Title arranged accordingly because this is how you would want your blog to be displayed on google's search results. This way more people will click on your link when searching google because the post title is more relevant than your post name.

Example Google Search Results:
You are most likely to click on the bottom image when searching google for the keywords "image reflection generator". The reason being is that your mind reads text from left to right. So it makes sense to have the more important title on the left.


How to Change the Titles:

  • Go to Layout>edit HTML in your Blogger dashboard.
  • Search for this tag: <title><data:blog.pageTitle/></title>
  • Replace this tag with the following code:
===================================================================
<b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
===================================================================
  • Save your template and you should see the results in your web browser as depicted in the images below.
  • It may take a few days for the changes to show up on the google search results. I guarantee you that you will start receiving more traffic from google once you are re-indexed!