About Usability

We cannot forget usability when we think in solutions for users. This sensitivity must be present even in all things that we do. I have read some of these articles that remember us the basic rules of this important aspect of a successful project.

Many Eyes

IBM has published a new product, many eyes, that tries to enter new concepts mixing Social Networking with graphic data procesing. A collection of publicly shared data sets held on the site. All these visualizations are commented as a blog Entry or a forum, you can rate them… One of the most exciting features is … Read more

Domino.doc API

Today I had the opportunity to work with Domino.doc API due to an enhancement in a migration tool. The understanding of the API relationship is easy. The main amount of objects are implemented as collections so you only have to use the basic methods available for collections. After that, when you reach the ddoc object … Read more

Intalio BPMS Designer, not enough

Finally I don’t find a real reason to use Intalio BPMS Designer instead Microsoft Visio. I suppose that if you buy the whole license you have a good list of features that justify the use of this tool but now I just can draw! Now I’m asking about Enterprise Architect. It’s supposed this tool provide … Read more

Lotus Quickr

Now it’s available Lotus Quickr in Lotus Greenhouse. It’s defined like the fastest way to share everyday content across connected teams. Shared content libraries: You can share content in Lotus Quickr libraries, and access that content from desktop applications. Team places: Create online places with provided templates. Connectors to popular applications: Use connectors to interact … Read more

Your first Plug-in

I was looking for a “how to” document to build a say ‘hello world’ plug-in and I found this article (Link) . After all I discovered that you don’t need it, you only have to create a new plug-in using one of the templates available with Eclipse 3.2. Great! now I have a big challenge, … Read more

DominoDoc.SearchCTL

I have a problem when I tried to make a search in a file cabinet: The case of use is: The user access to a file cabinet. The user clicks on “Search” action in the menu. The user introduces the selection of a search. The user obtains the following error message: “The Object’s application or … Read more

ExtJS

ExtJS is a popular Script Library that combines the existing Libraries Yahoo!, jQuery and Prototype + Scriptaculous. The result: you have a only way to create GUI components in your Web applications. If you want to have a quick look, visit the API and see the examples.