Posts Tagged ‘JavaScript’

Fading Box

Thursday, July 31st, 2008

Here’s a JavaScript code of fading box.

http://www.xrvel.com/download/fading-box.html

Simple Ajax Tutorial

Friday, July 4th, 2008

I wrote an AJAX Tutorial last night. You can find how to post data with AJAX / make a “GET” request, make a request with cookie, and how to make a request with session.

This is just a small and simple AJAX example. Enjoy yourself.

Download AJAX Tutorial

Belajar Class

Wednesday, June 4th, 2008

Belajar class dalam beberapa bahasa.

  1. PHP.
  2. HTML / JavaScript.

Source Code Bilangan Prima

Wednesday, June 4th, 2008

Berikut adalah cara mengecek bilangan apakah prima atau bukan :D

  1. Dalam HTML / JavaScript.
  2. Dalam PHP.
  3. Dalam Java.