Application Development and Politically Right Discussion
A Plethora of Worthwhile Topics - and lots of other stuff!
You're here, where you can find loads of short technical articles concerning Lotus Notes, Domino and a host of related technologies.
While I've hung up the Domino Blogging Hat for now, I'm still blogging once in a while over at Random Fortification where the topic is making and improving things and/or home improvement, depending on the need at hand.
Looking for Lotus Notes or Domino services? I'm now a Senior Consultant with Teamwork Solutions, Inc., and they (we) do both and more.
| Recent Thoughts :.
|
|
Hardware: Dust!
- Sun 7 Feb 2010, |
|---|
|
I restored my FPS on my game rig by cleaning the dust out! | Read / Add Comments (0) |
|
.NET: Paint.net Scan Lines Plug-in
- Tue 2 Feb 2010, |
|---|
|
To start training my C# skills, I picked up writing plug-ins for Paint.net using CodeLab, ingeniously created by Boltbait. Using Codelab, all you are really writing is a pixel shader and in doing so you don't operate outside this scope. But, you get to learn C# syntax by the seat of your pants and can see the results. >> | Read / Add Comments (0) |
|
LotusScript: getSafeItem
- Fri 29 Jan 2010, |
|---|
|
Another bit for the library. Utilizing a bunch of NotesItems from a document? Document maybe has, maybe has them not? Since it would be repetitive to write tho code to check for each item over and over and painful to write logic to validate each individual property you want to access before using it (and remembering to do so), this simple function does it automatically, creating an empty item for you if none exists. >> | Read / Add Comments (0) |