Archives for the 'parenting' Category
LotusScript AmazonS3Helper Class
I’ve refactored my AmazonS3 example by creating a AmazonS3Helper class. The AmazonS3Helper class builds the datestamp and signature you need for every call.
I have taken this code:
Function FormatDateToISO8601(aDate As NotesDateTime) As String
‘ Thanks to Joel Litton http://www.joelitton.net/A559B2/home.nsf/d6plinks/JLIN-5UU4B2
Dim dtLocal As NotesDateTime
Dim dtGMT As NotesDateTime
Set dtGMT = New NotesDateTime( Left$(aDate.GMTTime, 22) )
FormatDateToISO8601= Format$(dtGMT.LSLocalTime, “yyyy-mm-ddThh:nn:ss.000Z”)
End Function
Sub Initialize
Const mysecretkey [...]
Sunday…
A hillarious question is asked at ParentDish (a parents blog):
When is it time to let your kid start wiping independently?
