CyberLink PowerDVD Ultra 12.0.1432.62 - Download


CyberLink PowerDVD Ultra 12.0.1432.62 - Download | CyberLink's most advanced movie and media player to date, PowerDVD delivers 3D and HD movies on the PC. In other words, this software is a one-of-a-kind multimedia player which provides the best playback quality possible today.
Optimized for the latest hardware acceleration technologies from Intel, NVIDIA and AMD, PowerDVD ensures smoother movie performance and launches your Blu-ray movies up to 4X faster too. We also brings it to the kind of life-like imagery that Blue-Ray can deliver on your PC. Offering the best quality 3D movie experience possible,
PowerDVD is compatible with the full range of 3D hardware on the market, including glasses, graphics cards, and monitors.
PowerDVD is the consumer's favorite Blu-ray / DVD playback software, complemented by high-definition Dolby and DTS audio technologies. We also support extensive range of video formats including MKV, FLV, 3GP, and makes movies social by sharing bookmark reviews and live comments.

Download here
pass : www.sibdownload.com

Zerg Rush, Games on Google


Zerg Rush, Games on Google | If you are tired of googling, you can play a game at www.google.com.

In the search box, type in 'zerg rush', and then click enter.
Wait a minute, not long then you will see the letter O or number 0, like the icon of the symbol browser 'Opera'. LOL

O virus that would nibble around the screen in Google's search engine. Shoot with your mouse pointer.
Do not let your 'life points' out. hahaha
 

Have fun with Games on Google, Zerg Rush =)

How To Creating Permalink Tag in Blog

Creating Permalink Feature in Blog | Yesterday, I have shown you how to installing multi label breadcrumb in your blog . Now I will teach you how to Creating Permalink Feature in your Blog.  

Many people say to put permalink tag in blogger will make our blog more SEO friendly.  
Benefits of installing tags on each post permalink article is in addition to 'SEO on page' we also give an explanation to the reader of articles on permalink address, and title.  

Creating Permalink Feature in your Blog on each post is very useful to add internal links in the post, which of course with the permalink of this will make our posts more SEO Friendly.


If you want to Put Permalink Feature on your Blog, just follow the steps:

Find ]]><b:/skin> code
Then ptt code below above that code
.permalinktag{margin-top:5px;
border:1px solid #eff0f1;color:#424242;
padding:5px;
background:#fbfbef}.permalinktag a{background:0}img.float-right{margin:5px 0 0 10px}img.float-left{margin:5px 10px 0 0}#mn2{width:85%;
height:28px;background:#1e90ff;border-top:1px solid #666;border-bottom:1px solid #666;margin-top:0;margin-left:0}
}
After that find <data:post.body/> code
Put the code below under code above.
<div class='permalinktag' style='border:2px double red; background:#FFF9B4;padding:5px 5px 5px 5px; text-align:center;font-size: 11px;-moz-border-radius:5px;'>
Title : <strong><a expr:href='data:post.url'><data:blog.pageName/></a></strong>.
<br/>Original URL : <strong><data:post.url/></strong>
<br/>
<br/>
<center>You can share this article: <strong><data:blog.pageName/></strong> but do not forget to put the source link of
<u><a expr:href='data:post.url'><data:blog.pageName/></a></u>.</center>
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=farzcollection&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' style='text-align:center;' target='popupwindow'>
<p>Enter your email address to get updates from this blog:</p>
<p><input name='email' style='width:140px' type='text'/></p>
<input name='uri' type='hidden' value='FarzCollection'/>
<input name='loc' type='hidden' value='en_US'/><input type='submit' value='Subscribe'/></form>
</div>
Change the code with purple colour with your feedburner code. Or you can delete that. =)

That is How To Creating Permalink Tag in Blog

Installing Multi Label Breadcrumb Navigation in Blog

Installing Multi Label Breadcrumb Navigation in Blog | Breadcrumb is a row of internal links on the top of the page that allows visitors to navigate back to previous section quickly. 


Breadcrumb is very important for bloggers, because when visitors reach our article contained a breadcrumb navigation showing the location of the post (example: Home >> SEO, Blog Tutorial >> Install Breadcrumb). And visitors can click on the post page as well as categories of posts back to the homepage.

