Thursday, June 29, 2006

Malaysia Facts..




More..https://www.cia.gov/library/publications/the-world-factbook/geos/my.html

Teamwork and creative thingking

Everyone in Project Team must coordinate with each other.
Measure Twice, Cuts Once!
teamwork


Comprehensive planning, execution and attention to details.

Planning and comunication

Wednesday, June 28, 2006

Next generation Windows Live Messenger





Call their phones. Call their PCs.
Call your friends' mobile or landline phones. It's affordable both within the US and internationally. And calling someone's PC is always free.

See them on the screen
Show and tell: Grab a webcam and start a video conversation within minutes.

Share stuff
Set up a Sharing Folder with a friend. Drop in photos and other stuff, as many as your computer can handle. See it even when one of you is offline.

Soon: talk to your Yahoo! friends, too
Soon you'll be able to use Windows Live Messenger to talk to your friends who use Yahoo! Messenger with Voice. The world's largest IM network is getting even bigger.


Get it Free

Tuesday, June 27, 2006

PHP6 - Minutes PHP Developers Meeting


Check it

Thursday, June 22, 2006

MAYONNAISE JAR and 2 CUPS OF COFFEE

When things in your life seem almost too much to handle, when 24 hours in a day are not enough, remember the mayonnaise jar and 2 cups of coffee.

A professor stood before his philosophy class and had some items in front of him. When the class began, wordlessly, he picked up a very large and empty mayonnaise jar and proceeded to fill it with golf balls.

He then asked the students if the jar was full. They agreed that it was. The professor then picked up a box of pebbles and poured them into the jar. He shook the jar lightly. The pebbles rolled into the open areas between the golf balls.

He then asked the students again if the jar was full. They agreed it was. The professor next picked up a box of sand and poured it into the jar. Of course, the sand filled up everything else. He asked once more if the jar was full. The students responded with a unanimous "yes."

The professor then produced two cups of coffee from under the table and poured the entire contents into the jar, effectively filling the empty space between the sand. The students laughed.

"Now," said the professor, as the laughter subsided, "I want you to recognize that this jar represents your life. The golf balls are the important things - God, family, children, health, friends, and favorite passions -- things that if everything else was lost and only they remained, your life would still be full. The pebbles are the other things that matter like your job, house, and car.

The sand is everything else -- the small stuff. "If you put the sand into the jar first," he continued, "there is no room for the pebbles or the golf balls. The same goes for life. If you spend all your time and energy on the small stuff, you will never have room for the things that are important to you. So...

Pay attention to the things that are critical to your happiness. Play With your children. Take your husband or wife out to dinner. Play another 18. There will always be time to clean the house and fix the disposal. "Take care of the golf balls first -- the things that really matter.

Set your priorities. The rest is just sand." One of the students raised her hand and inquired what the coffee represented.

The professor smiled. "I'm glad you asked. It just goes to show you that no matter how full your life may seem, there's always room for a couple of cups of coffee with a friend n moments to spend with someone close to your heart ."

Monday, June 19, 2006

Landak : my own linux distro

now am trying to to build my own linux distro from scratch. i just start dev on slax / slackware family. i give it name as "Landak". what do u think? yeah.. yeah.. i know not nice but this animal actually hav a special weapon. same as my machine to develop. will also hav special weapon. the most important think .. i hate dog.. see what happen with dog if play2 with porcupine. heheh



and here is the winner.. miahahahha

Friday, June 16, 2006

Fixing chkdsk error due startup.

I was experiencing my machine unable to perform chkdsk secheduled at startup. i was getting an error "Cannot open Volume for direct access". this is may cause of the hard disc has been block by antivirus software or any misc software like a firewall with advance hard disc monitoring. this problem / message will be prompted everytime machine startup.. i was trying to remove the registry entry to perform this chkdsk startup . check out the solution..


chkntfs /D

will delete the registry entry that runs chkdsk /f at boot, which should let defrag run or try :

