How to populate a ListBox field dinamically in Lotus Notes

Share

In the project that I’m working now I needed a way to select multiple entries from a list and copy them to another list. To do this I created a form which contains two ListBox fields called listA and listB and a Button field named To. The entries of the two lists are computed using […]

Continue Reading  

Share

The Linux version of our File Tracking Client application is now available for download from the project’s website or from its SourceForge repository. So, now there are three application downloads available: A Demo version for Windows platform A Demo version for Linux platform The production version that runs both on Windows and Linux (This requires […]

Continue Reading  

Share

In these days all web2.0 apps make use of AJAX to save bandwidth, user time or to display data without refreshing the page. When you make an AJAX request the response could be plain text, Html or JSON, but if you want to make a cross-domain AJAX call you can’t because the browser security model dictates that XMLHttpRequest must have the same domain in order to communicate. This is where you need to use JSONP, this technique will make the AJAX call and after will inject the response in a script tag and will pass the data to a specified function.
Some JavaScript Libraries help you dealing with JSONP and in this article I will show you how to make cross-domain AJAX calls with MooTools and jQuery.

Continue Reading  

Share

When using Hibernate in a project, correct configuration of the service is a must, otherwise errors won’t let you alone 🙂 Following the basic steps of configuration, I found myself facing an error, of which cause made no sense on the moment because I thought my configuration were correct. In the hibernate.cfg.xml file, sessionFactory was […]

Continue Reading  

Share

Sorting characters is done differently from one language to another. For example, in English digits come before letters in an ascending sorting. But, in German, digits are ascendant sorted after letters. Sorting may or may not be case sensitive, diacritics may be considered or ignored, and phonetic rules could also be used (e.g.: in Spanish […]

Continue Reading  

Share

In order to feed calendar clients (like MS Outlook, Google Calendar) it is required to supply a plain text file with the ‘.ics’ extension.

Continue Reading  

Share

In a recent project I had to handle with two simultaneous DB connections using SimpleORM. As you probably know SimpleORM, according with the official web site, is “a full featured Java object relational mapping system that avoids exotic technologies such as byte code generation [more]”. After spending some time in searching more info about how to […]

Continue Reading  

Share

As we already discussed in a previous article we started to rewrite one of our custom ASP Controls in order to improve server and network load. During this process we transformed most of old JavaScript functions to jQuery. Please bear in mind that the objective was not to improve script performance and jQuery scripts may […]

Continue Reading  

Share

In this article we will take a brief look at the Oracle SQL FIRST/LAST aggregate functions that allow you to select a value from the first or last row(s) of a sorted group, when the needed value is not the sort key. For example consider a table “PROJECT_COST” having the following structure and data:

Continue Reading  

Share

The Visual Studio Code Snippets feature allows very simple, common, code blocks to be reused without requiring the same thing to be typed out repeatedly, or copied and hacked. The Code Snippets feature allows inserting code, wrapping existing code and replacement of key parts of the Snippet.

Continue Reading  

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close