lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
JavaScript Timeout retention
19 July 09 04:22 PM | Frederick.Chapleau | with no comments
Timeout are used since… well… since the dynamic web exists. But the returned timeout variable (usally a number) can be used to stop them. A good hint is to always store it somewhere, so that you can easily cancel them later. -f.
Filed under:
CSS Z-Index
18 July 09 07:19 PM | Frederick.Chapleau | with no comments
A great layout tips... Overlay! The Zindex CSS property can priories the layout order. A kind of Bring Forward and Send to Back. -f.
Filed under:
Use Span instead of Divs
03 July 09 11:59 PM | Frederick.Chapleau | with no comments
Span are code block that do not alter layout, instead of div, that automatically break the current flow (a kind of carriage return). -f.
Filed under:
When an ImageMap is still usefull
19 June 09 05:58 PM | Frederick.Chapleau | with no comments
A map editor, all using Ajax, this is really impressive. -f. ref: http://www.maschek.hu/imagemap
Filed under:
Styling with style!
27 May 09 05:58 PM | Frederick.Chapleau | with no comments
CSS is a good way to handle style and positioning of a webpage. Do you know that you can repeat the style ids and split the styling (like, colors) and the positioning (like left and top)? The best way that I've found, two CSS, one with the positioning...
Filed under: