371 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
New home for my site
Wed, Apr 18th 2012 169
BTPanic: (non-panic mode)
Sat, Apr 14th 2012 110
Friday the 13th
Fri, Apr 13th 2012 109
Xpage work seems to be picking up here
Wed, Mar 28th 2012 377
Designing a public website with Xpages
Sat, Mar 3rd 2012 361
Happy Motoring
Fri, Feb 3rd 2012 201
Your email is safe with us? (linkedin)
Sun, Jan 8th 2012 274
Top 10
Xpage work seems to be picking up here
Wed, Mar 28th 2012 377
Designing a public website with Xpages
Sat, Mar 3rd 2012 361
Your email is safe with us? (linkedin)
Sun, Jan 8th 2012 274
xAgents, xAgents everywhere....
Tue, Nov 15th 2011 233
Console message of the day
Thu, Sep 23rd 2010 216
Happy Motoring
Fri, Feb 3rd 2012 201
xPages, entrycounts, reader fields and bugs, bugs and ...
Sun, Sep 26th 2010 179
ok, enough is enough, no more Java source folder (XPages)
Fri, Dec 23rd 2011 177
New home for my site
Wed, Apr 18th 2012 169
Recompile code when opening in designer (xPages)
Wed, Dec 7th 2011 154


Vince Schuurman
Blog Title Vince Schuurman
Blog Description Vince's Domino Blog
Blog URL http://VinceSchuurman.com
RSS Feed http://blog.vinceschuurman.com/rss.xml
PlanetLotus Feed http://planetlotus.org/profiles/rss/vince-schuurman
Validate Feed feedvalidator.org or validator.w3.org
Feed Last Checked May 24, 2012 5:04:51 AM EST. Realtime Update:
Landed Here Nov 28, 2007
Location
Posts: # / 1st / Latest - -
Total Hits 4,727. myPL RSS Selections: 98


Recent Blog Posts
169


New home for my site
Wed, Apr 18th 2012 8:44a   Vince Schuurman
I finally rented a server 'in the cloud' because ... well... it's the thing to do nowadays ;) Let me know if you encounter problems. [read] Keywords: server
110


BTPanic: (non-panic mode)
Sat, Apr 14th 2012 4:05a   Vince Schuurman
What do you think, should I interpret this as a mild form of panic? ;) [read] Keywords:
109


Friday the 13th
Fri, Apr 13th 2012 8:24a   Vince Schuurman
Got up this morning: Switched mobile on, put in pocket. Turned laptop on: No internet; modem broken. Get mobile to call provider, mobile locked, puk code needed (8 year old SIM, so what are the chances on finding that?) Builder came to tear down some walls, he poked a bit, measured a bit and informed us the wall could not be taken down. But luckily things turned for the better after I actually found the unlock code for the mobile: Called the provider new modem due monday morning Rerouted my ne [read] Keywords: laptop mobile network
377


Xpage work seems to be picking up here
Wed, Mar 28th 2012 1:23p   Vince Schuurman
I received a couple of offers for Xpage work on various locations, so it looks like Xpage adoptation is finally taking off. Mostly long time Notes & Domino shops who want to 'upgrade' their applications using Xpage technology, but hey that is better than migration to other platforms :) Has anyone seen shops migrating to Domino because of Xpages/Xwork yet? [read] Keywords: domino notes xpages applications
361


Designing a public website with Xpages
Sat, Mar 3rd 2012 7:23a   Vince Schuurman
My wife started her own business recently and she asked me to develop her site. I decided to design it in Xpages because one can never practice too much ;) Normally this would be a no-brainer because like most people I reuse a lot of my code/design elements. This time however, because this was to be a public site (I normally develop for intranet and business to business) and the total different way Xpages (can) work, I decided to design a new website from scratch. At frist I wanted to develop a [read] Keywords: xpages
201


Happy Motoring
Fri, Feb 3rd 2012 7:22a   Vince Schuurman
A tiny bit of snow and then this happens.... [read] Keywords:




274


Your email is safe with us? (linkedin)
Sun, Jan 8th 2012 2:42p   Vince Schuurman
Linkedin shows you profile photo's of several connections to motivate you to trust them with your gmail password. Not sure this bunch is helping though.... I have seen better mug shots :P [read] Keywords: connections email linkedin password profile
177


