Technologies

All Parex banka's websites must be XHTML 1.0 Transitional plus CSS 2.0. Source code must be valid, clean CSS-based. General website's layout must be described with CSS. All stylesheats (CSS), Javascript, etc must be linked as external files only.
Print pages must be described with CSS. All pages are printed from web browser only. No special server based "print" versions are allowed and print buttons. Print pages must be client side.

CMS must generate user friendly URL without any programm code with id's or whatever.
Bad &mdash http://www.parex.lv/lv/credits/php?id=12345
Good &mdash http://www.parex.lv/lv/credits/hipo

Browser support

All major modern browsers must be fully supported. Both on Windows and Mac OS platforms. Microsoft Internet Explorer 6.0 and above, Mozilla Firefox 2.0.0.6 and later, Opera 9.20 and up, Apple Safari 2.0.4 (WebKit ver. 419.3) and later versions.

Mobile Device’s support

Mobile web browsing must be supported. Mobile browsers must be automaticaly detected. Website must include a CSS version for mobile.

Abobe Flash support

Version 8.0 and up. Flash is used only for banner ads. Alternative gif or jpg versions of banners must be provided. Flash version detection is obligatory. Swf files must be embeded through javascript to avoid the "click to run Active components" feature in IE. It is recommended to use swfobject for such purposes: http://code.google.com/p/swfobject/

Liquid layout

All Parex banka websites have only liquid layout. Fixed one is restricted. But this "liquidity" must always be limited to 1300px. This can be achieved with CSS (max-width for W3C compatible browsers) and "Dynamic properties" for Internet Explorer (using expression() tags). IE expressions are basic javascript turned into Microsoft proprietary, CSS like arguments and calculations. Such expressions can be used when it is impossible to achieve the same effect as with all other browsers. Oldschool javascript calculations that listen for browser width or anything are not preferable since the layout must be simple and clean.

For more info about Microsoft Dynamic properties check out: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/recalc.asp.

Relative units

All fonts must be in relative units: percents or em. Font size in fixed units (pixels or points) is depricated.