Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

07 March, 2016

Add Animated Posts Widget with Thumbnails in Blogger

How to add animated recent posts with thumbnails or pictures widget in blogger blogspot is a recent question search in Google recently. I've not added this in my blogger but I've recently removed this from my blogger because there is no space for this widget in my blog. So i decide to tell the world that how to add animated recent posts with thumbnails or pictures widget in blogger. This is better a SEO technique to increase your page views and increase the time duration to stay the user at your site.

1. Go to blogger with signing in.
2. Click on Layout.
3. Add a Gadget where you want (its better to add in sidebar)
4. Select HTML/JavaScript from the list.
5. Paste this below code into HTML/JavaScript and Name the Title Recent Posts then click on Save.

<div class='widget-content' div style='padding-left:1px;'>
<style>img.recent_thumb {padding:1px;width:55px;height:55px;border:0;float:right;margin:0 0 5px 10px;}.recent_posts_with_thumbs {float: left;width: 100%;min-height: 70px;margin: 5px 0px 5px 0px;padding: 0;font-size:12px;}ul.recent_posts_with_thumbs li {padding-bottom:5px;padding-top:5px;padding-left:30px;min-height:65px;}.recent_posts_with_thumbs a {text-decoration:none;}.recent_posts_with_thumbs strong {font-size:10px;}</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script style='text/javascript' src="http://stylifyyourblog1.googlecode.com/svn/trunk/recentpostticker.js" ></script>
<script style='text/javascript' src='http://tavristasos.googlecode.com/svn-history/r100/trunk/recentpostswiththumbnailsv3.js'></script>
<script style='text/javascript'>
var numposts = 50;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 70;
$(document).ready(function () {$('#sai').vTicker({
speed: 1500,
pause: 4000,
showItems: 7,
animation: 'fade',
mousePause: false,
height: 0,
direction: 'up'
});});
</script>
<div id="sai">
<script src='http://learnhackz.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs'>
</script>
</div><div style align='right'><a href="http://learnhackz.blogspot.com/">Get This</a></div></div>

You have added this widget successfully into your blogger. Now you can modify the colored text in the above code. The red colored are the necessary changes that you made changes in them and the pink are the extra changes that if you want then change or leave them as it is.

1. Change your site name from http://learnhackz.blogspot.com.
2. Change the Direction from UP to Down or leave it same.
3. If you want to change mouse pause function then change the false into true then when the user move the cursor into this widget then the animation is going to be stopped.
4. Change the Show items from 7 to what you want.

If you want to change the extra changes then change those one by one.
1. speed function is used to change the animation speed, you want to increase or decrease by changing the numeric value.
2. If you want to show post summary then remain it same or don't want then change it to false.
3. If you want to show post date then change it to true.
4. If you want to show comment number then change it to true.
5. If you want to show display more in post title the change it to true.
6. var number posts is the total number of posts that shown in the list.

If you like this then remember to write comments.

20 August, 2013

Add CSS Social Media Follow Us Buttons with Hover Effect

Add CSS Social Media Follow Us Buttons with Hover Effect
Today I'll tell you cool blogger trick of subscribe now widget. It called as how to add CSS social media follows us buttons with hover effect on mouse over. This blogger widget includes RSS, Twitter, Facebook, Google Plus and YouTube hover social media buttons on mouse hover. It has also twitter follow button, Google plus 1+ button, RSS feed count button and nice CSS email subscribe box. Subscribe Now widget includes HTML and CSS coding tags that will make your site as professional blogger. You can easily paste this widget on your blogger blog sidebar (left or right). Just copy this code and do the necessary changes in it before saving this widget.

In previous post I've told you about How To Add CSS Rotating Social Media Buttons With Email Subscribe Box And Feed Count. After success of this social media follow us button with rotating effect. I decided to tell my visitors about this nice and cool widget. I recommend you to add this widget on your blogger sidebar at the top of right or left side. It should increase your site strength on social media and email subscribers.

How to add CSS social media follow us buttons with hover effect ?