Highly recommended by bloggers Installing Breadcrumb Navigation in the blog. But there are some breadcrumb is not readable by google. Some blogs may not be read by google, because of its PR in the blog or the blog is still new.


If you want to install breadcrumb in your blog please follow the steps:


Backup your template first if an error occurs.
Open Design => Edit HTML => Expand Widget Template.

Find code ]]></b:skin>
Copy code below just above ]]></b:skin> code
p.breadcrumbs {
padding:5px 5px 5px 0px;
margin: 0px 0px 15px 0px;
font-size:95%;
line-height: 1.4em;
border-bottom:double 3px
#e6e4e3;
 }
Then find code below
<b:include data='top' name='status-message'/>
Then copy code below beneath code above.
<b:include data='posts' name='breadcrumb'/>
If there are 2 code, copy the code below both.

After that, find <b:includable id='main' var='top'>  code.
Copy code below above that code.
<b:includable id='breadcrumb' var='posts'>
<b:if cond='data:blog.homepageUrl == data:blog.url'>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<p class='breadcrumbs'>
<span class='breadcrumbs'>
<a expr:href='data:blog.homepageUrl' rel='tag'>Home</a> &#187;
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast != &quot;true&quot;'> ,
</b:if>
</b:loop>
<b:else/>
&#187; Unlabelled
</b:if>
&#187; <span><data:post.title/></span>
</b:loop>
</span>
</p>
<b:else/>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<!-- breadcrumb for the label archive page and search pages.. -->
<p class='breadcrumbs'>
<span class='breadcrumbs'>
<a expr:href='data:blog.homepageUrl'>Home</a> &#187; Archives for <data:blog.pageName/>
</span>
</p>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<p class='breadcrumbs'>
<span class='breadcrumbs'>
<b:if cond='data:blog.pageName == &quot;&quot;'>
<a expr:href='data:blog.homepageUrl'>Home</a> &#187; All posts
<b:else/>
<a expr:href='data:blog.homepageUrl'>Home</a> &#187; Posts filed under <data:blog.pageName/>
</b:if>
</span>
</p>
</b:if>
</b:if>
</b:if>
</b:if>
</b:includable>
Save your template.

If an error occurs, use the template that you have previously downloaded.

Fancy Pants 3 Adventure World Final - Download



Fancy Pants Adventure World 3 Download - Final  | The third sequel of Fancy Pants Adventure which I had long waited for. The third sequel is still showing a Stickman is an adventure to defeat the enemy in front. You can simply enjoy this game
Jump, bounce, climb, and duck. Go forth and be fancy in this sequel to the ever-awesome Fancy Pants Adventures. In World 3 there are even more challenges and surprises ahead. Will you collect all the squiggles and reach the end?

Go to this link here
Wait till the loading is complete.
Then, save that page or Download.

NO MORE SNEAK PEEK

That is the step to download Fancy Pants Adventure World 3 Download - Final.

UPDATE!!! 
DOWNLOAD HERE
16 MB
PLAY IT WITH FIREFOX
WHICH HAS COOKIES FEATURE

Screenshot



Corel DRAW Graphics Suite X6 v16.0.0.707 - Download

Corel DRAW Graphics Suite X6 v16.0.0.707 - Download

Corel DRAW Graphics Suite X6 v16.0.0.707 - Download | Embrace the design power of CorelDRAW® Graphics Suite X6, offering you content-rich images and fonts, professional graphic design tools, photo-editing capabilities and website design software. Plus, the enhanced speed of 64-bit support allows you to quickly process larger files and images. Show your true design style!

System Requirements

  • Microsoft® Windows® 7 (32-bit or 64-bit Editions) , Windows Vista® (32-bit or 64-bit Editions), or Windows® XP (32-bit), all with latest service packs installed
  • Intel® Pentium® 4, AMD Athlon™ 64 or AMD Opteron™
  • 1GB RAM
  • 1.5GB hard disk space (for typical installation without content - additional disk space is required during installation)
  • Mouse or tablet
  • 1024 x 768 screen resolution
  • DVD drive
  • Microsoft® Internet Explorer® 7 or higher
Publisher : Corel.com
Download here

