Sunday, May 30, 2010

หน่วยวัด พื้นที่ ของไทย

1 ไร่ = 4 งาน = 400 ตารางวา = 1,600 ตารางเมตร

Monday, May 24, 2010

Next book I will read

I will read a Head First Design Patterns when I have free-time. I believe that design patterns help to improve my coding skill.

Drupal 6 admin is slow slow and slow on localhost

I just install Drupal 6 and found this is slow on admin site if I compare Drupal 5.

Detail:
OS: Windows Vistra
Web Server: Apache Appserv

I found many solution to solve this problem.

1. to modify hosts file in windows\system32\drivers\etc\hosts
from
:1 localhost
to
#:1 localhost

2. my solution to try is easy way
change URL (localhost to IP)
from
http://localhost/drupal6
to
http://127.0.0.1/drupal6
Speed come back again!!!!