Monday, August 3, 2009
Get Bachelor Degree on 5th August 2009
It is nearly 3 years long, Build Bright University of Cambodia just aims to celebrate a ceremony to provide Bachelor Degree to the students in stage III on 5th August 2009.
We are the students of BBU very proud and very happy with this meet up because it is the time that we can meet and talk again during we cannot meet each other nearly 3 years ago.
And today 4th August 2009 we are invited by BBU to gather at NIE to get ready some actions before go up to get the certificate from Prime Minister of Cambodia.
At 2:00PM meet you there!!
Saturday, August 1, 2009
Barcamppp has launched to register now
BarCamp Phnom Penh 2009
Technology, Communication and Innovation.
born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos and interaction from attendees.
Register today!!!! http://barcampphnompenh.org/
Thursday, July 30, 2009
Very strange night - very frighten night
At about 2:30AM at night i heard a sound from outside of knocking my rent house's door by unidentified person. They were very quiet they said nothing they did only knocking and kicking very strong to my door for 20 minutes long till my door a little bit broke, that time i was very and very frighten while i was sleeping lonely in the room and i thought they were a thief.
Meanwhile i had called and woke rent house owner come to my house. But when she came then those unidentified person had run away.
Actually they were confusing the house they assumed that my house was his wife's house.
They knocked and kick very strong to the door because he was angry with his wife, his wife said.
Finally they drove the car back again they did not say "sorry" to me at all, dog shit!!!!, they just were walking straight to his wife's room and used the violence to his wife and say loudly at night during people were on the bed very well.
Now i have to repair my door again :(.
Tuesday, July 28, 2009
Web fonts for open source, a view from Cambodia
For English, French, Chinese and many other languages have large speakers; they can recognize the benefit from this method that can keep original layout of contents for user agent to read the webpage. But for the language of small group, there are not in operating system of computer, this report is quite meaningful, an example, for Khmer language in Cambodia.
Embedded OpenType, don’t need to install fonts
Many years ago, webmasters in Cambodia were familiar with the term of “TrueDoc” from Bitstream and Embedded OpenType (EOT) from Microsoft, which can help the user agents, read text on website via loading font from server, without font installation in computer, but it doesn’t work with prominent open source web browser as Mozilla Firefox. Especially, EOT fonts work with Microsoft Internet Explorer only.
Now there is a lot of big website in Khmer language from Cambodia and abroad use EOT font, such as http://www.rfa.org/khmer of Radio Free Asia, http://khmer.radioaustralia.net.au/ of ABC Radio Australia, http://www.rfi.fr/ of Radio French International, http://khmer.ka-set.info/ of Ka-set newspaper, etc…
Also a well-known and old website http://www.everyday.com.kh/ which is interested in teenagers in Cambodia, has also provide Khmer email, use EOT based on legacy font which was created in 1990s. It is favorable for user agents who have MS Internet Explorer, but it still creates difficulties for Firefox web browser’s readers.
Web fonts for Firefox and Safari
According to W3C’s recent report post on their website in June 18, 2009, new term was used and described similar to TrueDoc and Embedded OpenType before, is Web fonts and the way to make them load dynamically from server to user agent’s computer, just upload the font server and add CSS code to webpage. Compare to Embedded OpenType from Microsoft, it is easier, because we don’t need any special tool to convert the font for server.
The fonts for upload to server still keep the original extension, example font.ttf, font.oft or font.svg, etc…
To use a downloadable font call Khmer OS:
@font-face {
font-family: “Khmer OS”;
src: url(http://domainname/font/KhmerOS.ttf);
}
p {font-family: Khmer OS;}
The user agent will download Khmer OS and use it when rendering text within paragraph elements.
p {font-family: Khmer OS, Time New Roman;}
If for some reason the site serving the font is unavailable, the default Time New Roman will be used.
Right now, above CSS works with Firefox and Safari only. We also can add more CSS for Internet Explorer in the same time, after create EOT font by using WEFT of Microsoft.
@font-face {
font-family: “Khmer OS”;
src: url(http://domainname/font/KhmerOS.ttf);
}
@font-face {
font-family: “Khmer OS”;
src: url(KhmerOS.eot);
}
p {font-family: Khmer OS, Time New Roman;}
For more information: http://www.w3.org/TR/2009/WD-css3-fonts-20090618/
Ref: http://khmertype.blogspot.com/2009/07/web-fonts-for-open-source-view-from.html
Monday, July 27, 2009
Drupal Conference finished
They are the professional from other University joined this conference.
Thanks,
HY ChanHan
Friday, July 24, 2009
Sunday, July 19, 2009
Thursday, July 9, 2009
Top 10 Internet Marketing Strategies
- Start with a web promotion plan and an effective web design and development strategy.
- Get ranked at the top in major search engines, and practice good Search Optimization Techniques.
- Learn to use Email Marketing Effectively.
- Dominate your marketing niche with affiliate, reseller, and associate programs.
- Request an analysis from an Internet marketing coach or Internet marketing consultant.
- Build a responsive opt-in email list.
- Publish articles or get listed in news stories.
- Write and publish online press releases.
- Facilitate and run contests and giveaways via your web site.
- Blog and interact with your visitors.
By following the above tips you'll be on your way to creating a concrete internet marketing strategy that could boost your business substantially.
By Laura Lake, About.com
Monday, June 29, 2009
R.I.P. Michael Jackson
From tagged.com
Tuesday, June 23, 2009
Three Dimensions of High Performance
Performance = Ability * Passion
However, you also need time to dedicate to the work at hand; and so Availability factors in also.
In the volunteer world we often say we are looking for 3 key attributes:
- Talent (Ability in some useful skill)
- Passion (motivation to do it)
- Availability (time to commit to it)
In other words you need to have skills, enthusiasm, and time to dedicate to something in order to be effective. (This also applies to paid work too, but because we get paid for things it is easy to mix-up motivation with payment and forget about considering if we are passionate/motivated about the work.)
Monday, June 15, 2009
Login doesn't "stick" after upgrade to PHP 5.2+
This is a specific problem that affects older versions of Drupal on a server running PHP 5.2 or later. Often it arises when PHP is upgraded (sometimes without your knowing!).
Symptom: You can appear to log in OK, but on the very next page view the system seems to forget that you have just logged in and you revert to being an "anonymous" user.
If you are running Drupal 5.x or later then this specific problem won't affect you, so if you still have trouble staying logged in then check here.
This problem occurs due to the way PHP 5.2+ handles objects in session handlers. It affects all Drupal versions up to Drupal 4.6.10, Drupal 4.7.4 and Drupal 5-beta 1 inclusive.
The best method of fixing this is to upgrade to the latest official release of a supported version of Drupal. Currently (Dec 2008) this means the latest release of either the 5.x or the 6.x series.
For those wishing not to do a full upgrade yet but who need an "instant fix", you can add the following line at the bottom of your settings.php file:
// Temporary fix to login/sessions problem.
// Remove this line when upgrading to 4.6.11, 4.7.11 or 5.x or later.
register_shutdown_function('session_write_close');
You should regard this as a temporary fix only. If you subsequently upgrade your site to a newer version of Drupal you should remove this line from settings.php to prevent potential incompatibility with future versions of Drupal.
The problem is fixed in the 4.6.11 and 4.7.5 releases of Drupal. So another option for 4.6.x and 4.7.x users is to upgrade to the final release of the 4.6.x/4.7.x series - 4.6.11 or 4.7.11, which are available here.
Note that while Drupal 5.0 doesn't exhibit this particular problem with PHP 5.2 it is still not fully compatible with this version of PHP; Drupal 5.1 is fully compatible (but of course doesn't contain the security fixes in the latest 5.x release).
Here is the original issue in which this problem was identifed and fixed.
And here is the rest of it.Sunday, June 14, 2009
Upgrading Drupal 4.6.x directly to Drupal 6.12
But the problem is Khmer Unicode is still not displaying yet. I am getting stuck with Khmer Unicode characters , unknown characters like "សូម​ស្វាគមនáŸâ€‹áž˜áž€â€‹áž€áž¶áž“áŸ" :(.
Instruction: http://drupal.org/node/388994
ChanHan,
Thursday, June 11, 2009
Who experienced with E-*?
E-* can be:
-----------------
E-learning:______________________________
E-community:____________________________
E-class:________________________________
E-student:______________________________
E-mail:_________________________________
E-government:__________________________
:)
Thursday, May 28, 2009
Why could i become a Web Master till today???
In 2004 i had passed as a Web Master to work with Micro Domain Company, it is working on Articles to earn money by Google Adsense, founder is Mr. Robert Wolfson. Thanks to Mr. Robert that he was always gave a lot of good idea relate with his experiences to me, i like coding and learning new technologies from him. What i got from him is "How to make money on the internet". I just heard and read this article it made me very interested in doing more websites to earn money.
Thanks for reading, wait for next bio
Wrote by: Mr. Hy ChanHan
Monday, May 4, 2009
How to connect internet with Mobitel
Features of Cellcard Mobile Internet
• Conveniently access the Internet on your mobile phone
• Stay informed by visiting search engines, news groups, and any Web site you like
• Download or stream music, videos, and images wherever you are
• Send and receive Web email such as via Yahoo! or Gmail, or activate Cellcard mobile email to have your own mobile email address
• Bookmark Web pages you like so you can return to them easily
How to register for mobile Internet
1. On the Cellcard Menu on your phone, click Internet
2. Click Register
3. When asked for a PIN, type 1234 and send
4. When asked to save Cellcard Internet settings on your phone, click Yes or OK
TMS Configuration
1. Go to menu -> New Message
2. Just Type cc
3. Send to 7373
4. Then please follow SMS instructions, you will receive your phone's settings
Or
1. Go to menu -> New Message
2. then type: ig<space>phone model
Example: ig Nokia3230 or ig SonyEricssonT610i
3. Send to 667
You will then receive a TMS confirming your request. Save it to your phone.
* Note: If a PIN is required, enter 1234
Charges: Normal TMS charges apply for each TMS sent to 667
Manual Configuration
If your phone model is not listed please follow these simple steps:
1. Internet Access Point Name (APN): cellcard
2. Data bearer/connection type: GPRS
3. User name: mobitel
4. Password: mobitel
5. Authentication: normal
6. WAP/Proxy address: 203.144.95.100
7. Port: 8080 (8080 for http and 9201 for wap)
8. Home page: http://www.cellcard.com.kh/mobile
How to use mobile Internet
1. On the Cellcard Menu on your phone, click Internet
2. Click Browse, wait for the browser to load and you can start browsing
3. To bookmark a Web page, click Tools or Options and then click Bookmark
Pricing
Surf the Internet for just 50KB/1cent
Reference: http://www.cellcard.com.kh
Thursday, April 23, 2009
Another Tsunami within July 22nd 2009

Wednesday, April 22, 2009
What is Plurk?
What is Plurk?
Noun. plurk (plüer-kh) - A really snazzy site that allows you to showcase the events that make up your life in deliciously digestible chunks. Low in fat, 5 calories per serving, yet chock full of goodness.
Verb. plurk (plüer-kh) - To chronicle the events of your always on, action-packed, storybook, semi-charmed kinda life.
Example use: 'Gee golly, my children are plurking all day long, what's a mother to do?'
Why join them, of course! Yes, Plurk is for everyone. We've taken the time, the complexity, and the deep introspection required out of blogging.
This isn't Billy Q. Poindexter's blog, no, no. Instead, Plurk is an easy way to chronicle and share the things you do, the way you feel, and all the other things in between that make up your life, with the people close to you. It's instant gratification, instant self-indulgence, instant celebrity, instantly YOU. Share your life stream, live your life….Plurk!
Follow me on plurk http://plurk.com/hychanhan/invite
Monday, April 20, 2009
តើបុរសនិង ស្រ្តីធ្វើអ្វីខ្លះនៅពេលដែលពួកគេមានអារម្មណ៏តានតឹង?
តើបុរសនិង ស្រ្តីធ្វើអ្វីខ្លះនៅពេលដែលពួកគេមានអារម្មណ៏តានតឹង?
ដកស្រង់ចេញពី គេហទំព័រ http://women.open.org.kh
Sunday, April 5, 2009
រីករាយឆ្នាំថ្មី ២០០៩
សូមជូនពរ សម្តេច ឯកឧត្តម លោក លោកស្ត្រី អ្នកនាង កញ្ញា
មាន
សុខភាពល្អ រកស៊ីមានបាន សម្រេចអ្វីៗបានដូចសេចក្តីប៉ងប្រាថ្នា!