On Vowe’s recent DNUG posting and similarities in NZ

You only have to glance at my tag cloud or my site introduction paragraph in the sidebar to the right to see that I’ve not called myself “A Notes person” for quite some time – however I still have clients who use the technology, and as such I can’t help keep an eye on things.

Vowe’s recent post “Things I learned at the DNUG conference in Berlin” shows that a lot of the things I’ve noticed about the IBM/Lotus market in New Zealand are happening in other places too. New Zealand has always been a stronghold for Microsoft, and so when IBM claimed that the global brand was doing so well it was easy to figure that it was just New Zealand where it felt like the future of the product was in doubt.

I have more to write about this in the near future, but it’s important I take the time to write it up properly before posting, so for now here’s some comments on Vowe’s post with a New Zealand perspective thrown in.

On DNUG conference attendance:

It's the customers that are staying away. If you look at the conference guide listing all attendees, you can't help but notice that the largest contingent are IBM and Business Partners. While BPs have a large incentive to go there and get their people to learn new stuff, they also attend to meet new customers. That is why they sponsor the conference and set up booths.

Certainly this has felt like the case at New Zealand based IBM events. It’s the same BPs attending, and a distinct lack of customers. Compare that to something like Tech Ed which always sells out very quickly, has a buzz of excitement around it, quite simply feels like a major technical event should. I attended Lotus Fusion in the Gold Coast of Australia around 1999 which had a similar feel, but that’s the only IBM event I’ve ever attended that did.

 

I am finding there are quite a few people looking for work in the Notes space. When they lost their jobs, they try to go freelance, but the demand is low, and some are not made to go it alone. Not a problem for the flexible, strong people, but certainly so for the average. The drive to the cloud will only accelerate this trend. You definitely need fewer people to run the shop. That's one of the driving forces.

I have some stats available from the a another angle here. For the past 2 and a bit years I’ve been subscribed to SEEK (the main job search website in New Zealand) summary mailings, which send out regular mails based on various search criteria. I’ve had one running for Notes/Domino for many many years, and have left it going alongside an ASP.NET one in the interests of comparison (I’ve not actually looked for a job in many years). Here’s the criteria I’m using in the SEEK website for each of the separate profiles:

ASP.NET: ASP.NET OR .NET OR C#, in the Auckland region, IT&T Classification, with any sub classification.

Lotus Notes/Domino: (LOTUS AND NOTES) OR DOMINO, in the Auckland region, IT&T Classification, with any sub classification. It’s important to notice that the Lotus Notes criteria is quite broad, and most of the jobs which match this criteria are first/second line Helpdesk support roles. So they’re rather irrelevant, and make the numbers a lot higher than they would be otherwise. It also means that search will be returning potential Developer and Administrator positions, whereas the .NET search results are almost always relevant developer jobs. So the Notes subscription has a chance of making things look a bit healthier than they are. I had to do Lotus AND Notes because otherwise I was getting false matches on things like "Notes for this job: You must turn up fairly sober.” and things like that.

Anyway, here’s the results graphed quickly in Excel:

ASPNETvsLotusNotesJobs2010 

While these aren’t the most scientific of statistics, I do find them interesting to look at (and of course the drop in both at the end is due to it being a part month of June – I should probably have cut all of June out, but oh well).

An interesting side note about these statistics is that I used Lotus Notes to help compile them. The easiest way to grab the raw data from the Gmail folder was to connect Notes via IMAP, copy the documents into a local database, and create a quick view summarising the data before throwing it into Excel. Irony is always funny.

 

While I want to believe Lotus management that they are well equipped to compete in the global market, I would not want to accept the same for the German market. But that's just me.

No, it’s probably not – it’s certainly been the feeling in the New Zealand market for quite some time too.

There’s some great features that have been delivered for developers, administrators, and of course the business in the 8.x stream of releases, and yes Lotus has been improving their marketing, but it feels like too little too late. In cases where IT strategies were formed a while ago I suspect it would take a lot more than recent improvements to convince IT Managers/Directors to reverse their decisions and stick with Notes/Domino (although of course it could happen, and fairly easily in some cases).

In my client base a few of my customers are actively engaged in the process of their migrations, with enquiries from another about wanting to start theirs. Some of these migrations are due to them running old applications which haven’t had a design overhaul in years, and yes these applications could be updated to use XPages and other recent technologies, but the clients are simply not prepared to spend the money on these things – in their minds, it’s money better put towards their migration plans. Given that the applications have a legacy feel to them, I’m certainly not complaining about not having to maintain them anymore.

Obviously the German/European market and the New Zealand market are very different, but as a bystander it is interesting to know that the same patterns are emerging in more places than just here*.

(* well, technically there not here given I’m in Norway at present!)

Tags: , , ,

DotNetKicks Image

 Print | Posted on Sunday, June 13, 2010 3:12 AM | Filed Under [ Notes/Domino ]


Feedback

Gravatar

# re: On Vowe’s recent DNUG posting and similarities in NZ

Your graph is a little missleading, as the are bucket loads of ASP .net people out there seeking those jobs, so i'd actually say MS jobs would be harder to get than a lotus notes one.

7/9/2010 3:52 PM | Edward Strong

Gravatar

# re: On Vowe’s recent DNUG posting and similarities in NZ

I disagree - it'd be misleading if the graph was titled "Relative ease of obtaining a job", however as it stands I think the title makes it pretty clear that it's just graphing a raw number of job postings.

If anything the results are misleading in favor of Notes jobs, as I'm trying to focus on developer positions and I can tell you from reading the job postings that an incredibly high percentage of the Lotus jobs which feature in the above graph are related to systems administration or first line helpdesk support.

7/9/2010 8:08 PM | Ross Hawkins

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 6 and 1 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