Saturday, June 30, 2012

Non resizable panel splitter.

There is a component Panel Splitter, which used to divide a region into two parts one of which can be resized or collapsed. Great but there are cases when I want only to collapse/uncollapse one side and not to resize. The panelSplitter doesn't have such property. After playing with firebug I've made a css class wich satisfies my needs.

Thursday, June 28, 2012

Complex forms? Simple and easy! (part 2)

In the previous post I showed a sketch of a desired form and a way to achieve it. But the result was not exact.

Checkboxes and radiobuttons

Tired of native checkboxes and radiobuttons which look different in browsers and have inconsistent appearance?
If you don't know a way to change the look and feel of native checkboxes and radiobuttons with pure css (I don't know too except tricks with javascript or crazy css hacks like this) I'll show you how to get radiobuttons and checkboxes like on the image below.

Tuesday, June 26, 2012

Complex forms? Simple and easy!

   In this post I'll show you how to make form with such layout simply and easy. The idea is to use trinidad table in which inputs will stretch the entire width of a cell.

Monday, June 25, 2012

Obtaining hostname and printers via applet

In this post I'm going to show how to obtain client's hostname, printers and display them in the page.

Sunday, June 24, 2012

ADF Application + Jenkins + WebSphere Application Server

At first sorry for my terrible English. But I hope information I want to share worth it. Please report about mistakes in the post and I'll fix them. If post seems very briefly or there are things you do not understand then write in comments and I'll explain more detailed.