They want me to do what?
September 12, 2007 7:20 AM
Subscribe
AHHHH - I'm not a web developer but somehow Lotus Domino Designer is now part of my job...where do I start?
OK I’ve done some stuff in teamsite and understand (beginner level) HTML but now I need to be able to create basic pages using Lotus Domino Designer 6.5. I have tried searching for free “dummy” or intro lessons unsuccessfully - all I need is how to start…any suggestions or sites I could go to?
posted by doorsfan to computers & internet (3 comments total)
1 user marked this as a favorite
The Designer client lets you put together pages with fields and buttons and controls, and is pretty much WYSIWYG. Just drop the element where you want it to appear on the page.
You can use Javascript to program the back-end logic, but again, that isn't required. There's something called Lotusscript which is very similar to Visual Basic. But you might not even have to use that. There's also something called Simple Actions which let you do things like Save, Close, Send Email, change fields, etc.
Books can be hard to find, I'm afraid. I've found the best way to get started is to poke around in some of the templates that Lotus provides out of the box. Their code is fairly complex, but you can see how things are laid out, and safely play around with things.
There are some great resources on the web. Check out the forums at Notes.net. When I run into trouble, I always search there first. Their archives go back years, and chances are very good they have an answer.
There is also a growing Open Source community creating templates. You'll find them at OpenNTF.
posted by Eddie Mars at 7:59 AM on September 12, 2007