Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

The load time of websites is one of the most important factors affecting its usability; most Internet users will just skip a site altogether if it fails to load within a couple of seconds. Below you will find the summary of the “Speed Up Your Site” series. Those are simple yet effective ways to make sure that your website is running fast. You can click on each point to read the article with comments from the readers.
  1. Optimize Images: always use the “Save for the web” feature included on image editing software. Images represent the heavier load on virtually any website so make sure you are optimizing them. Alternatively you can also turn to an online image optimizer.
  2. Image Formats: apart from optimizing images it is important that you choose the right format. JPEG format is suitable for photographs or true-color images. The GIF format should be used with flat-color images like logos or buttons. PNG works very similar to GIF but it supports more colors.
  3. Optimize Your CSS: most websites are designed with CSS nowadays. Make sure to aggregate and clean your CSS. CleanCSS is an online tool that will merge similar selectors, remove useless properties and remove the whitespace from your code.
  4. Use a Slash on Your Links: when a user opens a link on the form “http://www.domain.com/about” the server will need to figure what kind of file or page is contained on that address. If you include a slash (/) at the end of the link the server will already know that this is a directory page, reducing the load time of the site.
  5. Use the Height and Width Tags: many people forget to add the Height and Width tags on image codes. Those tags will make sure that the browser knows the size of the image before loading it. The result is that it will reserve a spot for the images while loading the rest of the page, speeding up the whole process.
  6. Reduce the HTTP Requests: when opening a web page every object (images, scripts and the line) will require a round trip to the server. This latency can add several seconds to the load time of your site. Make sure to reduce the number of objects and to combine CSS files and scripts together.


Whenever you start a new online project one of the first things you’ll need to handle is the domain name. You have basically two options here: to buy an available domain or to buy an existing domain from its current owner. The second option might be better for serious projects, as you’ll be able to find better domains if you consider existing ones.
The problem, however, is that an existing domain might have been penalized by Google in the past, and this could be disastrous for your project. How do you avoid this situation?
Matt Cutts publish a video some time ago covering the steps you can go through to prevent the problem. They are:
1. Search on Google for ‘site:domain.com’
This search query will basically ask Google to list all the indexed pages from a certain domain name. If no results are returned, be worried, because it means the domain is not indexed by Google. Usually this is a result of a ban or a heavy penalty in the past. Sometimes parked domains will not be indexed, so those could be an exception.
2. Search on Google for ‘domain.com’
With this second query you’ll basically be looking for people talking about your domain, specifically in a bad way. For instance, you want to make sure that in the past people didn’t complain about receiving spam from the domain or about being scammed by something that was being sold there.
3. Check what Internet.org says about it
The Internet Archives allow you to see the history of any website. You’ll be able to see what content was hosted on the domain over the past years, and this should tell you is there ever was anything questionable there.
4. Check Google Webmaster Tools
You can ask the buy to give you access to the Webmaster Tools account of the domain. This will allow you to see if there are any warnings or penalties.


This post will help you know how to Boost your Blog/Website traffic from popular Search Engines.
We all  know that every Blogger/Website needs more traffic, especially from Search Engines. The fact is by improving your Alexa Ranking at the same time you are improving your Search Engine ranking and your website/Blog will have best SEO reputation. Why it is so important? It is because it shows site reputation, performance and traffic statistics of your website. The better you rank on top, the more you earn better. 

1.Be patient

This is the first tip you should always keep in mind because the longer you wait, the more you will see positive results. When you are working on these traffic increasing strategies you have to avoid worrying yourself about changes because changes won't just pop up  in 2 days.


2.Associate your Website/Blog with social media sites.

Create your social profiles to grab Search Engines attention, by doing that you will be creating social activities and increase your website's reputation. I recommend you focus more on Facebook and YouTube. Set up your Facebook fan page and YouTube channel. Make your social presence active by updating your followers with good information and direct them to your website.








3.Create backlinks

Creating backlinks to your site also helps a lot by ranking you better because the more you have good backlinks is the more you get exposed to rich traffic from search engines. There are a lot of different types of links you can get such as homepage links, links from blog posts, educational linksblog roll links, , footer links, directory links, etc. Don't build too much backlinkcs because that might lower your ranking and rather rather worse than you think. keep it simple by just build atmost 3 backlinks per week for better results.

4.Good Content

You don't have to worry about how much your content is, keep it simple and make a good content that your visitors would love and return to your website for more. Avoid adding content that won't be useful to traffic you are targeting. As a blogger you write a content with great quality and unique information.


5.Write/Add new Content Regularly

Write your visitors get a good content from your site, they like to come more often to earn more from what you are providing, Update your content regularly and don't to share whatever you have updated on Social Media as long as it's important to your targeted traffic. Don't misuse the word Regularly by spending all your time trying to update because site your site will end up turning into a junk with no useful information.

