Making Money on Amazon Sites Look Ahead

Currently, many people tell me that amazon is another way to make money online. For Adsense sites, there are too many risks and there are lots of dependence with Google. As I am new in the Adsense area, I can not say anything about it. But, if I can find another way to make more money, why not try it out?

Learning from my friend, I will start to do some homework first. For amazon site, the keywords or the niche is the king. Which product you choose, or what kind of keywords you use will determine if you can survive in this amazon affiliate game. There are some tips from my friends and I will use them as my guideline when I try to start my amazon adventure.
Read more

Create Adsense Website in 5 Steps

Last year, I started the Adsense Website Program. After 8 months hard working, it is the first time I reach $1000 target. Different from my friends, I use four sites to reach the goal (but he only uses one). What I did is just follow the process to build the website. You can read the original post How to make 1000 per month in adsense with 1 site

Step 1: adsense niche selection

  • Information based
  • Have new products being introduced constantly (will explain why later)
  • The niche must have high CPC in general (over USD1 per click)

Step 2: Set up the site and post a couple of articles on it
Step 3: Build 100+ backlinks
Step 4: New post that target new products
Step 5: Backlink your most profitable articles until they are number one

2011 Adsense Monthly Earning Report
Read more

Rotate Around a Point by Matrix Precisely

In early this year, I post a article about rotating a shape around a point. And there are many feedback on that post and many friends point out that my example doesn’t rotate precisely. Especially when we try to rotate the graphic with 1 degree each time, the result goes obviously wrong after rotating 360 which meaning rotating 360 times with 1 degree. I need to say “Thank you” to Dubey that he point it out to me.

Basing on Dubey’s scenario, I find out that there is a precision issue in the rotation calculation. In the flash rotation example, I just rotate the graphic 45 degree each time, which works perfectly. The reason is when we convert the degree to radian, there is no precision problem.
Read more

Build Adsense Sites with Long Tail Keywords

I have worked on adsense sites for almost six months. And I already have seven sites, including this one. But the result is not as good as what I expect. Currently i have only two sites which can earn money, and other sites are all hibernating now. I already spent near $2000, and not break even yet. I have to say, this approche is quite difficult for beginners. And now I can understand why some many people give up. But it is the truth that only 20% of players will win the game like this, maybe less.

But I still strongly believe it is possible to build sites which can earn $1000 per month, especially with my friends help and his articles. I write this post is try to remind me about some key points after I read my friend Aaron’s article “backlink long tail keywords“. Here I don’t want to explain what’s are long tail and long tail keywords. I just want to record some tips that I need to remember when I carry out my own website.
Read more

Load Flash SWF into iPad Application

Once Adobe released their Flex Air which enable flash developers to create IOS (iPhone & iPad) applications, it is possible to load the swf into iPad applications. But after testing from several times, I just find out it is not so good as what I thought. First, let me explain how to load flash into iPad application which is made by Air 3.0.

As Flash developers or Flex developers, we know that actionscript 3 allows us to load the external resource such as image, or swf file by using Loader in flash, or Image and swfLoader in Flex. The latest flash cs5.5 and Flex 4.5 can also let us compile our flash applications to IOS native applications. So this is the solution to load external flash swf by iPad application, creating a IOS native application by Flash cs5.5 or Flex 4.5, which is using Loader or swfLoader to load the external swf. There is a simple code snap in Flash:
Read more