0

How to add Sign-Up for free weekly Newsletter subscription form as in ShoutMELoud




Read More


0

How to redirect blogspot blog from sub domain to custom domain




Read More


0

Merits and Demerits of redirection update from blogspot.com to blogspot.in



Blogspot now started to redirect yourblog.blogspot.com sub-domains to yourblog.blogspot.in. This is one of the major change implemented by Google to encourage its bloggers. You might be thinking when it all started to redirect domain it was from yesterday that is from 30th of Jan 2012. There are several merits and demerits involved in this update. Bloggers who are using sub-domains of blogspot i.e, yourblog.blogspot.com might face some of the problems in the upcoming days. A newbie blogger who is striving to get traffic to his blog will be happy but as well as a professional blogger will suffer.

Merits of new update (yourblog.blogspot.com to yourblog.blogspot.in):
1. You will start getting more and more page-views to your blog as .in is an Indian registry domain name.
2. Your blog will start ranking up when someone searches for content related to your blog's content on Google in India.
3. As Google displays search results based on the geographical location of the user your blog will get more Indian visitors.
4. The main aim of Google for this new update of redirection is if you are a blogger from India obviously you will write about Indian market, Indian shares, Indian blogging, Indian movie reviews, Indian mobile reviews and updates this helps users to get relevant information.
5. You can see when you type Google.com in url you will be redirected to Google.co.in to provide you with relevant search results so like that only your blog redirection is enabled.

Demerits of new update (yourblog.blogspot.com to yourblog.blogspot.in):
1. But due to this major update the blog owners who writes on gadgets and other content which is searched globally might not receive enough traffic from other countries.
2.  If you want to target traffic from other countries you need to redirect your default blog address yourblog.blogspot.in to Top level domains like example.com, example.org or example.net.
3. However top level domains won't cost you more than 5$ a year but its still  not affordable by a newbie who is thinking start his professional career as blogger.
4. By updating this new redirection to blogspot blogs Google is indirectly forcing the sub-domain users of blogspot to go with the top level domains.
5. Anyway some might be happy who are blogging just for passion but for those who are thinking that they can earn money from blogging and need be turned as a professional blogger its really a sad news for them.
6. The toughest in blogging is gaining back-links and scoring PR (Page Rank) but because of new update all back-links scored will be pointing to yourblog.blogspot.com instead of yourblog.blogspot.in which will cause the sudden fall in your Page Rank and your efforts go in vain.

All comments regarding this topic will be taken into consideration and will be appreciated.


Read More


2

Tips before you change your blogging platform to wordpress



Hey guys
All people come to a situation where they change their blogging platform
I've mad a lot of mistakes :P so I am writing for welfare of my readers :)


Never change your domain

First of all before changing your platform from blogger to wordpress you must have in your ind that you must change your site within the same domain you use as wordpress takes more time than blogger to get indexed by google.
So first install wordpress on your hosting and import your posts from blogger. Here are the steps you need to do.

  • Go to blogger settings publishing and click go to blogspot domain and then verify captcha

  • At the same time go to your domain and change the nameservers to your host For example my host is x10hosting


So my nameservers should be ns1.x10hosting and ns2.x10hosting

  • Go to your host and install wordpress in your domain you used for blogger ( you have to add the domain in parked domain of your host ask me if you have any doubts regarding this)

  • Then go to your domain.com/wp-admin and go to tools -> Import  and then give your gmail id which you used for this domain

  • You can import all your posts and comments through this way :)


Note:See this post for redirecting your blogger domain to your new wp blog so that you don't loose your sub-domain readers
Never choose a free host

This is the thing I didn't and am scared every night before I sleep. I use a free host which is actually a worst decision I've made in my whole life :(

So I say it you all never use a cheap host or a free one. I will be buying a host soon :) or maybe going back to blogger :(

That's the thing about wordpress that you can't leave this and go back  to blogger So make a wise decision first itself
Make the best use of plugins

In wordpress there is only one disadvantage as I said earlier that is Google will not index fast , Alexa will go up.

So it your intelligence to make the best use of wordpress , Here are some plugins you need for being a good blogger

 
So I guess this post was helpful for you and make sure you do all mentioned above :)

 


Read More


0

write guest posts




Hi there,
             Do you want to write guest posts to this blog?Look For The Contacts.
             
             Email id- aravindbalaji.manikandan0@gmail.com
             Social Media Profiles- Facebook
                                           - Twitter

Advantages Of Writing Guest Posts

  • You get popular if your post is helpful and nice.When you write on more blogs as guests you or your brand gets popular.
  • You may have more knowledge on some platforms like technology...you won't know to express it and get popular so the thing you know will be wasted.You can express it in blogs by writing guest posting and the thing you know will not be wasted.
Are you eager to write guest posts?
just contact me.Info- look up.

             


Read More


0

Calculate total number of words in post for better SEO




Read More


0

How To Remove Subscribe To Posts(Atom) Link From Blogger Blog




  1.  Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
Remove this line:

          <b:include data='feedLinks' name='feedLinksBody'/>

 Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.


Read More


0