ok, enough is enough, no more Java source folder (XPages)
Fri, Dec 23rd 2011 6:23a   Vince Schuurman
Like Tommy I have been beating my head against the table trying to get all my code in the Java Source folder (8.5.3), but it is just not stable enough. Either the page crashes for no obvious reason, or it suddenly fails to recognize the classes (File access error: Error while getting information on item $FileData Note item not found) or even worse the signature was found invalid (java.lang.SecurityException: Error verifying signature for resource WEB-INF/classes/...class). Rebuilding and/o [read] Keywords: ibm xpages application database java
96


Classic errors resulting in Domino performance loss
Fri, Dec 9th 2011 2:03p   Vince Schuurman
Did another performance audit today and yes all the classic errors resulting in a non-responsive Domino environment where there: - No compact jobs on system databases (average use of 30%) - Verbose logging to log.nsf (5 Gb, luckily they had the cut-off date set to 7 days ) - Reporting on 'normal events' (which includes the verbose logging events) (6.5 Gb) - Last but not least: Virus scanner on all Domino data directories Yes, they are right: Domino does not scale ;) [read] Keywords: domino virus
154


Recompile code when opening in designer (xPages)
Wed, Dec 7th 2011 6:02a   Vince Schuurman
I found out the hard way that opening a database in Designer 8.5.3 can recompile all the code in the Java source folder, even if the 'Build Automatically' is unchecked. So if you open a database that is in use, it might crash the database with: 07-12-2011 13:13:10 HTTP JVM: java.lang.SecurityException: Error verifying signature for resource WEB-INF/classes/xpages/Demo.class. For more detailed information, please consult error-log-0.xml located in /data/notesdata/domino/workspace/logs Afte [read] Keywords: domino xpages database java workspace xml
233


xAgents, xAgents everywhere....
Tue, Nov 15th 2011 9:03a   Vince Schuurman
I am currently working on several concurring development projects and I noticed that the focus is shifting from creating 'pure' xPage documents to xAgents (an xPage set to behave like an agent) to replace 'webagents' used for WebQueryOpen, WebQuerySave or Ajax events. The 'old' functionality was written in either LotusScript agents, Java agents or Servlets. The reason for converting the 'webagents' to 'xAgents' is that they offer more performance than LS agents, are more stable than [read] Keywords: agent domino lotusscript xpages ajax application development java
133


OpenNTF.org appoints three honorary Directors
Tue, Nov 1st 2011 1:03p   Vince Schuurman
At the last meeting the OpenNTF board appointed three honorary Directors. And what do you know, I am one of them. This includes a standing invitation to but in on any board meeting. I really appreciate that. I don't have much time at the moment, but I will try to sit in form time to time, if only to see how things are going. Thank you guys, I am very honoured ( I'd better be ;) ) [read] Keywords: openntf
87


Loving DDE 8.5.3 already
Sat, Oct 8th 2011 4:43p   Vince Schuurman
I was getting pretty tired of editing the Java code in the Web-INF folder, the Java source in Designer is a big step forward. Still think it would be best if we could just use the Java scriptlibraries used by Java agents though, that would save a lot of double coding. And I hope the compiler is smart enough to only compile the classes used by the xPage and not all of the classes in the Java source folder :) Next step; improve my SQL connections using connection pooling with the OpenNTF extensio [read] Keywords: connections java openntf sql
81


Debranding Lotus Domino
Wed, Oct 5th 2011 4:03a   Vince Schuurman
The 'new' IBM XWork Server is aimed at ISV's mainly. I am not an ISV, but since most of my customers are nowadays (end-user market is almost dead here) I decided to help them brand the XWork server. That means on the other hand debranding Lotus Domino, not something I enjoy. I have been a strong advocate of the brand for ages and really hoped that 8.5 would make a difference. But it doesn't, not to the customers, it seems nothing you change on the server can lift the bad smell the brand accu [read] Keywords: domino ibm lotus server
59


Running 8.5.3 on all systems
Tue, Oct 4th 2011 1:43p   Vince Schuurman
Well, all but one. Still have to upgrade the Linux server. The rest is running fine already, even traveler on the N8. Update of the phone was surprisingly easy for a change :) Yes I know never install software when it's just released, but hey someone has to test it. Besides I have two customers who have been waiting for the SQL connection pooling for months, no time to waste! [read] Keywords: traveler linux server sql
52


