Subscribe For Free Updates!

We'll not spam mate! We promise.

Make Your Blog SEO Friendly



Today I have good new for all new bloggers. Recently blogger introduce the new option "Search Preferences" which is very helpful for the bloggers. With this option you can make your blog SEO friendly and Officially. With "Search Preferences" option you can edit your meta description , error page 404 , custum robots header tags , robot.txt , and redirects.

You will learn all these thing by following the below tutorial.

How I find Search Preferences Option ?

  • Goto blogger account click on Sittings >> Search Preferences as i shown in below picture.
Make Your Blog SEO Friendly

META Description Tag

We are discussed META Tags Description , this is used just to show your blog description in search results. Mete Tag Description will appear just for homepage link. You Meta Tag Description will 150 characters in length. Just click on description write your blog  description a in the the box.

Make Your Blog SEO Friendly

Custom page not found

It is also great option for bloggers. With this option you can add a 404 message to visitors , you can also add HTML tag look in the below image.

Custom Redirects

With this option you can also redirect your visitors from page to another page.
Make Your Blog SEO Friendly

Custom Robot.txt

By using Robot.txt you can allow by this your pages are crawl or index into search engines.
Every website or blog have Robot.txt you can also use Robot.txt into your blog by using the following code.
Make Your Blog SEO Friendly
  • Copy the below code and paste it into Custom Robot.txt box

User-agent: Mediapartners-GoogleDisallow: 
User-agent: *Disallow: /searchAllow: /
Sitemap: http://www.truebloggingtricks.com/feeds/posts/default?orderby=UPDATED
  • Replace http://www.truebloggingtricks.com with your blog URL

Custom Robot Header Tags

With this option you can set a robot tag of Header , Archive , Labels , Pages , Posts crawler and indexing section in Search Preferences.
Make Your Blog SEO Friendly
I hope you will find this post very helpful. If you have any questions about this feel free and ask to me.

How to add Scrolling Pop Up Facebook Like Box Widget


Scrolling Pop Up Facebook Like Box Widget For Blog
Add a beautiful Facebook pop up like box into your blog. This Facebook pop up widget is scrolling in its fixed position on screen. This is very beautiful and easy to load on blogs. This widget is very useful must add into your blog.

This widget is specially designed for to get more likes on Facebook. This pop up widget has many features but the main feature is that to load it on blogs very easily and fast it has also a scrolling effect. It means that it will move from top to down when you will moving your page from top to bottom.

This widget also have a close button on the right hand side visitors can also close this widget to click on close button. So lets have look the live demo of this widget.

How to add Scrolling Pop Up Facebook Like Box Widget ?

  • Open your blogger account.
  • Goto on layout click on Add a Gadget then select HTML/JavaScript.
  • Copy the below code and paste it HTML/JavaScript.

