Easy HTML Positioner

Beta

Easy Html Positioneris a way to solve two constant and re-incident problems on web development, especially on corporative applications.

  1. To position the components exactly where the customer wants them.
  2. To maintain the layout original proportions in any resolution.

How it works:


Laws to use this approach:

  1. Remember of the two input hidden that save the original resolution where you've created your prototype layout (hdn_base_width and hdn_base_heigth)
  2. You must have the javascript function resizeComponents() somewhere.
  3. Always call resizeComponents just after page load.
  4. The names of your DIV containers must be sequencial. Ex: dv_layou_container_1, dv_layou_container_2, etc. You cannot miss one, like 1, 2, 3, 5 (the 5 will not be positioned or re-sized correctly).

We hope it will make your life happier. =)