OpenNTF
XSnippets
Wiki
Blogs
Forum
developerWorks®
Home
Get Started
Downloads
Demos
Resources
Videos
XPages Blog
StackOverflow
Contests
Rapid Web and Mobile Application Development Platform
XPages Training
Development Contest
Announcements
Third XPages Developement Contest launched
Niklas Heidloff -
Feb 21, 2012
Workflow for XPages
Niklas Heidloff -
Feb 7, 2012
XPages Portable Command Guide available
Niklas Heidloff -
Feb 3, 2012
Twitter
News - Blog Entries, Wiki Articles, OpenNTF Projects
Behind-the-scenes look at ZK Spreadsheet for IBM Lotus Domino Designer XPages
Tweet
Dennis Chen -
May 15, 2012
Learn how ZK and ZK Spreadsheet are integrated into IBM Lotus Domino Designer XPages. This white paper explains the concepts and implementation of ZK, ZK Spreadsheet, and XPages.
On OpenNTF: New Controls - Personal Favorites and anonymous Ratings
Tweet
Niklas Heidloff -
May 16, 2012
Serdar Basegmez has developed a new version of his project xInvolve Custom Control. The new version contains several new functionality, most importantly personal favorites and anonymous ratings.
On OpenNTF: New @Formulas - @URLEncodeExt, @CancelPartialRefreshExt, @GetNextBusinessDayExt
Tweet
Niklas Heidloff -
May 16, 2012
Ulrich Krause has created a new project SSJS Extension which contains new @Formulas that can be used by server side JavaScript code.
Teamstudio partners with gbs unplugged
Tweet
Teamstudio -
May 15, 2012
#Teamstudio partners with #gbs #unplugged http://www.globenewswire.com/newsroom/news.html?d=256007
Free webinar on using the social controls in XPages
Tweet
TLCC -
May 15, 2012
Get Social tomorrow! Free webinar on using the social controls in #XPages with @nheidloff @doconnor78 @tonymcguckin http://bit.ly/m7s8PN
New XPages Extension Library book is OUT
Tweet
David Leedy -
May 15, 2012
I’ve looked at the rough draft of this on Safari Books online, but just look at the list of authors to know that this is HIGHLY RECOMMENDED!
scriptBlock Artifacting for IBM XPages
Tweet
Chris Toohey -
May 15, 2012
I've been working on a few IBM XPages-based application frameworks lately (some basic templates to help jumpstart application development for project work), and have been using Dojo contentPanes (dijit.layout.ContentPane) with great success.
jQuery in XPages #10 – JQVMAP
Tweet
Mark Roden -
May 15, 2012
In this article I will demonstrate how to implement the JQVMAP jQuery plugin into an XPage.
Encrypting documents in XPiNC
Tweet
Sean Cull -
May 15, 2012
One of the nice things that sets XPiNC ( XPages in the Notes Client ) apart from XPages in the browser is the ability to encrypt documents using the native Notes encryption mechanisms.
Manipulating CSS mobile controls styles in Domino Upgrade Pack 1
Tweet
Miguel Angel Calvo -
May 15, 2012
By installing Domino 8.5.3 Upgrade Pack 1 we get a nice set of new controls for developing XPages applications.
IBM Mobile strategy for Social Business
Tweet
Ed Brill -
May 15, 2012
Earlier today, I posted the latest version of the IBM Social Business presentation on mobile strategy.
Multiple checkboxes writing into one variable, in a repeat control
Tweet
Arne Menting -
May 15, 2012
This time a very special control: you want to include checkboxes in a repeat control or a view control for every row that is rendered.
Use the XPages Social Enabler to access StackOverflow and Redmine
Tweet
Niklas Heidloff -
May 15, 2012
I've just contributed two snippets that show how to access StackOverflow and Redmine. In both cases you need the com.ibm.xsp.extlibx.sbt plugin from the extension library, but you don't need to deploy the web security store database.
OneUI Application Layout Custom Control
Tweet
Jakok Majkilde -
May 14, 2012
If you don't use Extension Library, then this 'Layout' custom control might be handy.
Improvements to XSnippets: Search and Favorites
Tweet
Serdar Basegmez -
May 14, 2012
After a long time (3 months I guess) a new set of features has been implemented on OpenNTF XSnippets site.
NELotus - Mobilize your XPages applications with the OpenNTF.org Mobile Controls
Tweet
John D Head -
May 13, 2012
Kathy Brown and I presented at the New England Lotus User Group last week.
NotesIn9: 067 Creating an Custom Control
Tweet
David Leedy -
May 13, 2012
Chris Toohey, a NEW contributor, comes on the show to talk about how to create a custom control that can play HTML5 audio sources.
More Musing About Controllers
Tweet
Jesse Gallagher -
May 13, 2012
I've been thinking more about this MVC thing, thanks to re-learning Rails. I'm fairly convinced that moving as much code as possible out of the XPage and into wrapper objects is a big improvement (convinced enough that it feels silly that wasn't doing it already), but it still feels not quite right.
SSJS Extension – New Function: @GetNextBusinessDayExt()
Tweet
Ulrich Krause -
May 13, 2012
I have added a new @Function to my SSJS project on OpenNTF.
XPage keyboard shortcut between design and source tab
Tweet
Mark Roden -
May 10, 2012
I just discovered this by sheer accident – the best discoveries are like that.
New version of CardScanR released on OpenNTF
Tweet
Patrick Kwinten -
May 10, 2012
The previous version of my project on OpenNTF never made it to the catalog due to some issues with used code (I never bothered to mention it in any notice file).
Display XPages in IBM Connections in Full Page Mode - iFrame Fun
Tweet
Niklas Heidloff -
May 10, 2012
Yesterday I described how to bring up XPages in IBM Connections in fullpage mode. However this solved only half of the problem.
Separation of Concerns
Tweet
Jesse Gallagher -
May 9, 2012
A while back, I wondered about the right way to write XPages.
HTML5 Video Custom Control for IBM XPages
Tweet
Chris Toohey -
May 9, 2012
During the XPages Markup Ultra Combos article yesterday, I showed a simple HTML5 Video Element Custom Control.
Advanced Custom Input Conversion: Failover during PROCESS_VALIDATIONS phase before Validators run
Tweet
Tony McGuckin -
May 9, 2012
Apply this pattern for provision of custom Java Converters.
Simple Custom Input Conversion: Failover during PROCESS_VALIDATIONS phase before Validators execute
Tweet
Tony McGuckin -
May 9, 2012
Apply this pattern for provision of custom inline SSJS conversion.
If you see this error...stop coding
Tweet
Russell Maher -
May 9, 2012
If you see this error, stop coding immediately and figure out a different way to do what you want because the IBMJSSE2 Security Provider is not going to work for you.
Display XPages in IBM Connections in Full Page Mode
Tweet
Niklas Heidloff -
May 9, 2012
When I did this again now I figured a problem when displaying the XPages in full page mode. Below is a workaround for how to get it working.
Pager control. Hide previous/next programatically
Tweet
Various Authors -
May 8, 2012
I want to hide the previous and next links when the pager is on the first or on the last page of the control.
PDF in XPages without using iText
Tweet
Various Authors -
May 8, 2012
PDF in XPages without using iText
Load new content when user scrolls to the bottom
Tweet
Various Authors -
May 8, 2012
Loading new content in a HTML page when users reach the bottom is quite popular (FB, G+, Twitter).
Custom Error Page c/w Cause and Stacktrace Information
Tweet
Tony McGuckin -
May 8, 2012
Use this snippet to create a custom error XPage.
jQuery in XPages #9 – PageSlide
Tweet
Mark Roden -
May 8, 2012
In this article I will describe how to implement and provide examples of use the jQuery plugin PageSlide within an XPage.
XPages Markup Ultra Combos
Tweet
Chris Toohey -
May 8, 2012
I recently posted an article on how to use the tagName Property of an IBM XPage xp:text Control to create any particular HTML container Element you desire while using the xp:text Value Property to set the childNodes / contents of said container.
Swapping Between JRuby Embed Methods
Tweet
Jesse Gallagher -
May 8, 2012
When going about making Ruby in XPages work, I had to figure out which of the three JRuby embed methods to use.
New OpenNTF Project: Export to XLS, RTF, PDF and HTML
Tweet
Niklas Heidloff -
May 8, 2012
As part of the XPages Development Contest sponsored by IBM business partner We4IT, Stephan Schramm and Christian Annawald have contributed a new project ITWU Exporter on XPages.
New OpenNTF Project: XPage Standby Dialog Custom Control
Tweet
Niklas Heidloff -
May 7, 2012
As part of the XPages Development Contest sponsored by We4IT, Fredrik Norling has contributed an XPage Standby Dialog Custom Control.
Dynamically Expanding XPage viewPanel Rows on mouseover
Tweet
Mark Roden -
May 7, 2012
In this article I will demonstrate a technique for dynamically expanding and contracting viewPanel rows.
SSJS – @CancelPartialRefresh
Tweet
Ulrich Krause -
May 7, 2012
Inspired by the great work of Sven Hasselbach, who blogged about his XSnippet to cancel a partialrefresh, I took the JavaScript code and injected it into my SSJS Extension Project.
Control language/localization in ExtLib controls
Tweet
Sven Hasselbach -
May 6, 2012
I have created a XSnippet for controlling the language of a XPage application.
class DateHelper
Tweet
Ulrich Krause -
May 6, 2012
A class to handle Dates in Java. It includes some advanced methods.
DateHelper: isValidDate(String dt)
Tweet
Ulrich Krause -
May 6, 2012
A simple class to determine, if a Date that is passed as a String is a valid Date according to a DateFormatPattern.
getWorkDays(Date startDt, Date endDt)
Tweet
Ulrich Krause -
May 6, 2012
A simple method to calculate the number of workDays between two dates. Saturday and Sunday are automatically excluded as workingDays.
XPages TIP: What to check when Domino doesn’t install OSGI plugins from UpdateSite
Tweet
John Jardin -
May 5, 2012
That should do the trick. I don’t know of any other reason that the OSGI plugins won’t install from the UpdateSite Database.
XPages DataModels and Exporting to Excel
Tweet
Chris Connor -
May 4, 2012
Been doing a lot of work in XPages around Exporting - so naturally built a Java Class to run as a managed bean to do this. It extends the widely documented concept of SSJS Agents in that a button redirects to a page which renders the content as Excel or whatever.
XPage Events – onClientLoad
Tweet
Patrick Kwinten -
May 4, 2012
The onClientLoad event is the only event that executes both client and server-side code.
SSO between XPages and IBM Connections
Tweet
Niklas Heidloff -
May 4, 2012
In October last year IBM published the social enabler which allows access to IBM Connections.
XPages Mobile Controls and Value Pickers Part Four: Server-Side Approach
Tweet
Paul Withers -
May 3, 2012
I started off this tutorial series on mobile value picker with a discussion about some key differences between desktop browser development and mobile browser development.
XSnippets: Cancel a partial refresh via SSJS
Tweet
Sven Hasselbach -
May 3, 2012
With the assistance of Philippe Riand I was able to shorten the original idea of canceling a partial refresh to a single SSJS function.
OpenNTF Statistics 2011
Tweet
Niklas Heidloff -
May 3, 2012
OpenNTF Statistics 2011
First
Previous
1
Next
...
Produced by OpenNTF, Inc.
Terms of Use
Privacy Policy
Contact
Follow