<style type='text/css'>
#truebloggingtricksFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FFCC00;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#truebloggingtricksFBpop a.truebloggingtricksclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type='text/javascript'>
$(window).bind("load", function() {
// Animate Top
$('#truebloggingtricksFBpop').animate({top:"50px"}, 1000);
// Widget by www.truebloggingtricks.com
$('a.truebloggingtricksclose').click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='truebloggingtricksFBpop'>
<!-- Widget by www.truebloggingtricks.com Start -->
<div style="text-align: -webkit-center;">
<span style="font-family: Georgia, Times New Roman, Times, serif;"><span style="font-size: 15px; line-height: 14px;"><b>Don't Forget To Join With Our Community</b></span></span></div>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Ftruebloggingtricks&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe></center>
<!-- Widget by www.truebloggingtricks.com End -->
<a class='truebloggingtricksclose' href='#'>×</a>
<center style="float:right; margin-right:10px;">
<span style="font-size:xx-small; color:#000; text-decoration:none;">+Get this at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://www.truebloggingtricks.blogspot.com/2013/08/scrolling-pop-up-facebook-like-box_4.html">True Blogging Tricks</a></center>
</div>

  • Replace truebloggingtricks with your facebook usename.
  • Change #FFCC00 with your choice to change a widget color.
  • Click on save button and you done it.
Now visit to your blog and see Scrolling Pop Up Facebook Like Box.

How to add Related Post Text Widget to Blogger ?

Related Post Text Widget For Blogger
Today i m going to share three stylish and awesome related post widget for blogger. Personally i really like this widget , related post widget is decreasing the bounce rate of your blog. There is also many related post widget for blogger some of them are looking very good and some of them are looking very ugly. And those which have images also increase your blog loading time. This related post widget have no images and will load faster , so i hope you like the styles of this widget.

How to add Related Post Text Widget to Blogger ?

  • Goto blogger account.
  • Goto template and click on EDIT HTML.
  • Now find the below code in your template.
</head>
  • Copy the below and paste it just before/above it.
 <!--Related Posts Starts www.truebloggingtricks.blogspot.com -->
<script language='JavaScript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels() {
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
document.write('<ul>');
while (i < relatedTitles.length && i < 6) {
document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>');
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write('</ul>');
}
//]]>
</script>
<!--Related Posts Stops www.truebloggingtricks.blogspot.com -->

  •  Find again <data:post.body/> by using Ctrl+f function and paste the below code just below/after it.
<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&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; <!-- Increase To Show More Then 5 Related Post -->
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
  • Next find again the below code.
 ]]></b:skin>
  • Now choose of the style and insert the CSS code just above it.

- How To Add This Widget To Blog ?


3 in 1 Slide Out Follower Widget For blogger
Today i m going to share another interesting and awesome blogger widget which contain all the 3 famous social network (Facebook , Twitter , Google+) which is called jQuery slide widget which helps to increase your followers.
So here we have three different pop up boxes which appear on hover effect at the right side of blog.
One of the best widget to increase to add this widget to your blog to increase your blog fans. Once you add this widget to your blog your visitor will be shown a slide box with a option to like you on Facebook and to follow you on Twitter and also to circle on Google+ when ever they visit to your blog. Advantage of this widget is that it does not take huge space and their is many others widget will take a huge space on the blog. So if you want to add this special widget to your blog just the below easy steps.
-

How To Add This Widget To Blog ?

  • Goto your blogger account.
  • Layout >> Add a Gadget >> Html/javascript gadget.
  • Copy the below code and paste it into Html/javascript gadget.
<script src="http://code.jquery.com/jquery-latest.js"></script>  <script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script>  <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/m4krejz6tw6sxlf/3%20in%201%20StyleSheet.css" />  <script src="https://dl.dropboxusercontent.com/s/e5p8j4qnfvgda8p/3%20in%201%20Widget.js"></script>    <div id="on">    <div id="facebook_right" style="top: 12%;">      <div id="facebook_div">        <img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtapLktfql5aJb4Til3CI5yChBSztqYI7Fq01G4rtAnideduU1RwegN4hIHv0eoocwSVjTmFCgfV1ShSKp7k3Zbk9qp3WAYkYIqPdoYQ_wY2EA6mpd6pS5RyAGlmhlNhOfOtjVrKRr5bIM/s1600/NBTfacebook_right.png" />        <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Ftruebloggingtricks&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false"        style="border: none; height: 346px; overflow: hidden; width: 200px;"></iframe>      </div>    </div>  </div>  <div id="on">    <div id="twitter_right" style="top: 28%;">      <div id="twitter_div">        <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCKD8Fz-HxspV1_4WNukmVxGm4YtY7vbIElu5Goo_zYCg2kbmjUUi9FBtiK8nNXQGpVtV9qXda8Ju9zzdqJas3huxQH51fdf_5aKfg-zRsB1QrERLC1Qlem74KfbavGl2yM9FjxMZXrJb2/s1600/NBTtwitter_right.png" />  <div style="width:248px;font-size:8px;text-align:right;"><script type="text/javascript">  document.write(unescape("%3Cscript src='http://twitterforweb.com/twitterbox.js?username=haiderakhunzada&settings=0,1,2,248,279,ffffff,0,c4c4c4,101010,1,1,336699' type='text/javascript'%3E%3C/script%3E"));</script><a href="http://NewBloggerTips.com" target="_blank"></a></div>        </div>      </div>    </div>    <div id="on">      <div id="google_plus_right" style="top: 45%;">        <div id="google_plus_div">          <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8X3L5mePjE78tBT2Hes8foXQwhCXqARlIp4AzD-ddebRkh3bvqCqmfRcp8V93Go7VTqnLT_0Qy5roF93EbymlNBilrWZkK9SesgM5dH_Xc37jsJpFGG6eJlNSVkiIQu6ypnFZzbKgg10/s1600/NBTgoogle_plus_right.png" />          <div style="float: left; margin: 10px 10px 10px 0;">            <a href='http://newbloggertips.com'>              <img alt='Tips Tricks And Tutorials' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtlddfi8o6EMP0Cz8KBmLPH8-A5hv_4pGRNrLM8K4v0AxJxdf6I2eSqLVaUoKcmQnBYahM3vwHeieYlg8REde7Nu2Y2v1VtJJb3J7_0mGXUE_TYJCSGMWTbtXKRFz9iJJl4dpqFzx8bUrM/s1600/best+blogger+tips.png' />            </a>            <div class="g-plus" data-action="followers" data-height="250" data-href="https://plus.google.com/117388021465493806916" data-source="blogger:blog:followers" data-width="270"></div>            <script type="text/javascript">            (function () {              window.___gcfg = {                'lang': 'en'              };              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>      </div></div>

 Customization

  • Replace truebloggingtricks with your Facebook username.
  • Replace haiderakhunzada with your Twitter username.
  • Replace 117388021465493806916 with your Google+ ID.

