Friday, 4 January 2013

Adding Disqus Popular Threads Widget To Blogger


Previously i shared two Disqus widgets. Now it's time to share third widget, which is a way to show some recent popular posts/threads of your blog. I don't have much to say about it right now so let's just get started.You can also use below code on your html document or wordpress.

  • Go To Blogger > Layout > Add A Gadget > HTML/JavaScript > Paste below code:

<div id="popularthreads" class="dsq-widget"><h2 class="dsq-widget-title">Popular Threads</h2><script type="text/javascript" src="http://wwefansnation.disqus.com/popular_threads_widget.js?num_items=5"></script></div>

  • Replace wwefansnation.disqus.com with your site's Disqus ID.
  • Replace 5 with the number of threads your want to display.

Now save and you're done.!!!

Disqus Popular Threads Widget For WordPress:

You can download add Disqus Popular Threads Widget to WordPress with this plugin.

Thursday, 3 January 2013

Optimizing Your Blog's Load Time


Your site's loading time is a vital factor in its ability to engage its readers. Our users don't like a site, which takes way to much time to load. Even we like Google Search because it takes very little time to load. Optimizing your blog/site's loading time is a must, and today we'll learn about it. Here comes the Service called PageSpeed Insights.

What is PageSpeed Insights?

PageSpeed Insights analyzes the content of a web page, then generates suggestions to make that page faster. Reducing page load times can reduce bounce rates and increase conversion rates.

Test Your Blog's Score

Go to PageSpeed Insights and Enter the URL and Press Analyze.After a bit of loading you will get a detailed deport discussing your site's loading time. You'll get a lot of reports on where your site's loading time is good or bad. You'll get your report in five parts:

  • High priority. These suggestions represent the largest potential performance wins for the least development effort.
  • Medium priority. These suggestions may represent smaller wins or much more work to implement.
  • Low priority. These suggestions represent the smallest wins. You should only be concerned with these items after you've handled the higher-priority ones.
  • Experimental rules. These suggestions are experimental, but do not affect the overall PageSpeed score.
  • Already done!. There are no suggestions for these rules, since this page already follows these best practices. Good job!

Now some very important things to consider while optimizing your Score

  • Combine images into CSS sprites: This becomes very important if you're using lots of icons on your site.
  • Optimize images: Properly formatting and compressing images can save many bytes of data.
  • Minify JavaScript: Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
  • Place CSS in Head: Any external CSS file should be placed in the <head> tag as it helps in fast rendering of the Page
  • Specify image dimensions: Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
  • Remove Unused CSS and JavaScript: If you're not using a css or javascript then don't forget to remove it.

Here are several reasons of your blog's low speed

  • Leverage browser caching: Blogger doesn't give you access to the .htaccess file where you have to set the expiry date for your resources, making them cacheable.
  • Default CSS File: Blogger loads a CSS file namely bundle.css ,over which you have no control. This file contains default styling of Blogger widgets.
  • Slow Widgets: Remove Gadgets like Facebook Like Box and Followers Gadget, as the images of members that are loaded ,very badly effect Load Times and Page Size.

Every blog has their own different problems and some of them are their publisher networks like Clicksor. Don't forget to leave a comment with your score...!!!

Wednesday, 2 January 2013

Adding Threaded Commenting System To Blogger


Most bloggers are already using this system on their blog, but i never used it because i'am using Disqus commenting system, which is better than Blogger commenting system. My brother created a blog call My Droid Arena, and he is using this threaded system in his blog.

After using this trick your Blogger comments will have a reply option. Now let's get started:

  • Go To Blogger > Template > Edit HTML > Proceed.
  • Select (Tick) the "Expand the Widget" Box.
  • Search for the following code:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <b:include data='post' name='comments'/>
</b:if> 

  • Once you find the above code, replace it with the following.

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
         <b:if cond='data:post.showThreadedComments'>
           <b:include data='post' name='threaded_comments'/>
         <b:else/>
           <b:include data='post' name='comments'/>
         </b:if>
       </b:if>
       <b:if cond='data:blog.pageType == &quot;item&quot;'>
         <b:if cond='data:post.showThreadedComments'>
           <b:include data='post' name='threaded_comments'/>
         <b:else/>
           <b:include data='post' name='comments'/>
         </b:if>
       </b:if>

Now go ahead and save the template. That's it for this time. You can also customize this system with some css.

Adding Disqus Top Commenters Widget To Blogger


