407
votes
425answers
36k views
What do you use to keep notes as a developer?
Where, as a developer, do you like to keep your code snippets, links, checklists, final solutions to problems etc?
I've fooled with Google Notebook, MS Onenote, TreePad, textfiles, and Evernote a …
26
votes
26answers
2k views
Do you keep a programming journal?
The last couple months I've started keeping a journal relating to my software development. I've found that's it's been helpful for keeping track of software requests and the changes and discoveries …
0
votes
1answer
19 views
c# and lotus notes attachment icon
I am using c# and need to attach a lnk (shortcut/link) file and email to a lotus notes account. the problem is the icon defaults to a generic image and does not show the folder with the arrow as seen …
0
votes
1answer
274 views
Lotus Notes email as an attachment to another email
HI all,
This is in Notes 8.5 environment .
I just wanted to know how to attach an email to another email as real attachment not a "Document Link".
I intended to attach an email, so I drag & …
-1
votes
1answer
54 views
Good, free, sticky note/post it application [closed]
Does anyone know of a good, free sticky note/post it application that I can download?
0
votes
2answers
232 views
Extract/Export attachements from Lotus Notes Email using C#
Hello
I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. …
4
votes
20answers
883 views
Code Golf: Banknote calculator
This question was posted by a C beginner and it was an exercise to calculate, given a dollar value input by the user, the minimum number of bills (or banknotes, depending on your locale) needed to …
0
votes
0answers
125 views
Extract/Export image from Lotus Notes Email Body using C#
Hi
I need to extract the image from lotus notes email(not as attachment). Image is in body of email. I am receiving i count when I run the following code
public int …
2
votes
1answer
56 views
Debugging a Domino/Notes DSAPI filter
I've built a DLL for Domino Server 8.5 for Windows and installed it as a DSAPI filter, but every time I restart Domino I get "HTTP Server: Failed to load DSAPI module C:\path_to_filter\filter.dll"
Is …
0
votes
1answer
28 views
How to avoid accidental deletions of databases in Lotus Notes?
I have always worried about users deleting lotus notes databases by accident. We had one such case last week and I want to know how we can lock the databases so that users cannot delete them.
Is …
0
votes
5answers
194 views
How get all calendar entries for a given using the Notes.Jar for Java
I am working on a simple java code to extract all calendar entries for a given date. I know it possible using Domingo but I would like to use only Notes.jar for this purpose. It is possible for me to …
0
votes
2answers
85 views
Web (anchor) link to a Notes database
Hi
Is there a way to create a regular web (or anchor) link that will open a Notes client and display a pre-determined database from the workplace?
Thanks in advance.
Ronnie
1
vote
1answer
225 views
How to open 2 instances of Lotus Notes using a VB Script
I am having to connect to 1 mail server via LAN for my internal work and to a second mail server outside of my LAN but through a VPN connection in order to do my work as well as both sides of this has …
1
vote
1answer
182 views
Adding Notes Using Google Reader’s API
Does anyone know how to add a note using Google Reader's API? In looking at some of their code, I've noticed that it might have something to do with the "/reader/api/0/item/edit" URL, but I can't find …
0
votes
1answer
87 views
Accessing mails from “mail\ServerMailFile.nsf” file from Domino Server using “Introp.Domino.dll” (C#)
Hi All,
I can open contacts,to-do list from "mail/usermail.nsf" file.
But unable to open or access mails from it.
I am using below code to access "calender":
_serverDatabase = …
