About

Friday, 10 August 2012

Table of content



How to Make Blog Fast and Faster

Make Blog Faster
Hi, friends! Advance, I've posted about a trick to solve How to Make Blog Fast. That's Boost Blog Speed with CSS Compressor. But, now I will discuss some problems to make blog faster. Who don't want their blog become light, surely all of bloggers want it because our visitors can browse our blog easier.

Based on my experience, there are some tricks to make blog fast :

  • Picture
  • Did you know, pictures with large size can make our blog become slower. So, it's better for you to decrease the use large-size picture. Both in template and also posts. You can use Photoshop Save for Web & Device trick.
  • Widget
  • Over usage widget was one of problems which makes blog become slower. Especially if the widget contains heavy scripts. It's good for you to delete some widgets which unuseful such as clock, music player, pet, games, and so on. Use useful widget such as related posts, most popular articles, or maybe Google Friend Connect.
  • CSS and Javascript
  • As we knew, CSS and javascipt can make our blog become good looking. But the side effect is it can make our blog become slowly. So you should decrease the usage or compress it for your blog. To compress Javascript, you can use Javascript Compressor.
Vist my new website www.tricks-world.com 

This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions:

     

Sunday, 22 July 2012

Fix Favicon Visibility in Internet Explorer For Blogger.

favicon
Favicon is really a 16 X 16 small graphic icon that appears within your browser address bar beside a web site domain name. Also, it is known as a shortcut icon, website icon, bookmark icon or maybe a URL icon. Its gives branded look for your website and makes it stick out. By default in all blogger blogs you see a small orange icon blogger favicon that shows next to all subdomains with BlogSpot as the extension.
Even those who have purchased domains see that orange icon as the default favicon. Most of your might have observed that your custom favicon displays in both Firefox, chrome and other major browsers but you can not see favicon appearing in Internet explorer instead you see the same orange icon.

Blogger also introduced a Favicon widget using which you can replace the default favicon with a logo image of your choice but unfortunately most of you are still confused on why you can not make the icon working in IE browser.
In today's tutorial we will know what causes all the trouble and will successfully upload a favicon of our choice as your blog's brand logo. In blogger you would insert the following HTML code just below the opening tag to make the icon appear:
<link rel=icon type=image/gif href="LOGO Link in gif format">
or this:
<LINK rel="shortcut icon" type=image/x-icon href="LOGO link in .ico Format">
By inserting the logo links you can easily make the icon appear on the address bar. But this method wont make the icon appear in IE because Internet Explorer always fetches the favicon from the root domain. IE wont accept the icon if it is stored on your picasa album or in any other image hosting service or even if it is stored in any of your sub domains. It will also not accept the icon if its not stored in .ico format or if its size is greater than 16 X 16 pixels.
These are the three reasons that explain why your favicon does not show in Microsoft's browser and why IE conflicts in this case. Lets now fix this issue of no visibility and make things work just fine!


We will use the same widget that blogger provides but with correct requirements. Luckily the widget provided by blogger will automatically convert your logo into a .ico format even of its original format is gif or jpeg. So you don't need to worry in this case. Follow these steps
Create a 16 X 16 pixels (or a square size) logo icon for your blog either using Photoshop or any of the 30 Web tools we introduced. Note you must rename your icon anything other than favicon. In our case we named it fav. In order to force replace the default icon with yours you must save it with a different name else it wont display in any of the major browsers.
Now go to Blogger > Layout > Page elementsClick the edit link next to Favicon at the top-left corner
change-favicon
Confidently upload your logo using the browse button and hit Save Clear your browser cache and visit your blog in both Firefox, Chrome and finally IE8+ to see a beautiful website icon just next to your domain inside the address bar!
The steps are self explanatory and easily implementable. If incase you got yourself into a trouble just post your query and we would love to sort out your problem. I just hope with this IE fix, your free blogger blogs will get a whole new dressed up look. Happy blogging. Peace and blessings pals. :)
Vist my new website www.tricks-world.com 

