Archive for December, 2009

SEO Page comparison


Currently the furniture.com ranks higher than bedroomarmoires.net for “Bedroom armoires”.

Some facts you can learn:

  • The keyword “Bedroom armoires” appear all over the place in bedroomarmoires.net. It is in the title, meta, and links. While in thefurniture.com it doesn’t appear so much.
  • Thefurniture has so many backlinks, this is probably the reason it has higher rank. So if you own bedroomarmoires.net, you need to increase backlink with “bedroom armoires” keyword pointing to it.

This tool is a part of my Internet Marketing tool, find out more here

, , , , , , , ,

1 Comment

SEO page analysis

This tool will browse a web, and do analysis for it. It will look for these elements:

  • Title
  • Meta description
  • Meta keyword
  • Image
  • Link
  • H1, H2, H3
  • Keyword density

Then it will give you advice on how to increase your SEO.

This tool is a part of my Internet Marketing tool, find out more here

, , , , , , , , ,

1 Comment

Where to promote internet marketing product

Places to promote internet marketing product, and scripts:

, , , , ,

No Comments

Paypal Secure Payment

To use paypal for your payment processor, you need to validate it because people can tamper the data they send to Paypal and the data that you receive from paypal. You can lost a lot of money, because user might not pay you for your product/ service. That’s why you need to validate this transaction by using Instant Payment Notification (IPN).

Instant Payment Notification (IPN) is a message service that notifies you of events related to PayPal transactions. You can use it to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other information related to a transaction.

IPN notifies you when an event occurs that affects a transaction. Typically, these events represent various kinds of payments; however, the events may also represent authorizations, Fraud Management Filter actions and other actions, such as refunds, disputes, and chargebacks.

You can download Paypal IPN sample code here.

, , , , , , , , , , , ,

No Comments

Programming tips

  • Name your functions and variables with meaningful names so that people will understand the function or variable just by reading it’s name. If a function return best selling product, name it like get_best_selling_products().
  • Do a lot of comment for your code, especially if you are working in a team. By commenting you are making other peoples life more easy.
  • Make your function small where you can see all code for that function in one screen without scrolling. When the function is getting bigger than your screen, its time to split it into smaller function.
  • If your chunk of code is often use, then create a function for it so every part of your application can call this function. An example of this is database connection and query.
  • Put your javascript code and css style in different file. Save your javascript as .js file and your css file as .css file.

, , , , , , , , , ,

No Comments

Make plugin

This page will help you to create wordpress plugin and is divided into several part:

No Comments

Misspelled keyword tool

This tool will create Misspelled keyword for you PPC campaign. If your keyword is chair, then there are 4 types of Misspelled keyword

  • Missing word: chir, cair, etc
  • Double word: cchair, chhair, etc
  • Wrong key typos: xhair, vhair, etc
  • Transposed word: hcair, cahir, etc

This tool is a part of my Internet Marketing tool, find out more here

, , , , ,

1 Comment

CJ data Creation

This tool will create content for your blog based on CJ.com web services.

The result is in my johannesburg hotel post.

First you need to set your “CJ Developer ID” and “CJ Website ID”. You can get developer key here. The value of “CJ Website ID” is your Web site ID (PID), which enables the system to generate the appropriate link code in the response. The PID must match the Web site PID which you used to register for the developer key. You can get your PID in menu “Account” -> “Website Settings”.

Next step is to go to “CJ product” menu. You need to fill the “Advertiser ID”.

When you are searching products, hover the “View Products” url, look into your status bar and you will see the advertiserId.

This tool if a part of my Internet Marketing Tool. You can get it here.

, , , , , , , , , , ,

1 Comment

WordPress plugin setup

I have a lot of niche blog and I feel it is a waste of time to do the exact thing to all my blogs when I setup it. So I create a plugin to do the dirty work. Here what it will do:

  1. Set permalink to /%postname%/
  2. Delete all default links, like wordpress themes link
  3. Create privacy policy page
  4. Create contact us page based on http://takayukister.chipin.com/contact-form-7-20
  5. Update writing ping option to include more websites

You can download it here.

BTW, you can check my Internet Marketing Tool here. It’s a great tool that saves a lot of my time too.

, , , , , , , ,

No Comments