Monday, 19 January 2015

How to add post rating on blogger?

While I was trying to learn how to run php code on blogger, I found this post

http://www.mybloggerlab.com/2014/02/how-to-add-post-rating-system-in-blogger.html

Thought of trying it.

1. Go to http://rating-widget.com/get/rating/blogger/#editor

2. Press signup & add to blogger

3. You can either press Add to blogger
or show source code.

4. I did Add to blogger and it just worked. After all my posts i see five stars to be rated

5.  I want to verify if it works on mobiles too.

6. Another thing I want to check is if, the ratings can be seen only by me or by my readers too

7. Last thing I want to check is that it shouldn't make my blog slow.


how to run php code on blogger

I want to run php code on my blogger.

I am following this link

http://www.mybloggerlab.com/2013/10/how-to-easily-add-php-codes-in-blogger.html

and here will update what extra i had to do.

Trying to do it right in this post

1. created helloworld.php using notepad with this content:

<?php
echo '<p>Hello World</p>';
 ?>

2.
now to upload it in google drive I am following this tutorial

http://www.mybloggerlab.com/2013/04/how-to-host-css-or-javascript-files-in-blogger-using-google-drive.html

Change
https://drive.google.com/file/d/0BwqMfuVVnopVX1pDNVhzX1NUSE0/view?usp=sharing

-->
https://googledrive.com/host/0BwqMfuVVnopVX1pDNVhzX1NUSE0

3.
Added this link:
<object width="400" height="300" type="text/html" data=" your-file.php"></object>


