Select Page

Leveraging JavaScript Toolkits Presentation

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...

Extending Your XPages Applications with Java

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...

Building an XPages Dynamic Table with Managed Beans

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...

XPages JumpStart Presentation

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...

I am on a podcast about learning XPages!

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!

If you see this error…stop coding.

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...

On The Menu: Your Custom Perspectives

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...

Persist Passwords If You Prefer

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...