Tuesday, January 8, 2008

ពត៌មាន​វិទ្យា​នៅ​តំបន់​ដាច់​ស្រយាល​នៃ​កម្ពុជា


សូម្បី​តែ​នៅ​ព្រំប្រទល់​ថៃ គឺ​អន្លង់​វែង ខេត្ត​បន្ទាយ​មានជ័យ​ក៏​មាន​សេវា​កុំ​ព្យូទ័រ​ដែរ ។ នៅ​ក្នុង​ផ្លាក​ក៏​មាន​ដាក់​សេវា​បញ្ចូល​បទ​ភ្លេង​ទូរស័ព្ទ​ទៀត​ផង ។

Friday, January 4, 2008

Technology Joke

After digging to a depth of 100 meters last year, Japanese scientists found traces of copper wire dating back 1000 years, and came to the conclusion that their ancestors already had a telephone network one thousand years ago.

So, not to be outdone, in the weeks that followed, American scientists dug 200 meters and headlines in the US papers read: ' US scientists have found traces of 2000 year old optical fibers, and have concluded that their ancestors already had advanced high-tech digital telephone 1000 years earlier than the Japanese'.

One week later, a Cambodian newspaper reported the following: 'After digging as deep as 500 meters, Cambodian scientists have found absolutely nothing. They have concluded that 5000 years ago, their ancestors were already using wireless technology'.

Sunday, December 16, 2007

PyS60: Python for S60

I tried PyS60 this morning and I realized that I liked it thanks to its simplicity. Knowing nothing about it, I can write a simple program and make it run on Nokia N72!

If you wanna give it a try,

"Python for Series 60 tutorial

http://www.mobilenin.com/pys60/menu.htm

by Jurgen Scheible"

is a best place to get started!

Wednesday, December 12, 2007

Java Podcast

I often read programming news online to get updated information about programming. But it's not always a good way. Often I get eye strain at the end of the day.

Things has changed thanks to Podcast. I can just close my eyes and get my ears to work. Now m listening to http://javaposse.com.

However Podcast is bandwidth eater! I guess I'd get an over use Internet bill again this month.

Sunday, October 7, 2007

Apply Cambodia Visa online!

Accepting following credit cards:
  • Visa
  • MasterCard
  • American Express
  • Discover
more...

Wednesday, September 5, 2007

Sun Java System Identity Manager(With Passion) free online course

The 1st session of free "Sun Java System Identity Manager
(with Passion!)" free online course will start on September
17thd, 2007. The course contents are created based in the
latest IDM version (7.1), providing the basis for
the administration and development activities. This
course is being taught by Gabriel Magarino.

Each topic has a hands-on lab which contains "ready to open
and build" NetBeans projects. For more information, please
go to the course websites below.

Course topics: http://www.javapassion.com/idm/#Topics
Course website: http://www.javapassion.com/idm
Course FAQ: http://www.javapassion.com/idm/coursefaq.html

This course runs very much like a regular college course in
which the students are expected to do weekly homework after
studying the presentation material and doing the hands-on
lab but it is free and can be taken online. There is also
class email alias where students can ask/answer questions.


---------------------------------
Sang Shin, sang.shin@sun.com
http://www.javapassion.com/SangSchedule.html#Bio
http://www.javapassion.com/SangSchedule.html
(Life is worth living... with Passion!)
---------------------------------------------------------------
Sun Tech Days Developer Conference: Boston
Sep.12th 2007: Sun Tech Day
Sep.11th,2007: NetBeans Day, OpenSolaris Day
http://developers.sun.com/events/techdays/
---------------------------------------------------------------

Tuesday, September 4, 2007

www.mpmag.com.kh: What font?

I installed Limons, ABC, Siemreap, Ekreach and other Khmer fonts, but the text on www.mpmag.com.kh doesn't look right.

Do you know what font does the site use?

Netbeans 6M10 & Vista:Workaround


I finally managed to make Netbeans 6 shake hands with Vista.
Here is how I do:

I Right clicked on the setup file and chose Properties.
On the Compatibility tab I ticked the options as shown in the figure on the left.

Netbeans 6M10 & Vista:Disappointment


As my Acer 5630 crashes on XP, I try my luck on Vista.
While Netbeans 6 Milestone 10 runs smoothly on XP, it refuses to play nice on Vista.
When I try to make new project, there's nothing for me to select on the project category list!

I use Java SE 1.6 Beta 2-b86. I guess it's the problem.
I'm going to give Java 1.6 Update 2 a shot.

Tuesday, August 14, 2007

MS Access Unicode & Java JDBC


It's been a nightmare migrating data from MS Access full of unicode data to java database Derby.
Since the JDBC-ODBC bridge driver doesn't support UTF-16, you'll end up with ???????? when it should be កខគឃង.

Fortunately, there are alternative drivers. I've tried HXTT Access which support unicode.
The trial version limits 1000 transactions; enough for my 3225 records with 4 times execution.

After importing the data to Derby.
I'm ready to go to next step. :)