Check email availability using jQuery’s ajax (Part 2. easy way)
On our previous tutorial (Part 1), we have deal with hard way of checking email availability using jQuery ajax.
Now we will accomplish the same problem, which is to check email availability without have to reload the page (server side processing).
Here we will solve it using jQuery plugin jQuery validator which is mainly used to validate user form. Inside jQuery validator, we will using its remote feature (the plugin also capable to check wheter the email entered by user is valid or not).
Remote feature allow us to process ajax call then handle its response.
Well then, lets begin.
Read the rest of this entry »
Check email availability using jQuery’s ajax (Part 1. hard way)
Here we will make a form such as registration form, which is contain of email field, that need to be checked for its availability.
Naturally, we will check its (email) availability by let the form submitted once, then processed it in the server. However by using AJAX, we can make it possible to check its availability on client-side. Again, jQuery will make it much easier to accomplish.
Before we start, we need jQuery library to complete this tutorial.
This part, we will try to make it using common jQuery’s ajax function, that need several setting to accomplish.
Then, lets begin..
Read the rest of this entry »
Generate dynamic chart using amchart and php + ajax drill down
On our previous tutorial, we’ve made simple dynamic chart using php. Now we will add little feature to make the chart more interactive. We will add drill down feature using jquery’s ajax.
For this purpose, we need to make several changes. We will add another chart as a view of dill down data. Again, we will simulate this data using -fake-data dummy.
We can assume our chart can show the detail of composition of the visitor for ‘clicked’ day, eg. for January 1st, the number of visitor is 68 persons, we -hope- can see the composition of that ‘68′ persons divided into male and female.
Enough for introduction. Lets coding.
Read the rest of this entry »
Generate dynamic chart using amchart and php
Introduction
Last week, I’ve been assigned new task to make my chart as interactive as possible, that is need to add some functionality like tooltip, animation, etc which is -almost- impossible to accomplished with javascript.
The last choice is to use SWF-generated chart. The only disadvantage of majority of swf chart out there are lack of capability of export to image file. Then I found amchart, with outstanding style, documentation, template, etc, and the story begin..
Read the rest of this entry »
Pendekar Blank1, owned..
Barusan pergi ke cyber padi, ngajar penkom, ternyata komputernya banyak yang kena virus ‘Pendekar Blank1′,
biasanya indikasinya yaitu dengan adanya file executable dari nama folder yang ada kemudian meng-hidden folder aslinya:
indikasi lainnya yaitu saat lihat proses yang berjalan di Task manager, maka akan ada proses berikut:
Blank.doc
Empty.jpg
Hole.zip
Unoccupied.reg
Read the rest of this entry »
quizz pakai ajax
coba ajah deh ke mingle2,
nanti klik ke QUIZZ,
disana nanti ada banyak quiz yang bisa lu coba, keren banget, soalnya pake teknologi AJAX, trus kalau ngga salah pake codeIgniter juga,
coba deh..
ini salah satu hasil yang gua peroleh waktu nyoba test css

take the spaghetty or build new one with framework ?
Pengalaman dari PKL (agustus 07),
Saya dihadapkan pada kasus reverse engineering dari sistem informasi yang sudah ada, namun tidak bekerja.
Sistem tersebut dikembangkan berbasis web php. Bisnis proses dari sistem tersebut pada awalnya sangat tidak jelas, karena yang mereka berikan pada saya adalah puluhan file .php dengan susunan dan sistem penamaan yang tidak teratur seperti a1.php, a2. php, h1.php, dll.
Bagi programmer seperti saya, hal tersebut sangat membingunkan, pertama karena sistem tidak jalan, dan kedua kode program tidak memiliki aturan jelas. Read the rest of this entry »