and
NotesDesign has free access, Advisor is a general tech site with a Lotus section (parts require paying subscription to use).
As with all Notes newbies, I must bring your attention to some basic facts about Notes development.
If you already do VB development, you will find that the structure of LotusScript is familiar. However, the resemblance stops there.
You must approach Notes development in a different way from practically all other development tools. In C++, VB, Perl or whatever, you have total freedom with how you want to structure data and its up to you to find an efficient way to access.
In Notes, your data is stored in a set structure. What you must learn is how to use the structure and its functions to get the most efficient code. Do not try to reproduce coding methods you know (like how to create a table and fill it with data) - that will ultimately just frustrate you and it will not work. Instead, learn the right way to create data records by creating a view, populating the view with documents and using lookup functions.
In short, Notes was designed to manage information in a certain way. Use it well and it will work wonders for you. Do not use it and you are heading straight for the wall.
Good luck !
Pascal.