My Notes Client Setup

After building my new Macbook Pro as well as rebuilding my main rig on its new Intel X25 SSD I wanted to briefly document my client setups for Visual Studio and Lotus Notes/Domino. So to get started, here’s the Notes/Domino post.

Firstly.. I install the client! I’m currently using 8.5.1, but ideally would be running 8.5.1 with 8.0.2 basic installed concurrently. Why? 8.5.1 is an utter pig for making quick design changes over slow remote connections – and this is how I do a lot of work for my clients. Setting the project to build automatically often means making a trivial change to a view column can take 10 minutes. Turning off build automatically is an obvious solution, but yeah, 8.0.2 for trivial/reactive changes would be ideal. Running a VM on my MBP isn’t an option due to the size of the SSD, so if you’ve got any hints on installing these 2 clients side by side please post them in the comments.

Add Remote Console icon to the toolbar – I very rarely run Domino Administrator. If you want to send a quick one off command to a server or view the console output while running an agent then this is the quickest way to do it. Simply add a new icon with the formula of @Command([AdminRemoteConsole]). Incidentally, the list of previous servers that appears in here has always seemed a little random – I’d love to know how to add/remove entries here.

Add Debug Lotusscript icon to the toolbar – I add the standard toggle debugging icon to the Universal toolbar for quick access.

Add Chad Smiley’s Edit Document Fields – very handy for fixing corrupt fields. Latest version here, change history here.

Apply the Eclipse RAM tweak - documented here, it really does make the Eclipse client feel snappier. If you don’t want to follow the link, the quick version for 8.5.1 is: browse to {NotesProgramDirectory}\framework\rcp\deploy\ and find the “jvm.properties” file. Look for the line “vmarg.Xmx=-Xmx256m” and change this to a suitable value such as “vmarg.Xmx=-Xmx1024m” (depending on how much RAM you have).

Decrease delays for LotusScript autocomplete and hover - documented here at DominoGuru.com, this little fix really helps my sanity while coding. The default values are simply a little too slow for my liking.

Create a shortcut to my Notes Data directory in my user folder – I could add it to my Windows 7 favourites or to a jumplist, but I prefer it with the shortcut. I don’t go there too often, but when you want to paste in a template or something like that it just speeds things up.

Add a NotesDBS.dir file to the data directory – to store any large databases off the SSD.

Set some colours/fonts for the LotusScript/Java editors – A few personal tweaks to get it as close to my Visual Studio setup without spending too much time on it. I set the font to Consolas 10, and remove the bold/italics (which just looks silly in my humble opinion) and make a few other minor changes.

(Optional) Install BCC_ClientGenie - I'm running this on my desktop but not my laptop yet. I’m a sucker for skinning apps and making them shiny, and lets face it the Workspace is long overdue for an overhaul. I’m quite surprised that there aren’t more people making skins available for this thing, I’m sure there must be someone out there with some PhotoShop skills who’d like to make their Notes client look shiny (I’m looking at you Daniel).

Other stuff – things I’m not running, but have looked at. I did some work trialling SWING Software’s PDF conversion tools for a client (well, 2 clients actually). Both of them went in other directions for those projects, but SWING’s tools were really impressive. If I had a need for Notes/Domino PDF conversion then I’d definitely look to use those tools.

I’ve played with a few developer based Sidebar widgets (File Nav, Snippets, and a couple of others), but none of them really seemed to improve my development experience. I see people talking about various Widgets, but haven’t really found many which have made me go “Wow” – what am I missing?

A while back I mentioned I was looking for Notes/Domino refactoring/analysis tools, and despite the wealth of options supplied in my comments I’ve ended up using a manual but free and effective solution for the searching side of things, which I’ve documented here. I’m sure there’s some Eclipse plugins coming soon to make this process a little slicker.

So that’s my current setup. If you’ve got a tweak, widget, or setting change which you wouldn’t be without then please tell me about it in the comments below - I’m very keen to refine my list and I’m sure there’s some great Widgets out there which I haven’t come across yet.