How To Remove Subscribe To Posts(Atom) Link From Blogger Blog




  1.  Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
Remove this line:

          <b:include data='feedLinks' name='feedLinksBody'/>

 Once you find the code, remove it and save your template. Refresh your blog and now the Subscribe to: Posts (Atom) link wont be there on your blog.


Read More


0

Add a Flying Twitter Bird To Your Blogger Blog





Follow my these steps

  1. Go to blogger>Design>Edit HTML
  2. Copy your all blogger HTML template into a notepad file ( Recommanded )
  3. Search for </body>
  4. and just above it put the bellow code
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'> 
</script> 
<script type='text/javascript'> 
var twitterAccount = &quot;rmanroh&quot;; 
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;; 
tripleflapInit(); 
</script>
     5. Now Replace rmanroh with your own twitter username
     6. Save your template
     7. View your Blog and see the Twitter Flying Bird in Your Blog.


Read More


0

Add a Flying Twitter Bird To Your Blogger Blog





Follow my these steps

  1. Go to blogger>Design>Edit HTML
  2. Copy your all blogger HTML template into a notepad file ( Recommanded )
  3. Search for </body>
  4. and just above it put the bellow code
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'> 
</script> 
<script type='text/javascript'> 
var twitterAccount = &quot;rmanroh&quot;; 
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;; 
tripleflapInit(); 
</script>
     5. Now Replace rmanroh with your own twitter username
     6. Save your template
     7. View your Blog and see the Twitter Flying Bird in Your Blog.


Read More


0

Must join Bloggers groups on Facebook




Read More


0

No Ideas for Posting?



Most of the time I have No ideas for posting.What three things I will Do?

  1. Visiting other blogs and getting ideas.

See most of the time you get ideas for posting by visiting other sites which is similar to your blog.You can post a numerous of posts even if you get a single main word.For example:- If any one posts a post on a Topic of any Google's project,you can also post any other information about it or similar to it.
    2.  Posting what is unknown to unknown.

Sometimes I will write on a post which is unknown to most of them.My classmates or my friends ask me some doubts which is unknown to them.So I will keep that as a topic and solve their doubts.And the traffic will increase because they will visit my site for the solving their doubts.
    3.  Visiting more popular sites and solving their needs which is given in the comment and not solved.

This idea is actually said by my brother.One day in facebook in a comment i saw a boy asking how to .....?sometimes I know the answers and reply them.My brother told "Instead Of Answering Them In The Same Site You Can Have that as Your post topic And Answer it briefly,So that your traffic will increase.

These are the three things I will follow when I have no ideas to post.So do you like this post?Comment on this post Please.


Read More


0

How to add poll options to blogger posts




How to add poll options to the posts?

  1. Create a poll widget in a sidebar as you do.
  2. Save changes.
  3. View blog and look for source of the poll widget.
  4. Search for that poll option's Code by pressing Ctrl+V.
  5. Copy the code of poll's widget from <iframe> to </iframe>.
  6. Paste the code in your post in 'edit HTML' tab.
And it's done.
If you don't understand still, here is a tutorial about it.




Read More


1

How to have a separate background for HTML codes in posts



This post will say you how to have separate background for html codes in blogger posts.First of all i should thank http://www.way2blogging.org for posting saying me this information.And this was the thing i was looking for.
     You have noticed in most of the blogs having a separate background for html codes in blogs.But the small bloggers dont know this so i'm gonna say you how to do that one.

  1.       Blogger dashboard
  2.       Design -->Edit html
  3.       Check expand widgets box
  4.        Search for  ]]></b:skin>
