332 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Getting a handle on Scope using Java
Tue, Jun 4th 2013 135
(Crosspost from Spanky’s Place) Installing and Configuring IBM Domino 9 Social Edition on CentOS 6 Enterprise Linux
Tue, Apr 30th 2013 106
Dell Service Tag via WMIC Command
Fri, Apr 26th 2013 116
Bug in DD-WRT on a Netgear WNDR3700 Router
Tue, Apr 23rd 2013 98
Regex Reminder: Match the End of a String
Tue, Apr 9th 2013 170
eclipse Frustrations (why do I suddenly have 18K+ errors?)
Thu, Mar 14th 2013 120
Domino 8.5.3: Problem and solution to ’formId’ is null or not an object or TypeError: ’undefined’ is not an object
Sat, Jan 19th 2013 117
Top 10
Error 500 -HTTP Web Server: Command Not Handled Exception; or how to choke a server JVM with a single line of code
Wed, Oct 10th 2012 177
Regex Reminder: Match the End of a String
Tue, Apr 9th 2013 170
Getting a handle on Scope using Java
Tue, Jun 4th 2013 135
Stupid equality test -my most common Java bug.
Mon, Dec 10th 2012 131
How to Crash an XPages server with 1 line of code
Thu, Nov 29th 2012 129
"You don’t need to know Java to write XPages" and other fables
Thu, Oct 11th 2012 126
eclipse Frustrations (why do I suddenly have 18K+ errors?)
Thu, Mar 14th 2013 120
Domino 8.5.3: Problem and solution to ’formId’ is null or not an object or TypeError: ’undefined’ is not an object
Sat, Jan 19th 2013 117
Dell Service Tag via WMIC Command
Fri, Apr 26th 2013 116
(Crosspost from Spanky’s Place) Installing and Configuring IBM Domino 9 Social Edition on CentOS 6 Enterprise Linux
Tue, Apr 30th 2013 106


Learning XPages
 
Blog Title Learning XPages
Blog Description A Legacy Notes Developer’s journey into madness.
Blog URL http://www.learningxpages.com
RSS Feed http://www.learningxpages.com/blog.nsf/feed.rss
PlanetLotus Feed http://planetlotus.org/profiles/rss/learning-xpages
Validate Feed feedvalidator.org or validator.w3.org
Feed Last Checked Jun 19, 2013 12:22:06 AM EST. Realtime Update:
Landed Here Aug 22, 2012
Location Cascade Township, Michigan, USA
Posts: # / 1st / Latest - -
Total Hits 1,943. myPL RSS Selections: 5


Recent Blog Posts
135


Getting a handle on Scope using Java
Tue, Jun 4th 2013 6:16a   Devin Olson
XPages gives us some wonderfully cool pre-built containers into which we can throw various variables, and retrieve them later at our convenience. The containers to which I'm referring are the SCOPE ... [read] Keywords: xpages java
106


(Crosspost from Spanky’s Place) Installing and Configuring IBM Domino 9 Social Edition on CentOS 6 Enterprise Linux
Tue, Apr 30th 2013 7:23a   Devin Olson
This is is a copy of my blogpost Since the official release of IBM Notes and Domino 9.0 Social Edition a few weeks ago, I have been "chomping at the bit" wanting to release a set of instructions / vi ... [read] Keywords: domino ibm notes centos enterprise linux
116


Dell Service Tag via WMIC Command
Fri, Apr 26th 2013 7:24a   Devin Olson
Let me say up front that this post has NOTHING to do with Lotus, XPages, or software development in any way. But it is too good a tip to not post about. I recently needed to get the service tag f ... [read] Keywords: lotus xpages development
98


Bug in DD-WRT on a Netgear WNDR3700 Router
Tue, Apr 23rd 2013 7:17a   Devin Olson
Yesterday I tried to install dd-wrt (v24 SP1) on my Netgear WNDR3700 v2 router. The installation was a breeze. Then I tried to configure it. That is when the trouble began There is a bug in th ... [read] Keywords: bug
170