Mozilla Firefox 12.0 Final - Download


Mozilla Firefox 12.0 Final - Download


Firefox 12.0 Final - Download | Mozilla Firefox is a fast full-featured for Windows, which makes browsing more efficient than ever before. Firefox includes pop-up, a tab-browsing mode that lets you open several pages in one window

Additional features include:
 
Live Bookmarks - RSS integration lets you read the latest news and read the updates of your favorite syndicated sites.
Extensions - add-ons that add new functionality to your Mozilla program.
Themes - Allows you to change the display with new graphics and colors.
Privacy and Security - Firefox keeps your computer safe from malicious spyware by not loading harmful ActiveX controls.
Plugins - Programs that allow websites to provide content for you and have it appear in your browser.

Firefox also comes with a standard set of developer tools including JavaScript and CSS error / warning console, and an optional Document Inspector that gives detailed information about your page.


Publisher : Mozilla
Download here

Humble Bundle Presents: Botanicula - Download

Humble Bundle Presents: Botanicula - Download

Humble Bundle Presents: Botanicula - Download | In Botanicula, you must guide a motley band of tree creatures in a journey to save their home from brooding, spider-like invaders. With a huge cast of charming characters, Botanicula is the latest and greatest example of Amanita Design's unique storybook vision brought to vivid fruition in a point-and-click adventure game. And the award-winning original soundtrack to Botanicula, created by the Czech alternative band DVA, is included with every bundle! [Quoted : humblebundle.com]

REQUIREMENT
Windows
OS: Windows XP or later
Processor: 1.8 GHz
Memory: 1 GB
Mac
OS: Mac OS X Snow Leopard 10.6, or later
Processor: Intel Mac 1.8 GHz
Memory: 1 GB
Download here
pass : www.sibdownload.com

NB : This game (Botanicula) is a request from my friend. He said, there is a new game that pretty good. Suitable for children.

Ashampoo Office 2012 - Download

Ashampoo Office 2012 - Download

Ashampoo Office 2012 - Download | The new powerful and cost-efficient Ashampoo Office 2012 provides everything you need when it comes to working with documents, spreadsheets, presentations and lots more! The comprehensive Ashampoo Office 2012 contains the Ashampoo TextMaker 2012, the Ashampoo PlanMaker 2012 and Ashampoo Presentations 2012.

Download here
pass : www.sibdownload.com

Autodesk Autocad 2013 - Free Download

Autodesk Autocad 2013 - Free Download

Autodesk Autocad 2013 - Free Download | Design and shape the world around you with the powerful, flexible features in AutoCAD® 2013 software, one of the world’s leading 2D and 3D CAD design tools. Maximize productivity by using powerful tools for design aggregation and documentation, connecting and streamlining your design and documentation workflows. AutoCAD 2013 is available on Windows® and Mac® OS, allowing you to work natively on your platform of choice. Extend the power of AutoCAD when you purchase as part of the AutoCAD Design Suite, providing easy-to-use visual communication workflows.

Features
  • Section and Details View
  • Strike-Thru Text
  • Autodesk 360 Connectivity
  • Customization and Support File Sync
  • Social Media Sharing
  • AutoCAD Apps on Autodesk Exchange  
  • And many more . . .
Quoted From : Publisher
Download  x96 and x64 here

Spy Emergency v10.0.605.0

Spy Emergency v10.0.605.0

Spy Emergency v10.0.605.0 | Spy Emergency is an anti-spyware, anti-trojan, anti-spam software that quickly and securely removes spyware, viruses and other Internet threats, including spyware, viruses, adware, malware, home-page hijackers, remote administration tools, dialers, and keyloggers.

Spy Emergency Features:
• Support for Internet Explorer, Mozilla Firefox and Opera browsers
• Scan of your system memory
• Scan of your registry
• Scan of your storage
• Built-in anti-spam
• System directory storage scan
• Tracking cookies scan
• Host file scan
• Hijackers scan
• Heuristic malware detection
• Polymorhic malware detection
• Generic unpacker with support for UPX, Aspack
• Command line interface
• Automatic LSP stack repair
• Real-time memory shields that blocks spyware before it executes
• Prevention shields that blocks malware installation
• Browser shields, including homepage shield
• Tracking cookies shields
• Automatic database updates
• News updates
• Individual spy restore functionality
• Keeplist
• Scheduling support
• Simple configuration
• Intuitive and clear user interface for spyware removal
• Handy Shell Extension Scanning
• Skin support
• Language support
• Premium Technical support
• and much more…

