Archive for September, 2006
Wednesday, September 27th, 2006
At first when i heard about AJAX, i thought it is a new language but it is not.
Ajax is a set of technologies being used together in a particular way.
Ajax is simply a term to describe client-server communication achieved without reloading the current page.
AJAX = Asynchronous JavaScript And XML
This is a good resource to start learning ajax :
Beginning ajax
w3schools
Updated: More list
AJAX Tutorial
You can try give a comment or contact me to test my “powered by ajax ” page.
Posted in My Life | 5 Comments »
Tuesday, September 26th, 2006
Jom ke sini kalau nak tahu apa-apa pasal wordpress.
wpmalaysia.com
cakap melayu lar plak ek.
actually im getting confuse now,should i use bahasa melayu..or should i use english to write this posting.I know, i sound like stupid if i write in english but i already promise myself to improve my english. That’s why i think i should write in english.
Tapi bak kata mysticmind, rojak sekali sekali pun sedap jugak kan.
so..here goes.i will mix up my english and bahasa melayu posting.
adios…
Posted in My Life | 4 Comments »
Sunday, September 24th, 2006
Selamat Berpuasa kepada semua sahabat-sahabat yang beragama Islam.
Posted in My Life | 2 Comments »
Saturday, September 23rd, 2006
Setting apache to run as a services.
C:\apache>apache -i
Installing the Apache service
The Apache service has been installed successfully.
C:\apache>net start apache
The Apache service is starting.
The Apache service was started successfully.
C:\apache>net stop apache
The Apache service is stopping.
The Apache service was stopped successfully.
Setting mysql to run as a services.
C:\apache\mysql>mysqld –install
Service successfully installed.
C:\apache\mysql>net start mysql
The MySql service is starting.
The MySql service was started successfully.
C:\apache\mysql>net stop mysql
The MySql service is stopping.
The MySql service was stopped successfully.
You can set this services to start automatically once you start your pc. Now,you don’t need to run it manually whenever you want to do your web programming.
Happy programming!
Posted in Database | 2 Comments »
Thursday, September 21st, 2006
echo "Current date and time:";
echo date("l dS of F Y h:i:s A");
echo "
Your are from:
“.wp_ip2c_getCountryName(0);
echo ”
Using “.pri_browser_string($_SERVER['HTTP_USER_AGENT'], true, ‘on’);
?>
br>
p/s: Thanks to
Priyadi
Posted in My Life | No Comments »