Individual Entry

About

Thoughts on language, and other miscellaneous things, by Daniel "sRc" Cheney, formerly known as "The Anaconda". Also various writings.

All original site content copyright Daniel Cheney. Other characters, works, or other information referred to are held by their respective copyright holders and used under the good faith of Fair Use.

Powered by PivotX - 2.1.0: beta 3
XML: RSS Feed
XML: Atom Feed
Valid XHTML 1.0 Transitional
Valid CSS
template by i-marco's choice

Web Development Gripes

Just a page of miscelaneous gripes about web development, and some coding tips. I'll add stuff into here from time to time.

XHTML Validation

In fact the reason this page even exists is because of my first gripe, wih XHTML verification. The "Content" list on the right is automatically generated, but I didn't have pages in all of my chapters. So it created this code:

<ul></ul>

This code, while seemingly fine, is not valid in XHTML. Throws this error:

end tag for "ul" which is not finished
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p> Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

And, since it's automatically generated code, the only way to solve that is creating this page.

Content

Regular Spelling
Main pages of Regular SpellingSpiral Island: Feint Innocence
The novelization of the upcoming game Spiral IslandRed Ice
The story Red IceThe Pocketwatch
The story The PocketwatchThe Green House
The story The Green House

Search