Step 1. Log in to Blogger Dashboard
Step 2. Now Click on Layout and Select Add a Gadget
Step 3. Choose Add a new HTML/JavaScript Gadget
Step 4. Type 'Subscribe Now!' in Title (or what you want)
Step 5. Paste the following code in the empty HTML box:
<style>
.Subscribe-Starsblogging h6{
background:URL(http://4.bp.blogspot.com/-koRv-wLVoJ4/UDReC1-KqnI/AAAAAAAAAxc/q3-D0_cGK6o/s1600/Subscribe+More+Blog+Tools.png) no-repeat;height:50px;
margin:0px 0 0px 0;
padding:0px 20px 0px 0px;
font-size:0px;
font-family:Sans-serif, Arial, Helvetica;
font-weight:bold;
text-transform:uppercase;
color:#ffffff;
text-shadow:0 1px 0 #fff;
}
ul.social { list-style: none; margin: 10px; overflow: hidden;
}
.social li { float: left; background: none !important; padding: 0 !important; margin: 0 4px;
}
.social li a { display: block; width: 50px; height: 40px; background: url("http://4.bp.blogspot.com/-gANW8x7jzug/UGnr7YEermI/AAAAAAAABDY/pN1opxmSfwY/s1600/Subscribe+More+Blog+Tools+Social+Icons.png") no-repeat transparent; text-indent: -99999em !important;
-webkit-transition: ease-in 0.15s all; -moz-transition: ease-in 0.15s all; -o-transition: ease-in 0.15s all; -ms-transition: ease-in 0.15s all; transition: ease-in 0.15s all;
}
.social li a:hover { padding: 0 !important;
}
.social li.rssicon a { background-position: 0 0;
border-right: 1px solid #e6e6e6;
}
.social li.twicon a { background-position: -50px 0;
border-right: 1px solid #e6e6e6;
}
.social li.fbicon a { background-position: -100px 0;
border-right: 1px solid #e6e6e6;
}
.social li.gicon a { background-position: -150px 0;
border-right: 1px solid #e6e6e6;
}
.social li.yticon a { background-position: -200px 0;
}
.social li.rssicon a:hover { background-position: 0 -50px;
border-right: 1px solid #e6e6e6;
}
.social li.twicon a:hover { background-position: -50px -50px;
border-right: 1px solid #e6e6e6;
}
.social li.fbicon a:hover { background-position: -100px -50px;
border-right: 1px solid #e6e6e6;
}
.social li.gicon a:hover { background-position: -150px -50px;
border-right: 1px solid #e6e6e6;
}
.social li.yticon a:hover { background-position: -200px -50px;
}
.Subscribe-Starsblogging{
width: 300px;
float: left;
}
.Subscribe-Starsblogging .count{
color:#F17C18;
font-size: 14px;
font-weight: bold;
font-family: Helvetica, Arial;
height: 30px;
line-height: 30px;
vertical-align: middle;
width: 310px;
padding: 0 0px 0 4px;
margin:0;
}  
.Subscribe-Starsblogging .count span.bigcount{
color:#F17C18;
font-size: 24px;
font-family: Helvetica, Arial;
line-height: 39px;
vertical-align: middle;
margin:0px;
padding:10px 0px 0px 0;
}  
.Subscribe-Starsblogging .subicons{
border-bottom: 1px solid #e6e6e6;
margin: 0px 0 0px 0;
float: left;
width: 300px;
font-family: Helvetica, Arial; font-size: 12px;
}  
.Subscribe-Starsblogging .emailsub{
border-bottom: 0px solid #e6e6e6;
padding: 5px 0 0px 0;
float: left;
width: 100%;
font-family: Helvetica, Arial;
}  
.Subscribe-Starsblogging .emailsub .emailicon{
background: url(http://1.bp.blogspot.com/-bv4Z3wxrQtc/UDReA7sQF8I/AAAAAAAAAxQ/CCeIAalllEc/s1600/Subscribe+More+Blog+Tools+Email.png) no-repeat 0 2px;
float: left;
padding: 0px 15px 10px 40px;
margin: 0 0 0 5px;
width: 300px;  line-height: 20px;
vertical-align: middle;
font-size: 14px;
color: #111;
}
.emailbutton{
background:#f7f8f9;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#f7f8f9,0),color-stop(#e9e9e9,1));
background:-webkit-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:-moz-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:-o-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#e9e9e9',GradientType=0 );
border:1px solid #ddd;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:6px 12px;
margin:0;
-webkit-box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
-moz-box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
color:#888;
text-shadow:0 1px 0 #fff;
line-height:1.2;
cursor:pointer;
font-size:13px;
}
.emailbutton:hover{
background:#f1f1f1;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#f1f1f1,0),color-stop(#e0e0e0,1));
background:-webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:-moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:-o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 );
text-decoration:none !important;
}
.email{
clear:both;
width:100%;
margin:10px 0;
}
.emailform{
position:relative;
width:300px;
margin:0 auto;
}
.emailinput{
width:200px;
height:18px;
margin:0 auto;
padding:8px 40px 8px 10px;
border:1px solid #ddd;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
font-family:georgia;
font-style:italic;
-webkit-box-shadow:1px 1px 2px #dfdfdf;
-moz-box-shadow:1px 1px 2px #dfdfdf;
box-shadow:1px 1px 2px #dfdfdf;
font-size:14px;color:#666;
}
.emailbutton{
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-bottomleft:0px;border-top-left-radius:0px;
border-bottom-left-radius:0px;
padding:9px;
position:absolute;
right:-2px;
top:0;
display:block;
line-height:16px;
}
.emailbutton{
padding:8px !important;
}
.emailform, .emailinput{
width:98% !important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
height:auto;
}


.invite-friends-link a {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhprZeTbR6vI5CsRPG5ODyk78SylRxc75HWLZoerj4WbFzp6L2xOV127cRahgeKBd5E9pBNuXVZZBoejz7oqrtL-_ONIf0ayf4zdgFpDix1U1H-s0HjFmthq5iDZQBnnVQTOc8uYUMBmZYJ/s1600/facebook.png) left no-repeat;
padding-left: 30px;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #3b5998;
display: block;
}
</style>
<p style="display:none;">Email Subscription box by<a href="http://Starsblogging.blogspot.com/">Muhammad Noman Khalid</a></p>
<div class="Subscribe-Starsblogging">
<h6 class='title'>Subscribe Now!</h6>
<div class="count">
<span class="bigcount">
<a href="http://feeds.feedburner.com/FEED URL"><img src="http://feeds.feedburner.com/~fc/FEED URL?bg=F17C18&amp;fg=444444&amp;anim=1" height="26" width="88" style="border:0" alt="" /></a>
</span>  Learn Pro Tricks daily </div>
<div class="subicons">
<ul class="social">
<li class="rssicon">
<a href="http://feeds.feedburner.com/FEED URL" rel="nofollow" target="_blank">Rss</a></li>
<li class="twicon">
<a href="http://twitter.com/Twitter URL" rel="nofollow" target="_blank">Twitter</a></li>
<li class="fbicon">
<a href="http://facebook.com/Facebook URL" rel="nofollow" target="_blank">FaceBook</a></li>
<li class="gicon">
<a href="https://plus.google.com/G+ Page URL" rel="nofollow" target="_blank">Google+</a></li>
<li class="yticon">
<a href="http://www.youtube.com/user/YouTube URL" rel="nofollow" target="_blank">YouTube</a></li>
</ul>
</div>
<br style="clear:both;" />
<div style="width:300px; border-bottom:1px solid #e6e6e6; margin:8px 5px 0px 0px; padding-bottom:5px;">
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="280" data-href="www.SITE URL.com"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
</div>
<div style="width:300px; border-bottom:1px solid #e6e6e6; margin:8px 5px 0px 0px; padding-bottom:5px;">
<iframe data-twttr-rendered="true" title="Twitter Follow Button" style="width: 266px; height: 20px;" class="twitter-follow-button" src="http://platform.twitter.com/widgets/follow_button.1347008535.html#_=1351358237637&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=TWITTER URL&amp;show_count=true&amp;show_screen_name=true&amp;size=m" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<div class="emailsub">
<div class="emailicon">
<p style=" width:240px;
color:#111;
font-size: 13px;
font-weight: normal;
font-family: Helvetica, Arial;
padding:0;
margin:0;
">Receive Quality Tutorials Straight in your Inbox   by submitting your Email ID below.</p>
</div>  
<div class="email">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=FEED URL', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" class="emailform">
<input type="hidden" value="FEED URL" name="uri" />
<input type="hidden" name="loc" value="en_US" /> <input type="text" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}" onfocus="if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}" value="Enter your email..." name="email" class="emailinput" /> <input type="submit" class="emailbutton" value="Submit" title='' /></form></div></div></div>
</div>