OpenNTF on it's own feet
Fri, Sep 23rd 2011 3:23p   Vince Schuurman
This week OpenNTF has finally evolved into a non-profit trade association (501(c)(6)). During the last 9 years I fulfilled every role imaginable at OpenNTF and even ran the site solo for a couple of years. With the new organisation a new team of board members will be incorporated next month and with pain in my hart I decided to sit this one out. I have no doubt I will rejoin OpenNTF in a couple of years, but for now I will step down from the organisation and put more time in my own company. Tha [read] Keywords: ibm openntf
84


Some company nobody heard of was declared bankrupt today.
Fri, Aug 26th 2011 4:23p   Vince Schuurman
Nothing new, certainly not worth any press coverage. But after a closer look at the chamber of commerce data it turns out to be a major subsidiary of one of the larger banks in the Netherlands. To avoid 'unwanted' attention they changed the name of the company just before bankruptcy. And then they wonder why we don't trust banks anymore :( [read] Keywords:
55


3 MBA's compared
Sun, Aug 14th 2011 3:02p   Vince Schuurman
The only place you will see a performance test between the MBA 2007, 2010 and 2011 by starting Parallels and Lotus Designer 8.5 :). In case you are wondering why on earth I need three MBA's, just look at the vid :( [read] Keywords: lotus apple
54


Incommunicado
Thu, Jul 21st 2011 11:42p   Vince Schuurman
About to move house (finally). The 'new' house does not have internet yet, so this website will be down for a few days and no 'social media' for me. Yes I know people are 'social' on their phone nowadays, but I hate typing on such a tiny machine regardless of the interface. [read] Keywords: interface
99


Walk in fridge
Mon, Jul 11th 2011 11:25a   Vince Schuurman
Some of you may have seen the Heineken campaign below, if not, watch it, it's pretty funny. So we are about to move house and of course my wife wants a walk-in closet . Nothing out of the ordinary so far, until I saw this sign on the neighbors terras. 1000 different kinds of beer and 40 Wiskey's, Are you kidding?? It is a pub and not a private home of course, but still, 1000 seems like overkill to me. Anyway, I stepped up to the owner and asked him if I could have a look at his [read] Keywords: application
57


Intelligent or Geek community
Thu, Jun 23rd 2011 4:05a   Vince Schuurman
Our 'intelligent communicty of the year' focuses on technology and that of course attracts people with system-oriented thinking. A recent study shows that autism is much more common in this area and they suspect that system-oriented people are more likely to have autistic children. Geek as wel all know comes from 'Geck' the Dutch word for crazy. So it seems that the slogan Eindhoven has been going with for years 'Eindhoven de gekste' has a bitter truth in it. Family life in Eindhoven? © [read] Keywords: community
54


Eindhoven Intelligent Community of the year
Sat, Jun 4th 2011 4:02a   Vince Schuurman
As I reported earlier, Eindhoven is said to be one of the 7 most intelligent communities. Anyway, after election yesterday it was voted as the Intelligent Community of the Year by the ICF. My presence here must have had a postive influence on the jury's decision, or maybe it was the crate of local brew we sent them ;) [read] Keywords: community
80


Back in the xPage saddle
Sat, Apr 16th 2011 5:22p   Vince Schuurman
Apart for some small projects I have not done much xPage development lately. But since one of my clients with an extended 'classic' (R7) Domino environment has serious problems with their applications, especially with WebQueryOpen agents, I suggested we could develop an xPage alternative. The current WebQueryOpen agents do not handle timeouts in the connections very well. And while trying to establish a connection to a third party, the sheer number of waiting connections will crash the entire [read] Keywords: connections domino R7 xpages applications development java security server
88


Converting 'Legacy' Java libraries to xPages code
Sun, Feb 6th 2011 2:02p   Vince Schuurman
I developed a demo xPage application this weekend using 'legacy' java code that is currently in Java Scriptlibraries for Domino agents. It was not a trivial task because there is a slight difference between the way the classes are initiated. Yes sure there shouldn't be a difference, but the older versions of Domino designer were much more forgiven about the way classes were called. For me the best approach was to first port the code to Java 1.5 by recompiling the script libraries in Domino [read] Keywords: domino xpages application database interface java security workspace
50


