Michael R. Barrick's blog
Sat, 2010/05/22 - 1:31pm
There are times when it is handy to start will a null collection in a NotesDocumentCollection., for example when you want to add documents to a collection programmatically based on something other than selected documents in a view.
Two good methods for doing this are:
Method 1:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim collection As NotesDocumentCollection
Set db = session.CurrentDatabase
Set collection = db.GetProfileDocCollection("The name of a non-existent profile document")
Wed, 2010/05/19 - 11:50pm
Sun, 2010/05/16 - 4:10pm

 
|

|
Above are two exposures of my friend Isaac, a.k.a. DJ Pandemonium, doing his thing at 560 Club last month, shot by another friend and fellow photographer, Michael Dicus.
The first exposure, with no flash, the lights on the DJ decks and in the background look great, but we can't see Isaac at all. In the second one, with the flash, Isaac is well exposed, but we lose all the interesting stuff around him.
Michael was kind enough to upload these shots to my website, Gothic BC and I wanted something for the opening shot of the gallery for the night and decided an combination of these two shots would work. Enter the magic of Photoshop.
|
Tue, 2010/05/11 - 10:07pm
Sat, 2010/05/08 - 10:24am
Fri, 2010/05/07 - 11:50pm
Thu, 2010/05/06 - 11:52pm
Mon, 2010/05/03 - 10:49pm
Pages