Home >> Overall

VirtualBox Port Forwarding with Windows Host

Posted on: Sunday, August 17th, 2008 in: VirtualBox, Virtualization

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 […]

Standards Based Flash for XHTML or HTML

Posted on: Saturday, March 8th, 2008 in: (x)HTML

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 […]

VirtualBox Port Forwarding with Linux Host

Posted on: Saturday, January 5th, 2008 in: VirtualBox, Virtualization

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 […]

Easy Vertical Navigational List

Posted on: Friday, April 20th, 2007 in: CSS

Let's say this is our HTML structure:
<ul id="nav">
<li><a href="#" class="active">Example one</a></li>
<li><a href="#">Example two</a></li>
<li><a href="#">Example three</a></li>
<li><a href="#">Example four</a></li>
<li><a href="#">Example five</a></li>
</ul>
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;}

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>

Needle In The Hay

Posted on: Thursday, February 22nd, 2007 in: Lyrics

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 […]

Time and Time Again

Posted on: Thursday, February 22nd, 2007 in: Rantings

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. […]

Well, A Start Of Things

Posted on: Tuesday, January 2nd, 2007 in: Left Brain, Overall, Rantings

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!