Archive for June, 2007

PHP: How to convert ISO character (HTMLEntities) to UTF-8?

Thursday, June 28th, 2007

I’m facing problem in how to convert string from ISO to UTF8 previously. Due to the server configuration problem, all the UTF-8 char has been convereted into ISO (HTMLEntities) before it insert into db and those ISO character (HTMLEntities) break while showing in XML document. Now i found the solution to convert ISO character into [...]

Fckeditor - File Manager Session Problem in IE7

Wednesday, June 6th, 2007

I’m using FCKEditor for one of my project and it works brilliant for IE6, Firefox 1.5x. When we did the testing on IE7, the file manager shows some error. Before this we did some fine tune to allow only authenticated user to use FCKEditor and it’s file manager to upload pictures. Now it shows user [...]