Customization of CSS social media follow us buttons !

Replace All RED BOLD text with your own URL's or USER NAMES. You should add your social media links in RSS Feed, Twitter, Facebook, Google Plus, YouTube and email subscribe form. This will makes this widget only for you. Just make changes as I told you. It will takes only 5 minutes or less to make changes and save this social media widget on your blogger blogspot.

The red bold's are necessary that you must change or add your social URL's with the required fields.
The blue bold's are not necessary but if you want to change that text with your own then replace it with your favorite text to do it.

After making the required changes, just save your widget to make it working. Click on SAVE button to close this popup widget window and after click save arrangement at top right of blogger layout. If you want to move your subscribe now widget to any other place, then move with mouse click on its title in blogger layout page. Drag it where you want to show this to your visitors and save arrangement.

I recommend you to add because it will increase your site strength on social media. So your Google page rank, Alexa rank, Bing and Moz site rankings will automatically upgraded after your appearance on web. This widget is most working widget then any other widget to make your site or blog socialize.
Thanks for Keep Visiting and don't forget for comment!


17 March, 2013

How to Add Simple Recent Posts Widget in Blogger

simple-recent-posts-widget-blogger
Recent posts widget will show the latest and newest posts in the blogger with blogger feed support. A simple Recent posts widget will increase your page views and also the user time on your webpage. Recent posts widget in blogger is now the requirement of every blogger enterprenuer. The user 's came from Google search and they did n't know the recently published posts of your blog. So after pasting the recent posts widget in blogger blogspot the user can easily find the recently published posts from the admin and they can easily view without finding, searching and wasting their time. There is no extra load of this widget on your page loading speed. This widget is simple, easy to install and easy to customize it with your own choice.