How To Get Alexa Page Rank For Your Blog ?


How to Add a Blog to Alexa
Alexa is the leading free of provider web information global web metrics. Alexa discover the successful site on the web by their keywords , category and country. Use their analytics for competitive . market research or market development. You can also use their premium tools to optimize your blog presence on the web. Alexa also help to determine to improve blog ranking through charts. I also add this and my blog ranking is improving day by day.

How To Get Alexa Page Rank For Your Blog ?

Below is the full tutorial to Alexa rank for blog and hopefully you can understand easily.
  • First Go to alexa.com
  • Create a account in it.
  • Fill the form.

  • Goto your mail inbox search the confirmation from Alexa and click on it.
  • You will redirect to password page.Type the password for two times and hit submit password.

  • Now set up your profile and hit it on Update profile.
  • Click on dashboard
  • Click Add A Site Button at right bottom.

  • Now click on Free Plan (recommended).
  • Now write your blog address in the box.
  • Copy the full code carefully from the box.
  • Open a new in the browser.
  • Go to Blogger Dashboard >Template> Edit HTML. 
  • Now find <head> in the template.
  • Put the copied code just below or after <head>.
  • Click on save button.
  • Again goto Alexa and hit Verify My ID.
You all are done it :)
If you have question about this post feel free and post your problem in the comment box.

Power Archiver Latest Version


PowerArchiver is a powerful archive utility that supports all common compression formats (ZIP, RAR, ACE, ARJ, LHA, 7zip etc.) and allows you to open and create compressed archives. It integrates with Windows Explorer, allowing for easy management of compressed file types from the right-click menu. PowerArchiver includes a built-in password manager, optional archive encryption (256 bit AES), built-in 7zip support, automatic backup, batch de/compression and more.

Some Important Features


