Author Archives: thomasteske

Mailfile preference. See message markings

While going through my mail file preferences, i saw that my message markings wasn’t on. I actually forgot about this setting, and maybe i’am not the only one, so here is a reminder If you would like to have your … Continue reading

Posted in Lotus, Tip | Tagged , , , , | Comments Off on Mailfile preference. See message markings

New site: www.notesiscool.net, and reminder of others

Just want to tell about a new site i was told about last week. Go and have a look. Very nice site. Notes Is Cool | … let’s embrace the coolness and challenge the misinformation 🙂 http://www.notesiscool.net There is also … Continue reading

Posted in Lotus | Tagged , | Comments Off on New site: www.notesiscool.net, and reminder of others

Sending push notifications to iOS devices

On developerWorks the are a new article by Michael J. Yuan. Read if you want to know more about “Delivering rich content directly to iOS apps” http://www.ibm.com/developerworks/library/mo-ios-push/?cmp=dw&cpb=dwmob&ct=dwnew&cr=dwnen&ccy=zz&csr=021612

Posted in IOSTip, Tip | Tagged , , | Comments Off on Sending push notifications to iOS devices

LNText

My favorite tool is LNText. Don know if i can call it a tool though ! It’s a script Library I use almost every where i code something in Lotus Notes. Why do i use it all the time? Maybe … Continue reading

Posted in Lotus | Tagged , | Comments Off on LNText

Wptouch Mobile theme installed

I have just installed the wptouch Mobile theme ón my blog. And recomendtions are welcome. Hope you like it. Enjoy !

Posted in Mobile | Tagged , | Comments Off on Wptouch Mobile theme installed

F1 contract to a danish driver

The danish driver Kevin Magnussen has written a contract, with Vodaphone McLaren Mercedes. Magnussen is going to drive in McLarens Driver Development Programme, that has to prepare him for Formula 1. He is also going to do some straight line … Continue reading

Posted in F1 | Comments Off on F1 contract to a danish driver

Print to special printer in background, without changing default printer

Have you ever wanted to print to another printer than the default in Lotus Notes via LotusScript. If you do that in windows, windows will remember that printer the next time you print in Lotus Notes. This could be a … Continue reading

Posted in Lotus, Tip | Tagged , , , | Comments Off on Print to special printer in background, without changing default printer

CreateObject(“Word.Application”) Office 97 vs. Office 2010

In LotusScript when you create a Object af Word in Office 97, you can write something like this. Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc = workspace.CurrentDocument Set wdApp = CreateObject(“Word.Application”) Set docNew = wdApp.Documents.Add(“L:\merge.doc”) Dim … Continue reading

Posted in Lotus, Tip | Tagged , , , | Comments Off on CreateObject(“Word.Application”) Office 97 vs. Office 2010

Version check in applications

When i build applications I always make an agent in my templates, with the following code: @Prompt([Ok];”Version”;”LSK applikation R8.5.1    (01-11-2009).”) Every time I release a new buikd for production, i change the text in the agent befor I deploy. Som … Continue reading

Posted in Lotus, Tip | Tagged , , , , | Comments Off on Version check in applications

Notes.ini – All entries

Remember that in the Lotus Domino Wiki you can get a list of all the notes.ini settings there is. You can see them by recently added, Alphabetical etc. The wiki page provides links to information and best practices on using … Continue reading

Posted in Lotus | Tagged , | Comments Off on Notes.ini – All entries