Malaysia Internet Marketing Survey – Ecommerce Exposure

I recently send out a survey form to my Malaysian friends, and got an overwhelming response. In fact, I got close to 500 responses, with no free gift or offer to entice them to fill in the short questionaire.

Here are the questions asked:

  1. Age, Sex & Other Demographics (not shared here)
  2. Experience & Exposure to Internet Marketing
  3. Level of Interest to Venture Into Internet Marketing

Here’s the overall data I collected, which I dont mind sharing:

Malaysia Internet Marketing

(Chart: Internet Marketing Exposure in Malaysia. Copyright 2006 Gobala Krishnan)

According to the survey of Internet marketing in Malaysia:

  • The majority of Malaysians interested in e-commerce and Internet marketing are Males (66%)
  • Males below 30 years (42%) is the largest individual group of Malaysians interested in e-commerce
  • Only 4% of the people in this survey are already making money with their own Internet based home business. 26% just got started but don’t make much yet, and the remaining 70% are completely new to the concept of making money from the Internet.
  • 17% said they were curious to find out more, but are not planning to start their own Internet business anytime soon.
  • Only 50% said they were willing to do what it takes to get started now.

So that’s what the stats say…

But what does it all mean?

Here’s my conclusion of what to make of the Malaysian crowd in Internet marketing:

  • There’s still a lack of exposure to females. Part of the reason could be due to the fact that the nature of Internet marketing is favored by males, especially those below 30 years old that are more tech-savvy.
  • Females may tend to favor job opportunities, or business opportunities that involve more of a person-to-person approach instead of the Internet, which is seen as a technical, “desk-job”.
  • Overall, the idea of making money on the Internet is still very new to Malaysians. That explains why all those overly-general Internet marketing seminars over here make the most amount of money.
  • If you’re cerating an “Internet marketing” info-product or seminar targetted towards Malaysians, you make more money if you make it general and appealing to a wider audience.
  • There’s still a considerable level of scepticism among 1/3 of Malaysians whether it works. Almost 80% expressed their desire to start their own Internet business, but not all of them want to get started right now.
  • If you can prove or convince them that it works, about 50-60% of the general market would be interested.

Part of the reason for having this survey is for me to gauge exactly what type of information to deliver for a project I’m planning early February, which is going to be huge and involves a lot of local Internet marketers, me included.

It will be an interactive event, thats all I can say for now.

The signs look good. Now I need to adapt the information and strategies to cater to this new-found local market that is currently just under 3,000 people and expected to reach 10,000 by end of January.

-gk-

P/S: If you feel this survey will benefit your readers, please feel free to link to this post.

Plugin: List Today's Posts

Blog more than once daily? Your readers might not scroll down to read further posts on your front page, meaning all your time and effort blogging could be going to waste. However, with the help of Today’s Posts Plugin, this needn’t be a problem any longer.

The plugin very simple makes a list of all the day’s posts which could be display on a sidebar section, or on your main page above your posts for example. Three parameters can be set; before, after and post count, allowing you to control how the links are separated, for example in a list, and how many are displayed.

Plugin: Themed Login Page

Custom Login and Registration forms Plugin is perfect for any site who, for example, requires their visitors to register before they can make a post. It’s all very well to have a fantastically designed theme and professional site, but if your visitors have to go to the WordPress admin login page to be able to post a comment, it will instantly degrade from your sites professionalism. That’s why you need this plugin.

Firstly the plugin allows you to integrate your Login, Registration, and Forgot Password Forms within your existing WordPress theme, it also allows you to customize the top text of the forms, change the default registration email that goes to the user, change the default notification email that goes to the admin, change the default email address (wordpress@domain.com) that the registration email comes from, send emails to a user when the administrator adds a user (can be turned on or off).

Plugin: Override default WordPress title

Title Override plugin effectively does what it says it’ll do. It overrides the default title for a WordPress page to whatever you like. For instance, usually WordPress will use the blog’s title and possibly the page/post name for the title element in the browser, which may not be exactly what you want it to display- hence this little plugin.

All the plugin does is adds an extra field to the Page Edit screen in WordPress, allowing you enter in an alternative title. The plugin will then override the default theme settings to display this inside the <title> tags for your page. Simple, really.

Custom Google Search Results Page on Your WordPress with Adsense Deluxe

I was looking at LiewCF’s extensive documentation on how to create a custom Google search results page within your WordPress blog, and I decided it was just too techy for me.

So I devised a simpler approach – using Widgets and the Adsense Deluxe plugin. This is an approach that most of us regular folks will be able to accomplish easily, assuming you already have these components:

  • A Google Adsense account and a WordPress blog :)
  • WordPress widgets and a widget-compatible theme
  • The Adsense Deluxe plugin installed and activated

This interesting exercise will produce your own custom Google search results page with your Adsense ads on them, and the best part is that it will appear as part of your overall theme.

Step1: Create Your Search Results Code in Google Adsense