Previously i shared Disqus Recent Comments Widget, which was an awesome way to show some recent comments and this time i'am going to share Top Commenters widget with you guys. It's a great way to show your site's most active commenters. You can also use below code on your html document or wordpress.

  • Go To Blogger > Layout > Add A Gadget > HTML/JavaScript > Paste below code:

<div id="topcommenters" class="dsq-widget"><h2 class="dsq-widget-title">Top Commenters</h2><script type="text/javascript" src="http://wwefansnation.disqus.com/top_commenters_widget.js?num_items=5&hide_mods=0&hide_avatars=0&avatar_size=32"></script></div>

  • Replace wwefansnation.disqus.com with your site's Disqus ID.
  • Replace 5 with the number of commenters your want to display.
  • Replace hide_mods=0 with hide_mods=1 if you want to hide moderator's name from this widget.

Now save and you're done.!!!

Disqus Top Commenters Widget For WordPress:

You can download add Disqus Top Commenters Widget to WordPress with this plugin.

Tuesday, 1 January 2013

GoDaddy Promo Codes : .COM Domain For 0.99$ (Rs. 54)


GoDaddy is back with a superb discount on .COM domains. Get a .COM for just $0.99 (Rs 54). So don't waste your time and score a .COM. You can get a .COM For Rs 54 by clicking here. Happy New Year!!!

Why Choose GoDaddy? :

Go Daddy offers everything you need to make a name for yourself on the Web, from domain names and website builders to complete eCommerce solutions. GoDaddy earned their place as the world's #1 ICANN-accredited domain registrar by delivering world-class products at competitive prices and supporting them with industry-best service, delivered 24/7/365. GoDaddy is proud to serve our customers from locations around the world, including Arizona, Iowa, California, Colorado, Washington, D.C., India, Singapore, and The Netherlands.

So go and get a .COM for $0.99 only by clicking here.

Using Google Web Fonts In Blogger


Every blog needs some perfect fonts to match their content. There are lots of websites where you can get some free and paid fonts, but Google Web Fonts are totally free to use and it's hosted in Google's Server. From this tutorial you'll learn how to use these fonts on your blog, website or anywhere.

Here We Go

First go to Google Web Fonts and select your favorite style by clicking 'Quick Use.'


Now scroll down a bit and you will see a link tag code , copy this code and also copy #2 text (Web Font Family Name) as shown in image below:


Now Go To Blogger > Template > Edit HTML and paste Font Style Sheet just below <head>:


Now search and add the CSS to use this font, just before the ]]></b:skin> tag :

h1 {
font-family: WEB-FONT-NAME ;
}

Replace WEB-FONT-NAME with your web font name which we copied earlier. In this font our web font name is 'Freckle Face', cursive. So make this code like:

h1 {
font-family: 'Freckle Face', cursive;
}

Tuesday, 25 December 2012

GoDaddy Promo Codes : 76% Off On .COM


GoDaddy is back with a superb discount on .COM domains. Get 76% Off on .COM Domains which means you get a .COM for just $2.95 (Rs 162.99). So don't waste your time and score a .COM. You can get a .COM For Rs 162.99 by clicking here. Merry Christmas!!!

Why Choose GoDaddy? :

Go Daddy offers everything you need to make a name for yourself on the Web, from domain names and website builders to complete eCommerce solutions. GoDaddy earned their place as the world's #1 ICANN-accredited domain registrar by delivering world-class products at competitive prices and supporting them with industry-best service, delivered 24/7/365. GoDaddy is proud to serve our customers from locations around the world, including Arizona, Iowa, California, Colorado, Washington, D.C., India, Singapore, and The Netherlands.

So go and get a .COM for $2.95 only by clicking here.

Monday, 24 December 2012

3 In 1 Like Box Widget For Blogger - Version 5.0


Previous Versions : Version 1.0 | Version 2.0 | Version 3.0 | Version 4.0


So here is last pop-up social subscribing widget of the year. It's awesome and better than all previous widgets and you can also set appear time and other features of this widget. Happy Holidays.

You can generate this widget using our widget generator :

BigRock Promo Codes : .ASIA Domain @ Rs 99


BigRock is back with another superb discount on .ASIA domains. Get a Free Website with every .ASIA domain. Includes Web and Email Hosting for 6 months @ Rs. 99 only!!! So don't waste your time and score a .ASIA. You can get a .ASIA For Rs 99 by clicking here.

Why Choose BigRock? :