Ok.. end result is php file gets downloaded on my system. This is not what i wanted. :( :(
I wanted to run php code but looks like this is not possible with googledrive. I will probably have to host it on a php hosting service provider.

Thursday, 25 December 2014

All pages I read

Here I am capturing links to all the pages when I started blogging. Actually once I had crossed like 30 posts. I have heard a little bit about SEO etc but have no clue on how to use them on my site.
My friends like my blog but somehow no one subscribes and hardly anyone buys from my affiliate links. My page rank is unranked. But I am determined to not give up. I know my blog has potential. I just need to find the right ways to advertise it. keep posting a lot of high quality content. and a day will come when I will have lot of subscribers.

Here I will make a list o only those pages from which I really learnt something. A lot were really waste of time and doesn't deserve a space here.

1. http://www.bloggertipstricks.com/blogger-posts-keywords-optimization.html



Fisher-Price Rock, Roll n Ride Trike

Monday, 15 December 2014

Concepts i want to learn and incorporate in my blog

1. Author rank: In this post I will capture all I know or learn about author rank. For author rank, google+ profile is a must. And Author rank affects your page rank.

2. Guest blogging:
Guest blogging is a marketing strategy that helps to both improve search engine positioning and establish your credibility within your niche. 
to be checked more:
http://www.trifectallc.com/services/what-is-guest-blogging/

3. Design a hire me page. Contact form should be provided.

4.
Position header
Subscription box
Ad

Google +, twitter, facebook, feedburner

Pending stuff:
Add twitter,
facebook account in subscribe

<style type='text/css'>

    .mbt a{
        color: #6e6e6e;
        font: bold 12px Helvetica, Arial, sans-serif;
        text-decoration: none;
        padding: 7px 12px;
        position: relative;
        display: inline-block;
        text-shadow: 0 1px 0 #fff;
        -webkit-transition: border-color .218s;
        -moz-transition: border .218s;
        -o-transition: border-color .218s;
        transition: border-color .218s;
        background: #f3f3f3;
        background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
        background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
        border: solid 1px #dcdcdc;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }
    .mbt a:hover {
        color: #333;
        border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2)
        -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

    .mbt a:active {
        color: #000;
        border-color: #444;
    }


    .mbtbar{ width:280px; float: left; margin-left:3px; margin-top:5px; padding:0;}

    .mbtbar .emailsub{border-bottom: 0px solid #e6e6e6; padding: 0px 0 15px 0; float: left; width: 100%; font-family: Helvetica, Arial;}

    .mbtbar .emailsub .emailupdatesform{width: 100%; float: right; padding:0px;}

    .mbtbar .emailsub .emailupdatesform input.emailupdatesinput{background: #F3F3F3;  float: left; border: 1px solid #dcdcdc; padding: 0px 8px; color: #989898; font-size: 14px;  width: 130px; height:30px;   border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;}

    .mbtbar .emailsub .emailupdatesform input.emailupdatesinput:hover{

    border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2)
        -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

    

    .mbtbar .emailsub .emailupdatesform input.joinemailupdates:hover{ border-color: #666;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2)
        -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); cursor:pointer;
    }

    .mbtbar .emailsub .emailupdatesform input.joinemailupdates{
    border: solid 1px #dcdcdc;
        background: #F3F3F3;
       font-family:Helvetica, Arial;
    text-transform: none; color: #989898; height: 25px; padding: 0 10px; margin: 0 0 0 5px; font-weight:bold; font-size:14px; height:30px;
      border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    

    .mbtbar .emailsub .emailupdatesform input.emailupdatesinput{background: #F3F3F3;  float: left; border: 1px solid #dcdcdc; padding: 0px 8px; color: #989898; font-size: 14px;  width: 145px; height:28px;   border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;}

    .mbtbar .emailsub .emailupdatesform input.joinemailupdates{
    border: solid 1px #dcdcdc;
        background: #F3F3F3;
       font-family:Helvetica, Arial;
    text-transform: none; color: #989898; height: 25px; padding: 0 0px; margin: 0 0 0 5px; font-weight:bold; font-size:14px; height:30px;
      border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    </style>


    <!--[if IE 8]> <style>
    .mbtbar .emailsub .emailupdatesform input.emailupdatesinput{background: #F3F3F3;  float: left; border: 1px solid #dcdcdc; padding: 5px 10px; color: #989898; font-size: 12px;  width: 130px; height:18px;   border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;}

    .mbtbar .emailsub .emailupdatesform input.joinemailupdates{
    border: solid 1px #dcdcdc;
        background: #F3F3F3;
       font-family:Helvetica, Arial;
    text-transform: none; color: #989898; height: 25px; padding: 0 5px; margin: 0 0 0 5px; font-weight:bold; font-size:14px; height:30px;
      border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

 

    </style> <![endif]-->

    <div class="mbt" style="padding: 0pt 0pt 0pt 5px;">
    <table><tbody><tr>

    <td>
    <a   href="'https://feedburner.google.com/fb/a/mailverify?uri=Learningfrommykid" rel="nofollow" target="_blank"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQa53fatezRsUABIbyxfI9YToHMS52OMYqpHlSswL5xNJkBC4LXF-QButE2me5tITH0aKL4LvHiSF35PmOrXTgtD1QeJZ-36b0ygRT8uLeK6VM3rpCsj_X-JTUqezkQlYnCLolez1v9Bw/s1600/rss.png" border="0" alt="Smiley face" height="42px" width="42px" /></a>
    </td>
<td>
    <a style="margin-left:5px;"href="https://twitter.com/toysnbooks4tods" rel="nofollow" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBGr4Aff-I8sCv6-SS9X0JGDvgVIoIeFBst7YDBCSiTEf8xdxkjxsYvJjLG0Nea9OWN9NfTvio_N7JdsIGMnr_8PisOTIMgKn9MwgtVQFLYNjJcxLoLMMazHq6kXWUI6arynWU8O3UAwc/s1600/twitter.png" alt="Smiley face" height="42" width="42" border="0" /></a>
    </td>

    <td>
    <a style="margin-left:5px;"href="https://www.facebook.com/pages/Toys-N-Books-for-toddlers/1421307441492952?ref=aymt_homepage_panel" rel="nofollow" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-CTD1ElU6u2FjxvISZh8MuOfz5MFCGj2r1B6zx5GLYtu5KByVIgK-QTwHeskLYstZq28xNQZLU3i7RUChYOWyrSiYVUKbMop_8_l2cdTnMsHdSJGm0Cf9ldxrLYte_8RXFySoKHdRud8/s1600/facebook.png" border="0" alt="Smiley face" height="42" width="42" /></a>
    </td>
  

    </tr></tbody></table>
    <div class="mbtbar">
    <div class="emailsub">
    <div class="emailupdatesform">
    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Learningfrommykid', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="emailupdatesinput" name="email" value="Submit email..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Submit email...&#39;;}" onfocus="if (this.value == &#39;Submit email...&#39;) {this.value = &#39;&#39;;}" type="text" /><input value="Learningfrommykid" name="uri" type="hidden" /><input value="Subscribe" class="joinemailupdates" type="submit" /></form></div></div></div></div>