Thursday, February 4, 2010

AdSense Troubleshooting: Javascript

This article explains the relationship between Adsense advertisement display and Javascript


Adsense ads need Javascript


You, and your readers, will only see ads if Javascript is enabled in the web-browser (Internet Explorer, Firefox, Chrome, Safari, Opera, etc) that you are using.

You can turn Javascript on for your own web-browser using whatever tools it uses (normally under Tools / Options or somesuch - refer to your system's help-files if you need to see how to turn it on.

But you can't control whether it's enabled for your users:  even if you explicitly tell them to turn Javascript on, some won't do so, for reasons best known to themselves..

So you should be aware that some readers will not see your AdSense ads.  If having people see ads is important to you, you might need consider some alternative advertising programmes.

(And this isn't the only reason:  some won't see your ads because they use ad-blockers:  there is nothing you can do about these either.)


Related Articles:


AdSense Troublehooting hints-and-tips

Stop people from stealing your AdSense id

Setting up AdSense on your blog

Alternative advertising programmes
Read more > AdSense Troubleshooting: Javascript

AdSense Layouts: using tables, not too many Divs

This article has details about laying out AdSense ads side-by-side with the text in your Blogger postings.

Previously I've explained how to put an AdSense ad-unit "in-line"  in your blog post.   Using this approach,  the advertisement is put in a block of its own, and your content starts again underneath it.

However you can use DIV statements to allow your text to flow around the ad.  I've described how do use this approach for putting text and pictures side by side in your blog, and it could easily be used for ad-unit code instead.

That said, in Jan 2010, AdSense's blog gave advice to:
"avoid embedding the ad code in excessive div tags or nested frames".   
They didn't say what counts as excessive - but just in case, it may be a good idea to use a separate div for the ad rather than embedding <div> statements.

If you do want to put an ad and your content side-by-side, it may be better to use a table to lay them out.  To achieve this, you need to edit the HTML behind the post.  To get to this click on the HTML button in the top right of the editor (post Sept-2011 Blogger) or the Edit HTML tab in the top right of the editor (pre-Sept 2011 Blogger).

Use a piece of HTML code like this:
<br />
<table border="0" style="width: 100%;">
<tbody>
<tr>
<td>PUT THE POST TEXT IN HERE </td>
<td>PUT THE AD-TEXT IN HERE </td>
</tr>
</tbody></table>


Related Posts:



AdSense Troublehooting hints-and-tips overview

Puutting text and pictures side by side in your blog

How to put an AdSense ad-unit "in-line"  in your blog post

Using a table to display data in your blog


Read more > AdSense Layouts: using tables, not too many Divs

AdSense Troubleshooting: How many ads per page

This article has details about AdSense ads not being displayed because there are too many ads per page, including particular issues with sidebars in Blogger.


Advertising Programme limits


With some advertising programmes, including AdSense, you are only allowed to show a certain number of adsense units per screen.

Always check the terms and conditions of a programme like AdSense, and keep an eye on updates in case the policies are changed in future.

At the time of writing, for AdSense the limit is3 ad-units and 3 link-units.


Enforcing the limits


Because Google, Blogger and AdSense are intgrated, Blogger kindly enforces the number of ad-units limits for us - we don't have to manually check them in your templates.

Blogger will let you put any number of AdSense gadgets into your blog and into your posts.   But when your blog is shown to readers, Google chooses which ads to show (up to the limits), and either leaves a blank space or moves solid colour, or shows other content that you specify in the advert code setup screen.


Where do the "best" ads go


The best available advertisement will go into the first ad-unit found, continuing in a similar way as the rest of the blog-screen is drawn.

Within Blogger itself  the header gets first priority for being drawn, then in the body of your blog, and then in the sidebars.

If you have selected ads at the bottom of posts (an option in the Monetize tab), and you have three or more posts per page , then all three ads will have been "used up" when your sidebar is displayed, so there won't be any ads there.   If you really want ads in your sidebar (which is far more visible to many readers), then you can either:
  • turn off the option for ads beneath your posts, or
  • set the number of posts per page to less than 3, so that there are some advertising slots available when your blog-screen is generated.



Related Articles:




Setting up AdSense on your blog

Some other advertising programmes

AdSense:  how long until code changes are applied?
Read more > AdSense Troubleshooting: How many ads per page

How long does it taken until AdSense ads are displayed on your blog

This article has details about the time-delays between Adsense ads being added to your Blogger site (in header, footer, sidebar, or inside your posts), and the ads being visible to your readers.

Ten minutes ...


After you have signed up for AdSense and started putting ads onto your blog, you may find that you want to get the ad-code from AdSense instead of using the gadgets that Blogger has.

When you get advertisement-code from AdSense (eg to make an image-only ad) or because you want to put an ad right inside a post), there is a message saying that it will take at least 10 minutes until the ad display's properly.  Personally, I've found that it can take 20+ minutes Google is having a bad-hair-day.

