When doing one of my client task, my AJAX codes always getting this error

Object doesn't support this property or method

on IE 6. Everything is fine under K-Meleon 1.5, Firefox 3 and Opera 9, but always getting error on IE 6. It's drive me crazy.
Here's one of quick resolution for whom facing same error with me:

The errornous code (in IE 6):
msg_container = document.getElementById("msg_container");


The correct code (works on all browser):
var msg_container = document.getElementById("msg_container");


Notice that there's a additional var declaration. So, the conclusion is: always use var before declaring/using a variable.



Read rest of these entry>>>

OK, right now I'll write basic tutorial on setting up your private nameserver on Name.com registrar account.
You must have account on Name.com, a domain name and private nameserver from your hosting company.

For example, I'll use my domain ngask.us, here's the step by step (important link marked with RED):

1. Choose the domain name that will use private nameserver:

2. Choose "Manage Name Servers"

3. Add your private nameserver IP address (ask your hosting company):
4. After you've added your private nameserver IP (usually for ns1 and ns2), click on "Edit Name Servers":5. Now, add the privatename server name in the box provided:


Done! You just wait for the DNS server to propagate the new value.
Good luck!

Read rest of these entry>>>

As I said on my previous post, prwalk.com is death.. I can't let die so easily.
Today I updated Advanced SEO Statistics so it much more like PRWalk.com that has badge and pagerank button. Infact, it has more feature than PRWalk.com, for example, it has 30 pagerank button styles that users can choose.

You can see the demo of the badge and pagerank button here on this blog. If you want to put it on your site/blog, you can put this code for the badge:

<a href="http://www.vrank.org" target="_blank"><img src="http://www.vrank.org/badge.php" alt="Advanced SEO Statistics by VRank.org" /></a>

Result:
Advanced SEO Statistics by VRank.org

And this code is for the pagerank button:

<a href="http://www.vrank.org" target="_blank"><img src="http://www.vrank.org/pr.php" alt="Pagerank button by VRank.org" /></a>


Result:
Pagerank button by VRank.org

For pagerank button, you can change its style by changing http://www.vrank.org/pr.php into http://www.vrank.org/pr.php?s=style_number , where style number is 1 - 30, example of using different style (style number 30), code:

<a href="http://www.vrank.org" target="_blank"><img src="http://www.vrank.org/pr.php?s=30" alt="Pagerank button by VRank.org" /></a>


Result:
Pagerank button by VRank.org

Have a nice try!

Read rest of these entry>>>
Wednesday, April 1, 2009

New Layout.. speeding up load time

I decide to change my blog template to speed up it's load time. A lot of widgets/badges are removed. I think I don't need it anymore. I didn't make any money from this blog anyway, so, it's useless to maintain this blog furthermore.
Next thing.. post what I like and post everything that I think it's worth to be posted. Let's blog for fun. You may read my blog or leave it because it's ugly appearance. :)

Read rest of these entry>>>