How to Add Simple Recent Posts Widget in Blogger


Step 1. Log in to Blogger Dashboard, and select Layout
Step 2. Click on Add a Gadget
how-to-add-gadget-blogger-layout

Step 3. Add a new HTML/JavaScript Gadget
Add html javascript Widget/gadget to blogger

Step 4. Write Recent Posts in Title
Step 5. Paste the following code in the empy HTML box:

<style type=text/css>
#rpdr {background: url( https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhX39CAVotyNCEylP1mexVTpBrhs7w_BvK4AgGJB1ZbYnvLaPC-gnOsnCAYfKE1_JdzgpKTQWattC9GbpCNxDm2D4YMc7Mk9xQjnH5WdWFQBYIzb-VUYzQcLezUYuGXtblBJ2_dpb0ZHaAs/s1600/blogger.png ) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 5px 0px 0px 0px;line-height:14px;}
#rpdr, #rpdr a {color:#808080;}
#starsblogging-recentposts a { font-size: 14px; color: #444444;}
#starsblogging-recentposts a:hover { color: #045FB4;}
.bbrecpost2 {
padding-top:6px;
padding-bottom:6px;
border-bottom: 1px #cccccc dotted; margin-right:-30px; padding-right: 10px;}
.bbrecpost2:hover {background-color: #ffffff;}
</style>
<div id="starsblogging-recentposts">
<script style="text/javascript" src="https://starsblogging.googlecode.com/files/recent-posts-with-titles-only.js"></script>
<script style="text/javascript">var numposts = 10;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;</script>
<script src="http://starsblogging.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>
</div>
<noscript>Oops! Make sure JavaScript is enabled in your browser.</noscript>

and Click Save button.

Customization in Recent Posts Widget:


  • var numposts = 10 shows the number of posts under this widget. This will depends on your own choice.
  • http://starsblogging.blogspot.com/ replace your own blog URL with this, so the recent posts widget will pick the titles from your blog.
  • showpostdate = false will hide the date of publishing of the post. You can show the date with changing the false with true value.
  • showpostsummary = false will shows the summary of each posts under the title. You can change it with your own choice if you want to show the summary.
  • numchars = 100 will shows the number of characters under the summary. You can increase or decrease summary characters by changing this value.

14 March, 2013

Add Recent Comments Widget with Rounded Images Blogger

Add-Recent-Comments-Widget-Rounded-Images-Blogger
Comments of community like friends and colleagues are very important on every post in a blogger. I am telling you the way how to add recent comments widget with round images int blogger blogspot. Previously there are many blogger specialists guide the users to add recent comments widget into blogger without images. Now adding images with recent comments is more attractive and looking beautiful. Recent comments widget displays comments with user images that looking stylish on the blogger page.
Previously i post an article on how to add popular posts widget with thumbnails and images on blogger blogspot. Now i will guide you today that how to add recent comments on blogger blogspot with rounded thumbs / images.

This widget shows blogger thumb on those users comments that have not add any profile or avatar pic on their profiles. So this will added automatically and shows blogger thumb on avatar image. The users that added their profile pic or avatar shows automatically with comments. User can customize comments length, image size, number of comments and more for this widget.

How To Add Recent Comments Widget with Rounded Images Blogger?


  • Sign in to Blogger.com
  • Goto Layout
  • Choose Add a Gadget (At Sidebar or below Blog Post)
  • Choose HTML/JavaScript
  • Write any word in Title of this widget (Recommended: Recent Comments)
  • Paste the following code in it,

<!-- Recent Comments Widget Start by StarsBlogging.blogspot.com -->
<style type="text/css">
    ul.w2b_recent_comments{list-style:none;margin:0;padding:0;}
    .w2b_recent_comments li{background:none !important;margin:0 0 6px !important;padding:0 0 6px 0 !important;display:block;clear:both;overflow:hidden;list-style:none;}
    .w2b_recent_comments li .avatarImage{padding:3px;background:#fefefe;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc;float:left;margin:0 6px 0 0;position:relative;overflow:hidden;}
    .avatarRound{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}
    .w2b_recent_comments li img{padding:0px;position:relative;overflow:hidden;display:block;}
    .w2b_recent_comments li span{margin-top:4px;color: #666;display: block;font-size: 12px;font-style: italic;line-height: 1.4;}
</style>
<script type="text/javascript">
//<![CDATA[
    // Recent Comments Settings
    var
numComments = 8,
showAvatar = true,
avatarSize = 25,
roundAvatar = true,
characters = 40,
showMorelink = false,
moreLinktext = "More &#187;",
defaultAvatar = "http://www.gravatar.com/avatar/?d=mm",
hideCredits = false;
//]]>
</script>
<script type="text/javascript" src="https://sites.google.com/site/starsblogging/w2b-recent-comments-gravatar.js?attredirects=0&d=1"></script>
<script type="text/javascript" src="http://starsblogging.blogspot.com/feeds/comments/default?alt=json&callback=w2b_recent_comments&max-results=8"></script>
<!-- Recent Comments Widget End by StarsBlogging.blogspot.com -->

Now Make These Changes on Your Choice


  • numComments=8 is showing the 8 recent comments with thumbs on your blog. You can change number of comments on your choice.
  • avatarSize=25 can change the height and width of avatar thumb of users.
  • characters=40, will change the length of comments below the user profile name.
  • Replace with your own blog URL with the above red bold URL http://starsblogging.blogspot.com/
  • Change the max-results=8 with your own number. This will change the number of comments to display on blog.
Save the widget and also save blogger settings. After adding move the recent comments widget anywhere in the blogger layout. It may be on sidebar or lowerbar wrapper on your own choice.

Enjoy!, Keep comments...


11 March, 2013

Add Attractive Email Subscription Box in Blog

The email subscribers are the plus point in SEO for bloggers. The strength of a website or blog is depends on the social sharing and email subscribers. The email subscribers can be increased easily with adding an attractive email subscriber for on blog. The email subscriber form includes CSS effects that force the users to enter their email address and submit as a feed reader. This form can be easily add anywhere of the blogger template. The user can paste 'subscribe via email form' to the blogger sidebar or below ant post. This form will force the users to subscribe on your blog.

How To Add Subscribe via Email Form to Blogger?

  1. Sign in to Blogger.com
  2. Goto Layout
  3. Choose Add a Gadget (At Sidebar or below Blog Post)
  4. Choose HTML/JavaScript
  5. Write any word in Title of this widget (Recommended: Subscribe Us)
  6. Paste the following code in it,

<style>
.starsblogging-email{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGTpIM2V3POie_awf05wSUnV0UrXlwhJSrvOv5Qkb5bY4zxozK4YBW57K5trTQYIzYKPeJf6B1fmA2Mgyy2UtJ7kHATeAX5BqF80N1TurhNpbw5GZdbSz6rQ2JOiIpk5jS_CDFAZ2PpfOl/s1600/icon_mail1.png) no-repeat 0px 1px;
width:250px;
padding:0px 0px 0 65px;
float:left;
font: bold 16px 'Trebuchet MS', Trebuchet, Arial,Verdana, Sans-serif;
margin: 0px 0 10px 0;
color:#686B6C;
}
.starsblogging-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:3px;
font:12px sans-serif;
}
.starsblogging-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:130px;
color:#666;}
</style>
<div class="starsblogging-email">
Subscribe via Email <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=StarsBlogging', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;email address here&quot;;}" onfocus="if (this.value == &quot;email address here&quot;) {this.value = &quot;&quot;;}" value="email address here" type="text" />
<input type="hidden" value="StarsBlogging" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<input class="starsblogging-emailsubmit" value="Submit" type="submit" />
</form>
</div>

Now make these changes,


  • Now replace Subscribe via Email bold text with your desired text that will attract users to enter email and submit as a feed reader.
  • Just replace StarsBlogging text at 2 places with your own feedburner user name. Every blog has its own feedburner link. You can get this feedburner username from opening http://feedburner.google.com/fb/a/home. After opening this site click on Feed you want to get user name. Click edit feed details... at top right. and see your feedburner URL at Feed Address: http://feeds.feedburner.com/XXXXX.

Save your widget, Save your blog and view your blog to see it showcasing live.! :)
That’s All!

08 February, 2013

HTML Hex Color Code Generator Wheel


HTML wheel hex background color code generator wheel is used to introduce new colors with their matching and neighbor colors. Hex color code generator wheel is able to generate 4 hex color codes in one time. You can easily choose your favorite color and their matching colors and use them into your blogger, wordpress or forum site. HTML color wheel generator is a perfect tool that can works during the offline mood.

This HTML hex color code generator wheel is a flash based color generator that can generate unlimited colors and their codes anytime during online or offline mood. This will helps the both basic and professional advanced users of blogger and wordpress to optimize their blog looks and styles to make it attractive and good looking.



The four boxes include the coloring effect from dark to light color scheme. This will helps the user to pick the related colors and their hex codes and paste them into their site as well. There are 2 darkest colors on the right top boxes and there are 2 lightest colors are existing in below dark color boxes.

There is a box at the bottom of the tool that is asking you
Insert the hex code (without "#") below and press the update button.
This is an extra command used to generate related color schemes for external color codes. You can simply copy the hex color code without hash button that should be 6 digits code e.g. #000000. Paste that code into the box and click update button to generate related colors from it.

01 February, 2013

Online Words Counting Tool


Blogging users are force their focus on Google Pagerank. Everyone wants to have some 1 or 2 Google pagerank as soon as possibe. So the path to the pagerank is too much difficult for beginners. The beginner users of blogger are not too intelligent to perform some actions to get pagerank as soon as possible. The Google crawls the pages and posts and also count their words. Too much short wording posts can't get traffic from Google because they can't follows the recommendations of Google pagerank.

Google page rank is more important fot advertisers and also the publishers. Everyone wants to increase their pagerank as soon as possible. When a user writes a post they should counts their posts words. There are many SEO articles that tells us to have minimum of 500 words in one post. SO there is too much difficult to write 500 words in one post that is unique and not copied from anywhere.

So it required a words counter too count the words in the post and know how much words are completed before publishing the post. Many word counters are available in the search engines. This is the first step going through the pagerank to count your words and try to write more then 300 words in one post.

How to Use Words Counting Tool


  • Copy Your Complete Post from Blogger
  • Paste Whole Post in the Text area Below
  • Click on Calculate Words Button


Online HTML Entity Encoder


HTML is too much popular now a days among the blogging related users. HTML converting and encoding is the required process to parse the HTML for blogger. Blogger never accepts some language signs in edit HTML section. So the user required to convert the HTML language into HTML acceptable language. Some times user want to add a widget to blogger but it gives the error and don't accept the HTML scripts and coding. The HTML encoder will converts some signs into acceptable format after parsing HTML.

Every one needs Google Adsense account to earn money online through advertising on their website or blog. The generated code of Adsense can't accept by the blogger in edit HTML section directly. This is the major problem that force the users to encode the javascript and then paste it in edit HTML. Blogger i unable to accept some HTML signs directly like <, >, /, ", \, and the major sign that is mostly used is & sign. This sign is mostly used sign in many javascripts and blogger widgets. We trying to focus on the major problems of the bloggers and solve their problems as soon as possible. So we add an HTML entity encoder that will parse your javascrips and widgets code into blogger acceptable language.

How to Use Online HTML Entity Encoder


  • Copy the direct code from adsense or anywhere
  • Paste Your HTML code in the below text box
  • Click on Convert
  • Your HTML code will be replaced by another code which is encoded and can be displayed.
  • Now copy the converted code from the box below and paste it in to your blogger edit HTML section.
  • If you want to encode a second javascript then after pasting the first code click on Clear button to clear the previous coding. Now its ready to convert a second HTML javascript coding.







31 January, 2013

Add Popular Posts Widget With Thumbs in Blogger


Now a days blogging is become more popular then wordpress. Everyone wants to start there business online through blogging. After starting the blogger user wants to have the most popular posts at the top. So every customer can easily access to the popular posts of that blog. The thumbnails are included in the popular posts widget automatically. User can add description and thumbs on its desires. Popular posts widget with thumbs is too much popular widget among the blogging. The look and style of popular posts automatically matchews with blogger template colors and styles.

Adding Popular Posts With Thumbnails Widget to Blogger


Kindly follow these steps one by one,
  • Go To Blogger > Template
  • Backup your template from Backup/Restore at the right top
  • Come back to Layout
  • Now Click Add a Gadget button
  • Choose Popular Posts from the list
  • After choosing popular posts by clicking on the Popular Posts widget.
  • The customization of popular posts is displayed on your screen
  • Choose desired Title of the Widget in the Title bar. I choose Popular Posts
  • Select most viewed posts sort by All Time, Last 30 days or Last 7 Days. I choose All time
  • Show the pictures with posts by clicking image thumbnail. I select image thumbnail
  • The snippet option can be displayed the descripton of the post. I select snippet
  • Select the number of popular posts you want to show at the sidebar. I select 10 posts to show
After adding the popular posts widget seccesfully, you can easily drag and drop this widget to anywhere in the blog. The popular posts recommended position is on right sidebar. Just place this widget in the middle of the sidebar.

  • At the end just save your settings by clicking on save arrangement orange button and view your blog and popular posts widget is successfully installed.
If user wants to edit and customize the popular posts widget later. Just simply click on Edit button of the popular posts widget and see the configurations is opened at your screen. Just change the setting that you want and save the widget and also save the arrangement to complete the adding of popular posts widget succesfully.