Category: Development
Live demo: Online Workspace application
So, the application I teased about earlier is finally ready for a live demo. Because it uses a profile document to store which applications you add, it's behind a login. Username: Test Userpassword: testUrl: Workspace BetaThe app uses Xpages, SSJ… more »
Xpages and Security: Can an expert please help? OWASP and Xpages
As we've all been making the move to more and more Xpages applications, I'd like to raise the point of security. We are as Domino people not know to be attacked a lot, but still I'd like to know the following (as an admin that does some design work):
Wo… more »
ASW: I'm referenced in the Lotususergroups DEVELOPER Tips for October
The little app I wrote about a year ago, and offered to Paul Mooney, made it into the LotusUsergroup's Developer Tips Newsletter October. Good to hear some people actually find something an administrator developed interesting ;). Go forth and use it. It'… more »
Removing a full text index on a server
I've whipped up this little code after searching the web on how to use the C-api. It's actually easier then I thought, but I'm sharing it anyway.
'Remove FTI:
Declare Function FTDeleteIndex Lib "nnotes.dll" (Byval hDB As Long) As Integer
Dec… more »
C-api help on one of the samples
Recently this admin has been developing a nice app (if it ever reaches beta stage I might even put it on OpenNTF) with the Notes C-Api. As my development skills can be described as "rusty", it's not all that easy.
I've been playing with the "find_dbs.c"… more »
The 8.5 designer....
.. and myself, we just cant get along.
I need to get trusty old killnotes to get rid of the hanging designer client because it won't shutdown. If there's any feature I really don't like about 8.5, it's got to be the Designer client. It. Just. Does… more »
The admin doing dev again: clear all replication histories
Not difficult, not interesting, not pretty but I thought I'd share it anyway
Sub Initialize
On Error Resume Next
Dim Svrname As String
Svrname = "Server/ORG"
Dim dbdir As New notesdbdirectory(Svrname)
Dim DB As NotesDatabase
Dim rep As N… more »
Admin vs Developer, or how to set up a good environment
Most of us know the video between Paul and Bill from the last lotussphere.
My colleague Tom and I have the same discussions a lot of the time ;);). I tease him by telling him I'll revoke his rights more and more, and actually that's not a bad idea.… more »
Good tips for admins wanting to be developers (and maybe for developers too!)
Stefan Wissel has just published the first part of his So you want to be a Domino developer? series.The image he posted explaining the different techniques you need to master are allready showing what a challenge this is!Go on and read the first en… more »