Thursday, February 25, 2010
Monday, February 22, 2010
Autosuggest and Autocomplete
Autosuggest and Autocomplete implementations link
Thursday, February 18, 2010
Wednesday, February 17, 2010
CSS/HTML/XSLT reference
The additional resource of HTML and CSS: Index DOT HTML
Direct link to XSLT functions reference
Friday, February 12, 2010
Breadcrumbs with listomatic
A CSS Implementation of navigation breadcrumbs link
CSS position modificator
Summary and definition for CSS position modificator:
static - HTML elements are positioned static by default. A static positioned element is always positioned according to the normal flow of the page. Static positioned elements are not affected by the top, bottom, left, and right properties.
fixed - the position is relative to browser window, it will not move ever the window scrolled. The content of a relatively positioned elements can be moved and overlap other elements, but the reserved space for the element is still preserved in the normal flow.
relative - A relative positioned element is positioned relative to its normal position
absolute - An absolute position element is positioned relative to the first parent element that has a position other than static. If no such element is found, the containing block is <html>. Absolutely positioned elements are removed from the normal flow. The document and other elements behave like the absolutely positioned element does not exist. Absolutely positioned elements can overlap other elements.
Wednesday, February 10, 2010
CSS/DHTML/JavaScript resources
I am constantly learning CSS/DHTML/JavaScript, the last nice findings:
- JavaScript tabifier - HTML tab ( with sources )
- CSS Positioning in Ten Steps - nice entry level tutorial with examples, and official W3School link
- CSS layouts - one/two/three columns, fixed/liquid DIV only design
- jQuery source viewer - nice for learning the functions
- CSS reference from W3School
Subscribe to:
Posts (Atom)