<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>Seth Keiper</title>
	<link>http://sk.c-wd.net/wp</link>
	<description>uname</description>
	<lastBuildDate>Sun, 17 Aug 2008 20:29:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>VirtualBox Port Forwarding with Windows Host</title>
		<description><![CDATA[The first of many ways to handle VirtualBox's virtualization is to Port Forward. Make sure you have the latest of VirtualBox. This allows a person to connect to the virtual machine directly through SSH or view the web server through a browser. Basically, we have the host machine (your actual computer's Operating System) and your [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "VirtualBox Port Forwarding with Windows Host", url: "http://sk.c-wd.net/wp/2008/08/17/virtualbox-port-forwarding-with-windows-host/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2008/08/17/virtualbox-port-forwarding-with-windows-host/</link>
			</item>
	<item>
		<title>Standards Based Flash for XHTML or HTML</title>
		<description><![CDATA[After wondering about this for a few days, I have seen places on the web attempt this. Surely, it must be possible to do and at the same be cross-browser compatible. Well, the following method works in both IE, FF, Opera, and Safari. Also, this method is valid in HTML 4.01 Strict and valid in [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Standards Based Flash for XHTML or HTML", url: "http://sk.c-wd.net/wp/2008/03/08/html-for-standards-based-flash/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2008/03/08/html-for-standards-based-flash/</link>
			</item>
	<item>
		<title>VirtualBox Port Forwarding with Linux Host</title>
		<description><![CDATA[The first of many ways to handle VirtualBox's virtualization is to Port Forward. Make sure you have the latest of VirtualBox. This allows a person to connect to the virtual machine directly through SSH or view the web server through a browser. Basically, we have the host machine (your actual computer's Operating System) and your [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "VirtualBox Port Forwarding with Linux Host", url: "http://sk.c-wd.net/wp/2008/01/05/virtualbox-port-forwarding-with-linux-host/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2008/01/05/virtualbox-port-forwarding-with-linux-host/</link>
			</item>
	<item>
		<title>Easy Vertical Navigational List</title>
		<description><![CDATA[Let's say this is our HTML structure:
&#60;ul id="nav"&#62;
	&#60;li&#62;&#60;a href="#" class="active"&#62;Example one&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example two&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example three&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example four&#60;/a&#62;&#60;/li&#62;
	&#60;li&#62;&#60;a href="#"&#62;Example five&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
And let's say this is our CSS:
#nav li{display:inline;}
#nav{
	width:8em;
	font-family:sans-serif;
	margin:0 0 0 3em;
	padding:0;
	border-top:1px #000 solid;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
}
#nav a,#nav a:visited{
	width:99.99%;
	display:block;
	background-color:#fff;
	border-bottom:1px #000 solid;
	text-align:center;
	text-decoration:none;
	color:#000;
}
#nav a:hover,#nav a.active{color:#fff;background-color:#999;}
<script type="text/javascript">SHARETHIS.addEntry({ title: "Easy Vertical Navigational List", url: "http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/04/20/easy-vertical-navigational-list/</link>
			</item>
	<item>
		<title>And then&#8230; a slap in the face&#8230;</title>
		<description><![CDATA[     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 [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "And then&#8230; a slap in the face&#8230;", url: "http://sk.c-wd.net/wp/2007/03/23/and-then-a-slap-in-the-face/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/03/23/and-then-a-slap-in-the-face/</link>
			</item>
	<item>
		<title>(x)HTML DocTypes</title>
		<description><![CDATA[HTML 4.01 Strict:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&#62;
XHTML 1.0 Transitional:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;
XHTML 1.0 Strict:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;
XHTML 1.1:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&#62;
<script type="text/javascript">SHARETHIS.addEntry({ title: "(x)HTML DocTypes", url: "http://sk.c-wd.net/wp/2007/03/16/xhtml-doctypes/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/03/16/xhtml-doctypes/</link>
			</item>
	<item>
		<title>XML Runaway</title>
		<description><![CDATA[&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;root&#62;
	&#60;say&#62;Hello&#60;/say&#62;
&#60;/root&#62;
<script type="text/javascript">SHARETHIS.addEntry({ title: "XML Runaway", url: "http://sk.c-wd.net/wp/2007/03/16/xml-runaway/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/03/16/xml-runaway/</link>
			</item>
	<item>
		<title>Needle In The Hay</title>
		<description><![CDATA[your hand on his arm the hay stack charm around your neck strung out and thin calling some friend trying to cash some check he's acting dumb that's what you've come to expect he's wearing your clothes head down to toes a reaction to you you say you know what he did but you idiot [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Needle In The Hay", url: "http://sk.c-wd.net/wp/2007/02/22/needle-in-the-hay/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/02/22/needle-in-the-hay/</link>
			</item>
	<item>
		<title>Time and Time Again</title>
		<description><![CDATA[At the start of the week, I found myself completely engulfed. Consumed by time and energy, everything just seems like a swift. Time for a challenge? Something perfect to take one out of a rut. Time to release energy. Time to burn energy. Take one's mind off things. A mental vacation. One with dreams fulfilled. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Time and Time Again", url: "http://sk.c-wd.net/wp/2007/02/22/time-and-time-again/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/02/22/time-and-time-again/</link>
			</item>
	<item>
		<title>Well, A Start Of Things</title>
		<description><![CDATA[This is going to be a weblog for my own personal reason: to remember tidbits of information. You are welcome to share the information that is presented here.
Enjoy!
<script type="text/javascript">SHARETHIS.addEntry({ title: "Well, A Start Of Things", url: "http://sk.c-wd.net/wp/2007/01/02/well-a-start-of-things/" });</script>]]></description>
		<link>http://sk.c-wd.net/wp/2007/01/02/well-a-start-of-things/</link>
			</item>
</channel>
</rss>
