Archive for October, 2006
Monday, October 9th, 2006
Previously i wrote something about PhpTriad. It’s only works on windows environment.
Just found out something similar with phptriad, which is called XAMPP
XAMPP is much more better because at the moment there are four XAMPP versions:
1. a version for Linux systems (tested for Ubuntu, SuSE, RedHat, Mandrake and Debian)
(more…)
Posted in *nix | 8 Comments »
Thursday, October 5th, 2006
I just found out a great resource for cheat sheets at ilovejackdaniels.
Just take a look at this Regular Expressions
then you’ll know what this expressions mean .
[^\s]*q(?!werty)[^\s]*
Posted in My Life | 6 Comments »
Wednesday, October 4th, 2006
I just join this group. PHP Programmer Malaysia group
Here’s the description of the group.
It is not an easy work to gather all PHP Programmers in Malaysia in one
group. But when it success, We will see the positive results.
Pros:
1. When we have i big scale project, we can distribute it easily
2. When there is an full time job offer drom the companies, we can just
shoot the email.
3. Change idea
4. Problem Solving
So,if you are malaysian and want to know or sharing anything about PHP,you can also join this group.
wait no more…
Posted in My Life | No Comments »
Tuesday, October 3rd, 2006
Are you a Linux user ? then,you should count yourself as a registered linux user here
At Oct 03 2006 04:59:04 GMT, there are 142628 users registered and 157072 machines registered .
And..here is my registered linux #number.

err…why my number is bigger than the current registered user ?
Posted in *nix | 4 Comments »
Monday, October 2nd, 2006
Just now, i need to compare my source (MS SQL Server) and my target table (access db).
For mssql, i use this query:
select count(distinct cust_code) from ODSCustomer
and when i run this query on access,it give me error. as usual, when it comes to this situation,google search always save my time a lot.
here is the solution for this problem. (more…)
Posted in SQL/ETL | 6 Comments »