Archive for April, 2009

WordPress and special characters domains

I have recently switch to a domain with a special character (ø), which lead to not being able to use the pop-ups in WordPress editor (tinyMCE), firebug gave me this error

wordpress uncaught exception: Illegal document.domain value (NS_ERROR_DOM_BAD_DOCUMENT_DOMAIN)

After a bit of googling it seemed to be a problem in the version (2.2.3) of tinyMCE included with WordPress version 2.7.1.

I manged to solve the problem by downloading the newest version of tinyMCE (at the time of writing that is 3.2.2.3) and replace tine_mce.js and tiny_mce_popup.js in /wp_includes/js/tinymce with the same files in the downloaded zip folder, located at /jscripts/tiny_mce — you might want to keep a copy of the old version, just in case you find a problem with this approach. If you find any problems with this approach please let me know.

Tags: , , ,

Android “1.5 Early Look” SDK

I just tried out the new Android SDK , and made a small video trying it out (see below). It seems to be booting quite fast. The on-screen keyboard is there as well, although it does not seem to work in landscape mode , and there have been some UI polishing ass well . If I have missed anything interesting or anything else you want to see, let me know in a comment.

Tags: , , , ,