Complete built-in support (including creating archives and adding files) for ZIP, CAB, LHA (LZH), TAR, TAR.GZ, TAR.BZ2 and BH (BlakHole) files, and built-in support for reading and extracting many other file formats: RAR, ARJ, ARC, ACE, ZOO, GZ and BZIP2
Built-in support for XXE and UUE encoded files
Many powerful archive operations (including: renaming files in archive, spanning archives, testing archives, viewing and writing comments, installing archives, and checking archives for viruses)
Internal viewer that supports TXT, RTF, BMP, ICO, WMF, EMF, GIF and JPG (JPEG) files
Sinkable toolbar
Drag and Drop from/to Windows Explorer and the Desktop
Two ways of viewing archives (Classic - all files in the same listing; Explorer - browsing through an archive like folders in Windows Explorer)
Creating powerful ZIP, RAR, ARJ, LHA and BH self-extracting archives
Complete integration with Windows (extracting archives and creating archives directly from Windows Explorer using powerful "Explorer Shell Extensions")
Viewing files in all view styles, including "as a Web page"
Converting between file formats (for example: changing a ZIP archive to CAB archive, or LHA archive to ZIP archive)
Tool for repairing corrupted ZIP archives
Tool for extracting multiple archives at once
Tool for creating backup scripts and running automated backups
Auto Update to automatically download and install new versions of PowerArchiver
Batch Zip function to create multiple different archives at once
Favorite Folders to quickly locate archives
Printing file list to printer, or exporting file list to HTML or TXT files
Powerful help in HTML and a tutorial with pictures for beginners
Many, many other useful and powerful features

Power Archiver Latest Version Download From Orignal Site
User Name: LiveLong

Serial Key


25KGFD-WA65BT-HNJYUJ-DMCAAZ-7P160A

26QJKG-JG2BB0-FYHCQX-SH4X64-HMGAFY

26YVCY-U8182N-MLR29C-NBU6W3-LSFJXZ

26QPS2-9SFG1J-1FZ79Z-PHN0U9-5SRSJE

GTA LYARI EXPRESS PC GAME FREE DOWNLOAD FULL VERSION

 

Grand Theft Auto Lyari express game the Vice city cheats are already applied and while playing you will never die in game.  The cars in GTA Lyari express are acting like a Tank. Your car will never be destroyed in this modification of Grand Theft Auto Vice City. Every stage has to start with a bridge in the game. That bridge is the famous of Lyari Karachi, City of Pakistan.
Every GTA Vice City game cheats are already coded in this game. So you don’t need to add more cheats. Therefore you’ll feel like an ultimate warrior in this full adventure game of Grand theft auto. Another interesting game cheat in place is the cops can never kill you because their bullet will not affect you.
Another change is the Helicopter appearing in GTA Lyari Express is the same as GTA San Andreas Helicopter. Which fires bombs and missile in game. A picture of GTA Lyari express game cobra helicopter is below.
Another amazing mod of GTA Vice city in Lyari express game is that money is already unlimited. So no need to worry about collecting money. The cars design in GTA Lyari express is changes as well as maps location.
NOS (Nitric Oxide Stimulator) = + Button 

System= Pentium 4 CPU 1.0 GHz
RAM= 256 MB
Video Memory= 64 MB
Hard Drive= 1.5 GB


PART 1

PART 2

PART 3

AVG Internet Security 2013




Avg Internet security

AVG Internet Security 2013 is a capable security suite which does a generally very good job of protecting your PC from dangers, both on and offline.

At the program's core is AVG's strong antivirus engine. A little more accurate in this release, and with significantly reduced scanning times, this monitors every file you access, detecting and removing malware before it can cause any damage. And, conveniently, Whole Computer scans now look for and remove rootkits, as well: you don't have to run a separate scan to locate them.

The suite also includes a firewall, which protects you from network attacks and monitors running programs to make sure malware can't "phone home". A key improvement here is that this now works almost entirely automatically, so you're unlikely to be hassled with pop-ups and alerts any more.

The spam filter is also significantly enhanced. The last edition blocked only 55% of our test junk emails; AVG Internet Security 2013 has raised the detection rate to an impressive 88%.

And the suite also benefits from a new Windows 8-style interface. While this looks a little plain, we found it simple to use, with the various tiles delivering quick access to the program's various functions and features. An Options menu allows you to carry out just about any Internet Security Suite action in just a couple of clicks, and if you're still a little confused then a good local Help file will quickly point you in the right direction.

