The Ultimate Residual Income Guide
Earn $$$ Passively!
Simple Ideas for Making Residual Income Online
$2.00

Residual Income – The Snowball Effect
What is “Residual Income”? Some call it “Passive Income”, and it is when a person sets up a stream of income which continues to build over time and eventually begins to snowball – earning that person money in the long run that he barely has to touch in order to keep it going.
And the best part is that every income stream I will show you is done completely ONLINE! You don’t have to GO anywhere and you don’t have to BUY anything. It’s all free. The only thing you need to invest is your time.
In a nutshell…
1. You work hard at the beginning to set up your streams of income
2. The money snowballs over time
3. You have little to no upkeep but money keeps coming in!

Easy to Implement
What I’ve been learning online is actually very easy to implement. Making money “passively” doesn’t seem realistic, but it is…
Have you ever heard of eHow? People are making a serious killing off residual income there.
Have you ever heard of Adsense? Even more people are making residual income with them.
It’s not a myth, it’s true…and you can do it!

Six Easy Streams of Income
In “The Ultimate Residual Income Guide” I’m going to show you SIX of the best ways to set up residual income online.
What I’m going to show you is humorously EASY – anyone can do it! But what you will need in order to be successful is commitment and hard work – that’s what will set you apart from others. Earning money is never easy – it never has been – it never will be.
But with this system the hard work takes place ALL UP FRONT. Once you have your streams of income in place, the upkeep is minimal and the money continues to roll in. I’ve even known people to completely leave their stream of income alone for months – without even touching it – and are still making great money!
So are you ready to begin learning? Start now!
$2 bucks is not a bad price when you think of the potential hundreds and thousands of dollars that you could be earning with “The Ultimate Residual Income Guide”.

Loading…
Right Now Only $2.00!
DIY: Install a Custom Header (Blogger)
If you need to install a custom header into blogger, we have an easy tutorial for you. A custom header always gives that special finishing touch to a blog. The best part is, anyone can design and install their own header! Here are a few steps to help you on your way:
1. DESIGN A HEADER
You’ll need some sort of paint program. I use Photoshop, but you could use Paint or any other similar program if you do not have Photoshop.
I made my header size:
Width: 660 pixels
Height: 100 pixels
Once you are please with your design SAVE it by selecting “Save for Web & Devices” (this keeps the file size down which your help your blog remain fast-loading). It doesn’t matter whether you save it as a JPEG or GIF.
2. LOG IN TO BLOGGER ACCOUNT AND CHANGE SOME CODE!
Now you are ready to install your header…and do a little HTML editing.
- Click on “Edit HTML”
- Click on “Layout”
- Search for this code:
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
Now, change the width to whatever you set your header width to be (mine was 660 pixels, so I won’t be changing it).
Next, you’ll type in the height of your header as shown by example in the following code (in red) :
#header-wrapper {
width:660px;
height: 100px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
- Click “SAVE”.

3. Install Your Header
Now you’ll click on “Page Elements”
Then click the “Edit” button on your header box.

A dialogue box will pop up. Upload your file from your computer, select “instead of title and description” under Placement, then click “Save”.

Now take a look at your design to see if it uploaded correctly.
You’re all finished! Good job!
DIY: Remove the Blogger Navigation Bar
Have you ever wanted to remove the blogger navigation bar that is integrated into your Blogger design? Do you know what I’m talking about? Here’s a picture…
Well, if you’ve ever wondered if you could get rid of it, take heart, you can! It’s fairly simple, though it does include a tad bit of coding.
- Sign in to your Blogger account
- Click on “Layout”
- Click on “Edit HTML”
- Copy the code below and paste it anywhere after the /* Variable definitions code and just above the body { code:
#Navbar1 {
margin: 0;
padding: 0;
display: none;
visibility: hidden;
}
5. Click Save. You’re all set!

