Mar

Very little is needed to make a happy life; it is all within yourself, in your way of thinking. I’ve learned that asking questions isn’t a sign of weakness; rather, it demonstrates curiosity, engagement and intelligence."

Menu




Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

10 Jobs That Didn’t Exist 15 Years Ago But Are In High Demand Today

A phrase, we’ve all heard a few hundred times, growing up. And every time a relative or a teacher asked me the same, I would talk about all sorts of fantasies. Sometimes I’d say a doctor, sometimes, I’d listen to my heart, and say a writer and sometimes even a horticulturist (Even though I barely understood what that meant, back then). And there I was, at age 17, living in a time when blogging was a rage. And here I am, age 26, making a living off an occupation that didn’t even exist 15 years ago. But, it’s far from being the only one. The list below also features 9 others.

1. Blogger



Source: Pixabay

No surprises for guessing how yours truly chose to kickstart the list. Bloggers and content writers are everywhere and many of them earn very well. Some are self-employed and some work for agencies and media houses. Either way, a blogger gets to channel out their inner creativity in a brilliant way and to a potential audience of millions. Or maybe, I’m just saying all this because my bosses are reading. Just kidding. Or Am I?

Related Posts Widget with Thumbnails for Blogger

it is must have widget for blogger to show related posts of current post to your readers. it will help you in many ways and first thing is that it will help you to increase the page views and reduce bounce rate of your blog. along with these 2 and enough advantages it also looks awesome.


How to Add Related Posts with Thumbnails to Blogger ?

STEP : 1 - Go to Blogger Dashboard > Template > Edit HTML
STEP : 2 - CTRL + F to enable search box and search for the </head> tag.
STEP : 3 - Copy and Paste below code just above </head>
<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts{float:left;width:auto;}
#related-posts a{border-right: 1px dotted #eaeaea;}
#related-posts a:hover{background: #f2f2f2;}
#related-posts h2{margin-top: 10px;background:none;font:18px Oswald;padding:3px;color:#999999; text-transform:uppercase;}
#related-posts .related_img {margin:5px;border:4px solid #f2f2f2;width:100px;height:100px;transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;}
#related-title {color:#222;text-align:center;padding: 0 10px;font-size:14px Oswald; line-height:16px;text-shadow:0 2px 2px #fff;height:28px;width:100px;}
#related-posts .related_img:hover{border:4px solid #E8E8E8;opacity:.7;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7}</style>
<script type='text/javascript' src='http://makingdifferent.github.io/blogger-widgets/related_posts_widget.js' />
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
Important :
To change height or width of the widget you can edit red colored value in above code 100px.
To change color and size of related posts titles, you can edit Blue colored value.
Remove Green colored lines, if you want related posts to be displayed in homepage as well.


STEP : 4 - Find the following code in your blog's HTML using CTRL + F, you might get the result of the same code two times then you can stop at the second one.


<div class='post-footer'>


STEP : 5 - Now, just above it, copy and paste below code.

<!-- Related Posts with Thumbnails Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;
var maxresults=5;
var relatedpoststitle=&quot;<b>Related Posts:</b>&quot;;
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs();
</script>
</div><div class='clear'/>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.bloggerwidgetgenerators.com'><img alt='Blogger Widgets' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi36XvDYfpW9uZ84yS_PS56vXQRpIZ0P2VIaOhWCiJmDENGw4D2w58zePsX15suAUpwvRTSB3-lii9Toh0WKMOmCb4p_XZbuFXLaO5_-ZfSP99pIk4OiRAYnJkI_EKmBwxFuMxww8nHOu8b/s1600/best+blogger+tips.png'/></a>
</b:if>
</b:if>
<!-- Related Posts with Thumbnails Code End-->


Edit value 5 in maxresults=5 with the number of posts you want to be display. Remove green colored lines if you want related post to be display on homepage too.


STEP : 6 - Save the template !


You're Done !! :)


ADD 10 CUSTOM CSS READMORE BUTTON IN BLOGGER TEMPLATE


        Generally Blogger Readmore button used for navigating in post page. However without ReadMore option we can navigate to post page by clicking on Post title. But ReadMore button will add a stylish look in Blogger template and Blog visitors will easily navigate to the full content. Formerly in Blogger template we used to see ReadMore link or instead of link some designer use Image. Only ReadMore link is not attractive and Image has another problem that if it deleted from Image hosting server then ReadMore button won't visible appropriately on Blogger template. So using CSS is safe for Blogger because you won't face any trouble to use it. So in this tutorial I will show you some usual and unique stylish CSS ReadMore button which can be add in your Blogger template to give them a new Look.


