Archive for the 'XHTML' Category


Easy XHTML For Humans = Textile

Check out the coolest new thing! This markup language, rather– a presentational, formatting syntax (for typing *one thing*, to have it _published_ in a particular visual style) capable of converting simple, readily available keyboard symbols into valid HTML. This special formatting syntax, known as Textile, is targeted toward the countless web citizens who, while they [...]

Choosing a DOCTYPE: XHTML vs. HTML

Aww, man! Not another lame blog entry… on the issue of HTML vs XHTML <!DOCTYPE>! Not only are there ten billion articles the same, it's a really annoying topic, isn’t it? Ha! Well, I must admit, this most recent time I’ve come across another myself, I decided to read it, and I did gain a [...]

Geany: a Fast & Lightweight IDE / Text Editor

What is Geany? Geany for Windows  & Cross-Platform Compatibility GTK+ Runtime Library Feature Highlights File Explorer Plugin Setup Obtaining and Installing Geany for Windows Windows users who are looking for a great, solid, fast, and intelligent source-code editor: your search may end here. Geany, an increasingly popular package in the Linux world due to its [...]

HTMLpedia : the User’s HTML Reference

HTMLPedia Check out the HTMLPedia, a user-maintained wiki for all you want to know, or what you what to “say” about the HTML / XHTML markup language. The HTMLPedia is maintained by the same individual who brought you the Mozilla Addon, HTML [Tidy] Validator, a popular Firefox extension which comes in handy for web developers [...]

PHP String Variables:
To Quote… or Double Quote?

…that is the question. Oftentimes i find myself faced with a situation wherein I must decide whether to use PHP’s single or double quotes. If you’re not aware of it by now, then you should STOP everything and go learn a bit about the differences between the two: a single-quoted string, vs a double-quoted string– [...]