Posts archive for April, 2008

How to remove XP Antivirus Protection?

advertisement

Received a call few days ago from my client saying that their PC now load “XP Antivirus Protection” whenever windows start. I’ve no idea what “XP Antivirus Protection” is at that moment. After googling for while, i found out this “XP Antivirus Protection” is another “AntiSpywareShield” or “virprotect” a like software. Generally speaking this “XP Antivirus Protection” is a fake anti virus software.

xp antivirus protection, xp anti virus protection

So, to remove “XP Antivirus Protection” you need to go thru the steps below:-

Continue reading How to remove XP Antivirus Protection? »

Symfony: Control Model->save() function to perform INSERT or UPDATE

advertisement

In Symfony Framework, Model->save() function is clever enough to determine to use INSERT or UPDATE for the query. But i’ve tried many ways to perform an UPDATE for my record but failed. It keep INSERT new record. Finally i found the solution to control the Model->save() function to perform INSERT or UPDATE.

Just a simple example:-
Assume there is a User table where ID is the primary key, and there is a user record with id = 5, now we perform the code below, it should be smart enough to perform UPDATE but NO!, the code below will INSERT a new record.

Continue reading Symfony: Control Model->save() function to perform INSERT or UPDATE »

How to type chinese character in Ms Windows? – Google PinYin

advertisement

Always been ask how to type chinese character in Ms Win. To type chinese in windows, you can download you can download Google PinYin Chinese input method for free. Google PinYin chinese input method is release by Google Lab (China). It’s a free Chinese input method you can install for your Ms Windows machine.

Google PinYin Chinese Input Method has many good features including:-

  • Smart sentence building – Google PinYin Input Method builds sentences for you, reduce the time to choose the correct words.
  • Popular words – Powered by Google database, Google PinYin Input Method automatically updates the latest buzz words in Internet.
  • Sync – You can sync your input habit and personalized words with Google account and apply it on other computer.
  • One-click search – It is Google. You can search any word directly from the Google PinYin Input Method toolbar
  • English input – Google PinYin Input Method gives English words suggestion when you type english characters. No need to switch input method.

Once download and installed, you can activate google pinyin chinese input method by ALT + Left Shift.

Continue reading How to type chinese character in Ms Windows? – Google PinYin »