6.Bonus Tip - Earn Money

When you have successfully increased your earnings you can start applying for Adnetwork,Sell your products or use any other methods of earning revenue for your hardwork.

These are all the tips I have used and worked on my websites since i became a Webmaster and Blogger, just follow they are few and simple to understand. If you also have your unique methods please share on the comment box  below, also if you have tried any of this methods share your results.

How to Add Floating Facebook Like box To Blogger

facebook like box


Here we are again with this terrific widgets. 
People, over the years use facebook like button but today i want to introduce you to an amazing facebook widgets. Slightly like our twtter, facebook, g+ float button Floating Facebook Likebox is a Slider that hides the Likebox inside a container and reveals it only when visitors hovers the cursor on the floating button.
The following steps will see you add this our amazing likebox into your blogger blog.

​​​ 
<script type="text/javascript"> 
//<!-- 
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);}); 
//--> 
</script> 
<style type="text/css"> 
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8LLhoKVpQ9AgxuXEfT9EkCKhBUCODWFjtYcDGIhTM1cAzoRwYcUrpNSzW8_uqoaeJta7MrBt33kzsKQ27L4NNBknUVnZeUStuh1qU_utGvCAm7TlN8GPGRatiX-1wUZwAX62UxxyU5TRG/s150/w2b_facebookbadge.pn") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;} 
.w2bslikebox div{border:none;position:relative;display:block;} 
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} 
.w2bslikebox span a{color: #808080;text-decoration:none;} 
.w2bslikebox span a:hover{text-decoration:underline;} 
</style><div class="w2bslikebox" style=""><div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/reviewdunia/&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp; connections=9&amp;stream=false&amp;header=false&amp;height=260" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 260px; width: 245px;background:#fff;"></iframe><span>Follow us on facebook:<a href="http://dailybloggiingtips.blogspot.com/"></a></span></div></div>
if you have not yet created a Facebook Username to your Fan Page then Create it,  Once you create a username then replace
https://www.facebook.com/reviewdunia"
 With your Facebook Page address  .
5. Click on save and we are done
Few days ago, Google introduce a new tool called "Mobile-Friendly Test". Google Mobile-Friendly Test Tool will analyze any URL given by you and report if the page has a mobile-friendly design.
If your site is responsive result will be:

Mobile Friendly Site

If your site is not responsive result will be more similar to:
Not Mobile Friendly
Check your site now with "Mobile-Friendly Test" tool:
jQuery is the most popular JavaScript library available today. With its features, jQuery has changed the way that millions of people write JavaScript. To use jquery, we need to host "jquery.min.js" file in our server or we can use a CDN like Google Hosted Libraries. But if you do not need to host jQuery as a external file, follow the steps below:
1.Login to your Blogger account and go to "Edit HTML" of your blog.
2.Scroll down to where you see this (or use Ctrl+F to find that code):
</b:skin>
3.Copy this code and paste it just after the </b:skin> tag .
4.Now save your template.


As someone who runs multiple blogs, I can tell you there is nothing as frightening than waking up in the morning, going to your website, and seeing that it’s been corrupted. All that hard work creating content, building a community, and earning your keep suddenly disappears in an instant.
The worst part?
It could have been prevented if you had taken the precautions to:
·  Understand the threats
·  Use the right solutions
·  Mitigate the damage
Hopefully, when you’re reading this none of this has happened but don’t use it as an excuse to skip over this next bit of content because you never know when disaster may strike.

The Threats

The best defense is a good offense, especially when that offense is you taking the time to understand the major threats there are to websites, databases, and all other vulnerable points of Internet structure.
The main threats to look out for include:
·  Database/SQL Corruption
·  Exploitation of unpatched plug-ins
·  Lack of encryption and strong password protection
·  Social engineering and inadvertently releasing sensitive data
·  Denial of service attacks
·  Virus, malware, and spyware
However, just because these are the major ones doesn’t mean the minor inconveniences can’t be as fatal to your blog. Something as simple as user error (such as accidentally removing a line of code) could bring the website crashing down.

The Solutions

The solutions to these threats is like the battle of good and evil in which it will forever rage on. For every positive advancement in threat security you can expect a new threat to emerge. The solution is to use a variety of tools and developing a routine in which you are on top of updating the programs, learning about the threats, and following security policies to help avoid the problem all-together.
The best solutions for combating malicious attacks against your blog include:
·  Developing a professional routine to continually understand the threats and best practices when using the web, accessing your blog, and with the collection of private information. Due diligence and caution, essentially, is what will stop a majority of the issues because user mistakes are often the thing to blame.
·  Physical protection of the hardware in the event of a natural disaster, theft, arson, or other disastrous event that could expose sensitive information or outright destroy it.
·  A robust virus protection program or suite by a network security company like TrendMicro, which offers options for all-encompassing coverage from website to email, to staff training and web activity monitoring.
Protecting your website is the same as protecting your personal computer, with the difference being the physical interaction. Antivirus programs exist solely to combat web threats, issues, and attacks the same as you would expect if it were directed at your computer. Put the policies, physical protection, and reputable programs in place to provide a solution to the problem.

The Mitigation

As an aside, I want to finish this post focused on the mitigation, which usually isn't brought up in these types of articles but I feel just as important as the former two sections. The reason is that damage is inevitable the higher you rise in authority and popularity (since it’s easy to become a target).
Mitigation is about accepting and dealing with the consequences in a logical manner to avoid blowing the event out of proportion or making it worse.
Mitigation tactics include:
·  Releasing a statement to your list that an attack has occurred while detailing what information the malicious individual (or program) may have accessed.
·  Using regular backups to quickly turn off and restart the website without the infected files to prevent any further issues from compounding.
·  Creating new policies to prevent these risks from happening again by investing in security testing, monitoring, regular patching, and best practices when it comes to user information.
Once the damage has been done there isn’t much you can do to sway the public view of your brand but you can reduce the overall backlash as long as you are being up-front and transparent about the event.
In time you may find forgiveness in those members of the community that were affected. Mitigation is a practice that expedites that process to keep people in the fold so you can pick up where you left off, learn from your mistakes, and come out stronger than before.
Have you been a victim of a malicious blog attack? What did you do to combat the issues?
This tutorial explains how to display an advertisement under post title in a Blogger blog posts. To add a ad banner just below post title, first you need to go to "Edit HTML" page of your blog.
After that find this code (You will find it 2 times):
<div class='post-header'>
<div class='post-header-line-1'/>
</div>
Blogger Edit HTML
Now paste your advertisement code just below above code (you have to paste it twice, because above code available in 2 places).
Note: If you need to display your advertisement only in post pages, wrap your advertisement code like this:
<b:if cond='data:blog.pageType == "item"'>
Your Ad Code
</b:if>
Look at this image to understand it well:
Ad Below Post Title in Blogger
Save your Blogger template.

Generating Free Backlinks from RSS Feed Submission


rss logo


Generating free backlinks from RSS feed submission is one method mostonline bloggers are not aware about. Every blog has an RSS feed which provides readers with an easy way to follow your site. On the other hand, RSS feeds could also be used to build backlinks that could result in good traffic. By submitting your RSS feed to feeds directories, you could grow your subscribers and your contents could easily get picked up.  If your bloggets some good voting and popularity on these feeds directories, the chances of growing your web traffic is high.

A lot of people usually complain of finding difficulties in locating their feeds.  So let me breeze you through the stress and keep you smiling.

How to locate your website or blog RSS Feed


If you have a blog, then this would work for your blog. You don’t need to search your template or page to locate your feed. According to Google / Blogger, here are the special addresses they’ve provided for blog users to use for their feeds.

  • Atom 1.0: http://yourblogname.blogspot.com/feeds/posts/default
  • RSS 2.0: http://yourblogname.blogspot.com/feeds/posts/default?alt=rss
All you need do is replace “yourblogname.blogsopt.com” with your blog’s URL and you would have gotten your feed address. For Wordpress blogs the Atom 1.0 address should work for your blog. 

If you don’t have a blog, it’s not a problem.:-) Generating a feed URL for your website is easy. With a site like html2rss, all you need do is to input URLs and it will then create a functioning RSS feed for your website.



Now, once you have gotten your RSS feed, the next thing to do to generate quality backlinks is to submit your RSS feed to RSS feed directories. Although, you will need to do some writing but it won’t be anything near the stress of trying to provide new contents. All it involves is for you input some personal details. Details like your name, email, URL, site title, description, keywords, and RSS feed URL are what you’ll need. You can ease through this by opening a spread sheet and putting some of these details there. Then you will just have to copy and paste in the required fields. I have listed a few RSS feed directories below along with their pageranks. Note that some of them would require you to confirm your email address before they approve your submission.



Once you have completed your submission, I would advise you register at Feedburner and use their powerful tools to track and analyze your feed statistics. In the case of Wordpress, you may need to install this plug-in which would redirect your original feed to your Feedburner page.

If you want to automatically submit your RSS feeds without having to do them manually, you candownload this free RSS submission software. I have made use of it and it converts. Although, I like to do most of submissions manually to ensure I get my desired result.

In no time, you’d be wondering where your traffic is coming from. Well, it’s all coming from your effort in taking time to submit your RSS feed URL. And of course, these links would help you inrankings as they would all count as a backlink to your site. See to it that you make the best use of it.