Archive for December, 2006

BOM - Byte Order Mark

Hi,
When files are saved from notepad like MS applications, a byte order mark may be added in the first line of your file. This is handled in editors so that you cant view them. But they may put you in trouble when you are reading those files (like IniFile, or reading from any other static files). either you have to use *writeUTF() *and *readUTF() *methods in Data I/O Streams or check for character *(char) 65279* (if you use UTF-8, for other unicode encodings the character may not be the same) at the beginning of you file.

for more info, pl. search for BYTE ORDER MARK in google :)

You may know already, when you open a files containing unicode character, they may be displayed as question marks or junk characters in Editplus, Textpad or any other unicode not-ready editors. Notepad, word pad is working fine

—————————————————
*Free* software is a matter of liberty not price. You should think of “free” as in “free speech”.

applet does not obey z-index

many are suffering with this problem. applets dont obey zindex. it causes ugly effects like the dhtml div layers goes behind the applets. what should be done. I have been searching but couldnt find a good solution. when we create all element dynamically using dom, It may be fixed. I am not sure. (FYI, milonic’s recent drop down is above the applet)

presently I am hiding the applet when I am invoking the layer. oops..

any solution?

—————————————————
*Free* software is a matter of liberty not price. You should think of “free” as in “free speech”.