custom theme war file for Novell Identity Managers (IDM) User Application (UA or User App)

Was working on the software based on Novell Identity Management (IDM). IDM software package includes a peace of software called User Application – UA. It is user portal software which supports skins or templates. I had a lot of trouble to collect all the info needed to produce a custom theme. Novell documentation is [...]

strange javascript window.open problem on ie

Internet explorer fails to open popup window using window.open() if the name for the window contains at least minus symbol ‘-’. I guess it will fail in case of any other strange symbol.

<html> <body> <script language=”javascript” type=”text/javascript”> function illegal() { window.open(“http://are.ehibou.com”, “aaa-aaa”); } function legal() { window.open(“http://are.ehibou.com”, “aaaaaa”); } </script> <a [...]

Strange client side xml xslt transformation problem

took a look at w3cshools example. Implemented exactly the same code on my environment. Firefox was performing the transformation as expected Internet Explorer (IE) all versions were failing and returning error:

Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; [...]