xhtml
When to use Tools?: Markdown versus Textile
Markdown vs Textile... this is a tough one. I use both pretty regularly, and each has its perks and weaknesses.
When to Use Markdown
I usually choose Markdown over Textile when I'm:
- Jotting down general notes
- Drafting client proposals
- Reformatting HTML content
Markdown is much easier to read during editing, even without converting the document to HTML.
Images: Embedded vs. CSS Background Images
There's a line between embedding images in HTML and applying the image as a background image via CSS. I often see them used incorrectly.
It all comes back to semantic markup. Semantic refers to meaningful, logically arranged (X)HTML markup. The content on a webpage should be in semantic markup. It should be readable with or without stylesheets, or in a plain text browser.

Recent comments
10 weeks 3 days ago
10 weeks 3 days ago
16 weeks 16 hours ago
16 weeks 17 hours ago
16 weeks 17 hours ago
17 weeks 11 hours ago
17 weeks 14 hours ago
18 weeks 5 days ago
19 weeks 1 day ago
19 weeks 3 days ago