X WordPress Theme X WordPress Theme

Friday, February 17, 2012

How to add Google +1 (plus one) button to blogger?

How to add Google +1 (plus one) button to blogger?

Google +1 sharing button is like Facebook like button, both have the same purpose i.e to show your friends that you recommend something that you found on web. Facebook shows the recommendations on the person's profile (who liked) while google +1 will be shown on the Google Search results.
This video would better explain how Google +1 Works:




How to Add Google +1 button to blogger posts

  • Go to Dashboard > Design > Edit HTML and Back up your template
  • Check the Expand Widget Templates checkbox on top right of the code window.
  • Find the following code in your HTML:
<data:post.body/>
  • Paste the +1 button code immediately below (after) it:

<!-- Google +1 button Start -->


<b:if cond='data:blog.pageType != "static_page"'>


<div style='float:left;padding:10px;'>


<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>


<g:plusone expr:href="data:post.url" size="standard" count="true"></g:plusone>

</div>
</b:if>

button End -->

<!-- Google +1 button ends -->

Save your Template and you are done.

Further Customization

Google +1 for Blogger can be further customized:
  • Select the size of button by replacing the value of size with a value from the table below.
    Table by: bloggersentral.com
  • You can remove the count by replacing the value of count from true to false.
  • If you want your Google +1 button under the blogger post title then you would have to paste the Google +1 button Code Before <data:post.body/>
  • If you want to show your +1 Google Button on the right side , simply change float:left to float:right , add the code and save your template.

Friday, February 17, 2012 by Wajahat · 0

The Classic Subscribe widget for Blogger Blogs

The Classic Subscribe widget for Blogger

Classic Subscribe widget blogger
Recently i designed a few subscribe widgets, I'm gonna compile them in a single post very soon. This particular subscribe widget has quite a professional, classic look. The Classic subscribe blogger widget has the most common social media platforms to subscribe to i.e Twitter, Feedburner, Facebook. The features include the hover effects and it automatically fits in the sidebar, no matter what the size of the blog's sidebar is. The installation process of this blogger widget is quite simplistic, you'll need make sure to follow the steps below as mentioned


Live Demo

Step 1: Add the classic subscribe widget to Blogger Blogs?

  • Go to Blogger >> Design.
  • Add a Gadget.
  • Select HTML/JavaScript and paste the following code in it:
<style>

/* ---------My Blogger Tips Social Media Widget----------- */

