Set html tags style dynamically using javascript

Had a probelm to find css attribute to js mapping. So here it is.

document.getElementById(id).style.<check the table for a proper fieldname>

CSS Attribute to JavaScript Reference CSS Property JavaScript Reference background background background-attachment backgroundAttachment background-color backgroundColor background-image backgroundImage background-position backgroundPosition background-repeat backgroundRepeat border border border-bottom borderBottom border-bottom-color borderBottomColor border-bottom-style borderBottomStyle border-bottom-width borderBottomWidth border-color borderColor [...]

LDAP: error code 80 – NDS error: partial results (-6106)

Had some problems with the following error on Novell eDir:

‘Read Attributes’ has encountered a problem. Error while reading entry [LDAP: error code 80 - NDS error:  partial results (-6106)]

First I thought that Novell eDirectory database got corrupted, but later I figured out that memberQueryURL of the dynamic group object was querying a [...]

php+tomcat on windows

Got a task to install php on top of tomcat (Tomcat5) on Windows. Was strugling to make it work for a while. Was reading wrong blogs and newsgroups for a while without success untill I found a very good resource – JavaBridge. It was so easy as to run msi to install php and [...]