Open Audit – Attachments
Got asked a question the other day, inquiriing if Open Audit can capture changes to documents. My first answer was no, but Open Audit could determine if a attachment was removed, added, or updated. The example below I used two computed fields that used @Attachments & @AttachmentLenghts to determine that changes where made. 
About…
Yes, this is what I have been about for a couple of months. I have been getting some requests for Open Audit and would like to see if there are any possible improvements for Edit Document Fields . 
idea jam
Check out ideajam.net , where members of the Lotus Community can exchange ideas. Looks great!!
Would you…
use an alternate editor for auto complete(type ahead)? I have not been doing much development in Domino these days, but I have been developing in other editors that support auto complete. You could say that I have been spoiled, but I look at it as a necessity for todays development.
When developing in OO there are some many classes each having its own list of methods and properties. The auto complete is just required. What can make things even more challenging is how frequently the classes are being used.
Since Domino Designer only supports native objects for auto complete I had to start looking other places for my dependancy. Yes, I do use ScriptBrowser which is great for quick reference, but for developing a new class the auto complete is required. The only other option was LotusScript Editor for Eclipse , but once again there was an browser but no auto complete. Took a look at other editors like NotePad++ and TextPad but once again no auto complete.
The next option was to see if VB6 could handle what I need because it has similar syntax as LotusScript. Yes it is closer to LotusScript but that is also its drawback. The UI did not give me enough control over organizing my classes.
The last options was to use Visual Studio and VB.NET, this seems to be the best fit. There are two issues that I am working threw: no LotusScript functions like, StrCompare, StrRight, ArrayGetIndex and class properties. I am not looking to run LotusScript through Visual Studio, but to create the initial shell of methods and classes. Yes, this might come back to hurt me but for now I need the auto complete.
Has anyone else consider this and done any research?
BlogSphere V3 Beta6
Upgraded to Beta6 of BlogSphere and things keep getting better! Great job Declan on the page layout options.
I am addicted to Desktop Tower Defense , thanks Pete . Just got 7078, the Swarm Tower was 5 but I sold it to upgrade my Squirt towers so I could be done sooner :
Lotus Notes 8 Beta – First thing noticed
Just a quick note that Beta 8 is available and I found a little inconsistancy. Yes, I know it is beta, wanted it known. 

I have upgraded
I have upgraded to the beta version of BlogSphere V3. Not sure if I am going to keep this style or try to incorporate my old style, only time will tell. Let me know if you see anything not working.
Open Audit 1.2.1
A bug fix and some minor improvements, and an additional request for Open Audit.
Version 1.2.1:
A minor fix for the authors fields on audit logs, the field was being set as a readers field instead of authors. Added some more methods to access reader and author fields on audit logs. Updated the hide whens of action buttons so they are not visible if the 'form' field is not set.
New Features:
- Updated hide when of action buttons to only show when the form field is set
- Updated Using this Database to specify steps to implement Open Audit
- Addd some new Reader and Author methods to OpenAuditLog class.
Bugs Fixed:
- Authors fields for logs was actually set as reader access, run '(1.2.1 - Fix Authors fields on audit logs)' agent in any database that has audit logs to fix the problem. This bug was introduced in 1.2.0 and only needs to be ran if logs where created with author fields.
Not Implemented:
- Java audit class
- Deleted documents - option to delete audit logs when document is deleted
- Archived documents - option to move audit logs to a archived audit database when the document is archived
- Ability to Roll back a document using the audit log to determine the values of the fields
- Audit access of documents