The news isn't all quite so good. Previously AVG Internet Security was able to add icons to results from all the main search engines, highlighting dangerous sites so that you'd know not to click their links. Now, these icons only appear when you use AVG's own Secure Search, either via the suite's browser toolbar, or by changing your browser search page. (AVG Internet Security 2013 will set this up by default during installation, but if you'd rather it leave your browser untouched then choose the Custom Installation option and you can turn the relevant options off.)

Fortunately, the suite does include other technologies to help keep you safe online. AVG's LinkScanner module vets web pages before they're displayed in the browser, for instance, and blocked a little more than half of our test malicious URLs. And if something does get downloaded then it'll be vetted by the antivirus engine, which will detect and remove most dangerous files.

And so, on balance, AVG Internet Security 2013 looks like a solid move forward. Not everyone will like the slightly plain interface, and browsing protection still needs work, but otherwise the suite is faster, more accurate and smarter than before, and it does a generally good job of keeping your PC safe from harm.
                              Download From Official Site
Serial No: Use One Of These Given Below

AVG Internet Security 2013 Keys

8MEH-RXYFD-JUV72-8922R-FTBZ6-QEMBR-ACED
8MEH-RAJC2-O3P77-KRRQA-H3SLN-REMBR-ACED
8MEH-R2CML-SS7FW-MOXFR-TRU8V-3EMBR-ACED
8MEH-RS47Y-82HT8-GONVA-BCCCZ-DEMBR-ACED
8MEH-RXYFD-JUV72-8922R-FTDO8-QEMBR-ACED
8MEH-RAJC2-O3H77-KRRQA-HO7OJ-REMBR-ACED
8MEH-RF4BZ-FHKTO-VRV3A-4J9NO-DEMBR-ACED
8MEH-RGHD3-SUAUO-SXPWA-PMJ8O-9EMBR-ACED
8MEH-RUT9Q-4FS2R-PX2XA-TNTK4-LEMBR-ACED
8MEH-RB32G-UPX8U-TRLQR-BLZCO-CEMBR-ACED
8MEH-RXYFD-JU772-8922R-FFMJ8-QEMBR-ACED
8MEH-RBG6H-9CRPW-G499A-LAWGN-8EMBR-ACED
8MEH-R9Q3V-ZHF2T-92KCR-AARES-YEMBR-ACED
8MEH-RREY3-L2DQA-LUMOR-U48H7-6EMBR-ACED
8MEH-RCB97-4H2T9-P4RRR-RQBOL-2EMBR-ACED
8MEH-R2CML-SSVFW-MOXFR-TZYOT-3EMBR-ACED
8MEH-R6BFE-HW3HF-DPNDA-VSHWX-2EMBR-ACED
8MEH-RF3MY-BZVCJ-9LUAR-SGDNK-CEMBRE-ACED
8MEH-RAJC2-O3H77-KRRQA-HXMPO-REMBR-ACED

Win RAR 64-bit free download free win zip download

Hi friends how are you all? I hope you all will be fine.
By reading the name of the post, you have understand what we are going to post today.
In our last post, we share all pc drivers and auto drivers updater and today we decided to share winrar download 64 bit free download.

First lets talk about WinRAR (64-bit) RAR Archiver of Windows version.
While using computer, you have noticed that many programs and files can't open or run and you don't know the real reason behind that error.
Its actually because you don't have winrar archiver 64 bit free download installed on your computer.
So those files can't be open which are bound to run only when they are extracted with WinRAR archiver.
Once WinRAR (64-bit) RAR Archiver of Windows version is installed on your computer, those files which are bound to open with WinRAR will run properly without giving any error.
Moreover, those files which are downloaded from the internet in rar format can be extracted with this very useful tool known as WinRAR (64-bit) RAR Archiver of Windows version.
With this winrar archiver 64 bit free download, you can extract those rar files easily just by dragging them in the rar directory and it will be extracted.
The best thing about this WinRAR (64-bit) RAR Archiver of Windows version is that it add and extract files very quickly and easily.
You can use this software for extracting the files or once you have installed this software on your computer, you can extract any file simply by following these steps given below:
Step # 1:
Choose any file which you want to extract. Make a new folder and move that file in that new folder.
Step # 2:
Right click on that file and select "extract here".
Step # 3:
Thats it! That file will be extracted in that folder very quickly and easily.
So in short, free download winrar is necessary for every pc user because of its usefulness, convenience, and powerful and advanced features.

Site Status

Flag Counter