chkdsk /X

If you have a bootable install cd for XP run chkdsk from the recovery console:Set your PC BIOS to boot from CDROM, Boot from the CD
Select the first option R Repair/Recovery ConsoleSelect your Windows partition by number (usually 1)
Login to XP with administrator passwordRun CHKDSK /P from the command line
Rinse and Repeat until no errors are shown, run CHKDSK /P :X for each drive letter (X)

Thursday, June 15, 2006

build your own engine using linux

Linux From Scratch


Last night i was reading a LFS documentation and technical manuals. after that i was found the LFS is really cool. its is not easy as 123 actually. "custom your linux engine" is the best i can describe about LFS.

LFS preview (http://www.linuxfromscratch.org/)
There are many reasons why somebody would want to read this book. The principal reason is to install a Linux system from the source code. A question many people raise is, why go through all the hassle of manually building a Linux system from scratch when you can just download and install an existing one? That is a good question and is the impetus for this section of the book.

One important reason for LFS's existence is to help people learn how a Linux system works from the inside out. Building an LFS system helps demonstrate what makes Linux tick, and how things work together and depend on each other. One of the best things that this learning experience provides is the ability to customize Linux to your own tastes and needs.

A key benefit of LFS is that it allows users to have more control over the system without relying on someone else's Linux implementation. With LFS, you are in the driver's seat and dictate every aspect of the system, such as the directory layout and bootscript setup. You also dictate where, why, and how programs are installed.

Another benefit of LFS is the ability to create a very compact Linux system. When installing a regular distribution, one is often forced to include several programs which are probably never used. These programs waste disk space, or worse, CPU cycles. It is not difficult to build an LFS system of less than 100 megabytes (MB), which is substantially smaller than the majority of existing installations. Does this still sound like a lot of space? A few of us have been working on creating a very small embedded LFS system. We successfully built a system that was specialized to run the Apache web server with approximately 8MB of disk space used. Further stripping could bring this down to 5 MB or less. Try that with a regular distribution! This is only one of the many benefits of designing your own Linux implementation.

We could compare Linux distributions to a hamburger purchased at a fast-food restaurantyou have no idea what might be in what you are eating. LFS, on the other hand, does not give you a hamburger. Rather, LFS provides the recipe to make the exact hamburger desired. This allows users to review the recipe, omit unwanted ingredients, and add your own ingredients to enhance the flavor of the burger. When you are satisfied with the recipe, move on to preparing it. It can be made to exact specificationsbroil it, bake it, deep-fry it, or barbecue it.

Another analogy that we can use is that of comparing LFS with a finished house. LFS provides the skeletal plan of a house, but it is up to you to build it. LFS maintains the freedom to adjust plans throughout the process,customizing it to the user's needs and preferences.

An additional advantage of a custom built Linux system is security. By compiling the entire system from source code, you are empowered to audit everything and apply all the security patches desired. It is no longer necessary to wait for somebody else to compile binary packages that fix a security hole. Unless you examine the patch and implement it yourself, you have no guarantee that the new binary package was built correctly and adequately fixes the problem.

The goal of Linux From Scratch is to build a complete and usable foundation-level system. Readers who do not wish to build their own Linux system from scratch may not benefit from the information in this book. If you only want to know what happens while the computer boots, we recommend the From Power Up To Bash Prompt HOWTO located at axiom.anu.edu.auor on The Linux Documentation Project's (TLDP) website at tldp.org. The HOWTO builds a system which is similar to that of this book, but it focuses strictly on creating a system capable of booting to a BASH prompt. Consider your objective. If you wish to build a Linux system while learning along the way, then this book is your best choice. Linux From Scratch - Version 6.1.1

There are too many good reasons to build your own LFS system to list them all here. This section is only the tip of the iceberg. As you continue in your LFS experience, you will find the power that information and knowledge truly bring.

- by Gerrard (linuxfromscratch.org)

Can we try one? what should we named it?

Tuesday, June 13, 2006

running php script under proxy


<\?
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.example.com');
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1);
curl_setopt($ch, CURLOPT_PROXY, 'fakeproxy.com:1080');
curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'user:password');
$data = curl_exec();
curl_close($ch);
?>

Required curl ext

Proxy Score

Proxy Score is a compilation of a number of scripts written in PHP.
This is the first public version and it would be continuously developed and improved.
In addition to usual checks, ProxyScore checks over 16 different variables in each one of the tests in "Checking for Proxy Traces" and "Spill IP Checks".

Proxy Score is a Modular Script. Each module can be used independently for other applications.

Current Modules are:

* Browser Module: Capable of identifying 96 Browsers
* OS Module: Capable of identifying 34 Operating Systems
* Country Code Module & Country Code Plus Module: CC Module recognizes all TLD and Country Codes. CC Plus Module checks additional variables specific to Proxy Score
* Whois & Whois Filter Modules: A full Whois Module plus a Filter module to summarize the result
* IP plus Module: Checks for dangerous or undesirable IP ranges
* Language Module: Proxy Score is a fully Multilingual Script and does automatically display the page in your language, subject that individual Language files are present. Currently, there is only an English Language File but other Languages would be added as soon as translation is made.

As Whois queries take longer to complete. If you are on a slower connection and/or do not require the Whois info, it is best to use the version without Whois.

source : C.L.A.N

Friday, June 09, 2006

New day New challenge?

Pretty nice huh?.. now i has been assign for KPJ project. this is 1st time i heard about KPJ (am geek play with keyboard). actually KPJ is a medical center. its hard to me to describe about that company.. just visit (http://202.184.52.28/ {no domain name?}). this is the current websites for KPJ. Our planning to kick-off the development early next month. btw i still supporting some project (projek2 yg dikatakan tenat.. hahahha)
1 - Putera Johor (http://putera.johor.gov.my). this url are not accessible from public. this system is for Johor Estate Goverment to record and manage all estate property arround johor.
2 - Proton DMS. (no url available. oso intranet system.). this system is "Document Management Systems" that maintain all the documents by Proton staff. cool.


today i do a research and destroy on SCM. i just found to system support for subversion system and this tools really cool for now.
1 - Trac (Demo)
url : http://www.edgewall.com/trac/
features : refer la kt website diorang..
2 - websvn (no demo)
url : http://websvn.tigris.org/
features : refer la kt website diorang..

Trac

Trac interface


Websvn

Websvn interface


Websvn 2

Websvn 2

Thursday, June 08, 2006

PHP Talk & Meetup 2006


PHP.net.my akan menganjurkan PHP Talk & Meetup 2006 bertempat di UiTM Shah Alam pada 24 Jun 2006 bermula pada jam 09.00 pagi - 4.00 ptg.

Aktiviti Meetup akan di isi dengan pembentangan beberapa tajuk berkaitan PHP yang akan dibentangkan oleh beberapa orang penceramah. Setakat ini, 3 orang penceramah telah mengesahkan kehadiran iaitu
- Ahmad Amran - Load Balancing,
- Zam - AJAX & Wakil daripada UiTM Shah Alam.

PHP.net.my, ingin mengalu-alukan dan membuka peluang kepada individu atau wakil daripada mana-mana organisasi untuk tampil membentangkan tajuk berkaitan PHP. Kepada yang ingin membentangkan tajuk berkaitan PHP semasa aktiviti ini, sila hubungi sumardi.

My Kandang

just short brief.. here is my "kandang" from neoffission todo research and destroy hahahha..
pls visit http://pico.neofission.com/websites/azlanskalicc/index.php

if i hav something to do that's might a better place for me.. if u found something weird just ignore it.. everything there is for testing and development purpose.

Wednesday, June 07, 2006

DC0 - Training (3rd day)

today is a last day for training at DC0, MTDC(UPM) Serdang. last night i just visit my frenz at tnec.com.my. jumpe jo1,jo2,jo3..jo(n).. hahaha.. jo2 ni lawak je.. aku duk sana sampai la kul 12:30 mlm duk layan gelak dgn diorang kat opis lama..then today i feel very sleepy..and i oso come a bit late. sorry boss{peace}.. tak sengaja.. kat training ni kenal la org2 baru mufid and amir. they all really cool. boy welcome to da club.

NeoFission MX 1.1.0RC1 (Release Candidate).
now our "pico" (the white mouse server) has been upgrade Neofission to new version. there a lot of improvement such as:
- support ie7
- ajax
- EAccelerator
- internal cache is now load balancer aware
- and also improve in core NF engine.
and many more

Blogs and Freedom of Speech

A global phenomenon — blogging — has exploded in popularity to the point where there are now more than 20 million blogs being tracked around the world. They have risen in prominence as well as in numbers, with some leading blogs challenging the established order of the mainstream press. Indeed, at times the mainstream media has been put in the unusual position of reacting to news that bloggers generate.

[…]

Since 2003, blogs have gained increasing notice and coverage for their role in breaking, shaping, and spinning news stories. Bloggers provide nearly-instant commentary on televised events, creating a secondary meaning of the word ‘blogging’ — to simultaneously transcribe and editorialize speeches and events shown on television.

In 2004, the role of blogs became increasingly mainstream, as political consultants, news services and candidates began using them as tools for outreach and opinion forming. Appropriately, that year Merriam-Webster’s Dictionary declared ‘blog’ as the word of the year.

Tuesday, June 06, 2006

I like to move it - Madagascar



Song: I Like To Move It Lyrics
(Chorus)

I Like To Move It Move It
I Like To Move It Move It
I Like To Move It Move It
Ya Like To (MOVE IT!)

All Girls All Over The World
Original King Julian Pon Ya Case Man!
I Love How All The Girls A Move Their Body
And When Ya Move Ya Body
Uno Move It
Nice And Sweet And Sexy Alright!
Woman Ya Cute And You Don’t Need No Make-Up
Original Cute Body You A Mek Man Mud Up
Woman Ya Cute And You Don’t Need No Make-Up
Original Cute Body You A Mek Man Mud Up
Woman! Physically Fit
Physically Fit
Physically
Physically
Physically
Woman! Physically Fit
Physically Fit
Physically
Physically
Physically
Physically

Woman! Ya nice
Sweet Fantastic
Big Ship Pon De Ocean That A Big Titanic
Woman! Ya Nice Sweet Energetic
Big Ship Pon De Ocean That A Big Titanic
Woman! Ya nice
Sweet Fantastic
Big Ship Pon De Ocean That A Big Titanic
Woman! Ya nice
Sweet Fantastic
Big Ship Pon De Ocean That A Big Titanic
WOMAN!

(Chorus)

Woman Ya Cute And You Don’t Need No Make-Up
Original Cute Body You A Mek Man Mud Up
Woman Ya Cute And You Don’t Need No Make-Up
Original Cute Body You A Mek Man Mud Up
Eyeliner – Pon Ya Face
A Mek Man Mud Up
Nose Powder – Pon Ya Face
A Mek Man Mud Up
Pluck Ya Eyebrow
Pon Ya
Pon Ya Face A Mek Man Mud Up

Gal Ya Lipstick
Pon Ya Face A Mek Man Mud Up
Woman Ya Nice Broad Face
And Ya Nice Hip Make Man
Flip And Bust Them Lip
Woman Ya Nice And Energetic
Big Ship Pon De Ocean That A Big Titanic
Woman! Ya Nice
Broad Face
And Ya Nice Hip
Make Man Flip And Bust Them Lip
Big Ship Pon De Ocean That A Big Titanic – WOAH!

BOP!
WOAH!
BOP!
WOAH!
BOP!
WOAH!
BOP!

(King Julians Bit On The End:)

I LIKE TO MOVE IT MOVE IT
HE LIKE TO MOVE IT MOVE IT
SHE LIKE TO MOVE IT MOVE IT
YOU LIKE TO, MOVE IT!

WE LIKE TO MOVE IT MOVE IT
YOU LIKE TO MOVE IT MOVE IT
I LIKE .. OH I DID I HAVE I DONE I? DID I DO I LIKE?
I THINK I DID I LIKE.. WE? WHAT ABOUT WE? THEY? THEY? I DID THEY.

OH I GOT IT, I GOT IT I GOT A NEW ONE I GOT A NEW ONE.. THEM?
NO NOT THEM.. DID I SAY THEM OR NOT?

THEM LIKE TO MOVE IT MOV... I'M GONNA SAY THEM

THEM LIKE TO MOVE IT MOVE IT
WE LIKE TO MOVE IT MOVE IT
UMM WAIT THERES GOTTA BE ANOTHER ONE WE... WE... NOPE.. OH US!
CAN WE DO US LIKE TO?

US LIKE TO MOVE IT MOVE IT THATS THE ONE
US LIKE TO MOVE IT MOVE IT
US LIKE TO MOVE IT MOVE IT
US LIKE TO.. MOVE IT!

MOVE IT! MOVE ITTT.. MOVE IT! MOVE IT! MOVE IT MOVE IT

OKAY THEN, WANNA HEAR,
I JUST WANNA TELL YOU A LITTLE STORY THIS LITTLE STORY
THAT MY DADDY USED TO TELL ME HE WAS A KING AS
WELL I WAS BORN, PROBABLY ABOUT 68 YEARS AGO OVER BY
THAT TREE OVER THERE YEH
AND I REMEMBER THINGS CHANGED A LOT IN THOSE
DAYS, IN MADAGASCAR IT WASNT SO COMMERCIAL, YOU KNOW,
THERE WASNT ALL THE FUSS BOUT WHO'S GOT THE LATEST TREE
AND WHAT LEAVES
ARE YOU WEARING AND WHO'S GOT
THE LATEST FUR ON THEIR BACK YOU KNOW,
THOSE DAYS IT WAS JUST ME AND A COUPLE OF THE OTHERS YOU
KNOW, DOING THE JUNGLE BOOGIE YOU KNOW,
JUNGLE BOOGIE... JUNGLE BOOGIE
WOAH WOAH WOAH WOAH WOAH WOAH WOAH

I LIKE TO MOVE IT!

YOU REALLY THINK THIS IS NEVER GONNA END COZ IT IS 3,2,1

NOT BAD EH? I LIKE IT

Your Money or Your Site

Some kids are good at skateboarding or playing guitar. Alex Tew has a knack for making money. When his UK high school banned water bottles on the soccer practice field, he sold swigs for 50 pence a pop, taking home a quick 8 quid in one day. After competing in a human-beat-box contest, he peddled a $30 DVD of the event and unloaded 500 of them online in 18 months. Then one night last summer, the 22-year-old devised his most outrageous scheme yet: selling pixels. “My mum thought it was a cool idea,” Tew recalls with a chuckle. “But she wasn’t convinced.”

Last August, Tew launched the Million Dollar Homepage (www.milliondollarhomepage.com). The plan was to cram thousands of tiny banner ads onto a single page by selling a million pixels for $1 each, with a 100-pixel minimum (that’s about the size of a sesame seed). In return, Tew committed to keep the ads up for five years. He sold the first 400 pixels to a beat-boxing friend who wanted to plug his Web site. He unloaded another chunk on his brother, who used it to promote his go-cart business.
Million Pixels?

News of the site spread quickly, fueling traffic and demand. Japanese dating companies and toy train dealers gobbled up space. Within two weeks, Tew had earned enough to pay for three years of college. By September, he had pocketed $200,000. On January 11, he auctioned off his remaining 1,000 pixels on eBay, pushing his total earnings to $1,037,100. “I took a deep breath and thought, ‘Job done,’” Tew says.

But the next morning, Tew got a wake-up call from his Web host, Sitelutions: The site was suspiciously slow. Tew blamed heavy traffic – he got more than 800,000 unique visitors on a single day and had earned a page rank of seven on Google (Amazon is a nine). The following afternoon, however, the site crashed. Tew had been hit with a distributed denial of service attack. Sitelutions VP Russell Weiss estimates that more than 23,000 computers were in on the assault. “It was the largest we’d ever seen,” Weiss says. “They unleashed everything they had.”

Tew gulped. “I felt gutted,” he recalls. He had a good idea who “they” were. The week before, he had received an email from Dark Group, hackers who threatened a coordinated strike unless he paid $5,000 by January 10. The message read: “[It’s] not much money, from the news we heard about you and the amount of money you earned via your Web site.”

Tew was being extorted – an experience that is becoming more and more common in cyberspace. A rash of such attacks against gambling sites first swept the Net in 2004. Now, according to a survey by InformationWeek and Carnegie Mellon University, 17 percent of small and midsize businesses report being targeted. But Tew cockily shrugged off the extortionists. He wasn’t some broke kid from the sticks anymore; he was a self-made millionaire man.

The Dark Group called his bluff. “Hello u website is under us attack,” they emailed, with a demand for $50,000. “if u pay we do not ddos u site even again! and u hava a nice life :)” Given his promise to advertisers, an outage could get him sued. That’s when Tew’s entrepreneurial instinct kicked in. He struck a deal with a Web security company, which agreed to protect his site in exchange for a plug in Tew’s blog. The page went live again. The FBI started an investigation.

“Perhaps the attackers have inadvertently done me a favour!” Tew later blogged. Word of the hit had increased his site’s traffic, proving one of the great axioms of business: There’s no such thing as bad PR. The pixelpreneur is now doing speaking engagements, writing an ebook, and developing a TV show about his experience.

- David Kushner (wired.com)

Tools To Automate Checking of Software Design

"Scientific American describes some of the work to develop tools for examining the design of software for logical inconsistencies. The article is by one of the developers of Alloy, but the article does reference other tools (open and closed source) in development. The author admits that widespread usage of the tools are years away, but it is interesting reading the approach they are taking regarding validation of design."



Check out tool comparison:
Tools Comparison

Run baby run...

jfbus writes
"PHP, like all scripting languages, suffers from having to parse all script files each time a page is displayed. Accelerators (opcode caches) are necessary to speed PHP enough for large websites. Here is a benchmark of the major PHP accelerators (Zend platform, apc and eAccelerator)."


source : slashdot.org

Monday, June 05, 2006

Execute em'

Uh.. Excalibur project patut2 kene siap this july kalau ikutkan timeline yg dh aku beri.. tapi yg x best nye ..aku byk lg x wat.. waaaa.. byk nk kene wat research ni.. x pe bole cover balik.. "i need a time". btw.. excalibur is the project for "thumb of rules for developer". developer will follow everything in the document. in short word its a "developer dictionary". on my part i will manage the Software Configuration Management. we are using subversion + tortoiseSVN since the features offer are pretty nice. huh.. dude.. i hate creating documentation.. can i set redirect button to someone? hahahha.
i just install the subversion + tortoiseSVN in local machine. its running under dav mode. this kind software very easy to use. but to operate/manage in the real project development its must follow some procedure. subversion also support svn mode. I also responsible to handle helang.skali.net as scm server. anything happen on that is mine problem. hope no one shot my helang.:P..

What should i do?

Some time we need to determine our altitude to success in any situations. but sometimes its also happen even its not our planning. miss direction is a biggest mistake .
You can train for ten years and become the fastest runner in the world… but if you start off the race running in the WRONG DIRECTION it's going to be pretty hard to WIN.


Wat Happen?





huh.. dude .. its pretty cool. how hard to figure out the command.. sometimes its make me like spinning in the washing machine. lol.