So go and have a coffee, then come back and test that you've got it right after that.


Or 2 days!


The specific ads show are based on the page content.   Google's web-crawler needs to visit the page and index it before they can choose ads for your page.  And it can take up to 48 hours for this to happen.

So depending on the settings you used for what do do when no ads are available, readers may see a public-service ad, or may see nothing at all, for up to 48 hours after your ad is created.



Related Articles:




Showing image-only AdSense ads in Blogger

Putting AdSense ads inside blog posts

AdSense Troublehooting hints-and-tips

Setting up AdSense on your Blog

Other advertising programmes
Read more > How long does it taken until AdSense ads are displayed on your blog

AdSense Troubleshooting: Extra line breaks

This article is about fixing problems with AdSense advertisements that are caused by having extra line-breaks in the ad-code.



Putting AdSense ads into your posts - what can go wrong

Battle of the Canal du Nord - Horse drawn artillery wagonPreviously I've explained how to set up AdSense for your blog, and how to put AdSense advertisements
right inside a post rather than in the header, footer or sidebar.

However AdSense ad code won't work if it has any extra line breaks added to it.  This is why, to put it  you need to paste the code into the editor in Edit HTML mode, not Compose mode.   And to be certain, I also recommend that you make sure the "use <br /> tags" option (previously called "Ignore new lines") is chosen as well.

If you don't do this, ie if you put the code into the Post Editor while you are in Compose mode, Blogger seems to insert extra <br /> tags (ie new lines) in places.  And this causes the ad to not be displayed.


Fixing the problem


If you encounter this problem while putting ad-code into a post in this way, it's best to go in to Edit HTML mode and:
  • remove the whole piece of Ad code
  • in a separate window, log into AdSense (www.google.com/adsense), choose the Ad you want from  from Adsense Setup / Manage Ads
  • copy the ad code
  • swtich back to your blogger window and paste the ad-unit in again
Removing the line-break characters by hand is tedious to do, and I've found it's very hard to get right.




Related Articles:



AdSense Troublehooting hints-and-tips

Putting AdSense ads inside blog posts

The Post Editor's  <br /> tags vs new-line option.
Read more > AdSense Troubleshooting: Extra line breaks

Wednesday, February 3, 2010

Making a website that you can update easily

This article explains the issues that community groups and non-profit organisations can face with managing their websites, and explains how Blogger can be used to address them.


Community groups and website maintenance 

Many community groups and non-profit organisations set up projects to build a website.   Often, an enthusiastic volunteer offers their time and expertise to build it.   Or a third-level student does it as a course project.

The new website is launched, often with a party.   It looks great, and the content is fresh and exciting.  Things are great.

But a while later, something needs to be changed.   If they're lucky, the enthusiastic volunteer or the student is still around, and happy to do the change.   But more and more changes are wanted.  Over time, the enthusiasm wanes.  The student graduates and moves away.   The volunteer starts to resent the amount of  time needed,  Eventually, the student is nowhere to be found or the volunteer is no longer unavailable.

In the "lucky" scenario, the next step is often that the group finds money to negotiate a support contract with the former volunteer's company.  Hopefully, the company charges them a fair rate for the work.   It may not feel fair to the group, though, because they don't know what the market rate for this sort of work is, or how long things really take.   In the "unlucky" scenario, the group has incorrect information on the internet that cannot be changed because no one knows how.

Does Blogger offer an alternative to this scenario?   I think so, and this article explains some of the advantages, and issues, involved.