BigRock is an ICANN-Accredited Domain Name Registrar that sells Domain names at the most competitive rates in the industry. BigRock's platform powers over 6 million domains. At BigRock they have a seamless domain search process and our cheap domain registration prices are upto 80% lesser than other Registrars. Bigrock is India #1 domain registration and web hosting provider. On BigRock you can register domain names in many different name spaces including .com, .net, .org, .biz, .info, .mobi, .in, .co.in, .co.uk, .asia and many other spaces. Additionally they offer 24X7 support for all your domain registration and web hosting services. So if you are looking for Domain Registration in India look no further. BigRock is the destination for you!.

So go and get a .ASIA for Rs 99 only by clicking here.

Note : This is a limited time offer only but if this offers expires then you can always get 10% discount on domains by clicking here.

Saturday, 22 December 2012

Top 10 Google Search Trends Of 2012


It's December and 2012 has come to an end. So i wanted to post top 10 Google Search Trends/Terms. You can get all latest Google Trends of 2012 on Zeitgeist 2012.

Here are top ten terms of 2012 in all categories:

Searches

  1. Whitney Houston
  2. Gangnam Style
  3. Hurricane Sandy
  4. iPad 3
  5. Diablo 3
  6. Kate Middleton
  7. Olympics 2012
  8. Amanda Todd
  9. Michael Clarke Duncan
  10. BBB12

Images

  1. One Direction
  2. Selena Gomez
  3. iPhone 5
  4. Megan Fox
  5. Rihanna
  6. Justin Bieber
  7. Harry Styles
  8. Minecraft
  9. Nicki Minaj
  10. Katy Perry

Athletes

  1. Jeremy Lin
  2. Michael Phelps
  3. Peyton Manning
  4. McKayla Maroney
  5. Junior Seau
  6. Sarah Burke
  7. Tom Daley
  8. Lance Armstrong
  9. Mario Balotelli
  10. Ryan Lochte

Events

  1. Hurricane Sandy
  2. Kate Middleton Pictures Released
  3. Olympics 2012
  4. SOPA Debate
  5. Costa Concordia crash
  6. Presidential Debate
  7. Stratosphere Jump
  8. Penn State Scandal
  9. Trayvon Martin shooting
  10. Pussy Riots

People

  1. Whitney Houston
  2. Kate Middleton
  3. Amanda Todd
  4. Michael Clarke Duncan
  5. One Direction
  6. Felix Baumgartner
  7. Jeremy Lin
  8. Morgan Freeman
  9. Joseph Kony
  10. Donna Summer

Feature Films

  1. The Hunger Games
  2. Skyfall
  3. Prometheus
  4. The Avengers
  5. Magic Mike
  6. John Carter
  7. Ek Tha Tiger
  8. Paranormal Activity 4
  9. Taken 2
  10. Dark Shadows

TV Shows

  1. BBB12
  2. Avenida Brasil
  3. Here Comes Honey Boo Boo
  4. The Voice
  5. American Idol
  6. Game of Thrones
  7. Homeland
  8. Revenge
  9. Cheias de Charme
  10. Carrossel

Performing Artists

  1. Whitney Houston
  2. Michael Clarke Duncan
  3. One Direction
  4. Donna Summer
  5. Lana Del Rey
  6. Carolina Dieckmann
  7. Dirk Bach
  8. Carly Rae Jepsen
  9. Michel Telo
  10. LMFAO

Consumer Electronics

  1. iPad 3
  2. Samsung Galaxy S3
  3. iPad Mini
  4. Nexus 7
  5. Galaxy Note 2
  6. Play Station
  7. iPad 4
  8. Microsoft Surface
  9. Kindle Fire
  10. Nokia Lumia 920

Airlines

  1. Southwest Airlines
  2. United Airlines
  3. American Airlines
  4. Delta Airlines
  5. Air France
  6. Lufthansa
  7. British Airways
  8. JetBlue
  9. Air Canada
  10. US Airways

Google+ Hashtags

  1. #SOPA
  2. #Awesome
  3. #Sandy
  4. #IO12
  5. #Curiosity
  6. #Olympics
  7. #SXSW
  8. #Debate
  9. #BlastFromThePast
  10. #Eastwooding

Videos

  1. Gangnam Style
  2. Somebody That I Used to Know by Walk off the Earth
  3. KONY 2012
  4. Call Me Maybe featuring Justin Bieber
  5. Obama vs. Romney Epic Rap Battles of History
  6. A Dramatic Suprise on a Quiet Square
  7. Why You Asking All Them Questions?
  8. Crystallize by Lindsey Stirling
  9. Facebook Parenting: For the Troubled Teen
  10. Felix Baumgartner's Supersonic Free

Popular Posts

 
Powered by Blogger.