JavaScript

Op-Ed: Show me the skills and show me the money

skills wordle Note to folks interviewing for a senior developer position: I see you have been productively working as a consultant for quite some time and you have broad experiential knowledge. I respect that, coming from a similar background, really, I do!

JavaScript tip - Implicit conversion

  1. isSomething = function(val) {
  2. if (val == undefined || val == null || val == "") return false;
  3. return true;
  4. };

XPAGES DRAG AND DROP WITH DOJO TUTORIAL, PART 4: dragging between containers and setting the stage for partial (AJAX) updates.

This is part 4 of a series on drag and drop with Xpages and Dojo.

REFERENCING WEB SERVER FILE SYSTEM RESOURCES IN XPAGES

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.

OMNICLIENT VALIDATION, PART 2

In my previous installment I discussed the simple framework for a client validation framework that works in the Notes client and the on the web using a common codebase in Javascript. The implication, of course, being that the validation is client-side and only has to be written once. The framework is skeletal and does not represent a functionally complete example, although it can be made to be.

OMNICLIENT VALIDATION, PART 1

Part one of two, in a series.

Syndicate content