Saturday, June 26, 2010

For Blogger: Create a Dropdown Box for Categories and Archives

When your Category (Labels) list gets long in Blogger and takes up most of your sidebar, you may want to convert it to a dropdown box. Believe it or not, this is much to do in Blogger than in Typepad.


For Categories

* From the Dashboard, go to Layout.
* Go to Edit HTML.
* Find this line:
<b:widget id="Label1" locked="false" title="Labels" type="Label"></b:widget>
* Then replace with this code:
<b:widget id="Label1" locked="false" title="Categories" type="Label">
<b:includable id="main">
<b:if cond="data:title">
</b:if></b:includable></b:widget>
<h2>
<data:title></data:title></h2>
<div class="widget-content">
<select onchange="location=this.options[this.selectedIndex].value;" style="width: 180px;">     <option>Select a Category Here</option>          <option expr:value="data:label.url">     ()     </option>          </select></div>

* And Save
* You're done.

For Archives

* From the Dashboard, go to Layout.
* Then Page Elements.
* Find the Archives gadget and click Edit.
* There in the options, to the right of Style you can choose Dropdown Menu.
* Save changes.

You're done.
(Source:www.blogsbyheather.com )

Friday, June 25, 2010

Add Google Translation Widget to your Blog

Add Google Translation Widget to your Blog/Website
Adding a translation widget to your blog or website enables the visitors from different parts of the world to read your articles or posts in their respective languages. Further, having a language translator tool makes your site more user-friendly and bring additional readers and fans to your site!

How to Add Google Translation Widget to your Blog/Website:

No lengthy steps, just add the following widget code to your template layout.
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>
Screenshot of this Widget:
Add Google Translation Widget to your Blog/Website

Blogger Blog users:


Go to Blogger Layout page – click Add a Gadget – select HTML/Javascript – then paste the above code and click Save.
(Source:www.tipsblogger.com)

Wednesday, June 23, 2010

Adding meta tags to blogger(blogspot) blogs,websites-SEO

If you don't know what meta tags are, and what is the importance of adding meta tags, here is the detailed description on how to add them to your blogger(blogspot) blogs or any website.

Do you know adding meta tags is so important if you want to get more traffic from search engines like google,yahoo,msn,etc,especially the meta description is the most important one.

If you don't know what meta tags are,Meta tags are the tags which describes your site and tells the search engines what your site is all about.Adding meta tags is an important factor in SEO.(Search Engine Optimisation).Meta tags allows search engines to index your web pages more accurately. In other words,Meta tags communicate with the search engines and tells more information about your site and make it index correctly and accurately.
Here is an example.This is what I got when I typed 'Kranthi tips' in the Google Search Engine.


adding meta tags to blogger
As you can observe.'Tips and tricks............' is the meta tags description which I added to my site.
We have to add two meta tags to the head section of the template.One is the Meta description which describes your site and another one is Meta Keywords which tells about your site keywords(what your site is all about)
Here is how to add meta tags to your blogger(blogspot) blog:
1.Sign in to your blogger dashboard>click the 'layout' button[see the screenshot below]
click on the 'layout' link
2.Click on the 'Edit html' tab
click on the 'edit html' tab
Here is the code you have to add

DESCRIPTION HERE:Write your blog description
KEYWORDS:Write the keywords of your blog
AUTHOR NAME:Write the author's name(Your name)


{ UPDATE : }
Now..You don't need to do it manually.. I created an automatic Meta Tags Generator to make this process easy for you!
Just go to this page and Enter some basic information like keywords,description,etc.. It will automatically generate you error free, effective Meta tags. Once done, copy that code and follow the next step.

3.Add the above code just after this [Look at the below screenshot]


add the code just like this
Don't forget to add description and keywords.
and save the changes.


IMPORTANT:
Several people were filling with just the keywords in the description.DON'T DO THAT.Google and other search engines will ban your site from the search engines list if you did so.And also,don't repeat the keyword more than 3 times.
That's it!You have sucessfully added the metatags to your blogger(blogpsot) blog.If you want to check whether you added the meta tags correctly or not,just type 'meta tags analyzer tool' in the google and you will find so many sites which can check whether you have added the tags correctly or not.

Tuesday, June 22, 2010

Adding FaceBook Share button for blogger posts.




Adding FaceBook Share button for blogger posts.


A lot of my friends and visitors asked my about how to add share on facebook button in blogger (blogspot),
And this question repeated many times specially after I posted a tutorial about How To Add Retweet Button To Blogger (Blogspot ).
Today we’ll learn how to do it in a very easy way.
About The Widget.
This is the official facebook sharing button and here are it’s features.
  • 2 Styles. Button Or Link
  • With / without Counter.
Step 1. Get Your Code.
Go to this page click here,
And make your button ( customize it ). there are some easy options and you can check the preview button to see your button.
See the following image to see the button different styles.
Adding FaceBook Share button for blogger posts.
After Finish you button customization, please copy your button code and go to the next step.
Step 1. Add It To Your Blogger Blog.
Log into your blogger account, and go to Layout >> Edit Html.
Before doing any thing you must check Expand Widget Templates box.
And find the next Code
<div class='post-header-line-1'/> 
And after it, paste your button code we made the button it in step 1
What, If you didn’t find the code above in your template, The try to find the following,
<data:post.body/>