Tags: , ,

 Print | Posted on Thursday, February 11, 2010 12:07 PM | Filed Under [ Notes/Domino ]


Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Website / Url
 

Your comment

   

Due to excessive comment spam, all comments are moderated. If you're a comment spammer, then you're wasting your time. Your comments will not be published - ever.

Please add 5 and 7 and type the answer here:

About me

My name is Ross Hawkins and I'm a developer, consultant, business owner and writer based in Auckland, New Zealand (pictured below!). My current work revolves around ASP.NET, C#, jQuery, Ajax, SQL Server, and a mix of other Microsoft development technologies.

I also have about 15 years of experience with IBM Lotus Notes/Domino and associated technologies. While Notes/Domino is no longer my primary focus I still like to dabble and keep my skills up to date.

I own and run 2 businesses - Hawkins Consulting Services, and Ignition Development.

Bethells Beach, located in sunny West Auckland, New Zealand


Subscribe

Subscribe to this feed


Search




Popular Content

Troubleshooting WebResource.axd

The .NET 2.0 framework changed the way clientside JavaScript is delivered to the browser. Previously, ASP.NET 1.1 used the aspnet_client directory whereas now 2.0 uses WebResource.axd.

Published on October 8, 2006

Microsoft AJAX Extensions: Sys.Debug is null or not an object

One of the breaking changes which was made with the 1.0 release of the Microsoft Ajax Extensions was the renaming of the 'Debug' class to 'Sys.Debug' for reasons of compatiability with other frameworks. Breaking changes like this can often be a source of frustration..

Published on May 22, 2007

Simple ASP.NET Character Counter

A textbox character counter is a pretty simple piece of functionality, and there's a lot of different ways to apply one to your application. The following method is nice and simple, and can be done using only clientside JavaScript if required, or combined with server side code in order to create a more dynamic effect

Published on December 4, 2006

Simple ASP.NET Character Counter - with Master Page Support

A quick update to my previous character counter article adding some changes for those using it with Master Pages.

Published on February 7th, 2009

Adding Tooltips to Gridview Headers

As the title says, this is a very simple but dynamic way of achieving tooltip text on a header column. It's not overly flash, but it's lightweight and quick to implement.

Published on April 15, 2007

SQL Server Web Report Viewer Issues on Windows 2008 Server/IIS7

A fix for another AXD related issue, this time with the SQL Server Web Report Viewer Control which was being served up via IIS7 on a Windows 2008 server.

Published on June 2, 2007
Updated on April 10, 2008




Archives

August, 2010 (11)
July, 2010 (12)
June, 2010 (8)
May, 2010 (8)
April, 2010 (4)
March, 2010 (8)
February, 2010 (6)
January, 2010 (12)
December, 2009 (13)
November, 2009 (11)
October, 2009 (12)
September, 2009 (12)
August, 2009 (2)
July, 2009 (7)
June, 2009 (12)
May, 2009 (9)
April, 2009 (9)
March, 2009 (9)
February, 2009 (8)
January, 2009 (7)
December, 2008 (6)
November, 2008 (7)
October, 2008 (9)
September, 2008 (12)
August, 2008 (9)
July, 2008 (6)
June, 2008 (24)
May, 2008 (13)
April, 2008 (16)
March, 2008 (8)
February, 2008 (10)
January, 2008 (1)
December, 2007 (14)
November, 2007 (11)
October, 2007 (11)
September, 2007 (13)
August, 2007 (11)
July, 2007 (5)
June, 2007 (15)
May, 2007 (11)
April, 2007 (9)
March, 2007 (9)
February, 2007 (10)
January, 2007 (8)
December, 2006 (18)
November, 2006 (11)
October, 2006 (14)
September, 2006 (9)
August, 2006 (10)
July, 2006 (4)
June, 2006 (4)
May, 2006 (6)
April, 2006 (3)
February, 2006 (6)
January, 2006 (10)
September, 2005 (2)
August, 2005 (4)

Post Categories

ASP.NET
AJAX
Amusing
NZ
NZ Trains
Notes/Domino
Visual Studio
Web Development
Miscellaneous
Me
Rugby
C#
SQL