PHP syntax error, unexpected $end – can be with short tag Parse error: syntax error, unexpected $end in … on line … While I develop a wordpress plugin, I got such error, finally I found that the issue when we use short tag in PHP <? … ?> So solutions we can try: Replace <? by <?php Enable PHP setting: short_open_tag Create or edit .htaccess file… Read More
The Browser Highlighter – Firefox addon is a malware also You may can try to search on google such following string: var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300; var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 50; There are many websites are having these text without knowing where it’s coming from and how to solve, here I met this issue at my colleague’s PC while editing Confluence page and finally I found the… Read More
Generate XML from XSD in Eclipse I use Eclipse Java EE IDE for Web Developer – V3.5 Here are the 4 steps to get XML from XSD Enjoy!… Read More
Google Font API is available for Khmer Unicode When I saw a message from Mr. Danh Hong, the one who created most of Khmer Unicode fonts, told us about his new achievement to publish Khmer unicode font via Google Font API, really made me surprised and happy. So now welcome to Google Font API for Khmer Website Designer, it will be more easy… Read More
In general, how webservice recieves image file or other binary data? As you may notice, one of the popular way to communicate with web service to transfer data or receive data, we mostly use XML (Soap, XML RPC …). XML is a string data, so what is the best way to attach the image files or any binary data to send or receive from the webservice?… Read More