Lotushints

Lotus Notes tips & tricks you always hoped you will not need

Entries for October, 2009

JQuery, AJAX and IE

On our FlipIT service web page, we experienced an interesting problem. There is a “Did you know” (DYK) section that refreshes upon clicking the link. Behind all that is an AJAX created with JQuery $.get method. All normal thus far. Until IE steps into the picture. I don’t know if the same behaviour is in [...]

Lotus Notes 8.5.1

With the abundance of posts out there, I thought I would chip in my 5 cents worth. Yes, I know I am a bit late. Release 8.5.1 is for LotusScript developer everything he could ever hope for. Specially if you are into OO programming. Finally you don’t have to check your old classes what parameters [...]

@Charset CSS command

Since I ported my notebook to Linux Mint, I started using Eclipse for web page development. Apparently nowadays, it is common practice to add @CHARSET “UTF-8″; to the top of your css files. Also, Eclipse does that by default, which is nice.