Home >> March, 2007

And then… a slap in the face…

Posted on: Friday, March 23rd, 2007 in: Ethics, Military, Rantings

Our nation's top military officer, a veteran decorated with no less than forty-eight military awards and a very distinguished career, made a startling revelation this week: He has moral conviction. The world gasps, hurls insults, and demands an apology. How dare one of the top leaders of our land have […]

(x)HTML DocTypes

Posted on: Friday, March 16th, 2007 in: (x)HTML

HTML 4.01 Strict:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
XHTML 1.0 Transitional:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
XHTML 1.0 Strict:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
XHTML 1.1:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

XML Runaway

Posted on: Friday, March 16th, 2007 in: XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<say>Hello</say>
</root>