Download here

Mass Effect 3 - Download

Mass Effect 3 - Download

Earth is burning. Striking from beyond known space, a race of terrifying machines have begun their destruction of the human race. As Commander Shepard, an Alliance Marine, your only hope for saving mankind is to rally the civilizations of the galaxy and launch one final mission to take back the Earth.
This is the third sequel of Mass Effect Series. It is intended to be the final game in the planned Mass Effect trilogy.

Mass Effect 3 Minimum System Requirements
OS - Windows XP SP3/Vista SP1, Win 7
CPU - 1.8 GHz Intel Core 2 Duo (equivalent AMD CPU)
RAM - 1GB for XP / 2GB RAM for Vista/Win 7
HDD - 15 GB of free hard disk space
GFX RAM - 256 MB* (with Pixel Shader 3.0 support)
Audio - DirectX 9.0c compatible
DX - DirectX 9.0c August 2009 (included)

*Supported chipsets: NVIDIA 7900 or better; ATI X1800 or better.  Please note that NVIDIA GeForce 9300, 8500, 8400, and 8300 are below minimum system requirements, as are AMD/ATI Radeon HD3200, HD3300, and HD4350.   Updates to your video and sound card drivers may be required.

Mass Effect 3 Recommended System Requirements

OS - Windows XP SP3/Vista SP1, Win 7
CPU - 2.4 GHz Intel Core 2 Duo (equivalent AMD CPU)
RAM - 2GB for XP / 4GB RAM for Vista/Win 7
HDD - 15 GB of free hard disk space
GFX -  AMD/ATI Radeon HD 4850 512 MB or greater, NVidia GeForce 9800 GT 512 MB or greater
GFX RAM - 512MB (with Pixel Shader 3.0 support)\

Download here

Make Recent Post With Picture Slider in Blog

Make Recent Post With Picture Slider in Blog | Today, i will share you one cool blog widget. That is Make Recent Post With Picture Slider Blog. This Widget is very light loading. So, your blog weight is safe. For live demo, you can see this.

Make Recent Post With Picture Slider Blog

Interesting? See the steps below.

First, Open Design => Add Gadget => HTML/JavaScript
Don't forget to login to your account :LOL:

Then, copy code below.
<center><style type="text/css">
#rp_plus_img{height:190px;overflow:hidden;border:solid 0px #fff;padding:6px 10px 24px 5px;background-color:transparent;}
#rp_plus_img ul{list-style-type:none;margin:0;padding:0}
#rp_plus_img li{border:1px; margin:0; padding:0; list-style:none;}
#rp_plus_img li{height:60px;padding:5px;list-style:none;}
#rp_plus_img a{color:#F68629;}
#rp_plus_img .news-title{display:block;font-size:14px;font-weight:bold !important;color:#F68629;text-align:justify;}
#rp_plus_img .news-text{display:block;font-size:11px;font-weight:normal !important;color:#000000;text-align:justify;}
#rp_plus_img img{float:left;margin-right:14px;padding:4px;border:solid 1px #F68629;width:95px;height:55px;}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript">
</script>
<script src="http://theplick.googlecode.com/files/newsticker-plick.js" type="text/javascript">
</script>
<script type="text/javascript">
var speed = 1000;
var pause = 2500;
$(document).ready(function(){
rpnewsticker();
interval = setInterval(rpnewsticker, pause);
});
</script>
<ul id="rp_plus_img"><script>
var numposts = 10;
var numchars = 0;
</script> <script src="http://your-site.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=rpthumbnt">
</script> </ul>
</center>
Change the red with number of post you want to show.
Change the blue with your site URL.
If the height is not 'balance' with your site, change the orange.

Hopefully, this post, Make Recent Post With Picture Slider in Blog is useful for you to repair your blog to be better. :)

Making Border on Blog Widget