.social-connect-widget{background:#F5F4EF;border:1px solid #E7E6DE;padding:10px; border-radius:5px; -moz-border-radius:5px;}
.social-connect-widget:hover{border:1px solid #CBCBC2;background:#FFF}
.social-connect-widget a{text-decoration:none;font-weight:bold;font-family:Arial,Helvetica,Sans-serif;color:#4B4D4E}
.social-connect-widget a:hover{text-decoration:underline;color:#F77C04}
.social-connect-widget img{vertical-align:middle;margin-right:5px;height:32px;width:32;}
</style>


<div class='social-connect-widget' style='margin-top:0px;margin-bottom:10px;'>
<a href='http://feeds.feedburner.com/USERNAME'><img alt='RSS Feed' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf_PQBOri9f2q0gs1_uQlOmqWLXGSCpw3Sp9IScyVmr0YlEV5Uiq_ozAkVlDPTKldDb_OCp8jdv8IRnbti25i6Xp2dLh5FRahlPfmUhvhKePClgkOpF6V-XlY6rf8LGTHaR0PVA-mwbuYM/s1600/rss.png"/></a><a href='http://feeds.feedburner.com/USERNAME'>Subscribe to our RSS Feeds!</a>
</div>

<div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='http://twitter.com/USERNAME'><img alt='Follow Us on Twitter!' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeQw2sWrk2nDWDL9nmB9APvvqa7Dp-PG6igBeVvZKLeah1mdR3E7EbeziIZOZKMun3WiM3tcSfN4BQgLZcwXzkUaIOQ7LhTAfwiQ0_RfDFH1T45PidenQh8Fr1gNnZUgr9aDLbBLQkjKmJ/s1600/twitter.png" title='Follow Us on Twitter!'/></a><a href='http://twitter.com/USERNAME'>Follow Us on Twitter!</a>
</div>
<div class='social-connect-widget' style='margin-bottom:10px;'>
<a href='http://facebook.com/USERNAME'><img alt='Be Our Fan!' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjtVzhbi7Lz168SGxb_eNzmqWvRqWQq8z0sI0ujB_IfL2oSQPowDmIsnZ6iiN4OEZbA7MeQHS2KceYMCcC5Goj_EpigwuNMI4bElpMwt1S3XazFceu3YW3I2ZF5lnPD9lnbGCZ_wsffL5c/s1600/facebook.png' title='Be Our Fan"/></a><a href='http://facebook.com/USERNAME'>Follow us on Facebook!</a>
</div>
  • Before saving, Proceed to the next step.

Step 2: Add your own values!

You need to replace the following with your own.

  • http://feeds.feedburner.com/USERNAME with your own Feedburner id.
  • http://twitter.com/USERNAME with your own Twitter id.
  • http://facebook.com/USERNAME with your own Facebook fan page link.
Save and you are done. :)
More Cool Widgets and Tips are on its way, Subscribe to stay tuned!





If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to get regular updates.



Thanks For Making This Possible! Kindly Bookmark and Share it.

TechnoratiDigg ThisStumbleStumbleFacebookTwitter

by Wajahat · 0

Magnetic Featured posts with Thumbnails Widget for Blogger Blogs

Magnetic Featured posts with Thumbnails Widget for Blogger Blogs

 

Featured Posts are basically some posts within your blog that you want to highlight to your readers, separately. It's kinda great way to direct your readers to a certain post that you wan't them to check out. The reason I designated the word "Magnetic" to this Gadget is that it has the capability to attract your readers' attention and deliberation and it would make your blog look more astonishing. So lets get to work and show you how to add the "Featured Posts widget" to your blogs.



(You can See the Demo below on this blog)

How to add Featured posts Widget to Blogger Blogs?

Follow these steps exactly as mentioned:
  1. Go to Blogger.
  2. Design > Edit HTML.
  3. Expand Widget Templates.
  4. Find ]]></b:skin> and place the following CSS code just above it.

/*----------- My Blogger Tips Featured Posts -----------------*/
#mbtipsboxes{height:320px;overflow:hidden;margin:0px;position:relative;width:938px;background:#F2F1F1;border:8px solid #333; border-radius: 1px; -moz-border-radius: 1px; padding:5px 5px;}
#mbtipsboxes ul{ margin-left: 10px; padding: 0pt; position: relative; list-style-type: none; z-index: 1; width: 100%; }
#mbtipsboxes ul li{ overflow: hidden; float: left; width: 228px; height: 295px; border-top:0px solid #333; margin-right:6px; padding:2px 0px 4px 0px;}
#mbtipsboxes ul li:hover{ border-bottom:1px solid #636363; }
#mbtipsboxes img{width:210px;height:210px; padding:2px; border: 0px solid #A3A3A3; border-radius:10px; -moz-border-radius:10px; margin-top:0px;}
#mbtipsboxes img:hover{border: 0px solid #8B8B8B; }
.mbtipsbody img{float:center}
.mbtipsbody {position:relative;margin:0 5px 0 5px;width:170px;height:210px;display:inline;float:center;color:#c4c4c4}
.mbtipsbody h3{padding:5px 0;font-size:12px;font-weight:bold; font-family: verdana, sans-serif, arial; margin:0; text-align:center}
.mbtipsbody h3 a:link,.mbtipsbody h3 a:visited{color:#2F97FF;}
.mbtipsbody h3 a:hover{color:#c5c5c5}
.mbtipsbody p{margin:0; padding:0 0;color:#636363;font:10px normal verdana, sans-serif, Arial; text-align:center}
.Fadein3 img {
filter:alpha(opacity=80);
opacity: 0.8;
border:0;
}
.Fadein3:hover img {
filter:alpha(opacity=100);
opacity: 1.0;
border:0;
}

   5. Save it and proceed to the next step.

   6. Go to Design > add a Gadget > HTML/JavaScript and add the following code to it

<div id="mbtipsboxes">
<div style="left: 0px; overflow: hidden; position: relative; visibility: visible; width: 100%; z-index: 2;">
<ul>
<li> <div class="mbtipsbody">
<a class="Fadein3" href="Post 1 URL"> <img height="195" src="Post 1 IMG" width="195" /> </a>
<div class="clear">
</div>
<h3>
<a href="Post 1 URL">Post 1 Title</a></h3>
<p>Post 1 Description</p></div>
</li>
<li> <div class="mbtipsbody">
<a class="Fadein3" href="Post 2 URL"> <img height="195" src="Post 2 IMAGE URL" width="170" /> </a>
<div class="clear">
</div>
<h3>
<a href="Post 2 URL">Post 2 TITLE</a></h3>
<p>Post 2 Description</p></div>
</li>
<li> <div class="mbtipsbody">
<a class="Fadein3" href="Post 3 URL"> <img height="175" src="Post 3 IMAGE URL" width="195" /> </a>
<div class="clear">
</div>
<h3>
<a href="Post 3 URL">Post 3 TITLE</a></h3>
<p>Post 3 Description</p>
</div>
</li>
<li> <div class="mbtipsbody">
<a class="Fadein3" href="Post 4 URL" rel="nofollow"> <img height="100" src="Post 4 IMAGE URL" width="170" /> </a>
<div class="clear">
</div>
<h3>
<a href="Post 4 URL" rel="nofollow">Post 4 TITLE</a></h3>
<p>Post 4 Description</p></div>
</li>
</ul>
</div>
</div>

7. Click save , and you are done.

Customize the CSS

You can do pretty much customization but the basic would be:
  • To change the background simply replace background:#F2F1F1; with your own value.
  • To customize the width of the entire widget just change width:938px; with your own value.

Add your own Featured Posts links

You need to replace these values with your own.
  • Post URL(s) with your own links.
  • Post IMAGE URL(s) with your own image links.
  • Post Title(s) with your own Featured Post Titles.
  • Post Description(s) with your own Featured Posts' Description.

by Wajahat · 0

Change Favicon in Blogger Dynamic Views

Change Favicon in Blogger Dynamic Views

 

blogger dynamic views favicon
Lots of Blogger users are shifting from their current templates to the new dynamic view templates and that not it, the strength is increasing day by day. Previously you learned How to Customize your Dynamic view templates. This tutorial is about how to change the favicon in dynamic views. Its very simple just follow the steps below


Change Favicon in Blogger Dynamic view templates

  1. Go to Blogger.
  2. Click on the Design tab of your Blog (the one having Dynamic Template enabled), your blog will open in template editor rather than the layout page. Copy your blog ID from the link in your address bar, as show below.
http://www.blogger.com/template-editor.g?blogID=0000000000000000000

    3.  Now Paste the Copied blog ID in the link below and visit that using your browser.

http://www.blogger.com/rearrange?blogID=0000000000000000000

   4.  Now you will be able to see the Widgets/Gadgets layout page,  Just below the "Add and Arrange Page Elements" you will find Favicon. Click edit next to the favicon. (shown in the picture below).


   5.  Now configure your favicon. Select an image less than 100 KB and it must be a square image.

   6.  Click save and you are done. Hope you like this tutorial. :)


Note: To change favicon for non dynamic view user
If you wish to share this tutorial (or any other tutorial) on your blog with your reader, you must put a link back to My Blogger Tips or else your blog will be reported to DMCA. You must respect copyrights.

by Wajahat · 0

Hand Drawn social media widget with Feedburner chicklet and subscribe button!

Hand Drawn social media widget with Feedburner chicklet and subscribe button!

I usually love to play around with blogger widgets that I've designed, combine one with another (like I've combined Pro Subscription widget and Hand Drawn Social Media icons' widget here). My most recent widget is the Feedburner Chicklet with subscribe button, by combining it with the hand drawn social media widget it looks very appealing. I mean it really can gather a whole lot of visitors' attention and ultimately would result in boost in subscriptions. It's the perfect subscribe widget for your blogger blog. The installation process is quite easy, no need to edit the HTML of your template


(You can see the Demo here on this blog)

Step 1: Installation Process!

Follow the steps below exactly as mentioned.
  1. Go to Blogger >> Design.
  2. Add a Gadget.
  3. Select HTML/Javascript and paste the code below within that.
<style class="text/css">
table
{
border-bottom: 1px solid #E6E6E6;
float: center;
width: 280px;
margin:10px 0 0 20px;
}
.subicons
{
border-right: 1px solid #E6E6E6;
}
.Fadeout {
filter:alpha(opacity=100);
opacity: 1.0;
border:0;
}
.Fadeout:hover{
filter:alpha(opacity=80);
opacity: 0.8;
border:0;
}
</style>
<div class="table">
<table>
<tr>
<td><div class="subicons"><a class="Fadeout" href="http://www.facebook.com/pages/My-Blogger-Tips/220561111314693" imageanchor="1" target="_blank" rel="nofollow"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhgsZ9n_a8OSuc_KmYGDFdK6z0_KY3RPYI_9caHn__46iplKJBAdKRizbxbzZ8yX6Nc9blVAsMW9ziZWLF4wedaNpXJ-0THCNuPD51D9QAmbk8MHfzcD6FGK2Qz2k9vflXYkjg-mUx_8va/s1600/facebook-48.png" /></a></div></td><td><div class="subicons"><a class="Fadeout" href="http://twitter.com/mybloggertips" imageanchor="1" target="_blank" rel="nofollow"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoxHp6Fwst03Q-FnKxFACb5smdOxYPc8MgNgbFcz6bZ8TvPwQEj74RFBnFSp68_0Rj5rymHECtp3VNc7qpRkXWaYYbTWYivgotp9VBzD7xQMi5H-DvCxuEUhvi13gpa4ZR1761pbjiWMu7/s1600/twitter-48.png" /></a></div></td>
<td><div class="subicons"><a class="Fadeout" href="http://feeds.feedburner.com/mybloggertips" imageanchor="1" target="_blank" rel="nofollow"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-QcPM1cBqJWscl6G7XdF_MrSmaGLgtymF-FBNEUquzPUciJP4dx3fb7YmoFMcILi1quiOEEVEA4m9qiQFilLC1weldsjFjpilbBPn60lKrhf3dIMOaKxdJpsynZdjFt5CfA03GJN4UQjr/s1600/rss-48.png" /></a></div></td>
<td><a class="Fadeout" href="https://plus.google.com/110875602250977569192/posts" imageanchor="1" target="_blank" rel="nofollow"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXPSump8ptgcs2JYih80NtxAss4gnUVlH6ErG2TCkfQYvg94GqgvKGbxkspclGK7c68o6r7OtVXVtp1o6PkQX1UeYGE3n5fwqdaN3fWW-JwRjRW5v2569rCmDRb5TZFcm-lBUxAjzpyv94/s1600/google-48.png" /></a></td>
</tr></table>
</div>

<style>
.rssbuttontable
{
border: 1px solid #E6E6E6;
background: #FFDCB1;
float: center;
width: 270px;
margin-left:10px;
padding: 5px 5px 5px 5px;
border-radius: 5px;
-moz-border-radius: 5px;
height: 35px;
float: left;
display: inline;
margin-top:5px;
margin-bottom:5px;
}
input.Subscriberssbutton
{
background:-moz-linear-gradient(top,#F88017 0%,#FF6600 100%); background:-webkit-gradient(linear,left top,left bottom,from(#F88017),to(#FF6600));
border: 1px solid #FF6600;
text-transform: none;
font:bold 13px arial;
color: #fff;
height: 30px;
padding: 4px 2px 5px 2px;
margin: 0px 0 0x 0px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor:pointer;
display: inline;
}
</style>
<table class="rssbuttontable">
<tr>
<td>
<a rel="nofollow" href="http://feeds.feedburner.com/mybloggertips"><img src="http://feeds.feedburner.com/~fc/mybloggertips?bg=FF6600&amp;fg=444444&amp;anim=1" height="26" width="88" style="border:0" alt="" />
</a>
</td>
<td>
<input value="Subscribe to Get Updates" class="Subscriberssbutton" type="button" onclick="window.open(&#39;http://feedburner.google.com/fb/a/mailverify?uri=mybloggertips&#39;, &#39;popupwindow&#39;, &#39;scrollbars=yes,width=650,height=570&#39;);return true" /></td></tr></table>

   4. Before saving you need to replace some values with your own. Process to next step.

Step 2: Add your Own values!

Replace:
  • http://www.facebook.com/pages/My-Blogger-Tips/220561111314693 with your facebook fanpage. (If you don't have one, create it here)
  • http://twitter.com/mybloggertips with your twitter page.
  • http://feeds.feedburner.com/mybloggertips with your feedburner link.
  • https://plus.google.com/110875602250977569192/posts with your Google + page.
  • mybloggertips (from the lower part of the code above) with your feedburner id. It appears 3 times, change 'em all.
Click save. That's it you are done :).

by Wajahat · 0

How to earn from your blog

How to earn from your blog

So you have a blog but want to maximise your earning potential from it. There are many ways you can earn to blog or earn by blogging. Depending on what type of blog you have and what you are blogging about will factor into how you earn from your blog.
When it comes to making money from your blog there is more than one stream of revenue you can have. Hands down the best solution for a majority of blogs is Google Adsense and affiliate promotion. Adsense covers a vast array of different topics and is contextual so will serve up relevant ads on your site. The other option is promoting affiliate products where you get a commission once a customer from your site buys a product from the affiliate you are promoting.
If you want to earn from your blog the best way to do this is to promote products by placing links on your blog. You first need to join an affiliate network. Once approved you can add links to your site and earn anything up to a hundred dollars promoting products and services. One of the great things about doing this is that you can promote things that are free for your visitors and still get paid. Join now and start earning.

Earn to blog, Blog to earn

Besides these two main options there are a number of other ways on how to (l)earn to blog. The main areas you can earn in are from PPC or pay per click, this is where you earn money every time a visitor clicks on one of your ads. There is also CPA or cost per action, this is where a visitor clicks on the ad and performs an action such as buying a product or service or signing up for a newsletter or some other free action.

by Wajahat · 0

Make Money Online With Your Knowledge

Make Money Online With Your Knowledge -
SBI Provides All the Tools and Training to Succeed

Site Build It!Because I've been running successful online businesses for many years, people always ask me how they can achieve a similar level of success. How can I build a high-traffic website? How can I make money online? What do I have to do to quit my day job? Will you mentor me?
These questions have always frustrated me.
The problem was that I couldn't readily teach people to do what I do, at least not the way I do it. I'm too old school. I've been using the Internet since 1989, and I built my first income-generating website in 1995. Most of the money I've earned in my life has come from my online businesses. But my approach has been virtually unteachable. Believe me -- I've tried. After delivering a few workshops on blogging, it became obvious to me that I couldn't teach this. I was overwhelming people with more info than they could handle. People got excited by the ideas, but they couldn't implement them. In truth there's just way too much hidden complexity in my approach.
Another frustrating element was watching people who were inspired by my articles "How to Make Money From Your Blog," "How to Build a High-Traffic Website," and "10 Reasons You Should Never Get a Job." The first article even clearly states that 99 out of 100 people won't be able to do this, but that didn't stop people from trying to duplicate (or surpass) my results anyway. Nearly all of them gave up within the first six months. We're talking hundreds of people that I know of. Starting a blog is dead simple these days. Creating a highly profitable, high-traffic website from scratch is very, very hard if you've never done it before.

An Unexpected Solution

The reason I'm writing this article is that I finally found a practical solution for people who want to build a successful online business without getting lost in a sea of technical details, using essentially the same business model I used to build StevePavlina.com. I'll explain the details in a moment.
When I started StevePavlina.com, I'd already been running a previous online business full-time for nearly a decade. StevePavlina.com didn't succeed because I was lucky or brilliant. It succeeded because I'd already invested thousands of hours and thousands of dollars in an earlier business. I paid my dues the hard way. The articles I wrote merely scratched the surface of the complex lessons to be learned.
Eventually I gave up trying to teach people how to build an online business. Recently I received two more invitations to do my blogging workshop, and I turned them both down. I'd rather invest my time and energy where I can be more effective.
Late last year I had an interesting phone call with a successful entrepreneur named Ken Evoy. A mutual contact put us in touch, suggesting that we definitely needed to work together. Ken founded an interesting business called Site Build It!, a fascinating service that helps people build income-generating web sites. They provide complete hosting as well as an extensive suite of tools to help you build traffic and generate meaningful income.
Well... Ken and I had such similar business philosophies that our phone call lasted more than 2-1/2 hours. This guy is really passionate about helping people build businesses online, and he found a way to succeed where I could not. Ken realized just as I did that the technological complexity required to build a successful online business is just way too high for most people.
At first he tried to teach people how to do it -- even writing a book on the subject (it sold over 100,000 copies, so he knew what he was doing) -- but he ran into the same frustrating problems I did. No matter how clearly you explain it, it's just really hard for people to grasp the details, so they always screw it up. But instead of trying to teach people how to handle every little technical detail, Ken decided to build a service that would do it for them, automating as much as of the process as humanly possible. Ten years later Ken's vision is a huge success, with thousands of "raving fan" customers who've built real income-generating websites via Site Build It!

Ken is an incredibly hands-on entrepreneur with a rare level of dedication to his customers. He's extremely active in the Site Build It! members-only forums, with more than 4,700 posts of his own. That's way more than I've made in the StevePavlina.com forums, and I thought I was pretty active. Ken makes a tremendous personal effort to help people succeed, and from talking to him myself, I could tell that his interest in people is authentic. Ken isn't alone though -- there are lots of highly active members in their forums who are passionate about helping each other. This definitely isn't a take-your-money-and-run operation.

How to Build a Profitable Online Business

Site Build It! is designed around a simple formula, which they refer to as CTPM. This stands for Content -> Traffic -> Presell -> Monetize.
Content -> Traffic -> Presell -> Monetize
You may recognize that this is precisely the model StevePavlina.com uses. When done correctly this "content is king" approach can generate tons of traffic, in my case millions of page views per month. Preselling is the process of building a relationship with visitors, which essentially means treating visitors like human beings instead of sales targets. People visit this site looking for ideas to improve their lives, so that's what I focus on providing. The final monetization step occurs when people click on ads or buy affiliated products that happen to be of interest to them.
The major limiting step in this formula is building traffic. If you can't build decent traffic, you won't succeed. But the overall formula is sound, and it works if you do it correctly. It just happens to be very difficult for human beings to apply it without screwing it up. The advantage of Site Build It! is that it provides technical solutions to help reduce your chances of making mistakes. Where it cannot provide a technical solution, it provides clear instructions and education to help you succeed.
Even with Site Build It!, there's still no guarantee of success. This isn't a get-rich-quick scheme. It will still take commitment and effort to build a successful online business. But this robust suite of tools will definitely put the odds of success in your favor. You don't have to become a technology expert to earn enough to quit your day job.
The key benefit of Site Build It! is that it provides tools, guidance, and coaching to help you stay focused on the correct actions. This begins with providing easy-to-use research tools to help you figure out what kind of site to create in the first place. A lot of people fail because they create sites that were doomed from the very beginning. It really saddens me when a blogger emails me to say that s/he is still getting no traffic even after writing 100+ articles. I don't like telling people that they made their biggest mistake before the site was even launched by choosing a topic with virtually no demand... or one that's oversaturated with entrenched competition. Site Build It! can help you avoid soul-crushing problems like this.

Why Use Site Build It?

If you already run a successful online business that generates thousands of dollars a month in income for you, you don't necessarily need Site Build It! But if that's your situation, I highly recommend you join their affiliate program, which will give you an extra passive income stream. (To learn more about their affiliate program, scroll to the bottom of this page, or visit their Affiliate Center directly.)
However, if you're new to online business, or if you've tried and failed, or if you're stuck trying to build traffic and generate income, then you should definitely take a look at Site Build It!
With Site Build It! you don't have to build your web pages from scratch using HTML and CSS. They provide point-and-click tools and templates to generate your pages quickly and easily, including images. This allows you to focus on writing your content instead of wrestling with the underlying technology. Of course, if you're already comfortable with tools like Dreamweaver, Photoshop, and Flash, knock yourself out. Site Build It! is compatible with other HTML editors, so you're always free to fall back on your own tools if that's your preference. This gives you maximum flexibility to create the look and feel you want.

All the Tools, Training, and Support You Need to Build Your Own Income-Generating Website

Site Build It! includes an extensive suite of tools to help you build a successful online business every step of the way, including:
  • domain name registration
  • web site hosting
  • point-and-click page creation
  • content management
  • blogging
  • market research
  • traffic stats
  • search engine optimization
  • auto-responders
  • form builder
  • graphic manager
  • customizable templates
  • sitemaps
  • RSS feeds
  • web mail
  • newsletter management
Seriously, this is only a small fraction of the tools they include. Many functions are completely automated, and some tools work for you in the background even when you aren't aware of them. For example, if you update a page on your website, Site Build It! will automatically regenerate your Google and Yahoo sitemaps. If you don't know what a sitemap is, with Site Build It! you don't even need to worry about it. The technology will handle it for you. This means you can focus on creating content instead of worry about getting all the technical details right. Site Build It! will even suggest new topics you should write about to increase your traffic, based on its analysis of your current search traffic patterns.
Site Build It! provides unlimited customer support as well as private discussion forums where thousands of members share tips and advice. I browsed their forums myself and saw a lot of enthusiastic members helping each other. It's an extremely active community with hundreds of thousands of posts. They also have a team of moderators and in-house editorial staff who glean the best pearls from their forums and turn them into articles -- on everything from brainstorming to monetizing.
Their near weekly newsletter keeps you up to date on the current best practices as well as additions and updates to their "Info HQ" knowledge base. They track what's happening in the world of e-business (over 100 feeds, blogs, e-zines), so you don't have to. This makes it easy for you to focus on your business without worrying that you're missing important opportunities.
Site Build It! is basically an all-in-one solution for building a successful online business. They continue to add new tools and refine their existing tools to keep the service state-of-the-art.

Getting Started

I encourage you to look into Site Build It! to see if it makes sense for you. I recommend you start with the Site Build It! home page, watch the 2-1/2 minute video there, and follow whichever links interest you. The 30-minute video tour is a must -- it will really clarify everything for you. The video tour starts out mostly motivational in tone (i.e. benefits of working from home), but later on it dives into the details of how the tools and monetization strategies work, using real web sites as examples. I think you'll find it educational even if you have only a minor interest in making money online.
If what you see arouses your interest, but you're skeptical about what to expect, you'll definitely want to read my step-by-step Site Build It! walkthrough next. I explain exactly what to expect during the first 10 days, from the time you sign up until your new money-making website is online. I wrote this walkthrough myself from scratch -- it wasn't provided by the Site Build It! team. I also offer some additional thoughts about who should consider Site Build It! and who shouldn't.
If you really want to do your homework, I suggest checking out some of the success story videos submitted by their customers as well as their in-depth case studies. If you have any questions about Site Build It!, you can submit them via the questions form, and you'll get an answer from a real Site Build It! owner/user.
Of course Site Build It! comes with a money-back guarantee, so there's no risk to try it for yourself. You can test drive it for 30 days and get a full refund if you don't like it. If you register a domain name through Site Build It!, you can even keep your new domain for free if you later decide to quit. That's a better than money-back guarantee, since you get a free domain name no matter what. Also, if you decide to quit after 30 days, you can get a pro-rated refund for the unused portion of your subscription... and of course still keep your new domain name too.

Take Action

If I hadn't already learned how to build an online business the hard way, I'd use Site Build It! to get there much faster. It would have shaved years off my learning curve if this had been available when I created my first income-generating site back in 1995.
I strongly recommend you use Site Build It! if you want to successfully generate income online. A year from now you'll be very glad you took action on this today, when you're enjoying the benefits of passive income.
  Subscribe to my Feed

by Wajahat · 0

How to Make Money From Your Blog

 How to Make Money From Your Blog

StevePavlina.com was launched on Oct 1st, 2004.  By April 2005 it was averaging $4.12/day in income.  Now it brings in over $200/day $1000/day (updated as of 10/29/06).  I didn’t spend a dime on marketing or promotion.  In fact, I started this site with just $9 to register the domain name, and everything was bootstrapped from there.  Would you like to know how I did it?
This article is seriously long (over 7300 words), but you’re sure to get your money’s worth (hehehe).  I’ll even share some specifics.  If you don’t have time to read it now, feel free to bookmark it or print it out for later.
Do you actually want to monetize your blog?
Some people have strong personal feelings with respect to making money from their blogs.  If you think commercializing your blog is evil, immoral, unethical, uncool, lame, greedy, obnoxious, or anything along those lines, then don’t commercialize it.
If you have mixed feelings about monetizing your blog, then sort out those feelings first.  If you think monetizing your site is wonderful, fine.  If you think it’s evil, fine.  But make up your mind before you seriously consider starting down this path.  If you want to succeed, you must be congruent.  Generating income from your blog is challenging enough — you don’t want to be dealing with self-sabotage at the same time.  It should feel genuinely good to earn income from your blog — you should be driven by a healthy ambition to succeed.  If your blog provides genuine value, you fully deserve to earn income from it.  If, however, you find yourself full of doubts over whether this is the right path for you, you might find this article helpful:  How Selfish Are You?  It’s about balancing your needs with the needs of others.
If you do decide to generate income from your blog, then don’t be shy about it.  If you’re going to put up ads, then really put up ads.  Don’t just stick a puny little ad square in a remote corner somewhere.  If you’re going to request donations, then really request donations.  Don’t put up a barely visible “Donate” link and pray for the best.  If you’re going to sell products, then really sell them.  Create or acquire the best quality products you can, and give your visitors compelling reasons to buy.  If you’re going to do this, then fully commit to it.  Don’t take a half-assed approach.  Either be full-assed or no-assed.
You can reasonably expect that when you begin commercializing a free site, some people will complain, depending on how you do it.  I launched this site in October 2004, and I began putting Google Adsense ads on the site in February 2005.  There were some complaints, but I expected that — it was really no big deal.  Less than 1 in 5,000 visitors actually sent me negative feedback.  Most people who sent feedback were surprisingly supportive.  Most of the complaints died off within a few weeks, and the site began generating income almost immediately, although it was pretty low — a whopping $53 the first month.  If you’d like to see some month-by-month specifics, I posted my 2005 Adsense revenue figures earlier this year.  Adsense is still my single best source of revenue for this site, although it’s certainly not my only source.  More on that later…
Can you make a decent income online?
Yes, absolutely.  At the very least, a high five-figure annual income is certainly an attainable goal for an individual working full-time from home.  I’m making a healthy income from StevePavlina.com, and the site is only 19 months old… barely a toddler.  If you have a day job, it will take longer to generate a livable income, but it can still be done part-time if you’re willing to devote a lot of your spare time to it.  I’ve always done it full-time.
Can most people do it?
No, they can’t.  I hope it doesn’t shock you to see a personal development web site use the dreaded C-word.  But I happen to agree with those who say that 99% of people who try to generate serious income from their blogs will fail.  The tagline for this site is “Personal Development for Smart People.”  And unfortunately (or fortunately, depending on your outlook), smart people are a minority on this planet.  So while most people can’t make a living this way, I would say that most smart people can.  How do you know whether or not you qualify as smart?  Here’s a good rule of thumb:  If you have to ask the question, you aren’t.
If that last paragraph doesn’t flood my inbox with flames, I don’t know what will.  OK, actually I do.
This kind of 99-1 ratio isn’t unique to blogging though.  You’ll see it in any field with relatively low barriers to entry.  What percentage of wannabe actors, musicians, or athletes ever make enough money from their passions to support themselves?  It doesn’t take much effort to start a blog these days — almost anyone can do it.  Talent counts for something, and the talent that matters in blogging is intelligence.  But that just gets you in the door.  You need to specifically apply your intelligence to one particular talent.  And the best words I can think of to describe that particular talent are:  web savvy.
If you are very web savvy, or if you can learn to become very web savvy, then you have an excellent shot of making enough money from your blog to cover all your living expenses… and then some.  But if becoming truly web savvy is more than your gray matter can handle, then I’ll offer this advice:  Don’t quit your day job.
Web savvy
What do I mean by web savvy?  You don’t need to be a programmer, but you need a decent functional understanding of a variety of web technologies.  What technologies are “key” will depend on the nature of your blog and your means of monetization.  But generally speaking I’d list these elements as significant:
  • blog publishing software
  • HTML/CSS
  • blog comments (and comment spam)
  • RSS/syndication
  • feed aggregators
  • pings
  • trackbacks
  • full vs. partial feeds
  • blog carnivals (for kick-starting your blog’s traffic)
  • search engines
  • search engine optimization (SEO)
  • page rank
  • social bookmarking
  • tagging
  • contextual advertising
  • affiliate programs
  • traffic statistics
  • email
Optional:  podcasting, instant messaging, PHP or other web scripting languages.
I’m sure I missed a few due to familiarity blindness.  If scanning such a list makes your head spin, I wouldn’t recommend trying to make a full-time living from blogging just yet.  Certainly you can still blog, but you’ll be at a serious disadvantage compared to someone who’s more web savvy, so don’t expect to achieve stellar results until you expand your knowledge base.
If you want to sell downloadable products such as ebooks, then you can add e-commerce, SSL, digital delivery, fraud prevention, and online databases to the list.  Again, you don’t need to be a programmer; you just need a basic understanding of these technologies.  Even if you hire someone else to handle the low-level implementation, it’s important to know what you’re getting into.  You need to be able to trust your strategic decisions, and you won’t be able to do that if you’re a General who doesn’t know what a gun is.
A lack of understanding is a major cause of failure in the realm of online income generation.  For example, if you’re clueless about search engine optimization (SEO), you’ll probably cripple your search engine rankings compared to someone who understands SEO well.  But you can’t consider each technology in isolation.  You need to understand the connections and trade-offs between them.  Monetizing a blog is a balancing act.  You may need to balance the needs of yourself, your visitors, search engines, those who link to you, social bookmarking sites, advertisers, affiliate programs, and others.  Seemingly minor decisions like what to title a web page are significant.  In coming up with the title of this article, I have to take all of these potential viewers into consideration.  I want a title that is attractive to human visitors, drives reasonable search engine traffic, yields relevant contextual ads, fits the theme of the site, and encourages linking and social bookmarking.  And most importantly I want each article to provide genuine value to my visitors.  I do my best to create titles for my articles that balance these various needs.  Often that means abandoning cutesy or clever titles in favor of direct and comprehensible ones.  It’s little skills like these that help drive sustainable traffic growth month after month.  Missing out on just this one skill is enough to cripple your traffic.  And there are dozens of these types of skills that require web savvy to understand, respect, and apply.
This sort of knowledge is what separates the 1% from the 99%.  Both groups may work just as hard, but the 1% is getting much better results for their efforts.  It normally doesn’t take me more than 60 seconds to title an article, but a lot of experience goes into those 60 seconds.  You really just have to learn these ideas once; after that you can apply them routinely.
Whenever you come across a significant web technology you don’t understand, look it up on Google or Wikipedia, and dive into it long enough to acquire a basic understanding of it.  To make money from blogging it’s important to be something of a jack of all trades.  Maybe you’ve heard the expression, “A jack of all trades is a master of none.”  That may be true, but you don’t need to master any of these technologies — you just have to be good enough to use them.  It’s the difference between being able to drive a car vs. becoming an auto mechanic.  Strive to achieve functional knowledge, and then move on to something else.  Even though I’m an experienced programmer, I don’t know how many web technologies actually work.  I don’t really care.  I can still use them to generate results.  In the time it would take me to fully understand one new technology, I can achieve sufficient functional knowledge to apply several of them.
Thriving on change
Your greatest risk isn’t that you’ll make mistakes that will cost you.  Your greatest risk is that you’ll miss opportunities.  You need an entrepreneurial mindset, not an employee mindset.  Don’t be too concerned with the risk of loss — be more concerned with the risk of missed gains.  It’s what you don’t know and what you don’t do that will hurt you the worst.  Blogging is cheap.  Your expenses and financial risk should be minimal.  Your real concern should be missing opportunities that would have made you money very easily.  You need to develop antennae that can listen out for new opportunities.  I highly recommend subscribing to Darren Rowse’s Problogger blog — Darren is great at uncovering new income-generating opportunities for bloggers.
The blogosphere changes rapidly, and change creates opportunity.  It takes some brains to decipher these opportunities and to take advantage of them before they disappear.  If you hesitate to capitalize on something new and exciting, you may simply miss out.  Many opportunities are temporary.  And every day you don’t implement them, you’re losing money you could have earned.  And you’re also missing opportunities to build traffic, grow your audience, and benefit more people.
I used to get annoyed by the rapid rate of change of web technologies.  It’s even more rapid than what I saw when I worked in the computer gaming industry.  And the rate of change is accelerating.  Almost every week now I learn about some fascinating new web service or idea that could potentially lead to big changes down the road.  Making sense of them is a full-time job in itself.  But I learned to love this insane pace.  If I’m confused then everyone else is probably confused too.  And people who only do this part-time will be very confused.  If they aren’t confused, then they aren’t keeping up.  So if I can be just a little bit faster and understand these technologies just a little bit sooner, then I can capitalize on some serious opportunities before the barriers to entry become too high.  Even though confusion is uncomfortable, it’s really a good thing for a web entrepreneur.  This is what creates the space for a college student to earn $1,000,000 online in just a few months with a clever idea.  Remember this isn’t a zero-sum game.  Don’t let someone else’s success make you feel diminished or jealous.  Let it inspire you instead.
What’s your overall income-generation strategy?
I don’t want to insult anyone, but most people are utterly clueless when it comes to generating income from their blogs.  They slap things together haphazardly with no rhyme or reason and hope to generate lots of money.  While I’m a strong advocate of the ready-fire-aim approach, that strategy does require that you eventually aim.  Ready-fire-fire-fire-fire will just create a mess.
Take a moment to articulate a basic income-generating strategy for your site.  If you aren’t good at strategy, then just come up with a general philosophy for how you’re going to generate income.  You don’t need a full business plan, just a description of how you plan to get from $0 per month to whatever your income goal is.  An initial target goal I used when I first started this site was $3000 per month.  It’s a somewhat arbitrary figure, but I knew if I could reach $3000 per month, I could certainly push it higher, and $3000 is enough income that it’s going to make a meaningful difference in my finances.  I reached that level 15 months after launching the site (in December 2005).  And since then it’s continued to increase nicely.  Blogging income is actually quite easy to maintain.  It’s a lot more secure than a regular job.  No one can fire me, and if one source of income dries up, I can always add new ones.  We’ll address multiple streams of income soon…
Are you going to generate income from advertising, affiliate commissions, product sales, donations, or something else?  Maybe you want a combination of these things.  However you decide to generate income, put your basic strategy down in writing.  I took 15 minutes to create a half-page summary of my monetization strategy.  I only update it about once a year and review it once a month.  This isn’t difficult, but it helps me stay focused on where I’m headed.  It also allows me to say no to opportunities that are inconsistent with my plan.
Refer to your monetization strategy (or philosophy) when you need to make design decisions for your web site.  Although you may have multiple streams of income, decide which type of income will be your primary source, and design your site around that.  Do you need to funnel people towards an order form, or will you place ads all over the site?  Different monetization strategies suggest different design approaches.  Think about what specific action you want your visitors to eventually take that will generate income for you, and design your site accordingly.
When devising your income strategy, feel free to cheat.  Don’t re-invent the wheel.  Copy someone else’s strategy that you’re convinced would work for you too.  Do NOT copy anyone’s content or site layout (that’s copyright infringement), but take note of how they’re making money.  I decided to monetize this site with advertising and affiliate income after researching how various successful bloggers generated income.  Later I added donations as well.  This is an effective combo.
Traffic, traffic, traffic
Assuming you feel qualified to take on the challenge of generating income from blogging (and I haven’t scared you away yet), the three most important things you need to monetize your blog are traffic, traffic, and traffic.
Just to throw out some figures, last month (April 2006), this site received over 1.1 million visitors and over 2.4 million page views.  That’s almost triple what it was just six months ago.
Why is traffic so important?  Because for most methods of online income generation, your income is a function of traffic.  If you double your traffic, you’ll probably double your income (assuming your visitor demographics remain fairly consistent).  You can screw almost everything else up, but if you can generate serious traffic, it’s really hard to fail.  With sufficient traffic the realistic worst case is that you’ll eventually be able to monetize your web site via trial and error (as long as you keep those visitors coming).
When I first launched this blog, I knew that traffic building was going to be my biggest challenge.  All of my plans hinged on my ability to build traffic.  If I couldn’t build traffic, it was going to be very difficult to succeed.  So I didn’t even try to monetize my site for the first several months.  I just focused on traffic building.  Even after 19 months, traffic building is still the most important part of my monetization plan.  For my current traffic levels, I know I’m undermonetizing my site, but that’s OK.  Right now it’s more important to me to keep growing the site, and I’m optimizing the income generation as I go along.
Traffic is the primary fuel of online income generation.  More visitors means more ad clicks, more product sales, more affiliate sales, more donations, more consulting leads, and more of whatever else that generates income for you.  And it also means you’re helping more and more people.
With respect to traffic, you should know that in many respects, the rich do get richer.  High traffic leads to even more traffic-building opportunities that just aren’t accessible for low-traffic sites.  On average at least 20 bloggers add new links to my site every day, my articles can easily surge to the top of social bookmarking sites like del.icio.us, and I’m getting more frequent requests for radio interviews.  Earlier this year I was featured in USA Today and in Self Magazine, which collectively have millions of readers.  Journalists are finding me by doing Google searches on topics I’ve written about.  These opportunities were not available to me when I was first starting out.  Popular sites have a serious advantage.  The more traffic you have, the more you can attract.
If you’re intelligent and web savvy, you should also be able to eventually build a high-traffic web site.  And you’ll be able to leverage that traffic to build even more traffic.
How to build traffic
Now if traffic is so crucial, how do you build it up to significant levels if you’re starting from rock bottom?
I’ve already written a lengthy article on this topic, so I’ll refer you there:  How to Build a High Traffic Web Site (or Blog).  If you don’t have time to read it now, feel free to bookmark it or print it out for later.  That article covers my general philosophy of traffic-building, which centers on creating content that provides genuine value to your visitors.  No games or gimmicks.
There is one other important traffic-building tip I’ll provide here though.
Blog Carnivals.  Take full advantage of blog carnivals when you’re just starting out (click the previous link and read the FAQ there to learn what carnivals are if you don’t already know).  Periodically submit your best blog posts to the appropriate carnivals for your niche.  Carnivals are easy ways to get links and traffic, and best of all, they’re free.  Submitting only takes minutes if you use a multi-carnvival submission form.  Do NOT spam the carnivals with irrelevant material — only submit to the carnivals that are a match for your content.
In my early traffic-building days, I’d do carnivals submissions once a week, and it helped a great deal in going from nothing to about 50,000 visitors per month.  You still have to produce great content, but carnivals give you a free shot at marketing your unknown blog.  Free marketing is precisely the kind of opportunity you don’t want to miss.  Carnivals are like an open-mic night at a comedy club — they give amateurs a chance to show off their stuff.  I still submit to certain carnivals every once in a while, but now my traffic is so high that relatively speaking, they don’t make much difference anymore.  Just to increase my traffic by 1% in a month, I need 11,000 new visitors, and even the best carnivals don’t push that much traffic.  But you can pick up dozens or even hundreds of new subscribers from each round of carnival submissions, so it’s a great place to start.  Plus it’s very easy.
If your traffic isn’t growing month after month, does it mean you’re doing something wrong?  Most likely you aren’t doing enough things right.  Again, making mistakes is not the issue.  Missing opportunities is.
Will putting ads on your site hurt your traffic?
Here’s a common fear I hear from people who are considering monetizing their web sites:
Putting ads on my site will cripple my traffic.  The ads will drive people away, and they’ll never come back.
Well, in my experience this is absolutely, positively, and otherwise completely and totally… FALSE.  It’s just not true.  Guess what happened to my traffic when I put ads on my site.  Nothing.  Guess what happened to my traffic when I put up more ads and donation links.  Nothing.  I could detect no net effect on my traffic whatsoever.  Traffic continued increasing at the same rate it did before there were ads on my site.  In fact, it might have even helped me a little, since some bloggers actually linked to my site just to point out that they didn’t like my ad layout.  I’ll leave it up to you to form your own theories about this.  It’s probably because there’s so much advertising online already that even though some people will complain when a free site puts up ads, if they value the content, they’ll still come back, regardless of what they say publicly.
Most mature people understand it’s reasonable for a blogger to earn income from his/her work.  I think I’m lucky in that my audience tends to be very mature — immature people generally aren’t interested in personal development.  To create an article like this takes serious effort, not to mention the hard-earned experience that’s required to write it.  This article alone took me over 15 hours of writing and editing.  I think it’s perfectly reasonable to earn an income from such work.  If you get no value from it, you don’t pay anything.  What could be more fair than that?  The more income this blog generates, the more I can put into it.  For example, I used some of the income to buy podcasting equipment and added a podcast to the site.  I’ve recorded 13 episodes so far.  The podcasts are all ad-free.  I’m also planning to add some additional services to this site in the years ahead.  More income = better service.
At the time of this writing, my site is very ad-heavy.  Some people point this out to me as if I’m not aware of it:  “You know, Steve.  Your web site seems to contain an awful lot of ads.”  Of course I’m aware of it.  I’m the one who put the ads there.  There’s a reason I have this configuration of ads.  They’re effective!  People keep clicking on them.  If they weren’t effective, I’d remove them right away and try something else.
I do avoid putting up ads that I personally find annoying when I see them on other sites, including pop-ups and interstitials (stuff that flies across your screen).  Even though they’d make me more money, in my opinion they degrade the visitor experience too much.
I also provide two ad-free outlets, so if you really don’t like ads, you can actually read my content without ads.  First, I provide a full-text RSS feed, and at least for now it’s ad-free.  I do, however, include a donation request in the bottom of my feeds.
If you want to see some actual traffic data, take a look at the 2005 traffic growth chart.  I first put ads on the site in February 2005, and although the chart doesn’t cover pre-February traffic growth, the growth rate was very similar before then.  For an independent source, you can also look at my traffic chart on Alexa.  You can select different Range options to go further back in time.
Multiple streams of income
You don’t need to put all your eggs in one basket.  Think multiple streams of income.  On this site I actually have six different streams of income.  Can you count them all?  Here’s a list:
  1. Google Adsense ads (pay per click and pay per impression advertising)
  2. Donations (via PayPal or snail mail — yes, some people do mail a check)
  3. Text Link Ads (sold for a fixed amount per month)
  4. Chitika eMiniMalls ads (pay per click)
  5. Affiliate programs like Amazon and LinkShare (commission on products sold, mostly books)
  6. Advertising sold to individual advertisers (three-month campaigns or longer)
Note:  If you’re reading this article a while after its original publication date, then this list is likely to change.  I frequently experiment with different streams.
Adsense is my biggest single source of income, but some of the others do pretty well too.  Every stream generates more than $100/month.
My second biggest income stream is actually donations.  My average donation is about $10, and I’ve received a number of $100 donations too.  It only took me about an hour to set this up via PayPal.  So even if your content is free like mine, give your visitors a means to voluntarily contribute if they wish.  It’s win-win.  I’m very grateful for the visitor support.  It’s a nice form of feedback too, since I notice that certain articles produced a surge in donations — this tells me I’m hitting the mark and giving people genuine value.
These aren’t my only streams of income though.  I’ve been earning income online since 1995.  With my computer games business, I have direct sales, royalty income, some advertising income, affiliate income, and donations (from the free articles).  And if you throw in my wife’s streams of income, it gets really ridiculous:  advertising, direct book sales, book sales through distributors, web consulting, affiliate income, more Adsense income, and probably a few sources I forgot.  Suffice it to say we receive a lot of paychecks.  Some of them are small, but they add up.  It’s also extremely low risk — if one source of income dries up, we just expand existing sources or create new ones.  I encourage you to think of your blog as a potential outlet for multiple streams of income too.
Text Link AdsAutomated income
With the exception of #6, all of these income sources are fully automated.  I don’t have to do anything to maintain them except deposit checks, and in most cases I don’t even have to do that because the money is automatically deposited to my bank account.
I love automated income.  With this blog I currently have no sales, no employees, no products, no inventory, no credit card processing, no fraud, and no customers.  And yet I’m still able to generate a reasonable (and growing) income.
Why get a regular job and trade your time for money when you can let technology do all that work for you?  Imagine how it would feel to wake up each morning, go to your computer, and check how much money you made while you were sleeping.  It’s a really nice situation to be in.
Blogging software and hardware
I use WordPress for this blog, and I highly recommend it.  Wordpress has lots of features and a solid interface.  And you can’t beat its price — free.
The rest of this site is custom-coded HTML, CSS, PHP, and MySQL.  I’m a programmer, so I coded it all myself.  I could have just as easily used an existing template, but I wanted a simple straightforward design for this site, and I wanted the look of the blog to match the rest of the site.  Plus I use PHP and MySQL to do some creative things outside the blog, like the Million Dollar Experiment.
I don’t recommend using a hosted service like Blogger if you want to seriously monetize your blog.  You don’t get enough control.  If you don’t have your own URL, you’re tying yourself to a service you don’t own and building up someone else’s asset.  You want to build page rank and links for your own URL, not someone else’s.  Plus you want sufficient control over the layout and design of your site, so you can jump on any opportunities that require low-level changes.  If you use a hosted blog, you’re at the mercy of the hosting service, and that puts the future of any income streams you create with them at risk.  It’s a bit more work up front to self-host, but it’s less risky in the long run.
Web hosting is cheap, and there are plenty of good hosts to choose from.  I recommend Pair.com for a starter hosting account.  They aren’t the cheapest, but they’re very reliable and have decent support.  I know many online businesses that host with them, and my wife refers most of her clients there.
As your traffic grows you may need to upgrade to a dedicated server or a virtual private server (VPS).  This web site is hosted by ServInt.  I’ve hosted this site with them since day one, and they’ve been a truly awesome host.  What I like most about them is that they have a smooth upgrade path as my traffic keeps growing.  I’ve gone through several upgrades with them already, and all have been seamless.  The nice thing about having your own server is that you can put as many sites on it as the server can handle.  I have several sites running on my server, and it doesn’t cost me any additional hosting fees to add another site.
Comments or no comments
When I began this blog, I started out with comments enabled.  As traffic grew, so did the level of commenting.  Some days there were more than 100 comments.  I noticed I was spending more and more time managing comments, and I began to question whether it was worth the effort.  It became clear that with continued traffic growth, I was going to have to change my approach or die in comment hell.  The personal development topics I write about can easily generate lots of questions and discussion.  Just imagine how many follow-up questions an article like this could generate.  With tens of thousands of readers, it would be insane.  Also, nuking comment spam was chewing up more and more of my time as well.
But after looking through my stats, I soon realized that only a tiny fraction of visitors ever look at comments at all, and an even smaller fraction ever post a comment (well below 1% of total visitors).  That made my decision a lot easier, and in October 2005, I turned blog comments off.  In retrospect that was one of my best decisions.  I wish I had done it sooner.
If you’d like to read the full details of how I came to this decision, I’ve written about it previously:  Blog Comments and More on Blog Comments.
Do you need comments to build traffic?  Obviously not.  Just like when I put up ads, I saw no decline in traffic when I turned off comments.  In fact, I think it actually helped me.  Although I turned off comments, I kept trackbacks enabled, so I started getting more trackbacks.  If people wanted to publicly comment on something I’d written, they had to do so on their own blogs and post a link.  So turning off comments didn’t kill the discussion — it just took it off site.  The volume of trackbacks is far more reasonable, and I can easily keep up with it.  I even pop onto other people’s sites and post comments now and then, but I don’t feel obligated to participate because the discussion isn’t on my own site.
I realize people have very strong feelings about blog comments and community building.  Many people hold the opinion that a blog without comments just isn’t a blog.  Personally I think that’s utter nonsense — the data just doesn’t support it.  The vast majority of blog readers neither read nor post comments.  Only a very tiny and very vocal group even care about comments.  Some bloggers say that having comments helps build traffic, but I saw no evidence of that.  In fact, I think it’s just the opposite.  Managing comments detracts from writing new posts, and it’s far better to get a trackback and a link from someone else’s blog vs. a comment on your own blog.  As long-term readers of my blog know, when faced with ambiguity, my preference is to try both alternatives and compare real results with real results.  After doing that my conclusion is this:  No comment.  :)
Now if you want to support comments for non-traffic-building reasons like socializing or making new contacts, I say go for it.  Just don’t assume that comments are necessary or even helpful in building traffic unless you directly test this assumption yourself.
Build a complete web site, not just a blog
Don’t limit your web site to just a blog.  Feel free to build it out.  Although most of my traffic goes straight to this blog, there’s a whole site built around it.  For example, the home page of this site presents an overview of all the sections of the site, including the blog, article section, audio content, etc.  A lot of people still don’t know what a blog is, so if your whole site is your blog, those people may be a little confused.
Testing and optimization
In the beginning you won’t know which potential streams of income will work best for you.  So try everything that’s reasonable for you.  If you learn about a new potential income stream, test it for a month or two, and measure the results for yourself.  Feel free to cut streams that just aren’t working for you, and put more effort into optimizing those streams that show real promise.
A few months ago, I signed up for an account with Text Link Ads.  It took about 20 minutes.  They sell small text ads on my site, split the revenue with me 50-50, and deposit my earnings directly into my PayPal account.  This month I’ll make around $600 from them, possibly more if they sell some new ads during the month.  And it’s totally passive.  If I never tried this, I’d miss out on this easy extra income.
For many months I’ve been tweaking the Adsense ads on this site.  I tried different colors, sizes, layouts, etc.  I continue to experiment now and then, but I have a hard time beating the current layout.  It works very well for me.  Adsense doesn’t allow publishers to reveal specific CPM and CTR data, but mine are definitely above par.  They started out in the gutter though.  You can easily double or triple your Adsense revenue by converting a poor layout into a better one.  This is the main reason why during my first year of income, my traffic grew at 20% per month, but my income grew at 50% per month.  Frequent testing and optimization had a major positive impact.  Many of my tests failed, and some even made my income go down, but I’m glad I did all that testing.  If I didn’t then my Adsense income would only be a fraction of what it is now.
It’s cheap to experiment.  Every new advertising or affiliate service I’ve tried so far has been free to sign up.  Often I can add a new income stream in less than an hour and then wait a month to see how it does.  If it flops then at least I learned something.  If it does well, wonderful.  As a blogger who wants to generate income, you should always be experimenting with new income streams.  If you haven’t tried anything new in six months, you’re almost certainly missing some golden opportunities.  Every blog is different, so you need to test things for yourself to see what works for you.  Failure is impossible here — you either succeed, or you learn something.
Pick your niche, but make sure it isn’t too small
Pick a niche for your blog where you have some significant expertise, but make sure it’s a big enough niche that you can build significant traffic.  My wife runs a popular vegan web site.  She does pretty well within her niche, but it’s just not a very big niche.  On the other hand, my topic of personal development has much broader appeal.  Potentially anyone can be interested in improving themselves, and I have the flexibility to write about topics like productivity, self-discipline, relationships, spirituality, health, and more.  It’s all relevant to personal development.
Pick a niche that you’re passionate about.  I’ve written 400+ articles so far, and I still feel like I’m just getting started.  I’m not feeling burnt out at all.  I chose to build a personal development site because I’m very knowledgeable, experienced, and passionate about this subject.  I couldn’t imagine a better topic for me to write about.
Don’t pick a niche just because you think it will make you money.  I see many bloggers try to do that, and it’s almost invariably a recipe for failure.  Think about what you love most, and then find a way to make your topic appealing to a massive global audience.  Consider what will provide genuine value to your visitors.  It’s all about what you can give.
A broad enough topic creates more potential advertising partners.  If I keep writing on the same subtopic over and over, I may exhaust the supply of advertisers and hit an income ceiling.  But by writing on many different topics under the same umbrella, I widen the field of potential advertisers.  And I expand the appeal of my site at the same time.
Make it clear to your visitors what your blog/site is about.  Often I visit a blog with a clever title and tagline that reveals nothing about the site’s contents.  In that case I generally assume it’s just a personal journal and move on.  I love to be clever too, but I’ve found that clarity yields better results than cleverness.
Posting frequency and length
Bloggers have different opinions about the right posting length and frequency.  Some bloggers say it’s best to write short (250-750 word) entries and post 20x per week or more.  I’ve seen that strategy work for some, but I decided to do pretty much the opposite.  I usually aim for about 3-5 posts per week, but my posts are much longer (typically 1000-2000 words, sometimes longer than 5000 words, including the monster you’re reading right now).  That’s because rather than throwing out lots of short tips, I prefer to write more exhaustive, in-depth articles.  I find that deeper articles are better at generating links and referrals and building traffic.  It’s true that fewer people will take the time to read them, but those that do will enjoy some serious take-away value.  I don’t believe in creating disposable content just to increase page views and ad impressions.  If I’m not truly helping my visitors, I’m wasting their time.
Expenses
Blogging is dirt cheap.
I don’t spend money on advertising or promotion, so my marketing expenses are nil.  Essentially my content is my marketing.  If you like this article, you’ll probably find many more gems in the archives.
My only real expenses for this site are the hosting (I currently pay $149/month for the web server and bandwidth) and the domain name renewal ($9/year).  Nearly all of the income this site generates is profit.  This trickles down to my personal income, so of course it’s subject to income tax.  But the actual business expenses are minimal.
The reason I pay so much for hosting is simply due to my traffic.  If my traffic were much lower, I could run this site on a cheap shared hosting account.  A database-driven blog can be a real resource hog at high traffic levels.  The same goes for online forums.  As traffic continues to increase, my hosting bill will go up too, but it will still be a tiny fraction of total income.
Perks
Depending on the nature of your blog, you may be able to enjoy some nice perks as your traffic grows.  Almost every week I get free personal development books in the mail (for potential review on this site).  Sometimes the author will send it directly; other times the publisher will ship me a batch of books.  I also receive CDs, DVDs, and other personal development products.  It’s hard to keep up sometimes (I have a queue of about two dozen books right now), but I am a voracious consumer of such products, so I do plow through them as fast as I can.  When something strikes me as worthy of mention, I do indeed write up a review to share it with my visitors.  I have very high standards though, so I review less than 10% of what I receive.  I’ve read over 700 books in this field and listened to dozens of audio programs, so I’m pretty good at filtering out the fluff.  As I’m sure you can imagine, there’s a great deal of self-help fluff out there.
My criteria for reviewing a product on this site is that it has to be original, compelling, and profound.  If it doesn’t meet these criteria, I don’t review it, even if there’s a generous affiliate program.  I’m not going to risk abusing my relationship with my visitors just to make a quick buck.  Making money is not my main motivation for running this site.  My main motivation is to grow and to help others grow, so that always comes first.
Your blog can also gain you access to certain events.  A high-traffic blog becomes a potential media outlet, so you can actually think of yourself as a member of the press, which indeed you are.  In a few days, my wife and I will be attending a three-day seminar via a free press pass.  The regular price for these tickets is $500 per person.  I’ll be posting a full review of the seminar next week.  I’ve been to this particular seminar in 2004, so I already have high expectations for it.  Dr. Wayne Dyer will be the keynote speaker.
I’m also using the popularity of this blog to set up interviews with people I’ve always wanted to learn more about.  This is beautifully win-win because it creates value for me, my audience, and the person being interviewed.  Recently I posted an exclusive interview with multi-millionaire Marc Allen as well as a review of his latest book, and I’m lining up other interviews as well.  It isn’t hard to convince someone to do an interview in exchange for so much free exposure.
Motivation
I don’t think you’ll get very far if money is your #1 motivation for blogging.  You have to be driven by something much deeper.  Money is just frosting.  It’s the cake underneath that matters.  My cake is that I absolutely love personal development – not the phony “fast and easy” junk you see on infomercials, but real growth that makes us better human beings.  That’s my passion.  Pouring money on top of it just adds more fuel to the fire, but the fire is still there with or without the money.
What’s your passion?  What would you blog about if you were already set for life?
Blogging lifestyle
Perhaps the best part of generating income from blogging is the freedom it brings.  I work from home and set my own hours.  I write whenever I’m inspired to write (which for me is quite often).  Plus I get to spend my time doing what I love most — working on personal growth and helping others do the same.  There’s nothing I’d rather do than this.
Perhaps it’s true that 99 out of 100 people can’t make a decent living from blogging yet.  But maybe you’re among the 1 in 100 who can.
On the other hand, I can offer you a good alternative to recommend if you don’t have the technical skills to build a high-traffic, income-generating blog.

Subscribe to my Feed

by Wajahat · 0

Contact US


by Wajahat · 0

Place Your Ad Here- Get more traffic to your site!

Place Your Ad Here

Get more traffic to your site!

If you'd like to get more traffic coming to your Web site, the best thing to do is to advertise. You can advertise on this Web site for as little as $1 per month with a text link (170 px by 17 px), $5 per month with a small ad (125 px by 125 px), or a total of $30 for a banner ad (468 px by 60 px) when you purchase three months in advance. Or you can pay $1 per month for a text link, $2 per month for a small text ad in a prominent spot like the ones on the far left, or create a banner ad for $12 per month. You get exposure to more than 12,000 visitors per month on more than 60 Web pages. And this site is growing and becoming more popular by the month, so an investment now means that traffic to your site will expand as time goes on.
Rates:
Ad Spot
Size
Price 1 Month
Price 3 Months.
Text Link 170 px by 17 px US$1 US$2
Small Ad 125 px by 125 px US$5 US$12
Full Banner 468 px by 60 px US$12 US$30

Ads are site-wide, which is currently more than 60 pages, each one full of great content that attracts many visitors daily, because it's all free and written by experts in their fields.
This domain and its subdomains have Google Page Ranks of 3 and 4, which is higher than the average Page Rank of 2, so you're not buying an ad spot on an unheard of domain.  We've been on the Internet for more than three years, providing plenty of free information and tools to visitors, and we've built up more than 8,000 links to this Web site in the past three years.
You can easily pay for your ad using PayPal, Alertpay, check or money order.
Contact us to place your ad today!
Don't forget that repeat customers get 10% off their next ad purchase!

Note : We place your ad on not only this site we place your Ad on our many sites. Thanks

by Wajahat · 0

Sponsored by FAQ Blogger Tricks, Designed By: V-Jay