Just a quick tip/reminder to anyone out there who may have had to use the LotusScript (nee VisualBasic) Dir()
or Dir$()
function. The function IS NOT reentrant. If, as is a typical use-case, you want to deep traverse a directory tree by recursively calling a function that examines a directory using the Dir()
function, take care not to nest calls within the recursion. For example:
This is part 3 of a series on drag and drop with XPages and Dojo. Part 1 is here. Part 2 is here.
So I was finally able to bring my future development environment for PHP online. In a nutshell, I’m running Xubuntu (Jaunty x86) inside a VirtualBox guest on my Vista 64 main machine.
It seems that Palm and Sprint are losing steam already with the new Palm Pre phone. I WANT a Pre. Not enough to go out and trade in my 2 year old Motorola Q to get one, but I want one. The thing is, I’m unusual. Most folks who buy phones probably don’t want them for the same reason I or -for that matter- my readership does. Multitasking? I care, but I’m a minority in the phone buying public. The question is, why doesn’t Sprint or Palm get that?
This is part 2 of a series on drag and drop with Xpages and Dojo. Part 1 is here.
Welcome to the first in a series on how to implement drag and drop behavior in your XPages applications using the Dojo drag and drop toolkit. I’d be in remiss if I didn’t take the opportunity to recommend that XPages beginners refer to Declan Lynch’s excellent and easy to follow Learning XPages tutorial series to bring you up to speed. Declan’s tutorial was also an inspiration, of sorts, for me to embark on this series.
I’m getting ready to start blogging about some Dojo hotness in XPages. IBM saw fit to include the Dojo 1.1.1 toolkit in the Domino 8.5 distribution, but unless your native XPage widget is calling the resources you’re out of luck if you want to access the toolkit's resources yourself. In general terms, how do you access a resource that’s on your server’s file system? You see, if you try to put a resource’s relative URI into an XPage’s resource list, Domino will prepend the path of the current database (er, application) -breaking the URI.