When you find this paste the below code above this



    .codeview {
    margin : 15px 15px 15px 35px;
    padding : 10px;
    clear : both;
    font-size:normal;
    list-style-type : none;
    font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
    background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlFct_ynTOkre2VAZI6pjHHPWvJvpqWuxTj5zGugmYlcFIDeyR9cNKMuVJ8Bmk89s-1JfR-SD1xRiIRM57pzaRtGva7ZrdMyED4gkg8BDTVHwd1VP7622zDWZ6eBCM6L-dNzPXr6u_7erq/') no-repeat scroll bottom right #EFFBF5;
    border-top : 1px solid #eeeeee;
    border-right : 2px solid #cccccc;
    border-bottom : 2px solid #cccccc;
    border-left : 1px solid #eeeeee;
    }
    .codeview li {
    font-size : 13px;
    line-height : 24px;
    color : #333333;
    font-weight : normal;
    margin : 0;
    padding : 0;
    }
    ]]>


    Now save your template.

    While creating any Post, If you want to show the special Code in post that CSS code or JavaScript code, what ever may be , Go to Edit HTML tab in Post and create Div section and put your code in Div section like bellow and publish Your Post
    <div class="codeview"> <!-- Put Your Special code here --> </div>


    Read More


    12

    Looking for a blog to write a post???? Guest posting now enabled in geekspot



    Hello

    Many of you want to post something right??
    Well don't go in search for a blogger blog which you'll have to create !
    All may copy but they would be indexed by google.
    So Here's an opportunity to write for us
    Write for us for
    "Free!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
    What are you waiting for then!?
    Topic:Anything related to technology or computer!!.
    How to start writing ??
    Just contact me at admin@geekspot.in or admin@techtribe.tk or just comment in a post in my blog
    Yipee!!!!!!!!!!!!!!!!!!!!!!!!! and happy writing !!!
    What will I get ??
    You'll get a backlink ,  an opportunity to write whenever you want here and Visitors of our blog will get to know about you !!!!

    Happy blogging 


    Read More


    0

    How to automatically add copyright when someone copies your articles in blogger



    Hello Everyone

    First of all I would like to thank Ashiq Hassan for this article in his blog.
    Ok now for the article.
    Take a quick demo here :http://demo-onlinetrick.blogspot.com/2011/11/copy-some-of-article-and-paste-on.html
    Whenever you copy it you get this Copyright Geekspot.in - All Rights Reserved
    Thanks Ashiq Hassan
    Now here is the tut.
    Go to blogger->Design->edit html
    Find </head>
    And before it add the following code.
    <script type='text/javascript'>
    function addLink() {
        var body_element = document.getElementsByTagName('body')[0];
        var selection;
        selection = window.getSelection();
        var pagelink = "<br/><br/> Original from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright Geekspot.in - All Rights Reserved"; // change this if you want
        var copytext = selection + pagelink;
        var newdiv = document.createElement('div');
        newdiv.style.position='absolute';
        newdiv.style.left='-99999px';
        body_element.appendChild(newdiv);
        newdiv.innerHTML = copytext;
        selection.selectAllChildren(newdiv);
        window.setTimeout(function() {
            body_element.removeChild(newdiv);
        },0);
    }document.oncopy = addLink;
    </script>




    Change Copyright Geekspot.in - All Rights Reserved if you want.
    Thanks for viewing. :)


    Read More


    0

    How to add peel effect for blogger blogs and wordpress with subscribe button!!!!



    Hello
    This is an awesome effect which is a must for beginners,  to increase their subscribers.
    Take a quick demo here (blogger)
    Take a quick demo here(wordpress)
    I was surfing the internet for a long time for this.
    Here are some screen shots of the following plugin:

    jquery-page-peel screenshot 1
    Normal

    jquery-page-peel screenshot 2
    When hovered.

    First of all I would like to thank  Lasantha for this tut in bloggertricks.net
    Here is the tutorial for wordpress (easy than blogger)
    Just add the following plugin :http://wordpress.org/extend/plugins/jquery-page-peel/
    That's all for wordpress!!!.

    For blogger do the following.
    Login to blogger.
    Click design then edit html and check expand widget templates.
    Then find  ]]></b:skin>
    Before it add the following code 

    #pageflip {position: relative;}#pageflip img {width: 50px; height: 52px;z-index: 99;position: absolute;right: 0; top: 0;-ms-interpolation-mode: bicubic;}#pageflip .msg_block {width: 50px; height: 50px;position: absolute;z-index: 50;right: 0; top: 0;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidNNbC8Q44f_crWGlQwgsQTd0ZXowR-jkVPJp4ujPPEGZq1mGCUD8VAIXlHbOMvXsfTcmGAUtqCOizuURhASRPExhS9HcnVPQKr0Eualat9IqorWV3erurFu3LMxr7WtuYE36BCsOKo1EM/) no-repeat right top;text-indent: -9999px;}

    Note : Please host 'subscribe.png' image yourself.
    5.Scroll down to where you see </head> tag:
    6.Copy below code and paste it just before the </head> tag.
    <script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/><script type='text/javascript'>$(document).ready(function(){

    //Page Flip on hover

    $(&quot;#pageflip&quot;).hover(function() { $(&quot;#pageflip img , .msg_block&quot;).stop() .animate({ width: &#39;307px&#39;, height: &#39;319px&#39; }, 500); } , function() { $(&quot;#pageflip img&quot;).stop() .animate({ width: &#39;50px&#39;, height: &#39;52px&#39; }, 220); $(&quot;.msg_block&quot;).stop() .animate({ width: &#39;50px&#39;, height: &#39;50px&#39; }, 200);});

    });</script>
    6.Scroll down to where you see <body> tag:
    7.Copy below code and paste it just after the <body> tag.
    <div id='pageflip'><a href='http://feeds2.feedburner.com/baratworld'> <img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0DJuSZb3Bso3V-UAL-XJYjYaqeivqSo1V4N49zNbbZsdTZnA6f0q8nzQa0ft2CvF-o_Wym4dy1xrbhlWywsIqPwYnU7pPDuSb488wQg8tZ9J2jeC8AiD4q5WkwNWRE8H7RxnhZxGGIQNp/'/> <span class='msg_block'>Subscribe via RSS</span></a></div>
    Note : Please host 'page_flip.png' image yourself.
    Replace 'http://feeds2.feedburner.com/baratworld' with your feed address.

    I repeat again this is not my effort and all the credit goes to Lasantha.
    But please drop your comments if you have any doubts.
    Thanks for watching



    Read More


     

    © 2011 CoolTricks This content is copyrighted to f10f1111 | Powered by Pro Thesis Theme| Designed by f10f1111