332 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
XPages Java Tip: Be careful with static variables in your Classes
Wed, Jun 5th 2013 148
Appcelerator Mobile Dev – Chapter 2: Understanding the Titanium Framework
Sat, Apr 27th 2013 264
TIP: What to try if IBM Notes 9 keeps crashing on Apple OSX
Tue, Apr 23rd 2013 162
Appcelerator Mobile Development – Chapter 1: Installing Titanium
Fri, Apr 12th 2013 193
Appcelerator Mobile Development – Season 1: Prologue
Thu, Apr 11th 2013 183
Tip: Understand how to compare values in JavaScript
Tue, Mar 19th 2013 107
Video Tutorial: Get up and running with Lotus Domino Designer 8.5.3
Thu, Mar 14th 2013 190
Top 10
Appcelerator Mobile Dev – Chapter 2: Understanding the Titanium Framework
Sat, Apr 27th 2013 264
XPages Tip: @Dblookup() and Javascript Array
Sat, Aug 20th 2011 214
Appcelerator Mobile Development – Chapter 1: Installing Titanium
Fri, Apr 12th 2013 193
XPages Tip: @Dblookup() and Javascript Array
Tue, Oct 25th 2011 192
Video Tutorial: Get up and running with Lotus Domino Designer 8.5.3
Thu, Mar 14th 2013 190
Appcelerator Mobile Development – Season 1: Prologue
Thu, Apr 11th 2013 183
XPages Tip: Open Links in Own window in Ext Lib App Layout
Tue, Aug 23rd 2011 168
TIP: What to try if IBM Notes 9 keeps crashing on Apple OSX
Tue, Apr 23rd 2013 162
XPages Java Tip: Be careful with static variables in your Classes
Wed, Jun 5th 2013 148
XPages Tip: Pass NotesDateTime to the Javascript Date Object
Thu, Jan 17th 2013 140


XPages Tip: @Dblookup() and Javascript Array
John Jardin    

I learned a valuable lesson yesterday. I declared a Javascript variable called myarray and wanted to assign a list generated from a DbLookup. The good news is that this works 99%. There is just 1 small exception. If the DbLookup only returns 1 value, it then passes that value as a string and not an

(Read More...)


---------------------
http://johnjardin.ukuvuma.co.za/2011/10/25/xpages-tip-dblookup-and-javascript-array/?utm_source=rss&utm_medium=rss&utm_campaign=xpages-tip-dblookup-and-javascript-array
Oct 25, 2011
193 hits



Recent Blog Posts
148


