Or how to post using mail.yahoo.com or gmail.com ?
1. Login into your blogger account.
2. Click on “Change Settings” icon of your blog.
3. Open ” Email” tab (see picture) -> 
4. Enter your Secret Mail-to-Blog word (see picture) -> 
If you want to publish automatically don’t forget to check it.
5. Click “Save Changes”.
6. Login into your email account, write your post ( email Subject will be post Title and email body will be your post), sent it to
youbloggeraccountname.SECRETWORD@blogger.com.
If you wonder how to remove the blogger beta navbar, this is the way to do it:
1. Login to your blogger beta account.
2. Open the “Layout” for your blog.
3. Click the “Edit HTML” link.
4. Copy this code:
5. Click the “Save Template” link.
Remember : This hack is for Blogger Beta, for the old blogger use this hack.
Inspired by basang panaginip
To remove (hide) the Blogger (Blogspot) navigation bar you must edit your blogger template and add between the style tags <style type=”text/css” /> and <style type=”text/css” /> this piece of code:
#b-navbar { height:0px; visibility:hidden; display:none }
If you wish to show again the blogger navbar you need to remove the above code.
1. Recognize MFA (Made for Adsense) sites - moust likely MFA sites are on google ads in this form: “We have found 3 best products for …” , “Best 10 resources …” , “Top 10 sites about…”
2. Enter them in your AdSense Setup -> Competitive Ad Filter.
or
You can use Adsense black list - here you will find many MFA site on categories. Generate a list of sites and add them in your AdSense Setup -> Competitive Ad Filter.
I recommend to use any means necessary. :)
If you want to open links in a new window you need to do modify your link from
<a href=”http://bloggero.com” href=”http://bloggero.com” title=”BloggerO”>Link to us!</a>
to
<a href=”http://bloggero.com” href=”http://bloggero.com” title=”BloggerO” target=”_blank”>Link to us!</a>
Remember that it’s a good ideea to warn your visitors about that by changing the title also in title=”BloggerO - opens in new window”
Another radical way is to add in your template between <head> </head> this line:
<base target=”_blank”>
and all links will open in a new window.