Regex Reminder: Match the End of a String
Tue, Apr 9th 2013 1:13p   Devin Olson
I am posting this here because I'm tired of having to think this through every time I need it. Perhaps it will be of some use to somebody else. ^.*substring$ When searching any string using a Re ... [read] Keywords: java
120


eclipse Frustrations (why do I suddenly have 18K+ errors?)
Thu, Mar 14th 2013 9:08a   Devin Olson
Yesterday I had the incredibly frustrating experience of having eclipse break -and I had no idea why. I spent several hours trying to figure it out before giving up and walking away. I had prev ... [read] Keywords: eclipse




117


Domino 8.5.3: Problem and solution to ’formId’ is null or not an object or TypeError: ’undefined’ is not an object
Sat, Jan 19th 2013 9:12a   Devin Olson
I've been working on a new project for a little while now. It was working perfectly my development environment (Domino 9 Beta server), and the time had come to put a limited access version into produ ... [read] Keywords: domino ajax development server
131


Stupid equality test -my most common Java bug.
Mon, Dec 10th 2012 3:17p   Devin Olson
I was first introduced to Java (as a Programming Language) around 1997 or 1998, and I've been working with it on a semi-regular basis since around 2001. Since July of this year I have been working ... [read] Keywords: bug java
129


How to Crash an XPages server with 1 line of code
Thu, Nov 29th 2012 10:10a   Devin Olson
Yesterday I was doing some testing and I crashed my server. So I restarted the server, checked the logs, checked my code, made some adjustments to try and identify the cause of the crash, and resu ... [read] Keywords: xpages server
126


"You don’t need to know Java to write XPages" and other fables
Thu, Oct 11th 2012 9:11a   Devin Olson
Since the advent of XPages several years ago, I've heard the following mantra more times than I care to remember: "You don't need to know Java to write XPages" To which I say HORSE SHIT!! While yo ... [read] Keywords: xpages java
177


Error 500 -HTTP Web Server: Command Not Handled Exception; or how to choke a server JVM with a single line of code
Wed, Oct 10th 2012 3:11p   Devin Olson
When creating your own Java objects to feed repeat controls, it is useful to implement the Java Collection Interface with a values() method. HOWEVER - you should be very careful when doing this that ... [read] Keywords: xpages interface java server
105


Invalid Validation Frustration Situation
Fri, Oct 5th 2012 6:09a   Devin Olson
Last night just as I was shutting down my boss pointed out a problem in an application I'm working on. It seems validation was failing on a certain field. I did a quick test and was able to reprodu ... [read] Keywords: xpages application
87


How not to find things
Thu, Aug 23rd 2012 2:08p   Devin Olson
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. ... [read] Keywords: xpages application openntf
67


Extending Tommy Valand’s clearMap() function
Tue, Aug 14th 2012 5:46a   Devin Olson
Tommy Valand posted a wonderfully simple function for clearing scoped variables a couple of years ago. I had a need to conditionally clear certain elements from my applicationScope. In my case, ... [read] Keywords: xpages
81


XPages SSJS Function: @IsBlank
Mon, Aug 13th 2012 5:17p   Devin Olson
Testing for blank strings can be kind of a PIA, and there are myriad examples all over the web on how to accomplish this. Here is my version for XPages SSJS. Enjoy: function @IsBlank(source:String) ... [read] Keywords: xpages
67


A little bit of scope will never. Never, ever, ever erase.
Fri, Aug 10th 2012 11:54a   Devin Olson
Last week I ran into this little nugget of fun: Unexpected runtime error The runtime has encountered an unexpected error. Error source Page Name:/request.xsp Exception java.io.NotSerializabl ... [read] Keywords: xpages java
39


Concatenation Baby!
Fri, Aug 10th 2012 6:00a   Devin Olson
I spent quite a bit of time today trying to figure out why my SSJS wasn't working the way I intended. I created a function that was supposed to return the UniversalID of a document that had a part ... [read] Keywords:
72


Episode IV - A New Hope
Thu, Aug 9th 2012 2:01p   Devin Olson
I am finally getting to work with XPages. Yes, I know XPage technology has been gold for several years now, but I've been a bit busy making a living, so cut me a little slack, OK? I suppose a litt ... [read] Keywords: xpages




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition