Author Archive

Newbie mistakes in blogging

Saturday, February 13th, 2010

New blogger always choose blogspot or wordpress to start their blog and I think that this is one of the mistakes done by them. The following point will explain the mistakes done by most newbie.

1. Using free domain name

If you cannot afford to buy your own domain name, actually you can try to use co.cc free domain.

2.  Choosing a nonsense domain name

I have several friends who have a personal blog on blogspot. They got a long and nonsense name and sometimes got numbers too. That’s not including the word blogspot.com or wordpress.com as a domain name. For blog like this, I always put them in bookmark. Not because I want to follow the blog, but the main reason is I’m not sure whether I will be able to memorize the blog address or not. (more…)

Why you should watch Godaddy video ads

Saturday, February 6th, 2010

I just surfing Godaddy site and then there is a hot video at the main page. So, it’s just normal to play and watch the video. The best part is after the video is finished. I never know before this that Godaddy also gives promotion at the end of video ads.

At the end of the video ads, Godaddy offers me new domain registration for USD7.49. The best of all is that you can still pay for the promotion by using Paypal, unlike most promotion code that only enable you to pay using credit or debit card. (more…)

Godaddy vs Namecheap as domain registrar

Saturday, February 6th, 2010

I need new domains for my future projects thus I tried to find the best domain registrars out there. Currently, all of my domains are hosted at Mercumaya which is quite for me. For me, Mercumaya is the best domain registrar in Malaysia (RM30 for com tld).

However, Mercumaya still can not beat famous registrar like Godaddy and Namecheap because those companies always release coupon code so that blogger or domainer can register new domain with discounts.

Domain registration and payment

At first I tried Godaddy to register new domains. By using ‘BOWL99′ coupon code, I should able to get a domain for USD1.15. That means RM4. This is really cheap. However I am not able pay for it since need us to Credit Card, Debit Card, or VCC for paying. Paypal is not allowed for buying domain by using coupon code.

(more…)

Web hosting promotion

Saturday, January 23rd, 2010

Below is the current web hosting promotion (look at the date). If the date is too old, perhaps the promotion is not available anymore.

Godaddy Promotion – international web hosting [26 Jan 10]

  • USD1.99 for .com (if you buy any hosting package)
  • USD0.89 for .info (for the first year only)

Fivio Promotion [22 Jan 10]

Exabytes Promotion [22 Jan 10]

  • Dedicated server RM350 monthly
  • 30 % discount for Ebiz web hosting
  • go to Exabytes promotion

Wawwi minisite web hosting

Saturday, January 23rd, 2010

Although there are a lot of web hosting available in Malaysia, Wawwi is one of the web hosting that you need to consider especially for internet marketer. Why? This is because Wawwi provides DIY minisites that available for USD 36.

For those who don’t know, minisite is a site that sell products. Some called it as sell pages. One way to identify minisite is a site that contain one long page. At the page, the internet marketer will try to provide adequate information and convince readers so that it will convert into sells.

Although you can still sell your products in your blog, a lot of internet marketer claims that minisite has higher conversion rates than normal blog. Opposite from normal blog, the sole reason for minisite is actually to make money by selling products or services compare to displaying advertisements such as Google Adsense.

Minisite looks easy to be done but you still need to have certain programming skills in PHP, HTML and CSS. This is because minisite always contain order form in it (how do you want to sell product if there no payment form). If you are really in hurry and do not have much time to learn programming, Wawwi might be the best choice to get instance minisite and then you focus all of yourself into marketing the product.

12 ways to get idea for your blog post

Wednesday, January 20th, 2010

idea for blog post

Sometimes it is a hard task to get the idea for your blog post. So, below are a few ways that you can do in order to find the idea for your blog post.

Advertisements

Advertisement especially Google Ads can be seen in a lot of websites or blogs. Sometimes certain advertisements can give you an idea for blog post. Furthermore, posting based on ads that appear will likely to make the ads appear in your blog post too. Ads that relevant to a blog post always increase click through.

(more…)

From a blog to newspaper company

Saturday, January 16th, 2010

I used to think that a blog is just a mere blog. Nothing more than that. However, once I think carefully, I know that blogging is one of the easiest way to open a newspaper company.

Let start from the beginning. At first, you buy a domain name and hosting for blogging. The hard part is when you need to post something related to the niche that you choose. If you really master in the niche, that’s OK. But if you lack in knowledge, of course you need to gather it by reading other people blogs and website. Lastly, what you will have on your blog is just spin articles that come from other people ideas.

Although your blog is not great enough, lucky because you still have readers that come from search engines and subscribers. Thanks for Google and loyal readers, now you (more…)

Top Malaysian Web Developer

Thursday, January 14th, 2010

I rarely heard about Malaysian that expertise in open source development. That’s why I am quite shocked when I know that JomComment developer is a Malaysian. For those who do not know, JomComment is a commenting system plugin for Joomla.

By default, Joomla does not have built in commenting system. And commenting system that available for free is not good enough. I always get spam comment by using free comment plugin. In contrast to those commenting systems, JomComment has better features. Besides its good design, a lot of Joomla user is willing to pay for JomComment because it reduces spam greatly. (more…)

Most popular blog host

Tuesday, January 5th, 2010

What is blog

Actually the term blog comes from weblog. And the term weblog comes from web log. A web log is a placed for you to log your journey or experience or anything. Kinda like online diary.

Is blog important?

  • Decades ago, people blog for fun. However, the number of blog increase after Google publish advertisement service that is Google Adsense. Internet user see this oppurtunity as a way for them to generate extra income. Not just extra income, you can also make a living from blogging. Yes, this is true since there are full time bloggers that generate more than thousand dollars per month from blogging.
  • However, there are still  a lot of people that use blog as an online diary. They talk about their development and many things regarding their live. (more…)

Miss schedule in worpress 2.9

Tuesday, January 5th, 2010

After upgrading to version 2.9 of Wordpress, I realized that the posts that I scheduled will have miss schedule issue. Lucky because there is a temporary fix for this issue.

By using ‘Miss In Action‘ plugin, you do not need to worry about miss schedule anymore because this plugin will make sure that your post is published at the same time with the schedule.

Another way is by going to your Wordpress installation folder and go to wp-includes/cron.php.

Change the 0.01 from the code below to 1.

wp_remote_post( $cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false, ’sslverify’ => apply_filters(‘https_local_ssl_verify’, true)) );

I hope Wordpress is finding solution for the permanent fix of this issue.