Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
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.
-
-
A great layout tips... Overlay! The Zindex CSS property can priories the layout order. A kind of Bring Forward and Send to Back. -f.
-
-
Span are code block that do not alter layout, instead of div, that automatically break the current flow (a kind of carriage return). -f.
-
-
A map editor, all using Ajax, this is really impressive. -f. ref: http://www.maschek.hu/imagemap
-
-
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...