What is Blogger?   How can it help?

Blogger is Google's tool for building "blogs" - essentially diaries kept on the internet.  See Blogs, bloggers and Blogger  for a full explanation of these sometimes confusing terms.

But Blogger is now a lot more sophisticated, and can be used for other things too.

If a website is built using Blogger:
  1. The software used to build and update it is free
  2. The hosting is free (if the address is www.WHATEVER.blogspot.com), or very cheap (if the address is www.WHATEVER.com).  And address ike www.WHATEVER.COM is called a custom domain, and is easy to set up - you can buy the address through Blogger, or use an address that you already own.
  3. It's simple to make updates, after the initial set-up is done   
  4. It can even be set up to update itself when someone emails a certain address (which you only tell to people who you want to be able to do updates!)
  5. Whoever updates it doesn't need any special software:  just a computer with internet access.
  6. It willl work in all the different web-browsers (with some with very rare exceptions).
  7. By default, it's structured like a diary:  most recent info first, older info further down.   Which makes it a good fit for "newsletter" style things, which is often an objective for community groups.
  8. But it doesn't have to look like a diary - you can give it a "home page" in a variety of ways. 
Issues, Risks and Disadvantages:

There are risks with using Blogger:  Google could change their minds about any aspect of it (though I doubt that they will do anything drastic or expensive).   There are limits to what it can do.   It may be perceived by some people as "lower quality".   You don't control the hosting:  you aren't paying for it, so you don't have any rights as a customer.

These risks are all real, and in some cases they will be so serious that you decide another approach is better.  But for some groups, the advantages will outweigh the risks.


A final thought:

No matter what tool you use, building a website is "easy": lots of people can do it, and they'll all be happy to tell you what a bad job the last guy did.

The hard bits are:
  • Defining the audience
  • Setting the aims & objectives, knowing how you'll measure them, and doing the measurement
  • Defining the policies
    (what content?  who decides what to show, and what not to?  who is responsible for doing updates ?)
  • Simple, cost-effective, ways to keep the content up-to-date
  • Doing training materials, so that when the current person doing updates leaves, their replacement can learn to do them too.
  • Designing and implementing the search-optimisation approach (SEO) and communications plan 
    (There's no point in building a website if no one reads it!)
If anyone ofters to build you a website, make sure that their plan covers all these issues, so that you aren't left with an embarrassing white-elephant on the web, with your name on it.



Related Articles:



Blogs, bloggers and Blogger - an introduction

Getting started with Blogger

Using an URL you already own for a Blogger blog

Setting up your custom domain

Updating your blog by email - using mail2Post

Giving your blog a home page
    Read more > Making a website that you can update easily

    Monday, February 1, 2010

    Ford EcoSport 2011

    Ford EcoSportSeguindo uma das recentes modas do mercado brasileiro, a Ford abrevia 2010 e já em fevereiro lança o EcoSport 2011. Com leves mudanças estéticas, ele pretende manter-se competitivo no mercado até a chegada de uma nova geração, em 2012. Na dianteira, ele ganhou nova grade frontal, e a parte da frente do capô passa a contar com o nome do carro. As laterais passam a contar com frisos e um novo jogo de rodas de liga leve de 15 polegadas, e a cabine ganha novo quadro de instrumentos e novos revestimentos. Os motores permanecem os flexíveis 1.6 de 105/111 cv e 2.0 16v de 141/145 cv (gasolina/álcool).
     
    Outra ótima novidade é o aumento do prazo da garantia, agora de três anos. Além disso, o EcoSport teve reduções em sua tabela de preços, como a versão topo-de-linha 2.0 4WD, que tem preço inicial de R$ 61.880, apresentando uma redução de mais de 3 mil reais. As versões do modelo são outro item inalterado, sendo a básica FreeStyle, mediana XLT e topo 4WD. Outra das qualidades do jipinho é sua lista de equipamentos de série, que desde a versão básica contempla ar-condicionado, computador de bordo, rodas de liga leve, direção hidráulica, trio elétrico e sistema de som multimídia.
    Read more > Ford EcoSport 2011
     
     
    Copyright © blog
    Blogger Theme by Blogger Designed and Optimized by Tipseo