Now, i will show you how to Make Border on Blog Widget. This is done to make your blog look more tidy and attractive. Also for your blog widgets do not look scattered.

Making Border on Blog Widget


So? You want to try?
If the answer is yes, just follow me and see the steps below:


First, login to your account, Then Open Design.
Click Add Gadget = >HTML/JavaScript


Then Copy code below
<div style="border: 3px solid rgb(0, 0, 0); padding: 4px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">
         Text or Something you want to give BORDER
</div>
Change blue with your widget script.
Change the red with the border style you want to use. You can choose it with the style below :
  • Solid
  • Double
  • Ridge
  • Dotted
  • Dashed
  • Groove
  • Inset
  • Outset 
Yeah, that's all the tutorial for Making Border on Blog Widget

Trick Increase Blog Pagerank


This time I will share about Trick Increase Blog Pagerank,

I believe we can if you aplly this method correctly. If it is applied to your web / blog, you will get :
  • Your blog will be flooded with incredible traffic visitors day after day, without having to worry about SEO or tired every related promotions in the online world.
  • Your blog will also be flooded backlink significantly from day to day, without bothering to hunt every related links in the Internet world.
Things you should do is follow these steps:
  • Keep posting as I post this article, or copy-paste this article. Then put a title at will (because it is the SEO for your web / blog of your own).
  • You simply put the Links below to the article you are on the blog / web :
1. Alexa
2. Facebook
3. Twitter
4. Yahoo
5. Blogspot
6. Youtube
7. Gmail
8. Kaskus
9. AdsenseCamp
10. FarZ Collection



But remember, before you put the link above, you should remove the link number 1 from the list. So that all link up one level. Who was number 2 be number 1, number 3 was 2, and so on. Then enter the your link at the bottom (number 10).

If each participant can take only 5 people, then the number of backlinks that will be obtained is

When you position 10, the number of backlinks = 1
Position 9, the number of backlinks = 5
Position 8, the number of backlinks = 25
Position 7, the number of backlinks = 125
Position 6, the number of backlinks = 625
Position 5, the number of backlinks = 3.125
Position 4, the number of backlinks = 15.625
Position 3, the number of backlinks = 78.125
Position 2, the number of backlinks = 390.625
Position 1, the number of backlinks = 1,953,125
And all of them use keywords that you want. In terms of SEO agan've got 1,953,125 backlinks and side effects if a web visitor clicks on the link trusts and it is also a blog agan get additional traffic. And of course your blog PageRank will increase.
And one additional from me, this trick only requires "honesty".


Please copy and paste this article, and remove the link number 1 and add a link blog / your website in the top 10. Spread this article to a friend of a friend agan So you can continue to increase Pagerank!
And hopefully this Trick Increase Blog Pagerank can be useful :)

Firefox 11.0 - Download

Firefox 11.0 - Download

ChangeLog

* NEW
- With Sync enabled, add-ons can now be synchronized across your computers
- Firefox can now migrate your bookmarks, history, and cookies from Google Chrome
- The CSS text-size-adjust property is now supported
* CHANGED
- Redesigned media controls for HTML5 video
* HTML5
- The outerHTML property is now supported on HTML elements
- View source syntax highlighting now uses the HTML5 parser
* DEVELOPER
- The Style Editor for CSS editing is now available to web developers
- Web developers can now visualize a web page in 3D using the Page Inspector 3D View
- XMLHttpRequest now supports HTML parsing
- Files can now be stored in IndexedDB
- Websockets has now been unprefixed
* FIXED
- Various security fixes
- Firefox notifications may not work properly with Growl 1.3 or later 

 
Download here

Shogun 2 : Total War - Download

Shogun 2 : Total War - Download
This is the request from my friend.

Shogun 2 Total War System Requirements

Total War: Shogun 2 Minimum System Requirements
CPU - 2GHz Intel Dual Core processor, 2.6GHz Intel Single Core processor , or AMD equivalent (with SSE2)
MEMORY - 1GB RAM (XP), 2GB RAM (Vista/Windows7)
VIDEO - 256 MB DirectX 9.0c compatible graphics card (shader model 3)
HARD DRIVE - 20GB free hard disk space
OTHER DETAILS - 1024×768 minimum screen resolution