This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions:

Friday, 15 June 2012

How to Add Internal Links Within Blogger Posts


  • Each link identifier needs to be enclosed in inverted commas. Make sure to match up the correct identifier with the one created in step 6




  • Using this anchoring structure our first anchor becomes:

    <a name="withinposts">How to Create Internal Links To Sections Within the Same Blogger Post</a>

    Substitute your own link identifier and headings
  • Now move on to the next point you want to link to and create the second anchor. In this example we use the same structure but change the identifier

    <a name="withinblogger">How to Create Internal Links To Sections Within Different Blogger Posts</a>

    Again substitute your own link identifier and headings to suit your article


  • Save and Publish as normal and you will see your links are live and will jump the reader to different parts of the post



  • Now you know how to create links to sections within Blogger posts let's look at how to create internal links within different Blogger posts.

    Most of you will be able to create a link to another post in Blogger using the posts editor. You just highlight the text you want and click on the figure eight icon and Blogger creates the link for you. Which is great most of the time.

    However what if we want to direct the visitor to a particular section of a different post? When you create an internal link it will take the viewer to the top of the page but what if you want them to see something near the end of the article? Well using an internal link similar to what we did to create internal links within the post we can.

    Say I want to take my reader to a particular post in this case The 10 Great SEO tips for your blog or site. How would I go about it?

    1. I create the link as usual by copying the article URL address from the browser address bar and using the post editor to add the link. The Blogger post editor uses this structure:

      <a href="URLaddress">linkname</a>

      So the Blogger editor would create the following link:

      <a href="http://free-seo-tricks.blogspot.com">Blogger SEO Tips and Tricks</a>

      The link would appear like this in a browser:

      Blogger SEO Tips and Tricks

    2. Now I want to direct my visitors to the section about creating breadcrumb navigation so I add a section name using the following structure:


      <a href="URLaddress#identifier">linkname</a>

      Thus my link would look like this in the Edit HTML section of my post editor

      <a href="http://free-seo-tricks.blogspot.com#breadcrumb">Blogger SEO Tips and Tricks</a>

      Note the link seen in a browser remains the same


    3. If you want your link to open in a new browser window add the following to your link:

      <a href="http://free-seo-tricks.blogspot.com" target="_blank">Blogger SEO Tips and Tricks</a>


    4. Now I need to go to the post I am linking to and add the anchor. So in the post SEO Tips and Tricks I would use the following structure to link to the section about how to add breadcrumbs:


      <a name="identifier">a heading</a>

      So the section about breadcrumbs in the Blogger SEO Tips and Tricks article is now enclosed by the following:


      <a name="breadcrumb">Add Breadcrumb Navigation to your Blogger Blog</a>

    5. Save your changes and publish your article as normal

    In this Blogger tutorial you have learned how to add internal links to a particular section of a post from both within the same Blogger post and within a different post. By adding internal links you will help your visitors to find their away your blog more easily and access information quickly. You will also be adding to your blog's SEO by linking related posts.
    Vist my new website www.tricks-world.com

    Monday, 14 May 2012

    Why Free Email Marketing is a Great Option for Small Businesses?

    Free email marketing tips and tricks
    To say that business conditions these days are less than ideal across the board would be a great understatement. Because of these conditions, companies must tread carefully when it comes to funding the marketing initiatives necessary for their very survival. Email marketing is already affordable, but it just doesn’t get any more economical than free. In this article, we will take a look at why free email marketing is such a good option for the small business operating in an ailing economy.
    Email is Still Cool
    Consumers these days use a broad array of devices and mediums to communicate. Social media, instant message, and SMS text are just a few of many that instantly come to mind. While several channels have come along over the last couple of years, email remains as common and useful as ever. Consumers around the world have an email account they use on a regular basis, and if you run a small business, you can rest assured that the members of your target audience are among the bunch. What does all this mean? That free email marketing can give you a reliable way to get in touch with the people you need to reach.
    Its Measurable
    Today, it takes a number of different key ingredients to make up a successful business strategy. One of the most important is a system that keeps track of your performance. Knowing how your campaigns are truly fairing can be difficult with traditional media, but it is a breeze thanks to the measurability of email. With the inclusion of a simple HTML image tag, email allows you to track just about every vital aspect of your campaigns. This includes the number and percentage of opens, clicks, forwards, and much more. Although robust tracking capabilities may appear to be a luxury limited to paying customers, it is very possible to find it in free email marketing.
    make Money with Free email marketing tips and tricks
    Free = Huge Cost Savings
    It is no wonder that the rugged economy has hit small businesses so hard when considering that they have fewer resources than their larger counterparts. Unfortunately, this usually means they are harder with smaller budgets as well. When money is tight, even methods that are generally affordable can be prohibitive. This is what makes a solution like free email marketing so ideal in these tough times. The cost savings it delivers can give a small business the opportunity to keep the budget intact, and boost their profit margin in the process. Spending less is always going to produce a better looking return in the long run.
    Email Marketing Summary
    Free Email Marketing is a great fit for organizations of all sizes. In today’s sluggish economic climate, you could say a free service is perfectly suited for small businesses. It literally lays off the budget while providing all the powerful tools that many companies around the world gladly pay for. We can’t really think of any reason for a small business not to at least consider free email marketing.

    This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions:

    Sunday, 1 April 2012

    How To Publish Your Posts To Facebook Page Automatically


    Facebook is the best social networking site which is widely used in the world.
    Every blogger give first priority to sharing his/her site on Facebook. now I am going to teach you the easiest and fastest way to publish your blogger posts automatically on your website's Facebook fan page.
    Now a days no one has much time to manually publish all blog posts on Facebook page too. But I'm glad you're here at the right place to learn that trick.


    Publish Blogger Posts On Facebook

    1. Log in to your Facebook account.
    2. Now go to RSS For Pages App and click Install.
    3. Now choose the page on your want to publish your blog posts.
    4. Now click Add RSS For Pages and allow (Install) the app on your Facebook.
    5. Write your website's title in Company Name field and write your Contact Number and check the box of Terms and Services, then press Save Changes.
    6. Now write your Blog's feed address and choose the settings according to your need and press Save Changes.

    Note: It may take time for your post to publish automatically on facebook after publishing it on your blog.

    This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions:

    Sunday, 25 March 2012

    How to start Google Adsense Affiliate Program - Review

    Google Affiliate Ads program - review

    How Google Affiliate Ads Works

    The Google Affiliate Ads program is like AdSense but you are able to chose your affiliate ads based on your blog or post content and earn commission on sale.

    How to get started with Google Affiliate Ads

    In order to begin your Google Affiliate program, navigate to the "Earnings" tab on Blogger, and click on “Get Started”. In case you have a current Google AdSense account and the content on your blog or website matches available advertisement categories, you're already set up.

    Choose affiliates advertisement from your “Advertiser Products” widget that appears within the Post Settings screen in the post editor. In case you don’t currently have an Google AdSense account, register now.

    Join Google Affiliate Ads program to earn more money
    • Whenever you promote your thoughts, ideas as well as images on Blogger or Hubpages, you might be sharing your own interests with the world.
    • Occasionally, you are interested in brand names or even products and services. Starting today, you may make cash simply by promoting related products within your articles or posts, gaining earnings for every new buyer you bring in to your preferred brands.
    • This can be a new method to profit from your blog or site, providing you with control over the advertisers as well as products you market, and better linking your viewers with the things you really like.



    Just Sing Up Today for Google Affiliate Ads and Start Making Money with your Blog!

    "Note: At this time, only US blogs that are linked to a valid AdSense account and match available ad categories will be eligible for this program. Signing up for an AdSense account does not guarantee that you'll be selected to participate in Google Affiliate Ads for Blogger."

    This post confirms my ownership of the site and that this site adheres to Google AdSense program policies and Terms and Conditions:

     
    Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Affiliate Network Reviews