Google AJAX Libraries API

Google lagi-lagi berinovasi, kali ini bernama Google AJAX Libraries API. API ini akan sangat bermanfaat untuk web developer yang sering berurusan dengan AJAX pada proyek-proyeknya. Daripada menyimpan library-library ataupun framework javascript pada server sendiri, google telah menyediakan untuk kita.
Read more

Convert All Links to be Opened in New Window

This javascript codes will force all links at a page to be opened in new window when it’s clicked. It is a simple way to mass convert whole site links especially it has a lot of pages. You just need to put the snippet inside the head section (<head> … here … </head>) in your html template:
Read more