/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Thursday, July 25, 2013

How and when toinstall blogger templates.

How to install a Blogger template?

0. If your are using Dynamic Views, you need first go to Design (Dashboard → Template) and then click on “Revert to classic templates → Revert to classic template”.

1. Download the template and unzip the file (you can use a free unzipper software).

unzip-template

2. Go to your blog template section (Dashboard → Template → “Backup / Restore” button).

In the old Blogger design: Dashboard → Design → Edit HTML .

3. Backup your previous template (Download full Template).



In the old Blogger design:

upload-template

4. Find and upload the xml file of your template.

5. If you see a warning like following:

warning-install-template

Click “keep widgets“.

6. Enjoy! :)

Why I can’t install a template? Blogger gives an error.

There are several possible factors that cause an error Bx-xxxx:

The code is directly copied, and Blogger did ‘t interpret it.
Temporarily Blogger  is not accepting  templates with certain codes or gadgets.
Possible solutions:

Remove widgets or gadgets that come with the template downloaded.
Clear your browser’s cookies.
Trying to upload the template with a different browser (Opera, Firefox, Chrome).
No copy and paste the code directly, upload the xml file.
Wait 24 hours and try again.

How do I log in to my blog without the navbar?

The Blogger navbar is just a plug and provides a shortcut to enter your blog, but you can always log in from Blogger.com.

How do I customize my template?

For color and the font size, some Blogger templates offer an option to change it from the Dashboard (Dashboard → Design → Template designer → Advanced or Dashboard → Template → Customize → Advanced in the new Blogger design). Here, you can see the result directly in the template.

blogger-template-designer

Major changes in the templates needed to know at least a little CSS and HTML. A quick way to modify a template is change the images in the CSS code, for others with the same dimensions. That is the process to change the header of a design, for example.

Additionally, some templates have their own settings instructions and customization, refer to the same download page of your template.

How can I edit the menu of my template?

1. Most templates have a menu that can only be edited from the HTML (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design). In many cases the code to look for is like:

<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
<li><a href='#'>Edit</a></li>
There you can edit the expr:href=’…’ code, with your own links: href=’http://mylink…’. Also see the instructions in your template for more information.

2. Some templates include a link list widget or a pages widget to edit the menu directly from the Dashboard.

For link liks widget: Dashboard → Design → Page Elements. Or Dashboard → Layout in the new Blogger design.
For pages widget: Posting → Edit pages → New pages. Or Dashboard → Pages → New Page in the new Blogger design.

How to go back from Dynamics Views to standard templates

If you are using the new Blogger templates, called Dynamics Views, you don’t have access to most templates on the web.

To go back from Dynamics Views to standard templates you only need:

Go to Template designer (Dashboard → Design).
Click on “Revert to previous template”.
That’s it. Now each time you enter in ‘Design’ section, you will be able to upload custom templates again.


Why the date is displayed as “undefined” or this is not show?

Probably because you don’t choose the right date format. The format should be changed from the panel and usually the correct types are:

1. Dashboard → Settings → Language and formatting → Date Header Format

date-header-format

Or

2. Dashboard → Settings → Language and formatting → Timestamp Format

timestamp-format

Read the instructions of your template located on the download page.

Why some images in my template disappeared?

Although we host the largest number of images in Blogger, images may suddenly disappear because:

The images were removed from the original hosting.
You use a own domain.
Solution: Download the template from BTemplates again, or from the page’s original author and re hosts the images on an external service such as Photobucket, or ImageShack.

How to add the comment form to my template?

Blogger recently added the Comments Form within the same template, below the individual posts, if your template does not have the form there, you may need to manually add it or activate it.

To add it manually:

Enter in the code of your template (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
Replace that code with the following:
<b:if cond='data:post.embedCommentForm'>
          <b:include data='post' name='comment-form'/>
        <b:else/>
          <b:if cond='data:post.allowComments'>
            <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
          </b:if>
        </b:if>
To activate it:

Enter the options panel comments (Dashboard → Settings → Comments).
And in the “Comment Form Placement” section, select: Embedded below post.
Note: If you are using the new Blogger design, you will need back to the classic version and follow the two step above.

How do I add my feed of Feedburner to my blog?

On the menu: Many templates show the feed in the top menu, to change the default feed for feedburner, go to your template code (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:

<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>
Replace this with:

<a href='URL del feed en Feedburner'>
Now, in the settings panel of the feed ( Dashboard → Settings → Site Feed or Dashboard → Settings → Other → Post Feed Redirect URL in the new Blogger design) also add your Feedburner URL.

How do I translate my template to another language?

Directly in the template code. (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design), with a really simple process:

Using the browser search, find the text you want translate.
Replaces that text with your translation.
Repeat the process for all the words / phrases that you want to change.
The text within an image need to be changed with a image editor (eg. Gimp or Photoshop) and then, replace that image url with the edited image url.


What should I do after I install my template?

After installing a template, there are several things worth to check, update or modify, we recommend you to read our article with all the points.

How to display the navbar again in my template?

Easy! Enter in the code of your template (Dashboard → Design → Edit HTML) and search for:

#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
Delete it and that’s it.

How to display the last posts or comments on the sidebar?

Enter the administrator page elements (Dashboard → Design or Dashboard → Layout in the new Blogger design).
Add a new feed widget, with the following URL’s:To show the recent posts:
To display the latest comments:

Why is my blog shows few entries per page?

Blogger recently implemented a mechanism called “auto pagination” to reduce the loading time of its blogs. This mechanism is to show less Blogger entries per page if it detects that the page is heavy to load.

To avoid that this happens, you can try to decrease the load time of your blog, some recommendations are:

Optimizing images. For example, using Smush.it or a free image editor like Gimp.
Eliminate unnecessary gadgets.
Use “read more” in your longer posts.
Optimize CSS code. For example, with CSS Optimizer.

Can I remove the template credits?

No, the vast majority of templates are licensed under a Creative Commons, GPL or similar license, thus removing the credits would be using an illegal copy of the same. You can simplify the credits or relocate, but not remove them. Remember that the templates are free, so keep the credits is a way to thank those who designed and / or adapted the template.

What does the icon of a gold medal in some templates?

We call them Free Premium Templates and highlight it with this icon because have an excellent graphic quality, are well designed for Blogger, bring additional features and / or are compatible with the major browsers (Firefox, Chrome, IE7).

I sent a template, why is it not published?

Usually we receive a big number of templates, we try to publish as soon as possible and ensure a minimum quality in the published templates in BTemplates, some of the criteria that we use to approve a templates are:

An acceptable graphic and technical quality.
Compatible with most browsers.
No installation errors.
A license that allows distribution.
Please read our full publication guidelin

How to install a blogger templates in your blog with no mistakes:Beginners Guide.


How to install a Blogger template?

0. If your are using Dynamic Views, you need first go to Design (Dashboard → Template) and then click on “Revert to classic templates → Revert to classic template”.

1. Download the template and unzip the file (you can use a free unzipper software).

unzip-template

2. Go to your blog template section (Dashboard → Template → “Backup / Restore” button).

In the old Blogger design: Dashboard → Design → Edit HTML .

3. Backup your previous template (Download full Template).



In the old Blogger design:

upload-template

4. Find and upload the xml file of your template.

5. If you see a warning like following:

warning-install-template

Click “keep widgets“.

6. Enjoy! :)

Why I can’t install a template? Blogger gives an error.

There are several possible factors that cause an error Bx-xxxx:

The code is directly copied, and Blogger did ‘t interpret it.
Temporarily Blogger  is not accepting  templates with certain codes or gadgets.
Possible solutions:

Remove widgets or gadgets that come with the template downloaded.
Clear your browser’s cookies.
Trying to upload the template with a different browser (Opera, Firefox, Chrome).
No copy and paste the code directly, upload the xml file.
Wait 24 hours and try again.

How do I log in to my blog without the navbar?

The Blogger navbar is just a plug and provides a shortcut to enter your blog, but you can always log in from Blogger.com.

How do I customize my template?

For color and the font size, some Blogger templates offer an option to change it from the Dashboard (Dashboard → Design → Template designer → Advanced or Dashboard → Template → Customize → Advanced in the new Blogger design). Here, you can see the result directly in the template.

blogger-template-designer

Major changes in the templates needed to know at least a little CSS and HTML. A quick way to modify a template is change the images in the CSS code, for others with the same dimensions. That is the process to change the header of a design, for example.

Additionally, some templates have their own settings instructions and customization, refer to the same download page of your template.

How can I edit the menu of my template?

1. Most templates have a menu that can only be edited from the HTML (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design). In many cases the code to look for is like:

    <li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
    <li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
    <li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
    <li><a href='#'>Edit</a></li>
There you can edit the expr:href=’…’ code, with your own links: href=’http://mylink…’. Also see the instructions in your template for more information.

2. Some templates include a link list widget or a pages widget to edit the menu directly from the Dashboard.

For link liks widget: Dashboard → Design → Page Elements. Or Dashboard → Layout in the new Blogger design.
For pages widget: Posting → Edit pages → New pages. Or Dashboard → Pages → New Page in the new Blogger design.

How to go back from Dynamics Views to standard templates

If you are using the new Blogger templates, called Dynamics Views, you don’t have access to most templates on the web.

To go back from Dynamics Views to standard templates you only need:

Go to Template designer (Dashboard → Design).
Click on “Revert to previous template”.
That’s it. Now each time you enter in ‘Design’ section, you will be able to upload custom templates again.


Why the date is displayed as “undefined” or this is not show?

Probably because you don’t choose the right date format. The format should be changed from the panel and usually the correct types are:

1. Dashboard → Settings → Language and formatting → Date Header Format

date-header-format

Or

2. Dashboard → Settings → Language and formatting → Timestamp Format

timestamp-format

Read the instructions of your template located on the download page.

Why some images in my template disappeared?

Although we host the largest number of images in Blogger, images may suddenly disappear because:

The images were removed from the original hosting.
You use a own domain.
Solution: Download the template from BTemplates again, or from the page’s original author and re hosts the images on an external service such as Photobucket, or ImageShack.

How to add the comment form to my template?

Blogger recently added the Comments Form within the same template, below the individual posts, if your template does not have the form there, you may need to manually add it or activate it.

To add it manually:

Enter in the code of your template (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
Replace that code with the following:
<b:if cond='data:post.embedCommentForm'>
          <b:include data='post' name='comment-form'/>
        <b:else/>
          <b:if cond='data:post.allowComments'>
            <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
          </b:if>
        </b:if>

To activate it:

Enter the options panel comments (Dashboard → Settings → Comments).
And in the “Comment Form Placement” section, select: Embedded below post.
Note: If you are using the new Blogger design, you will need back to the classic version and follow the two step above.

How do I add my feed of Feedburner to my blog?

On the menu: Many templates show the feed in the top menu, to change the default feed for feedburner, go to your template code (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design) and search for:

<a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>
Replace this with:

<a href='URL del feed en Feedburner'>
Now, in the settings panel of the feed ( Dashboard → Settings → Site Feed or Dashboard → Settings → Other → Post Feed Redirect URL in the new Blogger design) also add your Feedburner URL.

How do I translate my template to another language?

Directly in the template code. (Dashboard → Design → Edit HTML or Dashboard → Template → Edit HTML in the new Blogger design), with a really simple process:

Using the browser search, find the text you want translate.
Replaces that text with your translation.
Repeat the process for all the words / phrases that you want to change.
The text within an image need to be changed with a image editor (eg. Gimp or Photoshop) and then, replace that image url with the edited image url.


What should I do after I install my template?

After installing a template, there are several things worth to check, update or modify, we recommend you to read our article with all the points.

How to display the navbar again in my template?

Easy! Enter in the code of your template (Dashboard → Design → Edit HTML) and search for:

#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
Delete it and that’s it.

How to display the last posts or comments on the sidebar?

Enter the administrator page elements (Dashboard → Design or Dashboard → Layout in the new Blogger design).
Add a new feed widget, with the following URL’s:To show the recent posts:
To display the latest comments:

Why is my blog shows few entries per page?

Blogger recently implemented a mechanism called “auto pagination” to reduce the loading time of its blogs. This mechanism is to show less Blogger entries per page if it detects that the page is heavy to load.

To avoid that this happens, you can try to decrease the load time of your blog, some recommendations are:

Optimizing images. For example, using Smush.it or a free image editor like Gimp.
Eliminate unnecessary gadgets.
Use “read more” in your longer posts.
Optimize CSS code. For example, with CSS Optimizer.

Can I remove the template credits?

No, the vast majority of templates are licensed under a Creative Commons, GPL or similar license, thus removing the credits would be using an illegal copy of the same. You can simplify the credits or relocate, but not remove them. Remember that the templates are free, so keep the credits is a way to thank those who designed and / or adapted the template.

What does the icon of a gold medal in some templates?

We call them Free Premium Templates and highlight it with this icon because have an excellent graphic quality, are well designed for Blogger, bring additional features and / or are compatible with the major browsers (Firefox, Chrome, IE7).

I sent a template, why is it not published?

Usually we receive a big number of templates, we try to publish as soon as possible and ensure a minimum quality in the published templates in BTemplates, some of the criteria that we use to approve a templates are:

An acceptable graphic and technical quality.
Compatible with most browsers.
No installation errors.
A license that allows distribution.
Please read our full publication guidelin

Google plus for Android Google Hangouts goes standalone.

Google at I/O 2013 unveiled new features for Google+ social networking service.The update ,which brought in 41 new features, is now rolling out to android counterpart of Google plus. version 4.0 Google+ for android improve the ways photos are handled on the net work with new features such as auto-highlight and auto enhance functionally that automatically edits the pictures as  well as lets you choose which in lot the lot are the most interesting for the uploads.

The update includes some of Snap seed's popular photography  tolls such as Drama and Retrolux in a bid to provide more specific controls like saturation and contrast within the app.The update also makes it easier to share location as well as sharing with desired circles.
If someone shares his/her location, you'll see current status on their Google+ profile.On tapping the new 'locations'.You will see friend's current location on map.Google also makes it easier and gives the user more control over sharing their location, and with whom.
Now feed look more interactive and easy to navigate.

some html codes for marquee

This is a famous marquee code by applying this your text will bounce left and right.
<marquee behavior="alternate">Your bouncing text goes here</marquee>this code is
This code is scrolling your text.It is like a scroll.Apply it.
<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>
This is the most interesting code.on this your text had give a speed.slow,medium,fast.Your text also move in this speed.
<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>

How and why to secure your adsense account from invalid click activity.


Do you know your Adsense Account is in danger, yeah this is not an April fool prank or anything like a joke, this is as true as you are breathing from some past days many bloggers experiencing heavy invalid activity in their Adsense account.
You may have also experienced that number of clicks are much more than as comparison of the Estimated Earnings, especially from some countries like United states clicks are coming fluently but no money, CPC from such countries lies somewhere between $0.01 – $0.04 which is too less and this Cost per Click clearly saying that these clicks you are getting on your Ads are not Genuine for sure.
Why and How To Protect Adsense Account From Invalid Clicks?
Many Bloggers and Webmasters have lost their Adsense Ads in some past days because of this invalid activity or some other reasons.
Zac Johnson lost his 10 years old adsense acccount. Read his story
Just few days ago,  Theodore had been slapped by adsense. Read his story
and also because of their unawareness, so this is highly recommended that you won’t make such mistakes and keep your Adsense Account safe and secure.
How to know the Country from where invalid clicks are coming from ?
Many of you may already know about this but some don’t, so let me explain how to know from which country your Adsense Ads are getting unusually clicked, to find this out just follow these steps…
  • 1.    Log in to your Adsense Account.
  • 2.    Click on Overview this month.
Why and How To Protect Adsense Account From Invalid Clicks?
  • 3.    Select the Today date from the upper right corner.
Why and How To Protect Adsense Account From Invalid Clicks?
  • 4.    Now click on Countries from Left sidebar.
Why and How To Protect Adsense Account From Invalid Clicks?
  • 5.    Now carefully checkout the no. of clicks in front of each Country name.
Why and How To Protect Adsense Account From Invalid Clicks?
  • If you detect any country from where clicks have been done but CPC from there are very low then it simply means that your Adsense Ads are in danger.
How to Protect Your Adsense Account?
See if you are getting unusual clicks on your Ads, then first of all you try to detect the IP(s) of clicker and if you successfully detect those IP’s then just block them to showing Ads so that they won’t see your Ads and this way they cannot click on your Ads.
  • If you’re unable to fetch the IP address from where clicks are being performed then you most recommended way to keep your Adsense account safe is that, you must stop showing ads on your site for at least sometime, because if you stop publishing ads on your sites for some time/days it may cause loss of some Dollars to you but if you cannot prevent it then you may loss your Adsense for forever, which sounds so bitter to any blogger.
  • Read: 5 Question to Ask Before Using Google Adsense
Note:
It has been also seen sometimes that CPC are good and clicks are coming in bulks (more than expectations), but those were also invalid clicks.
To understand this better, suppose one person click on your Ad, Google gave you $2.0 for that one click which means click : 1 and CPC : $2.0 then 9 clicks are also done by an other person which are invalid clicks and Google haven’t gave you anything for those clicks, now your stats will show click : 10 and CPC : $0.20 which also looks good and generally we think it’s Ok if CPC is good but as you in example it’s not always okay.
So if you ever feel unusual increase in no. of clicks on your Ads you must report to Google regarding this to keep your side strong.
Click Bombing/ Invalid Clicks FAQ’s
  • I lost my Adsense Account due to invalid activity on my account, what to do ?
When Google takes adsense away then they always mentions the reason behind it, so you need to ensure that it will not happen again in future and after that you can fill Appeal form provided by the Google to claim your Adsense account back, but don’t go for appeal form in hurry first of all you must take care of point they mentioned in their mail.
  • I filled Appeal form, will I get Adsense back ?
Well nobody can say Yes for this question, it’s all depend on Google, if they realize that you have done good business with them in previous time then there are some hope you will get your Adsense back, but not sure for anyone.
  • I filled Appeal form but no reply, what to do ?
You cannot do anything for this, all we can do is that we can fill Appeal form then Google will reply you back after taking their time, sometimes they takes 2-3 days for reply back.
When I applied for Adsense back by `Appeal form` they rejected again, now what.
This is sad but ! even after they refused to give your adsense back to you, if you work on your blog continously for some months and you write valuable and original content then there are chances to have Adsense again on your blog, one of my friend have experienced it.
Even after many try Google isn’t giving me Adsense back, now what to do ?
In this annoying situation you have some other ways to get income from your blog for that you can check this `Ways to Make Money without Adsense`.
  • If you don’t wanna go for it then you can think of another idea which is, you make another blog then apply for Adsense for that new blog and when you get Adsense for it you can use that Adsense account Ads on your both blogs the new one and old too.
  • If you think this article is even a bit useful it is requested to must share the info, Take care of your Adsense Account and also help others to do so.

Gamer City z

Free for your eye videos