Using profile documents in a web application

A very quick tip for the non-admins out there today. I am looking after an app which uses lots of profile documents on the web. It’s not the way I would choose to do things because whenever you change the configuration in a profile document it takes ages (up to half an hour) for the …

Automatically launching Javascript Debugger from code

I’m trying to locate a very odd javascript problem at the moment but not having much luck. However, in my browsings I have found a very useful little line which makes debugging a lot easier. If you enter the line “debugger” in your function then if you have the IE Script Debugger or the Venkman …

Logging JavaScript Errors to OpenLog

If you haven’t heard of OpenLog then you should get over to OpenNTF and catch up now, don’t worry we’ll wait for you… OK, are you ready now? Good then we can continue. I have been busy adding OpenLog to a couple of applications over the last day or so, all works wonderfully (as we …

Getting information from a user's person document

OK this is a really simple little tip using an @Formula which I had completely forgotten about (hence the post really). The situation is that we have multiple cascaded NABs (or Directory Assistance directories or whatever the cool kids are calling them these days), the current user could have their person document in any of …

Show and Tell Thursday – Using gmail as a spam filter

No code this week, no time what with the release this morning and washing machines blowing up earlier in the week. So instead a tip. It’s something which I have mentioned to a few people and they seemed to think it was an interesting idea for those of us running home Domino servers for email. …

Show and Tell Thursday – Rational Test Manager “rtpar” decoder

Joining in the spirit of Rocky’s Show and Tell Thursday idea, I thought I’d share a tool which I wrote last year. The reason I haven’t posted it before is that it’s got a fairly niche market and it’s just re-using techniques which are pretty familiar now (AJAX to get some XML and then XPath …