View Pdf on WordPress Post / Page using google doc viewer Tuesday March 16th, 2010 | Leave a comment Very nice, let share you guys what I found and so interesting tips: to display your pdf on page or post, here is the way: 1. Add following function into functions.php of your theme: /** * Pdf viewer function */ function pdfviewer($attr, $content) { return '<iframe src="http://docs.google.com/viewer?url=' . $attr['href'] . '&embedded=true" width="500" height="370" style="border: none;"></iframe>';… Read More
Khmer Unicode with Ireport 3.7.1 works fine with Kh fonts Monday March 1st, 2010 | Leave a comment Just quick configuration with Ireport 3.7.1 without detail here: Download ireport from http://jasperforge.org 3.7.1 Install ireport 3.7.1 Open ireport design Use blank design Go to ireport tool configuration: Tool –> Options –> Fonts and click install fonts I install two fonts: Khmer OS System and Kh System First tested with Khmer OS System font, found… Read More
Migrate from MySQL to MS SQL 2005 using MS Access 2003 as a bridge Monday February 22nd, 2010 | Leave a comment My friend asked me this topic “Migrate all tables of MySQL to MS SQL 2005 – what way”. I searched on the net as usual, got many questions and answer around one table import mostly but for many tables seem got a tip from a comment: This might not be the best solution. Nonetheless, it… Read More
Flex 3.x working with Khmer Unicode ? Wednesday February 3rd, 2010 | 5 Comments I start a topic now with Flex 3 not rendering well with Khmer Unicode. If anyone has any idea, please share; I’ll do after some test first. Updated 10/02/2010: Embaded font still not work in flex 3: Updated 25/06/2010: I haven’t found any solution exactly but now I found it’s working for firefox 3.6.4 and… Read More
Website hacked with random URL to access (http://ku6-com.haberturk.com.careerbuilder-com.webnetlinks.ru:8080/) Wednesday January 27th, 2010 | Leave a comment One of my website has been hacked by some hacker or can be with some libraries I am using for my CodeIgniter project… I’m not sure if it is due to the library or about my web hosting place…. I’m still investigating the issue. It is trying to access to random URL as : http://ku6-com.haberturk.com.careerbuilder-com.webnetlinks.ru:8080/apple.com/apple.com/drudgereport.com/google.com/joy.cn/… Read More