Total War: Shogun 2 Recommended System Requirements

CPU - 2nd Generation Intel® CoreTMi5 processor (or greater), or AMD equivalent
MEMORY - 2GB RAM (XP), 4GB RAM (Vista / Windows7)
VIDEO - AMD Radeon HD 5000 and 6000 series graphics cards or equivalent DirectX 11 compatible graphics card
OTHER DETAILS - 1280×1024 minimum screen resolution

Download here

Referral Contest Prizes Android Smartphone

Referral Contest Prizes Android Smartphone | The following prizes for the winners of the contest Ngonoo referral.

Referral Contest Prizes Android Smartphone
Ranking:
1. Android Smartphone Samsung Galaxy Young
2. Apple iPod Nano 8 GB Multi-touch
3. Smartfren EVDO Modem + Internet 1 Month Free
4-5. Pulse Rp. 100.000, -
6-7. Pulse Rp. 50.000, -
8-11. Pulse Rp. 25.000, -
12-17. Shirts NGONOO


Referral contest runs from the date of March 16, 2012 until 30 April 2012. Each referral is invited to have a confirmation email to be calculated. Winners are determined by the highest number of referrals. Participants must Like FB and Twitter Follow NGONOO (this may be done when registering).

Invite your friends as a candidate for referral
to give a special referral link provided when registering. Spread via FB, Twitter, Chat, SMS, or your Blog.

How To Follow-up 
Go to http://goo.gl/0q2Kt list here, then click the Referral Contest, Enter your name, email and password you want. then follow the procedure given.

How to Edit Template Safely

Yesterday, i made a post about Notepad++. Now i will show you how to use it to Edit your template easier and safely.

Tool : You must have Notepad++. Install that.

First, download your template.
Open Design => Edit HTML => Download Full Template
Then, right click your downloaded template. Click on 'Edit with Notepad++'.

How to Edit Template Safely

Before that, make a copy of your template that you want to Edit. So that when failure occurs when editing you still have the backup.

Second, Edit your template as you please.

Then Upload your template to your blog.



If there are some problem, you can edit your template again with your first backup.


There is some tips for you to edit your template.
Happy blogging ^^

Notepad++ - Edit Your Template Easier

Notepad++ - Edit Your Template Easier

Notepad++ is a software I use to Edit my template. I use this software because it very easy. Also because of its features is very complete. Anyway it is nice. It is suitable for you who like to edit the template.

Here is some description of the notepad++ that I quoted from filehippo.com
Here is it:

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL Licence.

Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

  • Syntax Highlighting and Syntax Folding
  • WYSIWYG
  • User Defined Syntax Highlighting
  • Auto-completion
  • Multi-Document
  • Multi-View
  • Regular Expression Search/Replace supported
  • Full Drag 'N' Drop supported
  • Dynamic position of Views
  • File Status Auto-detection
  • Zoom in and zoom out
  • Multi-Language environment supported
  • Bookmark
  • Brace and Indent guideline Highlighting
  • Macro recording and playback
Download here

Making Related Post With Picture in Blog

After I tell you about Making Scroll in Blog Widget, Now i will show you how to make related post in yout Blog with Picture.
Interesting?
Just follow the steps.

First, Login into your blog then choose Design
Click Edit HTML

Then copy code below just before </head> code.
___________________________
<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == "item"'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, Times New Roman , Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}
#related-posts a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiN__fLXpi0A_ktFG_0YRWoobxbRkVMugFo4Rv_q1pDg2SMic_kVLS4iG191QR1aEEIvwMnkTFUY1yo9b5XMkhTTuIyNkdI0PqHbKq9dr0oSbEdqiZQE_yJIyjVS90kVOfqAsSM5jHL9Ns/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://infonetmu.googlecode.com/files/related-posts-with-thumbnails-for-blogger-pro.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
___________________________

Change the red with number of post you want to view.
Change the blue with the title, It's up to you.

Then copy code below just before <data:post.body/> code
___________________________ 
<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><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>
<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=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
<!-- Related Posts with Thumbnails Code End-->
___________________________

Then click save.

It will look like this.
Making Related Post With Picture in Blog