Categories
Notes In 9 Podcast XPages

NotesIn9 035: XPages View Picker 3.0

In this show John Jardin comes back on to give a demo on how to use version 3.0 of the XPages ViewPicker Custom Control.  This is a control was featured on a previous NotesIn9 but Mark Hughes has made enough enhancements to it that John thought it needed an updated video.  Not to be missed is the use of the Loading Mask as well as the Multi-Value Deselector.
Look for more videos on using custom controls in future shows.

Categories
Extended Edition Notes In 9 Podcast

NotesIn9 Extended Edition: 010 Simple Repeats in XPages

I recently realized that of all the demos I’ve done on Repeat Controls, I’ve not done a simple one that actually looks like a table. There are a couple of ways to do this and in this show I demonstrate my prefered method. Along the way I talk about data binding formulas and working in the source pane as well.

This is a really basic show for those new to XPages. If you’ve been a long time viewer there might not be much new here.

 

Categories
Notes In 9 Podcast XPages

NotesIn9: 034 XPages- F4 is your friend

In this show we have another great guest contributor. Paul Withers from Intec Solutions comes on the show to introduce to us to what should be our new Best Friend, otherwise known as the “F4 key”. Learn how to use this key to find all the hidden methods and properties from your objects.

Categories
Notes In 9 Podcast XPages

NotesIn9: 033 Introduction to Remote Services in XPages

In this show John Jardin comes back on to talk about getting started with using Remote Services in XPages.

Categories
Notes In 9 Podcast XPages

NotesIn9: 032 Testing XPages

In this show, Peter Presnell comes on to give a high level look at some of the options available to test XPage applications.

Categories
Notes In 9 Podcast XPages

NotesIn9: 031 Styling NamePicker with oneUI

In this show guest contributor John Jardin comes on to talk about using oneUI to style the Name Picker from the XPages Extension Library.

Thanks again to John for taking the time to contribute this tip. I’m really exicited to have him and a couple more great guests lined up for some upcoming shows.

Categories
Learning XPages Notes In 9 Podcast XPages

NotesIn9: 030 – Formatting Numbers in XPages

This is just a quick little show today to demonstrate a couple of ways to deal with formatting numbers on an XPage.

Nothing really fancy today. 🙂

Categories
Extended Edition Notes In 9 Podcast XPages

NotesIn9: EE 008 – XPages: One Man’s Journey

NotesIn9 Week continues with this episode in which Graham Acres comes on as a guest to talk about how he got started using XPages. I want to thank Graham very much for taking the time to record this presentation for NotesIn9.

Graham will talk about his journey into learning this new technology and then will show off a couple of interesting demo’s and tips.

When I first heard of this presentation, which I think he did for a Canadian user group, I thought that this might be really inspirational. Everyone who starts out learning XPages struggles with it. The first several weeks are the hardest. The way to get past that is to not get frustrated. Realize there is a roadmap to improving your skills and that you’re not alone out there. There are now a lot of great resources out there for XPages information. Here’s just a couple:

XPages.Info
XPagesWiki.com
XPages Forum
XPages Blog
Designer Wiki
XPagesCheatSheet.com
XPages101.net
XPages.TV
OpenNTF.org
TLCC.com

Again, a big thanks to Graham for his presentation.

Categories
Extended Edition Notes In 9 Podcast XPages

NotesIn9: EE 009 – Using Java HashMaps and TreeMaps with XPages

In this show I talk and demo ways to use Java HashMaps and TreeMaps with your XPages applications.

 

UPDATE: April 11, 2016 –

I was just now reviewing this older show.  I see one thing in the code that might work but I don’t think is quite right.

var myList:java.util.HashMap = new java.util.HashMap

That appears to be missing the “()” at the end.  It really should look like this:

var myList:java.util.HashMap = new java.util.HashMap()

 
and of course it’s a Map and not a List so a better variable name might have been “myMap”.

Categories
Community Notes In 9

Notes In 9 Celebrates 2 years!!!

July 11th is the second anniversary of my Notes in 9’s screencast. It was 2 years ago that I posted my first “official” show to YouTube. That show talked about one of my favorite XPages features – The Repeat Control.

In the last 2 years, I’ve done a bunch of shows and have even been able to get some expert speakers to come on and contribute. Together Notes In 9 has produced 27 shows of the 10 minute or less length, and 8 “Extended Edition” shows. For over 7 and a half hours of free educational content!

Even though I’m simply a customer and not a consultant or business partner, deciding to give back to the community and creating NotesIn9 is by far one of the best professional decisions I’ve ever made. I’ve gained so much more then I’ve given. I’ve learned an incredible amount in the process of creating these shows. I’ve met many wonderful people and gained some really good friends. I’ve gotten the opportunity to speak at great conferences like, IamLUG, MWLug, Tri-State LUG, and even 2 Lotuspheres. I pretty much got an absolute dream job from this screencast and sharing effort. And most recently I’ve been named an IBM Champion.

So if there’s anything I could suggest – it’s that sharing your knowledge is extremely important. I say this all the time to people I meet at LUGS. If you know something, try and take the time to share it. I don’t care how “simple” it might seem. If you took 5 minutes to figure it out… or research something to solve a problem then it’s sharable. Someone out there does NOT know what you just figured out. And if someone posted the solution before? Who cares? That doesn’t mean others can find it. One of the reasons why I created NotesIn9 was because it seemed that even though XPages was new, many of the great bloggers were starting to post some pretty advanced topics and I thought people just starting out were getting left behind. There’s nothing wrong with posting “simple” information.

Where do you share? Anywhere really. If you don’t have a blog there’s the designer wiki and the XPages forum. Heck most established bloggers would likely publish something if you just asked them to. So please – consider sharing what you learn.

Ok – enough of my rambling. Let’s talk about this week. As a celebration of 2 years of NotesIn9. It’s my intention to try and publish a show EVERY day this week. That’s 5 new shows. I’m not sure I can pull it off as I only have 1 “in the can” and the rest are just ideas at this stage. But I’m going to give it a good try.

In closing I want to thank everybody for watching the show and for the feedback! I truly appreciate it.

Dave