And paste the button code Before it.
(Source:www.allblogtools.com)

Monday, June 21, 2010

How to change the blogger icon?

Favicon is abbreviation for website icon. If you have not done anything to your blog template, the address bar of your blog may look like what you see below:

Blogger standard favicon

The favicon in the screenshot above is the standard Blogger favicon and this will be the favicon for all blogspot.com blogs by default. The favicon below is a photo of myself:

Peter Chen favicon

The favicon will also be seen in tabs of web browsers with tab browsing. See the screen shot below:

Peter Chen favicon in tab

If you want your own favicon, these are the steps to put your own favicon into a Blogger or any blog.


  • Backup your template and backup the Page Elements




  • Convert an image file (jpg, png, gif, etc.) into an image with a .ico extension. Google for "free ico generator" or try this one. It is the best I found so far:
    Dynamic Favicon for Blogger
    All you need to do is to sign up for a free account (I think if you don't want to, this may not even be necessary), click "browse" and select an image from your computer.

    Favicon .ico and code generator

    Upload, and that generator will not only generate the .ico image for you, at the same time it will host the .ico image on the web and give you the .ico image URL in the same page. In fact, it does better than that. It gives you the code for you to copy-paste into your blog template:

    favicon generator









  • Go to Dashboard and get into the LAYOUT of the blog you want a favicon for. Click EDIT HTML and look for . Copy code box above and Just move your codes for the favicon from it original position in the template, look at the picture




    Paste the code you get from above and preview. If OK, click "Save" and your blog will have a favicon different from the standard Blogger favicon.



      (Source:www.bloggertipsandtricks.com)
    1. Add visitor counter (statcounter) to blog

      There are many free counters - Statcounter, site meter, Google Analytics. I prefer Statcounter as there is a choice of visible and invisible counter and it gives me just the statistics I need. I feel Sitemeter is more for giving nice graphs and Google Analytics gives too much statistics, only invisible counter and I think more for those e-Commerce website and those who use AdWord for advertising.

      I will describe how to add Statcounter to your blog. First to to Statcounter and sign up for an account. Sign in and then click "New project" (see screen shot below):

      Statcounter new project

      Get the URL of your blog. If you do not know how, refer to what is URL and how to get it and how to get URL of own blog. Copy and paste URL from clipboard into the box for "Website URL". Type the blog title in the first box. Click on the down arrow of "Category" and select a suitable category. Click "Next".

      Statcounter new project

      In the next page, click "Configure and Install Code":

      statcounter install code

      After clicking "Configure and Install Code", in the next page, you will have to chose between a visible counter and an invisible counter. We will chose invisible counter because it involves less steps. You may chose a visible counter (first choice) if you want.

      statcounter invisible counter

      At the bottom, click NEXT. In the next page, tick "Yes I use" and then click the down arrow. Select "Blogger" (see screen shot below):

      Statcounter choose Blogger

      Click "Next" at the bottom, and the script for the visitor counter will be given in the next page. Click inside the box and the whole script will be highlighted. Press ctrl+C to copy script into clipboard.


      Blogger / Blogspot - StatCounter Code Installation Instructions

      1. Copy the StatCounter code.
      2. Log into your Blogger / Blogspot blog.
      3. Go to the layout area.

        Blogger - Layout
      4. Click one of the “Add a Gadget” links at the bottom or to the right of your blog layout area (as indicated in the picture). (Note from the screenshot that we are in the “Page Elements” tab of the “Layout” area.)

        Blogger - Add a Gadget
      5. Clicking “Add a Gadget” opens a new window similar to the one pictured below.

        Blogger - Add a Gadget Window
      6. Scroll down through the list of Basic gadgets to find the HTML/Javascript gadget as shown in the picture below. Click the text (that says HTML/JavaScript) to add the gadget to your blog.

        Blogger - HTML/Javascript Gadget
      7. Paste the StatCounter code into the content section of the gadget.

        Blogger - HTML/Javascript Gadget
      8. Click "Save" and that's it!
      (Source:www.bloggertipsandtricks.com)

      Sunday, June 20, 2010

      The Top 10 Free Ways to Get Money Online

      Finding a free way to make money online isn't easy and might take a lot of time. So, I put together 10 methods of making money online in this post to help you out. I have done research on these money making methods. They were legitimate and didn't cost you money to begin.

      No. 10 - Paid Survey

      You might already heard about paid survey if you have searched on the Internet for while. The Internet ads told you that you can make a living doing paid survey. So, is that really true? Well, the answer is of course no. The ad messages were exaggerated. But it's true that paid survey can potentially earn you extra cash in monthly basis.

      How to begin?
      It's simple. Just go to paid survey directory like Yellowsurveys.com and join as many market research companies listed in the directory as possible. There is also a list of companies that are listed under the 'Most Popular' in the Yellowsurveys.com directory. Make sure you join all the companies in the 'Most Popular' category.

      The signing up process will take you hours of time since you are going to join many companies. But once you've have completed all the sign up, your work is done. What you need to do next is wait for the paid survey invitation emails send to you by these companies. Not every company pays cash to participants who completed survey. Some companies offer vouchers (Amazon, etc), gift and products.

      Who can join?
      Anyone over 18 years in US and Canada. Most companies welcome any country but the paid survey invitations are often fit for US and Canada residents only.

      Patience is needed
      Paid survey isn't a way to get fast money. You would have got a few surveys for the first month and earning less than $10 in total. But, when time gets longer, you might start getting more surveys regularly. At that time, you might get about $30 to $100 per month in average.


      No. 9 - Reviewing Products and Services

      The Internet users often want to search for supporting information before they purchase a product or a service to make sure they are making wise purchasing decision. They will go to the shopping information sites to find the supporting product information and advice.

      The shopping information sites will help these Internet users by providing reviews written by those people who already tried the products or services. These product reviews are real and useful for the Internet users to make the right choice. So, the shopping info sites would hope to publish new reviews constantly. And therefore, the shopping info sites are inviting anyone to submit honest and straight forward review on the product or service they've used or tried. For each review that the shopping information site approved, the submitter will be paid.

      You don't have to be a professional writer to write review. Writing product review is about sharing your experience and opinions about the product you have used. Just be straight forward and tell the truth will do.

      Sites that pay for product review:

      ReviewStream.com - Pay $2 per product review. But the review rate might change anytime. No registration needed to submit review. You'll earn also for each time a reader vote on your review. $0.10 per vote.

      Sharedreviews.com - You'll need to register to create a profile in Shared Reviews. Then you can start review anything you like. Once you have written and published your reviews, they will be read and voted by your friends in the Shared Reviews community. Your review will be ranked based on votes and traffic. The more votes and traffic to your review, the higher your rank and the higher your earning would probably be.

      SoftwareJudge.com - The site publishes reviews about software and online games. If you have something to say about a software or a game you have tried, you can share your opinion in Softwarejudge. The pay is between $1 to $50 per approved review depending on the quality.


      No. 8 - Sharing Photos and Pictures

      If you are passionate about photography, then you can turn your hobby into cash. Break.com was all the while paying users for uploading pictures that get featured on their picture gallery. You'll be paid $50 for each photo that Break chose to feature in their picture gallery.

      How to begin?
      Only registered members of Break can upload photo. Registration is free and can be done at this page. Once you have signed up, you can start uploading your photos.

      You may take a look at Break Gallery first to see what sorts of pictures and photos that Breaks like to feature before uploading your photos. This will give you an idea of what photos have a better chance to be featured. Amazing, interesting or funny pictures are often good for getting featured in Break Gallery.

      Some rules to keep in mind are that the picture that you upload must be original (not copying from other site) and you have the sole ownership to it. Otherwise, you wouldn't be paid even though your pictured got featured.

      Another way to make money with your photos is by selling them in the stock photography sites such as IstockPhoto and Shutterstock. The webmasters, magazine editors, web designers, graphic designers, bloggers and other people who involve in the publishing field are paying monthly subscription to the stock photography sites. They choose to use what pictures they like for their publishing. Every time they choose to use your picture, you'll earn a small fee. So, the more people use your pictures, the more you'll earn.

      If you have good volume of pictures and images to submit constantly to IstockPhoto and ShutterStock; and a few others are BigStockPhoto, GittyImages, Fotoliaia, etc, you could be earning consistent income with your pictures.


      No. 7 - Uploading Files

      Have you heard of websites that allow Internet users to upload files and earn money every time their file is downloaded by someone? There were actually quite a lot of these file-sharing websites offering this service. But because the pay is too low that many people become not interested on them.

      However, there is a file-sharing website which I recently come across worth mentioning. The site is called Share Cash. Share Cash offers the users who upload files $0.20 to $0.60 per download. That's $200 to $600 per 1,000 download. The pay rate is very much higher than most other file-sharing sites which usually offer only $1 to $3 per thousand download. If you have interesting files to share with people on the Internet, why not share them through this site and earn more cash for each download of your file.

      How to Begin?
      You need to become a member of Share Cash to upload files. Registration is fast and easy. All you need to do is fill out the short form at http://sharecash.org/register.php and then you can proceed to upload your files.

      To get good amount of download, you should upload something that many people will be interested to see. You'll want to share your file with as many Internet users as possible to maximize your earning. So, some marketing works are needed. You might try to post about it in related forums, invite your friends in social networking communities to download your file..... All these can add your download up and so as your earning. You can read more about tips of getting download at http://sharecash.org/tips.php.

      Not every download earns
      According to the users who have got paid, Share Cash is just looking for US and UK download. Users from other countries downloaded your file will most probably not counted for earning.


      No. 6 – Freelancing

      Nowadays, the Internet is full of freelance working opportunities. Most of these freelance job opportunities were posted on the freelance service websites by the companies and e-entrepreneurs who need help in their business.

      The daily posted freelance job opportunities in these freelance websites include web design, article writing, Internet marketing, programming, editing, online data entry, accounting, admin support, database management, graphic design and many more. So you can search through these freelance websites to find the freelance jobs and projects that you can work for and make some extra money.

      How to Begin?
      You may just start by becoming a freelancer (member) of Guru.com (a freelance service site). You'll be asked to create a profile to include your experience, education, skill, etc. Then you can access the Guru.com job board to search for the freelance works that are right for you and bid for them. They will be other freelancers bidding the same jobs as well. So, make sure you set your price lower and write your proposal well. Who to choose for the job is solely decided by the employer.

      Who can join?
      Anyone can become a freelancer regardless if you are living in Asia, Europe or US.

      The alternative of Guru.com
      If you find hard to get a job on Guru.com because of the tough competition there, you might try in Freelancefree.com and DigitalPoint Forum. Freelancecefree works the same way as Guru.com but the marketplace is smaller and so as the competition is lowers. Digital Point (DP) on the other hand is the largest webmaster forum. As a member of DP, you can post ads about your freelance services and also find freelance works that you're interested in the Buy, Sell or Trade section of the forum. There is also competition in DP forum, but getting works is easier.


      No. 5 - AssociatedContent.com

      The AssociatedContent (AC) is an established huge content network welcoming anyone to participate and contribute content on any topic.


      AC has been rewarding content contributors constantly. They pay the members who submit articles in two ways:

      1) Upfront Payment - A one time payment to the member for every article that the member submitted and get approved by AC. Usually $3 to $10 for each approved article. Only for US residents at the moment.

      2) Performance Payment - It is the payment based on the traffic that your published articles received. The current rate AC offers is $1.50 per one thousand page views generated from your articles. This payment option works well with interesting articles that attract many readers.

      This is an extra income opportunity for you if you like to write or have good writing skill.

      How to begin?
      It's simple to start publishing on AC. Just go to the AC Sign Up page, fill out the form, hit the 'sign up now' button and you are set to publish articles on any topic in AC.

      To have a better chance for your articles to get accepted for upfront payment, you are suggested to write articles that wouldn’t lose value over time. How-to articles and guide on doing something are some of the good examples for upfront payment. And you should also do some researches on AC. Try to find topics that still haven't had many articles in them and then submit articles on these topics. These articles are more likely to get accepted for upfront payment.

      For performance payment option, it seems harder to earn money because you get only $1.50 for per one thousand views generated by your published articles. But there is a strategy you can use to take advantage on the pay per thousand option. The strategy is to keep submitting articles to AC to build up a large collection of articles of yours. Many of your articles will soon attract traffic and from time to time you articles might build up good traffic and earn you passive income of $20 to $50 each month.


      No. 4 - Writing and Selling Article Pack

      In Associated Content, only US residents get paid right away for approved articles. International members can only submit articles for performance payment which pay $1.50 per thousand page views of your articles.

      But in Digital Point Forum, everyone has the same opportunity to make money with articles. As mentioned before, Digital Point is the largest webmaster forum with massive traffic gained. The forum has established a marketplace for people to buy and sell articles. The written articles were often made into a pack of 5 or 10 articles and posted for sales on Digital Point Marketplace at one price. There are quite a lot of buyers purchasing article pack in the forum. This is a marketplace ideal for you to sell your articles.

      You don't need to be a pro-writer but you do need some writing skill to do this little business. The process is simple. You first create 5 to 10 articles on a topic, post an ad on the marketplace about it and wait for the potential buyers to contact you via private message of the forum.

      Make sure you have a PayPal account to accept payment.

      How to begin?
      Visit http://forums.digitalpoint.com/register.php to join as a member of the forum. Then start reading the topics and threads that you're interested and post your replies. You need to reach 25 posts and at least 14 days of joining DP before you can post ad on the DP marketplace.

      What articles sell often?



      I noticed in the DP that the topics like Wordpress, make money online, affiliate marketing, social media marketing are selling quite well. You may start creating 5 articles in one of the topics to test sell in DP. But these are just some of the good demand topics I noticed, you might do some researches in DP to find more profitable topics that you can write for.

      Certain simple rules you must keep in mind is that your article must be unique (not published anywhere before) and can only sell once - to one buyer only.

      How to write the ad
      It's not difficult. You can just refer the existing ads and get an idea on what you should put in. There are only ad title and ad description you need to write. Here's an example of the title"

      '5 Wordpress Articles | 100% Unique | $15'

      For the ad description, make sure you include the title of each articles and the length of each, the price of the article pack and mention that they were all Copyscape Pass. Tell the viewers to send 'private message' to you if they're interested.

      What price to set
      The price needs to be low in DP. People like to buy in DP because there were good deals they can find. For a pack of 5 articles, you are suggested to set the price at $15 or lower. You might go for a little higher the price, but if you can't get your articles sold, then cut the price down.


      No. 3 - Sell Your Used Stuff

      When you want to sell something online, I'm sure you think of eBay. But, you need to pay a listing fee to sell your item on eBay. The listing charge is not refundable. If your item don't sell, you still pay the fee. It costs money to make money in eBay.

      However, it's different when you sell in other auction sites such as eBid and Atoncer. Both of the auction sites don't charge listing fee, meaning anything that you list for sale is free. The sites only charge you a 'final value fee' when you've sold an item.

      The marketplace of eBid and Atoncer aren't big as eBay but they are quite popular on the Internet as well. Any old or used stuff in your home that you find you can sell, try listing them for sale in eBid and Atoncer. If you’ve sold something successfully, you will make profit. But if your item doesn't sell, you have nothing to lose and you can list again.

      Other than free auction sites, Craiglist is another excellent online marketplace to sell your used stuff. Craiglist is a classified ad site that anyone can take advantage on. There is no cost to post ad in Craiglist except you are posting ad into the job category. The great thing about Craiglist is that it divides the ads by city or region, making it easier to find buyers in your town.

      Generating sales through Craiglist is certainly possible. And you can always re-list your ad when your previous ad is getting older. But remember to always include picture when you list any item for sale in Craiglist and also in the auction sites. Adding product picture has proven to be effective for increasing responses dramatically.

      Oh.. There is one more marketplace I almost forgot to mention. It's the famous Amazon. Like eBid and Atoncer, Amazon doesn't charge listing fee but if you sell an item, they will take a percentage of it.

      Your used cell phone can bring you fast cash if you are in US
      If you often change cell phone and keep a number of outdated phones over time, don't throw them away. Online company like Cell for Cash wants you old cell phones. You'll get money for sending (free shipping) your old cell phone to Cell for Cash.

      The cash value of phones range from few dollars to over one hundred dollars, depending on your phone model, capabilities and demand.

      You can right away exchange your cell phone for cash by completing three easy steps in CellforCash.com:

      1) Choose your phone model in the list
      2) Submit details about your phone manufacturer and model
      3) Ship your phone and get cash within 45 to 60 days.


      No. 2 - Blogging for Cash

      Blogging is hot on the Internet now. A lot of people want to start blogging not just because they can make money with it but also they can use the blog as an ongoing self-promotion tool making them popular over time.

      The most direct way to start making money blogging is by becoming a paid bloggers of a blog network. Paid blogging job opportunities seem to be growing these days. More and more were posted on the blogging job boards. The pay offers in these blogging jobs were usually in two forms which are either pay per post e.g. $10/post or pay in a monthly basis e.g. Fixed $200/month.

      Here are some blogging job sites that you can search for paid blogging opportunities:

      ProBlogger Job Board - A job board established by the well known blogger 'Darren Rowse'. New blogging jobs are updated regularly.

      Indeed Job Search Engine - Find the latest blogging jobs listed on different websites.

      Bloggerjobs.biz - A blog that updates new blogging opportunities regularly.

      Besides blogging job sites, you may check out Weblogs, Inc blog network and the About content networks. Both are quality networks that have opportunities open constantly.

      The downsides of blogging for other are that your earning potential is limited and there is almost no self-promotion opportunity for you if you want to build you name in the blogosphere. For this reason, you might want to start your own blog.

      It's easy to start a new blog through using the Blogger platform. With just a few simple steps to take in Blogger.com, you can have your new blog up and running and start writing the topic you're passionate about. Once you've published 5 or more posts on your blog, you can start applying for Google AdSense program to have AdSense ads displaying on your blog. This is a very basis way to earn cash from blogging. There are plenty of other ways and programs that you can use for generating revenue from your blog. Take some time to learn them.

      While your blog is small and you've earned your first $10. You should buy a custom domain for your blog. A custom name will make your blog looks more professional and it's easier to build creditability.

      Blogging is a wide topic. There are many things to learn for sure. You got to put in a lot of time and effort in blog marketing and content creation if you want to turn your blog into a success. As a new blogger, I would suggest you take some free blog marketing courses:

      http://www.bloggingbeginners.com
      http://becomeablogger.com/roadmap

      With the good blogging knowledge you pick up and hard effort on blog marketing, you could be another blogger that makes a living at home.


      No. 1 - Completing Offer Online

      Completing offer is an easy task that anyone can do. You don't need any writing skill or any other skills and special knowledge to do it.

      The process of completing offer is pretty simple. You go to the website that is looking for people to sign up for their free offer, fill out the form on the site, confirmed your email address and done; you have completed an offer that will make you money.

      Every time when you have complete an offer, you just leave it and wait for the online company to approve it. Your offer will be approved as long as you have completed it. Each approved offer will earn you $0.50 to $1.00.

      There are also high paid offers that can earn you $5.00 to $50.00 per offer. But you need to enter your credit card details and probably get charge for a small fee when signing up for a high paid offer.

      By completing 20 to 40 offers monthly, you can earn some nice extra cash every month.

      Get paid to complete opportunity is only available to US, Canada and UK residents only.

      Sites that you can join to complete offers:

      Treasuretrooper.com - Registration required. Currently have over one hundred thousand members. Inside Treasure Trooper you will find hundreds of offers you can complete and earn. The majority are free offers that can be completed easily. These free offers range from $0.50 to $1.00 of earning upon completion. Payout is $20 by Check or PayPal. Treasure Trooper is a real paying site. They were started few years ago.



      CashCrete.com - Works very much similar with Treasure Trooper. Registration required. Have a lot of high paid offers. Payment only by check. Another real paying site.



      If you enjoy signing up offers, you may do both in Treasure Trooper and Cash Crete. This certainly will earn you more.

      Both sites also offer a referral program for members to earn more by referring new member in. The referral programs are opened to US and international members.

      There you have it, The Top 10 Free Ways to Get Money Online. Hope the information really helps you to earn cash on the Internet. The sites that I’ve mentioned and recommended were real and they are really paying people. So, don’t worry, you wouldn’t get scammed.

      Hope you enjoy reading this article!
      (Source: moneymakerinfo.blogspot.com)

      How to Make Money With Affiliate Programs

      An affiliate program, also known as "referral", "associate" or "partner" program, allows website or blog owners to earn commissions from their websites by referring people to products and services.

      If you don't have a product of your own to sell, you can join affiliate programs to bring in additional revenue to your site.

      Let's say your site is about home improvement and you offer tips on various household projects, painting, tools, etc. You would join affiliate programs from hardware companies and refer your visitors to their products from your own website.

      These companies will pay you a commission for every product sold as a result of your website referral.

      I make a full-time living online as an affiliate. I've been doing it since 1998 and full-time since 2006.
      How Affiliate Marketing Works

      Watch my video below to learn how websites can make money with affiliate programs.


      In Summary...

      The key to finding success with affiliate programs is to build a content-rich website with useful information centered around a specific topic or theme.

      Don't just haphazardly throw up a quick site or blog and string a bunch of affiliate links all over your pages. You have to start by building credibility. And the best way to do that is to write about something you know a lot about.
      Consider Using Site Build It!

      Site Build It! has one of the highest success rates for affiliate websites. That's because they teach you how to apply the affiliate model to your website.

      Most web hosts, don't provide help with building traffic and making money from your site because that's not in their business model. SBI!'s main goal is to show you how to build an income online.
      (Source: www.2createawebsite.com)

      Make Money With Google AdSense

      Anyone who owns or is thinking about creating a website would be crazy to ignore this.
      I am happy to say that making money with your site, no matter the topic, has become easier than it's ever been before - and it's 100% legitimate.
      If AdSense had been available in 2000, I would have NEVER shut down my soap opera fan site that received 200 hits per day. I would have been able to earn money from that traffic and probably turned a small profit.

      Untold Facts About AdSense you need to know in order to succeed with the program!
      Yes, the money can be great, but if you don't learn how to build a site that attracts targeted traffic then you won't make much from AdSense.
      Don't pay a cent for these "Get Rich Quick" books on AdSense. Many of them are all hype. Learn all you need to know for free.








      What is AdSense?
      Google.com earns most of its revenue by allowing other website owners to advertise on their search result pages. All this is managed through a program they call AdWords.
      Now you can earn a share of the revenue that Google earns from AdWords by displaying these same text ads on your site.  In other words, you're helping Google advertise and they pay you a percentage of what they earn.
      This program is called AdSense.
      Every website owner should at least consider the program.  Even if your site is just for information purposes, you can still participate and make decent money with AdSense -- or at least enough to fund your website.
      So if you are one of those people that doesn't like the idea of paying for a site, this is an excellent way to earn your money back and then some.

      How AdSense Works

      Don't like to read a lot of text? Watch my 4-minute video on how AdSense works.

      "Is Google Crazy?"

      I know what you're probably thinking...
      "What's the catch here? Why would Google just give away money advertisers are paying them?"
      The answer...
      Because Google is very smart.
      If you understand how AdSense works, you will see that it's a win-win situation for everyone involved, and the bottom line benefits Google. Let me explain...
      Since the advertiser's ads are now being displayed on more web sites all over the internet (instead of just Google's site), they are getting much more exposure.  More exposure means more clicks and even more traffic for their site over a shorter period of time.
      This is good news for Google because the more traffic the advertisers receive, the faster their advertising funds are used up. 
      Remember, they get charged every time their site gets a visit; and of course, it is Google's hope that they'll continue to keep funneling more money into their account for more ad exposure.
      What an ingenious way for Google to increase the amount of money they earn from advertisers while building loyalty with website owners (like us) who are now getting paid to help them advertise.
      Of course, I'd expect nothing less from the most popular search engine on the web. :)

      My Personal AdSense Story

      I have been receiving monthly checks from Google since 2003, and I've read numerous success stories of websites earning 5 digit incomes per month with AdSense. 
      Now, I will admit, a 5-digit commission in a single month is probably not the norm for most participants. 
      I promote AdSense on three of my websites and my checks have been as high as $4,800.
      The more information you have, the greater chance you have of attracting free search engine traffic. That's why it's so very important you choose a topic you have an interest in so you can keep building and building.
      My checks weren't always that large.  I think my first month's earnings in 2003 totaled less than $20. However, I kept getting more and more search engine traffic by adding more content and the checks slowly began to increase.  I had no idea it would grow to anything like this.

      Watch Video About My Record AdSense Month in July, 2009

      "How Much Can I Earn With AdSense?"

      Google does not disclose exactly how much you'll earn per ad that is clicked.
      The commission you receive per click depends on how much advertisers are paying Google for the particular ad. You will earn a share of that amount.  I've heard of earnings anywhere from 2 cents to $15 per click.
      So it is logical to believe that keyword phrases like debt free, employment, make money, mp3, sex, etc. will earn you more per click since these are highly competitive keywords that are searched for quite a bit on the web. 
      Advertisers generally pay more for popular terms because they are searched for more.
      Even though Google will not reveal how much you are earning for each ad that is clicked from your site, you can still login to your account at any time and see the total amount of revenue you've generated that day, week, month, year, etc.
      For example, if you see that you've made $12.60 today from 9 clicks then you can calculate that your average click-thru commission was $1.40 per click.  That's as detailed as their stats will get.  Also remember, that's only an average.  You won't know how much each specific ad brought in.
      The amount you'll earn also depends largely on the amount of targeted traffic you receive to your own site, how well the ads match your audience's interests, the placement of the ads on your pages, and of course the amount you receive per click.
      Ideally, you should create a site on a topic you know a lot about.  That way you'll have a much easier time creating a generous amount of content on that subject.

      Why I Believe AdSense Works So Well

      For years, website owners have tried to make money from their sites by putting up banner ads in hopes of visitors clicking them. The problem with banner ads is that the Internet audience is so immune to them, people do not click on them anymore.
      When's the last time you clicked a banner ad?
      ...Exactly!
      Second, in order for the web site owner to earn money from that banner ad, usually the web surfer that clicks has to purchase something.  With AdSense, your visitors just have to click the ads. They don't have to purchase a single thing.
      Third, most people that use banner ads do not do a good job of matching the ads to the website's content so the click thru percentages are dismal.
      With Google's AdSense, not only are you displaying text ads, (which tend to receive a much higher click-thru rate than banner ads), but you are displaying contextual ads that match your website's content....thanks to Google's advanced technology. 
      Lots of times people think the ads are part of your site's content so they click because the information is relevant to your site.  Whereas with banner ads, they often have little relevance and people tend to ignore them no matter how much they flash and fly across the page.

      Creating Your Website for AdSense

      Before you even begin your site, make sure you've come up with a topic that you feel you know plenty about.  That way it will be easiest to write a lot of content. 
      The more content you have, the better chance you have getting accepted into the program.  Also, the more content, the greater the earning potential.  AdSense is nothing but a numbers game.  If you want to make a lot of money, prepare to write a lot of content.
      Now let's talk about building your website.  There are two ways you can approach this:
      1) Do it Yourself (DIY) from scratch
      2) Use Site Build It! (SBI!)

      The Do It Yourself Method

      I've actually used both methods for building my site and there are advantages and disadvantages to both.
      If you use the DIY method, you will have to go and register a domain name (yoursite.com) and then sign up for a web host and build your pages.  You can either learn HTML or buy some kind of web editor like Microsoft FrontPage to build your pages.  That's the method I used to build this site.
      Averaging between $7 and $15 per month, the DIY method is usually the most cost friendly of the two but you are mostly on your own in terms of learning how to create your web pages and adding the AdSense code to your site. 
      Web hosts are generally there to house your site.  They don't specialize in helping you market and optimize your site for the search engines to help you get traffic.  So don't expect a lot from them in terms of helping you market your site.
      This is not necessarily a bad thing.  I had to learn how to build this site on my own and it wasn't very difficult. 
      I now manage all of my sites with Dreamweaver.

      Use Site Build It! - A Web Host Made for AdSense

      This is a revolutionary web host like no other. I use it for my site, flat-stomach-exercises.com, and after only 11 months the site was earning over $700 per month for AdSense alone. 
      Two years after launch, the total monthly earnings shot up to $2,000 to $2,500.
      Today, the site continues to earn money from AdSense yet I have no products to sell. I'm simply offering information on a topic I know a lot about and SBI showed me how to rank high in the search engines for various keyword phrases.  Over 90% of traffic comes from the free search engines.
      The reason SBI is different from the other do-it-yourself hosts is that first it provides all the web page building and marketing help all in one place.  Your domain registration, web hosting and marketing help come with the price..

      Super Easy Web Page Builder

      Creating your pages is as simple as entering text into form fields and using the user-friendly editor to add text, create links, add pictures and more.  No software is needed to install or download.   You simply select a template you want to use and your site is built in seconds...literally.
      I took a screenshot of the SBI! interface...

      Free Guides

      What's even better is that you will have access to tons of free guides that show you how to optimize your site for the popular search engines so you can get as much free traffic as possible.

      Remember, without traffic, you won't make any money with AdSense.  That's why having a host like SBI is so important.  Keep in mind, a regular DIY host does NOT help you with search engine rankings and traffic.

      Brainstorming Tool

      Site Build It also comes with a powerful brainstorming tool.  So for all of you sitting there wondering about a topic, this tool literally scours the net and helps you decide on the best topic by showing demand and supply (i.e. number of sites on X topic and roughly how feasible it will be to bring in traffic for that particular subject).  It is amazing.
      The creator of Site Build It even built a micro site that describes how to maximize your AdSense earnings.  And since Site Build It's main goal is to show you how to build income through content...it's almost as if AdSense was designed specifically for a web host like SBI.
      I highly recommend using SBI -- especially if you plan on building a site specifically to earn money from AdSense.  It is the kind of host that stands for everything AdSense is about -- rewarding website owners for building an abundance of useful content.
      Even though the two companies are not related, it really is the perfect marriage between a great concept like AdSense and a web host that is dedicated to showing you how to make money by simply providing information. 

      Successful SBI Websites

      Be sure to also take a peek at all the successful SBI websites created by mostly beginners who have never created a site before.  Every site listed on this page is in the top 3% in terms of amount of traffic received on the web - thanks to the SBI search engine help.

      How to Join AdSense

      In late 2008, Google tightened up their acceptance policies. According to an email I received from someone who was trying to join the program, you now must meet the following criteria before you are accepted...
      - Your website must be your own top-level domain (www.domain.com and not domain.com/mysite). That means you can't just sign up with a free blogger or free web hosting account and get approved for AdSense.

      - Your domain name must have been registered and active for at least 6 months before you apply


      - The registration information that you provide during the AdSense registration must match your domain name registration information


      - Your website must contain a substantial amount of original content
      Once you meet the above criteria, go to http://adsense.google.com to apply.
      When you are accepted, simply copy and paste the provided HTML code into any page that you'd like to show the ads. If you've done a good job of defining the content on your web pages, the ads that show should be relevant to the content of your page...increasing the chances of click-thrus by your visitors.
      You can either display the ads vertically along side the page like Google does or in a banner-like formation horizontally across your pages.  The placement is up to you.  You can even customize the colors to match your site's theme.

      If Your Site Is Rejected by Google...

      If you receive that email from Google stating that your site has not been accepted, the first thing you should remember is that as an AdSense member, you become a partner and are representing Google, Inc.
      They have to make sure the websites that display these ads are up to par or they could run the risk of losing advertisers.  Imagine if you were paying Google to display your ad and you found it showing up on a poorly developed, junky website.
      Of course, if your site is rejected, it doesn't mean it is poorly developed.  There may be other reasons:
      1) Is your site an "About Me" page?  
      Google does not usually accept these kinds of personal sites because most of them do not have a specific topic or theme.  They are usually just random facts about the website owner or their hobbies, pictures, etc.
      It would be difficult for Google's technology to display targeted ads on these kinds of pages because the topics vary from subject to subject.
      They are looking for "themed" sites that contain a generous amount of information on a specific topic.  It could be anything from sewing tips to sports.  Just make sure there is an obvious theme with adequate information.
      2) Is your site organized? 
      Be sure your site has a neat and clean navigation that's easy to follow.  Also ensure all the links work and that there are no typos.  Keep the colors to a minimum and make sure each page has a consistent layout.
      3) How many pages are on your site? 
      Even though Google doesn't specify a page number requirement, many believe they are looking for web sites with a certain amount of content.  Again, it's not likely a two-page site will get accepted.  Try to strive for at least 15 pages.
      4) Is your content solid? 
      Don't just submit a website with a bunch of links to other sites.  Be sure you have a themed/niche site with enough original content of your own.
      5) Is your site an exact carbon copy of someone else's? 
      Some believe Google can find out if your site is original or not. Don't risk it and steal from someone else.  It will come back to haunt you.
      If you're stuck, write a few articles of your own and then go to sites like www.articlecity.com and sprinkle a few of their articles around your site to beef it up.
      6) Be sure to read their program policy and procedures carefully and make sure your site hasn't violated any of the terms.

      Tips on Succeeding With AdSense

      Here are some tips for achieving success with AdSense.
      1.  Create a website with your (YourSite.com).  Don't try to use a free web host because your site will likely have banners and pop-ups and get rejected because it looks unprofessional. Not to mention, a free web host will give you a website address like this:
      http://thefreewebhost.com/yoursite/member1234/home.html
      instead of...
      http://www.yoursite.com
      Thanks to the policies implemented in late 2008, AdSense no longer accepts sites created on free domains anyway. So may as well register your own domain.
      2. If you don't know web programming or have no desire to learn it, get a beginner's design editor like Dreamweaver (what I use) or CoffeeCup.  You can publish your content directly to the web from the software.
      Keep in mind you can't use the software alone.  You must have a web host that will allow you to publish your site to the Internet. (More on web hosting in a sec.)
      3.  If the main goal of your site is to make money with AdSense, be sure to choose a topic that you know a lot about so you can write lots and lots of content.
      4.  Get traffic. Once your site is up and running you'll need to learn how to get your site listed in the major search engines. 
      Getting into Google is completely free and can bring in hundreds or even thousands of visitors per day.  All you have to do is submit your site to them and wait patiently while Google adds it to the index.  It can take a few months.  Patience is key with Google.  Then do the same with Yahoo, MSN, etc.
      And while you're waiting it's important you build up as much unique content around your theme as possible. Google loves large sites with useful content centered around a specific theme.
      Don't create a hodgepodge site with topics on everything under the sun. Stay focused and make sure your site has an obvious theme.
      5. Partner up with other related sites and participate in link swaps.  This means that you place a link to another person's site on your own site and they do the same for you in return.  This is a great way to get even more free traffic.

      Why Most People Fail With AdSense

      I want you to succeed with AdSense, but unfortunately the majority of the people that join never see much money at all. Watch my video below so you can avoid common pitfalls made by many new Webmasters.
      (Source: www.2createawebsite.com)

       
      Free Host | new york lasik surgery | cpa website design