Wednesday, September 26, 2012

How to install Khmer Unicode on Galaxy Note N7000

This is my personal use only but I want to share to whom Cambodia people want to use Khmer Unicode on their Galaxy Note .Now let begin:
- Your Device must be in rooted;
- Download Khmer Rom Note ICS 4.0.3 zip from Here;
- Copy Khmer Rom Note ICS 4.0.3 zip from to your SD card (Internal or External);
- Reboot your device in ClockWorlMod recovery mode (CWM mode). In this case you have 2 choice to reboot : 1-you can reboot into CWM recovery by using CWM in your device if your device is already rooted.2- you  can reboot into recovery by pushing 3 buttons as Power button , Home button and Volume button up (Volume button Up and Down , you have to select UP );
- Navigate to Install zip from SD card and select  Khmer Rom Note ICS 4.0.3 zip to flash
you have to wait for 3 or 5 minutes and after finishing in flashing , navigate to reboot system and select it to reboot .When your device reboot , you have to wait for a while until your device fully updates .
- After completely update ,some device you have to Default font at setting .->Setting->Display->
Font style select ->Default font.
- Download Multiling Keyboard with khmer plugin from play store.

Sunday, September 9, 2012

Khmer rom Note ICS 4.0.3.zip

My GalaxyNote N7000 can read and write well after I flashed Khmer rom Note ICS 4.0.3.zip.The problem is missed Mini Diary and I can not use khmer unicode on Polaris Office.How to flash this rom:- Download Khmer rom Note ICS 4.0.3.zip - Your Device is already Rooted,- Copy Khmer rom Note ICS 4.0.3.zip to internal or external-Use recovery mode to flash this rom,-Do not wipe data or factory resetThis is a summary only for my personal use but I only post the link for ICS rom that khmer unicode can work well in reading and writing.

Wednesday, August 10, 2011

Download Khmer Unicode fonts can be used with Adobe Acrobat

The Khmer Unicode fonts can be used with Adobe Acrobat or other program .The old khmer unicode fonts missed somethings so try these khmer unicode fonts .If your files downloaded in Notepad , please change propeties to open with Win.rar files and extract them. Click here to download

Thursday, March 3, 2011

Fix your old web cam driver with older Window

I had an old Web cam and  I had lost its driver . So I try to download any free web cam driver from the Webs and I can fix my problem with my web cam driver .How to fix it.
- First I go to this link and download the driver and install it .
- Connect your web cam to USB port.
- Your PC found new hardware wizard and select No, not this time, click next button

- In What do you want the wizard to do ? Select Install from a list or specific location (Advanced). and click next.
- Select Don't search I will choose the driver to install and click next button.
- At  select the device driver you want to install for this hardware , select Have Disk and browse to Local Disk(C) -> program file
->click on it and find the folder Vimicro  ->by clicking on it, you get VM301B->Driver AutoInstall->Driver files->USBVN31B-> click to open it.
- At the Install from Disk ->click OK.If this file cam not support your driver , try to find another file in Driver files to install.


Friday, February 4, 2011

How to make text in transparent box

See the image with text box:
How to do it:
- Create your image background using your image link with CSS . You create a div element (class="background") with a fixed height and width, a background image, and a border.
- Then you create a smaller div (class="transbox") inside the first div element. This div also have a fixed width, a background-color, and a border.
<style type="text/css">
div.background
  {
  width:200px;
  height:140px;
 background:url(http://dc268.4shared.com/img/K82dxZYV/1_online.jpg) repeat;
  border:2px solid black;
  }
div.transbox
  {
  width:130px;
  height:100px;
  margin:10px 30px;
  background-color:#ffffff;
  border:1px solid black;
  filter:alpha(opacity=60); 
  opacity:0.6;
  }
div.transbox p
  {
  margin:10px 20px;
  font-weight:bold;
  color:#000000;
  }
</style>
All the red ones you can change by yourseft to make fitting or suiting your image background and text box.
- Make Div class of Background and Transbox , and insert your text inside transparent box in body.
<div class="background">
<div class="transbox">
<p>You type your tex here.
</p>
</div>
</div>


Please Select on Highlight All and then Click on Copy to Clipboard


How to create a transparent image

First look at the two images below:
Normal image:

A transparent image:

The code source for Normal image :

Saturday, January 22, 2011

How to make recent comment

Recent comment in (blogger) is something that you or your visitors express opinion of something on your blog .
For myself , I have two methods to make recent comment on my blog :
1- Use a Gadget from Blog buster.
2- Use the Script code .
1- Use a Gadget from Blog buster :
-  Log in to your Account with your ID -> Dashboard ;
- Select a Gadget in wherever you like ( Sidebar Gadget , Buttom Gadget ...).
- Find the Gadget Recent Comment and select it .-> save your template. See the image :
2- Use the Script code :
-  Log in to your Account with your ID -> Dashboard ;
- Select a Gadget in wherever you like ( Sidebar Gadget , Buttom Gadget ...).
- Copy the code below to paste in your Gadget by selecting HTML code/Javascript box .

Please Select on Highlight All and then Click on Copy to Clipboard

Note: In the script code that you have copied to paste in your html code , you must change my blog name to your own blog . So you have to find the code below and change it (with red name).You can find this code at the buttom of the script code .Please change
withoutit-learnblog to your own blog .

How to install Khmer Unicode on Galaxy Note N7000

This is my personal use only but I want to share to whom Cambodia people want to use Khmer Unicode on their Galaxy Note .Now let begin: - Y...