Categories
Blog

Welcome to our contributor Sysome HO (Mr.)

As you may notice recently we have some new articles on this blog, mostly related to programming tips and of course, it will be on other topics soon. We have a new volunteer who is passionate on sharing knowledge, as I’m very happy to see his hard working on writing those articles. Let’s welcome him…

Categories
Word

រៀបឯកសារសរសេរខ្មែរផង អង់គ្លេសផង (Prepare Doc for writing both English/Khmer)

នេះជាបញ្ហាធម្មតា និងដំបូងចំពោះអ្នកមិនធ្លាប់សរសេរឯកសារលើកម្មវិធី Microsoft Word ដែលមានខ្មែរផង អង់គ្លេសផង ប្តូរចុះប្តូរឡើងធ្វើអោយទម្រង់អក្សរមិនស្អាត។ Just a quick tip for those who start to write Khmer document which is mostly mixed with English word, it makes you hard to see the doc messup with different font face and not fast enough to write it. But here easy steps or remind you the ways.…

Categories
Khmer Unicode Reporting

Jasper Report is now Supported Khmer Unicode to Pdf

Thanks for another question on StackOverflow and the answer of user dada67, told us that Jasper added Khmer Unicode supports since version 6.2. I tested now on JasperReport 6.3 library with its existing sample in folder: jasperreports-6.3.0\demo\samples\unicode And now I could see it’s working good enough for Khmer rendering, just still one issue: When we…

Categories
Android

Xiaomi – MIUI 8 – Google Play Store: Authentication is required

Open your Google Play Store and got this annoy message: Authentication is required. You need to sign into your google account or Error while retrieving information from servers. It’s on my Xiaomi phone using MIUI 8 (latest), I frequently got this error, and of course searching the whole Internet just to find a right solution…

Categories
Spreadsheet

Bypass Excel CSV formula Conversion with Operator signs with Simple Practise

You might try to open a CSV file and got error with some columns with error “#NAME?“, it is because of the excel formula conversion issue when there is an operator sign (+, -) in front of the value of the cell as following example: Some solutions may suggest you to put some few spaces…

Categories
Khmer Unicode Spreadsheet

How to Convert MS Excel document of Limon to Khmer Unicode text

I have already illustrated how we convert a MS Word document from Limon to Uniocde here but I haven’t tried out for case of MS Excel document once. As previously stated, it won’t have a straight way to do it without using some tricking steps. I’ll detail about it later… let me know if it…

Categories
Hybrid Mobile

Experiment on Ionic 2 Project Modular Structure

Suppose you already know about ionic 2, typescript, nodejs, NPM related or Webpack. I’ll some day back on those topics whenever available, of course, I am also a learner with few tries. The subject of this guideline will be updated according to my real experiment, this is just a starter: 1st of March, 2017: Start…

Categories
PHP

PHP Flow3 Framwork: The system cannot find the path specified.

Flow framework is a PHP framework from Typo3 community. I take a chance to try out how is the framework on Windows. Thanks to composer that makes more easier for PHP scripting language. Time by time, PHP is more better through different framework exists such as from CodeIgniter, Laravel, CakePHP or more … and Flow3…

Categories
MySQL

How to fix “Current Profile Has no WMI enable” – MySQL Workbench

On My SQL Workbench 5.x or 6.x, to manage the administration stuff such as import/export. Somehow, you could face an error when click on those admin tool: Current Profile Has no WMI enable Solution To solve this, it’s simply :   On MySQL Workbench: Server Administration (on the right column) Click Manage Server Instances Select…

Categories
PostgreSQL

Please set binary path for PostgreSQL Server from preferences. [pgAdmin 4-rc1]

pgAdmin 4 is a new version of PostgreSQL administration tool. It’s interface looks so cool and of course, more features would come with that. Any way, here is the first error I faced and I think people might need to know it when such as we try to backup/restore from the pgAdmin 4 (rc1) received…