OpenNTF
Snippets
Collaboration Today
StackOverflow
developerWorks®
Wiki
Home
Get Started
Downloads
Demos
Contest
Resources
Videos
StackOverflow
Rapid Web and Mobile Application Development Platform
Twitter
Tweets by @OpenNTF
News - Blog Entries, Wiki Articles, OpenNTF Projects
Announcing Collaboration Today
Tweet
Niklas Heidloff -
Sep 10, 2012
The content you will find on Collaboration Today is a compilation of current and relevant news for IBM Collaboration Solutions professionals focussing on IBM products and technologies including IBM Connections, IBM Lotus Domino, IBM WebSphere Portal and IBM Sametime.
Documents and Spreadsheets with XPages – the Idea (Part I)
Tweet
Christian Guedemann -
Sep 7, 2012
How to use Velocity in xPages
Tweet
Andriy Kuba -
Sep 7, 2012
Simple example of Windows native library declaration and usage in XPages
Tweet
Ulrich Krause -
Sep 9, 2012
Submissions to the fourth OpenNTF Development Contest listed on XPages.info/contest
Tweet
Niklas Heidloff -
Sep 7, 2012
jQuery in XPages #15 – Trunk8 (Adding “read more” to your paragraphs)
Tweet
Mark Roden -
Sep 6, 2012
NotesIn9 072: Reviewing Domino Designer
Tweet
David Leedy -
Sep 6, 2012
XPages Webinar Series with TLCC and GBS
Tweet
TLCC -
Sep 6, 2012
Building XPages servlets with FacesContext access
Tweet
Jesse Gallagher -
Sep 6, 2012
Java Persistence API for Domino via Annotations
Tweet
Niklas Heidloff -
Sep 6, 2012
A Custom Control for dojox.widget.Toaster
Tweet
Jesse Gallagher -
Sep 5, 2012
Explore the benefits of XPages Hompage
Tweet
Mythlimani -
Sep 5, 2012
Using Social Controls in XPages
Tweet
Tony McGuckin -
Sep 5, 2012
ITWU XPages Enabler for IBM Lotus Notes Domino Legacy Databases
Tweet
Stephan Schramm -
Sep 5, 2012
We have revamped our webinars and videos page
Tweet
Maarga Systems -
Sep 5, 2012
Instant Validation Textbox using Regular Expressions
Tweet
Niklas Heidloff -
Sep 5, 2012
Sexy Bookmarks
Tweet
Niklas Heidloff -
Sep 5, 2012
Quick-and-Dirty CKEditor Toolbar Setup for XPages
Tweet
Jesse Gallagher -
Sep 4, 2012
A Couple Updates to My Domino-One-Offs Repository
Tweet
Jesse Gallagher -
Sep 4, 2012
IBM Lotus Notes/Domino Application Development Competitive Advantage : The Social Business Edition
Tweet
John Head -
Sep 4, 2012
OpenNTF Development Contest Update
Tweet
Niklas Heidloff -
Sep 3, 2012
schmhen's Blog » XPages – Create a responsive layout with Twitter Bootstrap Part 2
Tweet
Henning Schmidt -
Aug 30, 2012
On OpenNTF: Notes Workspace for the Web via XPages
Tweet
Niklas Heidloff -
Aug 30, 2012
OpenNTF XSnippet: Rich Text Editor - NSF Custom Plugin Extension
Tweet
Tony McGuckin -
Aug 30, 2012
REST Services with the XPages Extension Library
Tweet
Thomas Ladehoff -
Aug 30, 2012
NotesIn9 Event! Drive to 99!
Tweet
David Leedy -
Aug 29, 2012
Video: XPages messaging app
Tweet
David Leedy -
Aug 29, 2012
Teamstudio Launches Unplugged 2.1
Tweet
Teamstudio -
Aug 29, 2012
New OpenNTF Project: mypic Avatar/Profile Service
Tweet
Niklas Heidloff -
Aug 29, 2012
As part of the OpenNTF development contest sponsored by hedersoft, Jeremy Hodge has contributed a new XPages app - mypic.
How to Enable Social Tools Through XPages
Tweet
Scott Sullivan -
Aug 29, 2012
Create a responsive layout with Twitter Bootstrap – #1
Tweet
Henning Schmidt -
Aug 28, 2012
IBM XPages: A game-changer for Lotus Notes Domino application developers
Tweet
Chris Toohey -
Aug 28, 2012
On OpenNTF: mimeDominoDocument Data Source to store Java Objects without Size Limits
Tweet
Niklas Heidloff -
Aug 27, 2012
Jesse Gallagher open sourced a mimeDominoDocument data source.
Important Tip when comparing values in Java
Tweet
John Jardin -
Aug 27, 2012
ne. Here’s a quick post that might save you a lot of time. With some programming languages like JavaScript, @Formula or LotusScript, to compare a String value is pretty simple.
Taking Notes Episode 166: 2012.08.27 - The Evolution of XPages
Tweet
Bruce Elgort -
Aug 27, 2012
Russ Maher of QDiligence (@russelmaher) and Paul Calhoun (@ptcalhoun) of NetNotes Solutions talk to us about the evolution of IBM's XPages rapid application development platform.
IBM XPages Custom Controls: Portlet and titlePane
Tweet
Chris Toohey -
Aug 27, 2012
I tend to attack the actual development phase of a project the same way most authors work on a manuscript: blast through, getting it on the page (warts and all), just to fill the page.
mimeDominoDocument Data Source
Tweet
Jesse Gallagher -
Aug 26, 2012
mimeDominoDocument is an XPages component that acts like a normal xp:dominoDocument data source but does transparent serialization/deserialization of "MIMEBean" data (http://xmage.gbs.com/blog.nsf/d6plinks/TTRY-8NKTPN) via getValue(...) and setValue(...).
jQuery in XPages #14 – TOC
Tweet
Mark Roden -
Aug 26, 2012
In this article I will demonstrate how to implement the jQuery plugin TOC (Table of Contents) into your XPage and let your users select the section of the document they want to scroll to at the click of a link.
The upcoming myWebGate Release 1.2 – some Pictures
Tweet
Christian Guedemann -
Aug 25, 2012
It was not on our wish list or requested. But Richie Schmid has found a brand new api in the WebKit of the latest chrome browser. It extends the capabilty of the browser to use a webcam.
iNotes List View, iNotes Calendar View – Accessing The Object
Tweet
Paul Withers -
Aug 24, 2012
Earlier today Julian Buss asked in a blog post about how to get the unid of a selected document in the iNotes List View. Even though I wrote that chapter in the Extension Library book, I was a little baffled myself.
Fun with @DbLookup
Tweet
John McCann -
Aug 24, 2012
This is a re-post of an earlier item to fix a bug in the code, add more diagnostic information, and recreate the item after an update exceed the 32K limit on a field.
SSJS: Execute remote SSJS Code
Tweet
Sven Hasselbach -
Aug 24, 2012
I have created a small helper class to run SSJS code from a remote server. The basic idea behind this class is a question on stackoverflow.
New content on xpageswiki.com / user contributions
Tweet
Julian Buss -
Aug 24, 2012
The first three are contributions by users, thanks for that!
SSJS: What’s “this”?
Tweet
Sven Hasselbach -
Aug 24, 2012
In Serverside JavaScript the keyword this always refers to the “owner” of the function which is executing, or rather, to the object that a function is a method of.
Nice simple OneUI XPage layout section with dijit.TitlePane
Tweet
Mark Roden -
Aug 23, 2012
In this article I will demonstrate how to make a nice looking layout section on your XPages which goes well with OneUI.
How not to find things
Tweet
Devin Olson -
Aug 23, 2012
Yesterday my buddy Tim Tripcony suggested I check out watrCoolr on OpenNTF.Org. I was interested in real time data serialization and MIME entity conversion, and Tim's application does exactly that.
Quick-n-Dirty: @ClientType() in XPages
Tweet
Sven Hasselbach -
Aug 23, 2012
The @ClientType formula provides an interesting behaviour: If you add the value to a label, the result will be as expected. It returns “Web” in Browser and returns “Notes” in XPiNC.
Domino Designer Shortcuts, Build Project and Quirks
Tweet
Paul Withers -
Aug 23, 2012
Some time ago Nathan Freeman blogged about making Domino Designer work the way you want, lots of excellent productivity tips for improving performance of Domino Designer. One of these was to turn off Build Automatically.
XPages Updates in the next Maintenance Release
Tweet
Niklas Heidloff -
Aug 22, 2012
The slides of the Open Mic Webcast "Developing XPages Applications - 7 August 2012" have been published. In this webcast several IBM XPages developers talked about XPages updates in the next maintenance release 8.5.x.
MWLUG 2012 - AD112: Usability Lessons From the Worlds Largest XPages Project
Tweet
Andrew Barickman -
Aug 21, 2012
Andrew Barickman's session on XPages.
First
Previous
1
Next
...
Produced by OpenNTF, Inc.
Terms of Use
Privacy Policy
Contact
Follow