by Russell | Jun 4, 2012 | Uncategorized
Here are my XPages JavaScript Toolkits presentation and files from AdminDev2012 May 15-17, 2012, in Washington, D.C.Leveraging JavaScript Toolkits to Reduce Your XPages Development TimeUnderstand your JavaScript options Understand the differences between Dojo and...
by Russell | Jun 4, 2012 | Uncategorized
Here are my XPages Java presentation and files from AdminDev2012 May 15-17, 2012, in Washington, D.C.Extending Your XPages Applications with Java Learn how to use Core Java, external JAR files, and custom Java classes with XPages Learn how to use the new Java design...
by Russell | Jun 4, 2012 | Uncategorized
Here are my XPages Java presentation and files from AdminDev2012 May 15-17, 2012, in Washington, D.C.Expert Advice to Build an XPages Dynamic Table Using Managed Beans Understand the requirements for programming a dynamic table Learn how to create a managed bean...
by Russell | Jun 4, 2012 | Uncategorized
Here are my XPages JumpStart presentation and files from AdminDev2012 May 15-17, 2012, in Washington, D.C.A Practical Roadmap to Develop World-Class XPages ApplicationsBy creating a single application — start to finish — we will discuss:The concepts undergirding...
by Russell | May 21, 2012 | Uncategorized
I pretty much just try to do my thing and am not really a self-promoter so it was pretty exciting when Bruce Elgort and Julian Robichaux asked Paul Calhoun and I to discuss learning XPages on the Taking Notes Podcast. Check it out!
by Russell | May 9, 2012 | Uncategorized
I usually only post when I have something near Solutionville but today is different.Today is “I have suffered and nobody else should have to” day.If you see this error, stop coding immediately and figure out a different way to do what you want...
by Russell | Mar 5, 2012 | Uncategorized
Been meaning to post this for a while although it is not really related to XPages. I just like it and I doubt many people realize you can do this. It is, as they say, an oldie but a goodie!When you enter a user name followed by a trailing slash, Notes will...
by Russell | Mar 2, 2012 | Uncategorized
I typically use one or two of my own customized Eclipse Perspectives when using Domino Designer.It is easy enough to modify the current perspective and then use the Window – Save Perspective As… menu to save a personalized perspective.What is a little...
by Russell | Mar 1, 2012 | Uncategorized
After a lot of effort, I am giving SourceRepo.com and Redmine an extended audition for Domino Designer Source control.Since watching Declan Lynch’s Lotusphere presentation on Source Control I have installed and used both Mercurial and SVN inside DDE in various...
by Russell | Feb 9, 2012 | Uncategorized
I have been working this week on a user registration screen. Seems simple enough but I needed two server-side validations when the user submits the XPage and then I discovered that the standard XPage password field controls empty their values if...