Splitting a long blog post in Blogger into multiple pages

How to split long blog post in Blogger into multiple pages

Splitting posts in wordpress is very simple 

Step 1: Usually you will edit your post in compose mode, but this time you are going to do this in HTML mode. Switch to HTML editor, add the span element that you see below and add your blog content in each element respectively. From the below lines you can see that only 1st page content is visible and the remaining 2nd, 3rd and 4th pages are hidden. So the remaining pages will be visible only if the visitor navigates.

<span class="content1">

Add your first page content here

</span>

<span class="content2" style="display:none">

Add your second page content here

</span>

<span class="content3" style="display:none">

Add your third page content here

</span>

<span class="content4" style="display:none">

Add your final page content here

</span>

Step 2: Hope you have added your content. Now you have to create page links so when a user clicks on that page he or she should get that particular content. Just below to the above code add this one which adds Pages: 1 2 3 4 links below your post content.


<p><b>Pages: <span style="color: #3d85c6;">

<a href="#" class="page1">1</a>

<a href="#" class="page2">2</a>

<a href="#" class="page3">3</a>

<a href="#" class="page4">4</a></span></b></p>

Step 3: Next to make this links to work add the following script just below the pagination links.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 <script style="text/javascript">
jQuery(document).ready(function(){
jQuery('.page1').click(function(){
jQuery('.content1').show();
jQuery('.content2').hide();
jQuery('.content3').hide();
jQuery('.content4').hide();
return false;
});
jQuery('.page2').click(function(){
jQuery('.content1').hide();
jQuery('.content2').show();
jQuery('.content3').hide();
jQuery('.content4').hide();
return false;
});
jQuery('.page3').click(function(){
jQuery('.content1').hide();
jQuery('.content2').hide();
jQuery('.content3').show();
jQuery('.content4').hide();
return false;
});
jQuery('.page4').click(function(){
jQuery('.content1').hide();
jQuery('.content2').hide();
jQuery('.content3').hide();
jQuery('.content4').show();
return false;
});
});
</script>

That’s it! When everything is done publish your article and view it where you will see page links below the content. Just click on the links to see how it works. Hope that helped you to split long blog posts in Blogger into multiple pages. Got any questions? Feel free to ask below in comments section.

Putting a Code Box On Blogger Posts


In two ways you can create code box:


1. Ad-hoc simple (but ugly) solution:

Click the HTML tab at the top of the compose window. Then paste these lines: 

<textarea name="textarea" cols="40" rows="4" wrap="VIRTUAL">

text here to be shown in the area
</textarea>




jquery smooth scroll back to top widget for blogger

This tutorial I will sow how to add a smooth jquery scroll back to top widget to your blogger blog.  You can make your blog more users friendly by using this widget, because this scroll to top widget helps your blog reader to go top of your blog with a smooth scrolling. This widget scrolling effect is looks attractive. This widget is designed without any image. To know how is this widget sees our screenshot bellow or you can see this widget is working on my blog footer.  


Reduce Unwanted CSS Codes from Blogger and Load Fast Your Template


Our visitors always ask about the fast loading template and they always complain me that their blogger template is taking too much of time in loading and the reason behind it, is very simple this is due to some codes of blogger template and that could be jQuery codes, JavaScript codes and could be happen be'coz of CSS codes and this kind of problem mostly occur by the CSS codes be'coz CSS codes include many kinds of codes and other functions and many 

RANK CHECKER

Check Google Page Rank of your domain or web page. Result will be shown in a new window.



Check Page Rank of your Web site pages instantly:
This page rank checking tool is powered by Page Rank Checker service

HTML EDITOR -VinoCuriosity


Html Editor Tool

Meta Tag Generator Tool for Blogger/blogspot – v2






Meta Tag Generator Tool for Blogger/blogspot – v2


Description: Meta tags are an integral part of getting your webpages listed correctly on search engines and directories. In fact, many search engines now demand them before they will even crawl your site. Use the following online tool to instantly generate these important HTML tags for cutting and pasting onto your site:


Title:

Author:

Description:

Keywords:

Language:

Copyright:

Designer:

Distribution:

Robots:



Note:If you'd like to have the URL Meta Tag Generator Tool for Blogger/blogspot – v2 for offline use, just view source and save to your hard drive.