Login to your Adsense account and create a new “Adsense for Search” block. Choose “Google Web Search + Site Search” and

Recommend that you lose the Google image and opt for the Google name in the search button instead. Put the search button beneath the search field like the picture below.

googlesearch-05.jpg

For search results options, choose “Open results within my own site”. For the URL, you can put something like this:

www.yourdomain.com/directory/search-results/

Replace “directory” with the folder you’ve installed WordPress in. If you have WordPress installed on the main domain (root) just enter something like this:

www.yourdomain.com/search-results/

This is because you will later create a WordPress page called “Search Results”.

Step 2: Create Your Search Box Using Text Widgets

Now if you already have Widgets installed and you’re using a Widget-enabled theme, all you need to do is copy the search codes and put them into a text widget, which you can place right at the top of your sidebar.

googlesearch-02.jpg

Once you’ve generated this text widget, it may look something like this (depending on your theme):

googlesearch-03.jpg

Now you have your search form up, so you can start to create your custom results page.

Step 3: Create A New Adsense Deluxe Block

Now, the funny thing with WordPress is that be default, you cannot insert Javascript or PHP codes into posts, unless you have some kind of plugin that enables it.

The Adsense Deluxe plugin not only enables you to add Adsense codes into your posts and pages; it can also be used to hold and insert Javascript. Therefore, it can also be used to hold your customs search page code.

Voila!

googlesearch-01.jpg

Go to Options > Adsense Deluxe and create a new block. You can call is “googlesearch” and insert the codes into the settings.

Now you’ll have a custom code that you can use in your page.

Step 4: Create A New Page for Search Results

Go to Write > Pages and create a new page, naming it Search Results. Within the page, insert your new Adsense Deluxe code that will generate the custom search results page. Your code, depending on what you named it, may look something like this:

< !– adsense#googlesearch –>

You can also add stuff to the beginner or the end of the page, for example some text, banners or other elements. Save the page.

Step 5: Test Your New Custom Search Page

Now you can test your custom Google search results page. Mine looked something like this:

googlesearch-04.jpg

So there you have it: a simple, easy way to add Google custom search results to you page. Watch your Adsense income soar, all while maintaining your site navigation and layout.

Remember though that the Google search tool will only return results from your site that are already indexed in Google, so it may not be suitable for new sites.

Enjoy, and if you want to mater WordPress I recommend you take a look at the WordPress Adsense System and our list of tools and plugins.

Plugin: Allow readers to post blog drafts

TDO mini forms plugin allows you to add a form to your site which will enable non-registered users and/or subscribers (this option is configurable) to post draft blog ideas to your WordPress blog, which can then be checked by an admin and posted or deleted as appropriate.

The form has a field for email addresses so the author can be notified when their post is published, information about the author is stored as custom fields on the post. Registered users who have the ability to post directly to the blog will be able to do so through this form as well.

Simplistic Dark Theme

Moonlight is a simple, two column, white on dark blue-grey theme with some very nice touches, such as the speech marks around the blockquotes. The theme is fixed width for resolutions of 800×600 and upwards. The background is a dark grey-blue, the writing mainly white with pale blue links and headers.

The search field has a simple but nice automatic on-click disappearing text, which reappears if you click out of the field without typing. The comments have alternating background colours, which gives a great modern feel.

Using Articles to Get Traffic to Your Blog

When it comes to getting traffic to your blog, enough is never enough. In fact the more traffic you get, you directly and indirectly make more money.

There are tons of ways to get more traffic to your blogs, but one of the most effective is to write and publish articles related to your market.

The trick to writing articles is to write them constantly, which really sounds easier than it is. If you’re not outsourcing the articles, you need to write and publish at least one new articles every two weeks.

One of the easiest ways to do this is to look back at some of the posts you’ve written, and turn these into full-fledged articles. Generally, this would mean anywhere between 500 – 800 words. Anything shorter and you’re likely to be rejected by most article directories. Anything longer is still ok, but would mean your readers get bored.

But writing the article is really just one part of the traffic building campaign. You still need to publish your article to as many sites as possible.

There’s one service I currently use to publish and syndicate all my articles, which is Article Marketer. The service will syndicate all your articles to other article directories, and depending on your niche, this could mean 20 – 300 instant back links to your website. Some of your articles, if they are good, will end up in other people’s ezines and blogs.

articlemarketer.jpg

With a free account at Article Marketer, you will only get distribution on the “partial list”, but an upgrade for a reasonable amount of money will give you unlimited article submissions to a list of more than 5,000 websites.

Each article you submit comes with reporting features so you can check exactly how many sites have published your articles.

articlemarketer2.jpg

All your articles will be examined and approved by a human editor. If you don’t upgrade it takes up to two weeks, but upgrade authors can expect 24-hour approval of their articles. You can post as many articles as your want, using any name you want.

Some of you may have many websites and not comfortable with using your own name for some of the articles you publish, so this is the ideal service for you.

If you’re marketing a lot of content-based sites and you’re looking for long-term results, is the cure.

See: Article Marketer

Getting Traffic To Your Website

There are many ways to get traffic to your website or blog, and quite frankly you don’t need to know all of them. Just master 2-3 methods of getting traffic and forget the rest. You’ll do much better with them in the long run instead of chasing after the latest new craze.

I personally use only 4 traffic-generating methods:

PPC or Pay-Per-Click

I use this when I want to test a product idea or market profitability. I also use it on testing existing products because it’s fast, accurate, trackable and predictable. However, it’s also very expensive.

I only use Google Adwords when testing a new product, simply because there are not many better PPC services when you want traffic now, including Yahoo Search Marketing or formerly known as Overture. Overture is also more expensive than Adwords, slower and more complicated to use.

However, Adwords is not for beginners. What used to be simple “pay-and-play” with Adwords is now a intricate, complex system that takes a lot of trial-and-error to master. While you’re mastering Adwords, you generally lose a lot of money. If you do it right from the start, you may actually end-up making a slim profit in your learning stage.

So, go with Adwords but if you’re a beginner don’t pump all your money here. You may want to check out Perry Marshall’s Adwords book.

Email Marketing

All my marketing efforts go into building my own opt-in email marketing list. Some of the people on this list are customers, but the majority are prospects who for some reason of another have not bought anything from me yet.

With this list my formula is simple: 80% content and 20% selling. Sometimes I do both in a single email, where I give some content and direct them to an affiliate site for the entire package.

I use Aweber and Marketers Choice, and generally get open rates of 30%, with good click through rates as well.

When you’re using email marketing, remember that a certain percentage of people will opt-out of your newsletter or ezine. It’s unavoidable, so don’t get upset when they do. I get opt-out of about 12%.

How do you get opt-in subscribers? All you need to do is to make sure that:

  • Your page is designed to capture your visitors details – single page, optin at the bottom, with an “offer” works the best
  • You get traffic directly or indirectly to this page – direct ways will be to make it the main page, and indirect ways include putting a form on your blog, on your thank-you page etc.

Needless to say, email marketing tactics don’t work well if you page is too packed with all sorts of stuff that throw your visitors away to other affiliate sites. Go for the optin first, and promote later.

Blog, Tag, Ping

It sounds like three different things but for me it’s the integrated power and synergy of them, which I consider as ONE method. I use WordPress blogs to set-up my content websites to get more traffic to the products I am selling. WordPress is relatively easy to set-up and is highly customizable, so I know that no matter what I want to do in the future (add audio, video for example) there’s always a plugin somewhere that I can get for free to do the job.

By tagging and pinging, I can get my sites indexed in Search Engines in less than 72 hours. You may want to see Sean Wu’s Tag And Ping for more info. Don’t expect tag and ping to bring in thousands of visitors because it won’t. It will however play an important role in the overall search engine attractiveness factor of your blog or website.

I don’t care what others say – for me though, blogs are the easiest way to generate traffic to your website, and scalable enough to cater to a growing amount of pages and traffic. Over the past 5 months I have revamped most of my sites using WordPress.

Writing and Publishing Articles

One of the best ways to get long-term residual traffic to your websites, and more importantly, tons of “back links” that can improve your search engine rankings dramatically, is to write and publish articles related to your market.

The trick to writing articles is to write them constantly, which really sounds easier than it is. If you’re not outsourcing the articles, you need to write and publish at least one new articles every two weeks.

But writing the article is really just one part of the traffic building campaign. You still need to publish your article to as many sites as possible.

There’s one service I currently use to publish and syndicate all my articles, which is Article Marketer. The service will syndicate all your articles to other article directories, and depending on your niche, this could mean 20 – 300 instant back links to your website. Some of your articles, if they are good, will end up in other people’s ezines and blogs.

articlemarketer.jpg

With a free account at Article Marketer, you will only get distribution on the “partial list”, but an upgrade for a reasonable amount of money will give you unlimited article submissions to a list of more than 5,000 websites.

Each article you submit comes with reporting features so you can check exactly how many sites have published your articles.

articlemarketer2.jpg

All your articles will be examined and approved by a human editor. If you don’t upgrade it takes up to two weeks, but upgrade authors can expect 24-hour approval of their articles. You can post as many articles as your want, using any name you want.

Some of you may have many websites and not comfortable with using your own name for some of the articles you publish, so this is the ideal service for you.

If you’re marketing a lot of content-based sites and you’re looking for long-term results, Article Marketer is the cure.

I hope these tips have helped you in some way ot another to find the missing pieces of your web traffic puzzle.

Dark, Grungy Theme

Drunk Loser is refreshingly different. It wouldn’t look out of place on a band website, and it’s more Guns n’ Roses than Britney Spears, making it all the more fantastic. The background has a paint splatter effect around the blog area, particularly on the blog title section with green highlights on the links, blog titles etc.

The theme has two, fixed width columns in black, white writing with lime green accents and a dark grey background. It works in Firefox and Internet Explorer and is designed for WordPress 2.0+