Coding, thoughts, technology and ideas.

Don’t limit yourself. Many people limit themselves to what they think they can do. You can go as far as your mind lets you. What you believe, remember, you can achieve.

Sync device Date/Time with http web server
Sync device Date/Time with http web server
Well, this is long way back when I was a rookie to develop Windows Mobile applications with C#. I believe there are some people want...
Check the application has installed on Windows Mobile Device
Check the application has installed on Windows Mobile Device
When I deploy the application to customers, I like to wrap all cabs in one as it would be much easier. For example, .NETCF and...
Darken or lighten the colour with C#
Darken or lighten the colour with C#
It was a while ago to play the colours in .NETCF. The case was drawing darker or lighter colour when user clicks my custom design...
JDK not found on Installing Android SDK
JDK not found on Installing Android SDK
Today, I was trying to install the Android SDK to my laptop and got “JDK not found on Installing Android SDK”… Well, I was a...
Validate input URL string
Validate input URL string
img border="0" height="193" src="/assets/posts/blogger/2011-04-06-image-0000.jpg" width="320" /> I’ve just tried to write a function to validate URL address. Well, as usual, I’ve done some researches on...
Wrap long string in C#
Wrap long string in C#
Today I was think how to optimize the drawing string method on my library… so far I worked out this… However I still couldn’t workout...