XPages Java Tip: Be careful with static variables in your Classes
Wed, Jun 5th 2013 2:26a   John Jardin
I learned a very valuable lesson the other day when I relied on the Java Editor to recommend the setting of certain variables in my classes. This is a silly mistake that occurred and only cost me about 1.5 hours of troubleshooting, but hopefully others can learn from this and not make the same mistake. WHO TO THANK I need to thank the following 4 individuals for assisting me with this issue: 1. Serdar Başeğmez – (Who pretty much knew what the issue was but I didn’t understand him p [read] Keywords: domino notes xpages application applications database java twitter xml
264


Appcelerator Mobile Dev – Chapter 2: Understanding the Titanium Framework
Sat, Apr 27th 2013 3:21p   John Jardin
Welcome to Chapter 2 of the Appcelerator Mobile Development Series: Season 1. In this post I am going to explain how the Titanium Framework works and help you understand the pros and cons of using it. I’ll also touch on the Pricing model as I currently understand it, keeping in mind it changed recently. At IBM Connect this year I had a “Birds of a feather” session that I facilitated and it was focused around Appcelerator Titanium as a Mobile Development Framework and how well i [read] Keywords: collaboration domino ibm notes xpages apple application applications blackberry community css development dojo eclipse enterprise facebook java javascript mobile network openntf server twitter
162


TIP: What to try if IBM Notes 9 keeps crashing on Apple OSX
Tue, Apr 23rd 2013 12:36p   John Jardin
Here’s a quick tip for those who experience continuous crashing of IBM Notes 9 on OSX Mountain Lion. Before installing IBM Notes 9 Beta on my MacBook Pro, I had Lotus Notes 8.5.3 running. I ran the IBM Notes 9 Beta install without uninstalling Notes 8.5.3. Every time I opened IBM Notes for the first time since starting my machine, it would crash and return an error report. Notes would only successfully open after 2-3 attempts. This happened both with the Beta as well as the official releas [read] Keywords: connections ibm lotus notes notes client apple community mac macbook macintosh
193


Appcelerator Mobile Development – Chapter 1: Installing Titanium
Fri, Apr 12th 2013 12:54p   John Jardin
Hi everyone. Welcome to Chapter 1 of my Appcelerator Mobile Development Series. This is my second Blog Post for this series, my first post being the Prologue. The one thing about Appcelerator that impressed me is how easy it is to get Titanium Studio installed and up and running. There are many tutorials on how to do this. Instead of me re-writing what’s already been written many times, I’ll just be referencing the Documentation I found most helpful and providing my own quick how-to. [read] Keywords: application blackberry development iphone java linux mac mobile password
183


Appcelerator Mobile Development – Season 1: Prologue
Thu, Apr 11th 2013 6:16a   John Jardin
Hi everyone. I’m very excited about my next Blogging Project. Over the past year I’ve had some very decent exposure to Mobile Development, whether Phonegap, jQuery Mobile, Dojo Mobile, XPages Mobile Controls, Appcelerator Titanium, etc. This is a Prologue to some upcoming Video Tutorials that I am grouping together as “Appcelerator Mobile Development – Season 1“, where I will be showing everyone how to get started with Appcelerator Titanium Development to build nati [read] Keywords: domino xpages application applications blogging development dojo mobile openntf twitter
107


Tip: Understand how to compare values in JavaScript
Tue, Mar 19th 2013 11:51p   John Jardin
Hi everyone. In this post I want to point out a not so common way to compare variables and their values in JavaScript. For many out there, the common way to compare 2 values is to use the == or != operators. If we look at the example below however, you’ll notice an interesting result that is returned: Example: var boolFalse = false; var boolTrue = true; var myString = “”; if(boolFalse == 0) //This returns True if(boolTrue == 1) //This returns True if(myString == 0) //This retur [read] Keywords: javascript




190


Video Tutorial: Get up and running with Lotus Domino Designer 8.5.3
Thu, Mar 14th 2013 7:34a   John Jardin
Hi everyone. So here’s my next Video Tutorial. I show you how to download Lotus Domino Designer 8.5.3 and I also give a quick demo on how to set up your first Notes Application. I decided to go back to basics and assist those who are new to IBM (Lotus) Notes, especially those who want to get started on Notes/Domino and XPages Development. I end off the Video Tutorial showing you how easy it is to create a working CRUD Application (Create/Read/Update/Delete) in the Notes Client. If you use [read] Keywords: domino ibm lotus notes notes client noteslotus xpages application development podcast twitter
92


My week at IBM Connect 2013
Fri, Feb 22nd 2013 8:12a   John Jardin
It’s been almost a month since arriving in Orlando for IBM Connect 2013. It amazes me how time flies. I thought I would just give my 2 cents worth on the week, for entertainment purposes. SATURDAY. THE FIRST DAY It was one of the toughest days I’ve experienced in a long time. After a 16 hour flight from Johannesburg, South Africa, I arrive in Atlanta around 5:00am. I spent almost 1.5 hours just trying to get through Customs and then had to spend another 30 minutes getting past securi [read] Keywords: ibm lotusphere show and tell xpages community development mobile security
103


TIP: Please Browser, do not track me.
Thu, Feb 21st 2013 8:09a   John Jardin
Hi All. Here’s a quick Tip regarding a certain Browser Setting that I recently became aware of: As quoted by Mozilla: Do Not Track is a step toward putting you in control of the way your information is collected and used online. Do Not Track is a feature in Firefox that allows you to let a website know you would like to opt-out of third-party tracking for purposes including behavioral advertising. It does this by transmitting a Do Not Track HTTP header every time your data is requested fro [read] Keywords: firefox
116


Join me at IBM Connect to discuss XPages and Appcelerator Titanium
Wed, Jan 23rd 2013 5:14a   John Jardin
Good day everyone. I am glad to announce that whilst I will not be presenting at IBM Connect this year, I will be hosting a “Birds of a Feather” (BOF) session on Tuesday morning at 7:00am. The Session’s name is “BOF206 IBM XPages and Appcelerator – A Marriage Made in the Clouds” and will be held at the Swan Hotel. So the difference between an IBM Connect Presentation and a BOF Session is pretty simple: A BOF Session is similar to a “Round Table” o [read] Keywords: ibm xpages apple applications blackberry development dojo javascript mobile twitter




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