Articles (English)
Total: 9 articles (english)
16-Mar-2008 21:26 GMT
This is the second part of my UI lessons from the real world article. It has more funny examples of what (not) to do with your UIs.
17 Comments :: Read More »
05-Mar-2008 13:30 GMT
Learn UI concepts from real world pictures. Signs can teach valuable lessons in this regard and you should pay attention to them.
32 Comments :: Read More »
24-Feb-2008 18:36 GMT
Learn a trick to shrink images using the Java2D API, which creates high-quality image icons for your applications.
14 Comments :: Read More »
08-Dec-2007 16:01 GMT
In this article jQuery is tested with different selectors in order to find specific elements in the DOM tree. The delay of each selector is precisely calculated and the idea is to find out which one is the fastest for the given goal.
3 Comments :: Read More »
15-Nov-2007 18:56 GMT
Learn how to combine JGoodies with other backend frameworks in your desktop application. The main problem is the need to create objects that extend the Model class while other frameworks might consider this a problem, either because they require POJOs or provide other specific rules.
0 Comments :: Read More »
01-Nov-2007 13:50 GMT
This article explains the advantages of the Presentation Model pattern over the Model-View-Controller and Model-View-Presenter. This will improve your decisions about GUI implementations for desktop.
1 Comment :: Read More »
04-Oct-2007 12:31 GMT
Learn the screen scratch technique to easily identify visual clutter and noise in user interfaces.
0 Comments :: Read More »
04-Oct-2007 12:30 GMT
Learn the basics of the JGoodies Binding API, which allows you to separate the application logic from UI components. This can lead to better code and strategic separation of concerns. This is the first relevant step towards the Presentation Model pattern.
1 Comment :: Read More »
03-Oct-2007 14:30 GMT
In this article I explain the Presentation Model pattern, its structure and layers.
0 Comments :: Read More »
