Fluid vs fixed width design · 460 days ago
Fluid designs probably work best with min and max width values defined nonetheless. Min width stops content like textboxes and images overlapping other content on undesirably narrow windows. Max width stops ridiculously long text lines on humungous screens and people who use ‘maximise window’.
Comment [1]

Useful plugin-writing resources · 460 days ago
- Defined functions by file
- php cross reference of txp’s svn (look up said functions)
- txp global variables
- about doTag

Yet more useful sites for color themes and the like · 461 days ago
- super easy blendy backgrounds – colour gradients
- squidfingers – truly beautiful background tiling patterns. can redistribute?
- colr.org – collective color scheming? api – awesome

A test post with code and pre · 462 days ago
this is some pre text.
#nav a:link {
text-decoration: none;
color:#CC99FF;}
#nav a:visited {
text-decoration: none;
color:#FF99FF;}
#nav a:hover {
text-decoration: underline;}
And here's some regular text.
Comment [1788]

ImageMagick · 462 days ago
Canvas creation – uber useful.
