January 2008

My Plans for 2008

January 19, 2008

Even though half of January 2008 had passed, it’s not to late to have a new year’s resolution. I’m jotting down the following according to what comes to my mind first. Learn Java Continue to prepare for my OCA certification. Keep my family happy and provide what they need. Continue to learn new things and [...]

Read the full article →

I’m One of the Very First Oracle Certified Expert – Oracle Database SQL Expert

January 19, 2008

Looking back to 2006, after my long vacation from work, I planned myself to focus on certification. I want to certify my skills and make me more marketable globally. I don’t have anything to look for in my company – Accenture. I want that when I get back to work I can bring a significant [...]

Read the full article →

How to display newline in Excel?

January 12, 2008

The commonly used to display newline in Visual Basic is using VbCrLF. But the problem is you will see a small rectangle at the end of the line. PLAIN TEXT Visual Basic: Dim strFirstLine As String Dim strSecondLine As String   strFirstLine = "This is the first line" strSecondLine = "This is second line"   [...]

Read the full article →