Eindhoven amond the Top Seven Intelligent Communities of the Year
Thu, Jan 20th 2011 3:03a   Vince Schuurman
According to the ICF (Intelligent Community Forum ) The other six are (in random order): Chattanooga (Tennessee), Dublin (Ohio) Riverside (Californië). Stratford (Canada) Windsor-Essex (Canada) Issy-les-Moulineaux (France) Mmmm... must be something in the air... or is the beer? ;) [read] Keywords: community
36


I am
Sun, Jan 16th 2011 5:02a   Vince Schuurman
The styling reminded me of the 'I am super human software' campagne of Lotus. Too bad I cannot find that logo, but I am sure that it looked a lot like above. I found the 'I am commercial' ad though, just to give you an idea. :) [read] Keywords: lotus application
26


New Marketing mgr Lotus Software IBM Software Group Benelux
Tue, Dec 14th 2010 3:03a   Vince Schuurman
And his name is...... Marnix Kemme!! Marnix has been a long time supporter of Lotus technology and the driving force behind the Dutch Lotus & WebSphere User Group (SNUG) for years. Congratulations Marnix and more importantly congratulations IBM :) [read] Keywords: ibm lotus websphere
105


HTML5 mobile orientation/accelerator demo
Fri, Nov 26th 2010 7:40p   Vince Schuurman
Working on an HTML5 demo I came across an example about the deviceorientation/accelerator features. It is of course intended for mobile devices although it is supposed to be available in the current Macbook Pro's (mind you I can hardly see the advantage on having this on a laptop). The 'standard HTML5 code did not work for me, so I reverted to a 'Mozilla' only solution. Anyway, if you have a compatible device you might want to try this. Works great on the N900 of course, but that was to be e [read] Keywords: laptop macbook mobile
31


New Air vs. the old one
Thu, Nov 25th 2010 3:02a   Vince Schuurman
I was one of the first to buy the 'old' (2007) Macbook Air's. I thought it would be the best 'travel companion' since it was small light and still had enough on board for work. Sure it lacked an internal CD/DVD ROM player and only had one USB connector, but I didn't expect to need that much anyway. Turned out I was right. What I wasn't expecting though was the effect of a max. 2GB memory in combination with what appeared to be a very slow IO. When running a Windows VM (approx. 1.5GB) I c [read] Keywords: applications laptop macbook vm
34


Back from ILUG
Sun, Nov 14th 2010 9:02a   Vince Schuurman
and pfew do I need some sleep :) But the event was brilliant again thanks to the usual suspects; Paul, Warren, Matt, coatsie, Kitty, Eileen, Bill, Steve and all the others!! The nearby Indian restaurant wasn't as good prepared for our invasion though and ran out of RICE!!! the second night. Except for a small storm (moderate breeze in Irish terms) on Wednesday, even the weather played along nicely. Good enough even to make my visit to The Giant's Causeway a very pleasant one :) [read] Keywords: ilug wiki
26


Installed MeeGo on the N900
Sun, Nov 7th 2010 12:20p   Vince Schuurman
It took many hours and lots of strong words, but I finally managed to install Maemo and MeeGo dual boot on my Nokia N900. While testing I wonder why I took the trouble, because MeeGoo is not just 'not ready yet', it's painful. After typing a space or a dot for example you may or may not get a repeating 'b' or 'c' respectively until you hit the backspace or the app crashes. I thought it would be nice to play with, but since the app's are either not stable enough or not even available, [read] Keywords:
33


Brand new N900
Fri, Oct 29th 2010 12:14p   Vince Schuurman
Nokia replaced the N900 with faulty display with a brand new one. Let's see if we can put MeeGoo on it. On second thought, I will probably wait for the packaged Maemo version because this is even for a freak like myself a bit too much for a 'simple' phone. [read] Keywords: wiki
146


Quick tip: Loading indicator on partial refresh xPage
Fri, Oct 15th 2010 3:14a   Vince Schuurman
If you do a partial refresh in a large database, it may take some time for the application to react. Since there is no visual sign of activity users may get a bit frustrated and click multiple times. Of course it is not the frustrating bit that motivates us to fix this, it is the multiple clicking that impacts performance ;) Solution: Show a loading indicator if you do a partial refresh: Add a 'loadingPanel' with a suitable background, set the z-index high and display to none and add the [read] Keywords: xpages application database
27


