Sexy Chinese Model Teaches You Which Google Ad Format To Use To Maximise Income!











It has been known over the years that wider ad formats tend to outperform their taller ads, due to their reader-friendly format. Readers are able to absorb information in "thought blocks" (a block would be for example a few words at a time. Usually 7 words.).

Wider ad formats allow readers to read comfortably without having to move down the lines like a story book. Knowing this is one thing but applying it will make a whole lot of difference to your blog or web page. With the wide ad format, you will not only be making your ads more appealing to your readers but also it will make your web page look more clean or neat! WIN WIN!

If positioned well, these ad formats can increase your earnings significantly. The formats that are found to be the most effective by google are the:

  1. 336x280 Large Rectangle
  2. 300x250 Medium Rectangle
  3. 160x600 Wide Skyscraper

Be well aware that even though these ad formats tend to perform the best, you should use the format that best complements your pages.

Just a little tip: Try on a simple streamlined ad like the link units! Image below

Click Here To Read The Full Post!


Bookmark and Share

Back To Homepage For More Tutorials!

Sexy Thai Girl Teaches You How to remove blogger nav bar



Today this sexy young lady will teach you how to remove the irritating blogger nav bar from your blog so you and your viewers will not see anymore of it!

Yup, that’s what it looks like people and i know many of you just want to remove it!

Difficulty: Easy

Tutorial:

  1. In Blogger go to: Go to Layout then Edit Html

  2. Back up a copy of your template by downloading it first (Always do that if you’re not sure of what you are doing)

  3. Check Expand Widgets Template.

  4. Press CTRL + F

  5. Search for the following code:body {

  6. Place the following code right after the body { tag:

    #navbar-iframe {
    height:0px;
    visibility:hidden;
    display:none;
    }

    Or You Can Use

    div.navbar {
    opacity:0.0;
    display:none;
    }

    And Lastly If Both Does Not Work You Can Use This Also

    #navbar-iframe { display: none !important; }

  7. Save your work and go ahead and see your brand new Nav Bar-less blog page!

Now, i hope you liked the lesson with our sexy young teacher! Do come back for more of her lessons alright class? =)

More of her lessons at: How To Place Adsense Code After Your Blogger Posts

Click Here To Read The Full Post!


Bookmark and Share

Back To Homepage For More Tutorials!

How to Create the Read Me Effect In Blogger



As i have stated in my previous post on Google AdSense Page Impressions and how to improve page views, In this post, i will teach you how to create the Read Me.. effect or more accurately called Expandable Posts much like in LiveJournal and so on for your blogger..


Difficulty: Average

Tutorial:

  1. In Blogger go to: Go to Layout then EditHtml
  2. Bank up a copy of your template by downloading it first (Always do that if you’re not sure of what you are doing)
  3. Check Expand Widgets Template.
  4. Press CTRL + F
  5. Search for the following code:</head>
  6. Paste the following code before the tag </head>

    <!--start read more javascript -->
    <script language='javascript' src='
    http://www.sigmirror.com/files/21141_xksdk/jquery-1.2.3.pack.js' type='text/javascript'/>
    <script language='javascript' src='
    http://www.sigmirror.com/files/21142_aajmq/jquery.extractor.js' type='text/javascript'/>

    <script type='text/javascript'>
    $(document).ready(function() {

    $(&#39;.excerpt&#39;).expander({
    slicePoint: 200, // This is the size of the summary you wish to show your readers Default is 100
    expandEffect: &#39;fadeIn&#39;,
    expandText: &#39;[...]&#39;, // default is &#39;read more...&#39;
    userCollapseText: &#39;[^]&#39; // default is &#39;[collapse expanded text]&#39;
    });

    });
    </script>
    <!-- End read more javascript –>

  7. After that has been done, search for this set of codes or anything that is alike in dark blue (It will usually be the same if you are currently using the standard blogger template):

    <div class='post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>

  8. Simply replace the code in dark blue with the following:

    <b:if cond='data:blog.pageType != "item"'>
    <div class='excerpt post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
    <a expr:href="data:post.url">Read More..</a> <!-- you can change what your readers see here -->
    <b:else/>
    <div class='post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>
    </b:if>

  9. Save and Preview your work.

Important Notes:

Do go to these URLs and copy and paste them into your own .js files.

Create an account with sigmirror and upload them to your own account

Then USE THE URL PROVIDED IN YOUR SIGMIRROR ACCOUNT and replace the codes from step 6

Reason: If too many people my code url, it will not work once the account reaches it’s bandwidth limit.

http://www.sigmirror.com/files/21141_xksdk/jquery-1.2.3.pack.js

http://www.sigmirror.com/files/21142_aajmq/jquery.extractor.js

Source
Click Here To Read The Full Post!


Bookmark and Share

Back To Homepage For More Tutorials!