12#189; years
Wed, Oct 6th 2010 3:43p   Vince Schuurman
I just noticed that I missed the 12½th anniversary of my company last month. Americans tell me that 12½ years is not even a real anniversary, but we celebrate it anyway :) [read] Keywords:
179


xPages, entrycounts, reader fields and bugs, bugs and ...
Sun, Sep 26th 2010 11:44a   Vince Schuurman
Very very strange problem that took quite some digging into. Create a database with some documents with reader fields, a view and an XPage. On the xPage, add a datasource to the Domino View and two computed fields; one with dominoView.getColumnValues(0).size() and the other with dominoView.getEntryCount() Now (pre)view this xPage in a browser and you will see that both fields will show the total document count in the view independent of whether or not you have read rights on those documents [read] Keywords: domino xpages database server
216


Console message of the day
Thu, Sep 23rd 2010 4:44a   Vince Schuurman
Well.. so far anyway ;) 23-09-2010 09:52:18 WARNING: One or more documents in /data/notesdata/rv.nsf were not added to the search results because of the amount of summary data. [read] Keywords:
39


Best university in the Netherlands
Sat, Sep 18th 2010 8:14a   Vince Schuurman
The Times published a list with the The world university rankings 2010-2011, and what do you know, my 'old school' is ranked as the best Dutch university. At the 32nd place in Europe and 114th worldwide, still a looong way from Cambridge and Harvard though.... [read] Keywords:
38


NLLUG 2010 session downloads
Tue, Sep 14th 2010 11:14a   Vince Schuurman
Here are the slides and the actual demo db (without the LUG2010.nl siterip UI) used in my session with Martin Schaefer Friday: The slides The database Have fun! [read] Keywords: lotus database
44


Upgraded to Parallels 6
Mon, Sep 13th 2010 7:44a   Vince Schuurman
Claims 40% perfomance gain over Parallels 5. It seems faster, but 40%? Not convinced about that, but I did find some other changes. Can you spot the difference? [read] Keywords:
40


NLLUG 2010
Fri, Sep 10th 2010 6:44p   Vince Schuurman
I wanted to write the NLLUG 2010 wrap-up today, but since I wasn't feeling well, I missed most out on most of the event and I can only say that the parts I did attend were great. Location, organisation and especially the speaker line-up was really impressive. I did notice however that the saucijzen broodjes and the worstenbroodjes raised some eyebrows with the international speakers, but once assured that the meat (if any) was pork related they were kind enough to approve the Dutch delicacies [read] Keywords: lotus
129


Microsoft Office Existence Discovery triggering agents
Sun, Sep 5th 2010 5:44a   Vince Schuurman
Every administrator of web servers has seen these log entries at one time or another. 03-09-2010 14:18:44 HTTP Web Server: Couldn't find design note - _vti_inf.html [/ar.nsf/_vti_inf.html] 03-09-2010 14:18:44 HTTP Web Server: Couldn't find design note - _vti_bin/shtml.exe/_vti_rpc [/ar.nsf/_vti_bin/shtml.exe/_vti_rpc] Users with frontpage extensions browsing the server, irritating, but not really a problem. Yesterday however the extensions tried to lock an Excel export link, which of cou [read] Keywords: agent archive java microsoft office server
24


NLLUG 2010: Only 10 days left
Mon, Aug 30th 2010 4:14p   Vince Schuurman
So if you plan to attend, register now I will be presenting with Martin Schaefer, who also co-ordinates the social and bar parts of the conference program (always my favourite part of any conference) . And of course our presentation is almost ready... uhm... or.. mmm... well, at least we started on it... well, sort of anyway.. :) [read] Keywords: lotus
66


8.5.2: Create .eml files using drag and drop
Sat, Aug 28th 2010 11:45a   Vince Schuurman
Very nicely implemented, although a bit hard to find. Looks like IBM is catching up with the OpenNTF Mail Experience features. I think we should add some new features to the next release.... Idea's are welcome! :) [read] Keywords: ibm openntf
42


Just back from vacation and there it is Domino 8.5.2
Tue, Aug 24th 2010 7:43a   Vince Schuurman
Just upgraded all my software including Traveler, will let you know how that works out. [read] Keywords: domino traveler




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - FAQ - Mobile Edition