<html>
<head>
<title>Bob Somers: In a holding pattern!</title>
<meta name="verify-v1" content="s2SDnMkmBhiWAykNtvqQm9kXn292MnSLtYy/h+rUQco=" />
<link rel="openid.server" href="https://pip.verisignlabs.com/server">
<link rel="openid.delegate" href="https://bobsomers.pip.verisignlabs.com/">
<style type="text/css">
body
{
	background: #DDD url('diag_bg.gif') top left;
	font: 14px Georgia;
	margin: 0px;
}

#announcement
{
	background: #FDD;
	border: 1px solid #A00;
	position: absolute;
	left: 50%;
	width: 940px;
	height: 90px;
	margin: 20px 0px 0px -480px;
	padding: 10px 10px 20px 10px;
}

#content
{
	background: #FFF;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-left: 1px solid #AAA;
	position: absolute;
	left: 50%;
	width: 940px;
	margin: 160px 0px 0px -480px;
	padding: 10px 10px 20px 10px;
}

#bad
{
	background: url('sadcat.jpg') top left no-repeat;
	padding: 10px 10px 10px 370px;
	margin: 0px 0px 20px 0px;
}

#good
{
	background: url('happycat.jpg') top right no-repeat;
	padding: 10px 310px 10px 10px;
	margin: 0px 0px 20px 0px;
}

#meantime
{
	background: url('playcat.jpg') top left no-repeat;
	padding: 10px 10px 10px 380px;
	margin: 0px 0px 20px 0px;
}

#looking
{
	background: url('lookingcat.jpg') top right no-repeat;
	padding: 10px 385px 10px 10px;
	margin: 0px 0px 20px 0px;
}

#contact
{
	background: url('contactcat.jpg') top left no-repeat;
	padding: 10px 10px 10px 280px;
	margin: 0px;
}

h1
{
	background: #FFF;
	text-align: center;
	font: bold 30px Georgia;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
}

h2
{
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 2px 10px;
	font: bold 18px Georgia;
	border-bottom: 1px dotted #666;
}

p
{
	font: 14px Georgia;
}

blockquote
{
	font: italic 16px Georgia;
	color: #666;
	border-left: 3px solid #DDD;
	padding-left: 15px;
}

li
{
	margin-bottom: 10px;
}

a:link { color: #0683CB; }
a:visited { color: #0683CB; }
a:active { color: #0683CB; }
a:hover { color: #E80; }

</style>
</head>
<body>
<h1>Where Did Bob Somers Go?</h1>

<div id="announcement">
	<h2>Looking for the High-Quality XviD with AC3 conversion tutorial?</h2>
	<p>Right before my site went down, one of my visitors (thanks Eric!) happened to save the tutorial on his machine. That saves me the
	time of digging through my databases to extract the the tutorial for you all. You can <a href="/files/xvidac3tutorial.pdf">grab the tutorial in PDF form</a>
	until I have the opportunity to get things prettied up around here.</p>
</div>

<div id="content">
	<div id="bad">
		<h2>The Bad News</h2>
		<p>Unforunately, through my own neglect (by not keeping my Wordpress blogging software up to date) someone
		used a known exploit in the older version I was running and was able to gain access to my site. Obviously I didn't
		intend for this to happen; I'm a busy college student and just wasn't paying attention.</p>
		<p>I got a nice email from Google letting me know that their spiders thought my site had been compromised on their last visit, so
		they removed me from the search results. Doh.</p>
		<p>Like I said before, I'm a busy college student. With a 17 unit courseload this quarter, plus the fact that I'll be gone a good chunk
		of the summer, I'm not sure when I'll have the time to get things back up. This is definitely low on my priority list.</p>
	</div>
	<div id="good">
		<h2>The Good News</h2>
		<p>I've actually been working on a complete redesign for a while now, in my spare time. It's completely new from the ground up, and does
		not use any third party software, like Wordpress. It's a homerolled solution that I think you'll all really enjoy.</p>
		<p>It's not done though, so I can't throw it up yet. In light of recent events, I'm just going to leave this site down until I have the
		new design finished. This site will be back though, it's most definitely not dead.</p>
		<p>My database is fine, so I didn't lose any posts or your replies. All my original blog content and articles will be moved over to
		the new site when it's finished.</p>
	</div>
	<div id="meantime">
		<h2>In the Meantime</h2>
		<p>You can follow short blurbs about what I'm up to through my <a href="http://www.pownce.com/MagicBobert/">Pownce</a> or
		<a href="http://www.twitter.com/MagicBobert">Twitter</a> pages. All my updates go to both, so follow whichever is more
		convenient for you.</p>
		<p>At 9:32am on Thursday, September 11th, this is what I was up to:</p>
		<blockquote>
			Nightmare server migration is finally coming to an end!		</blockquote>
		<p>That's my latest Pownce/Twitter post, in case you were curious.</p>
	</div>
	<div id="looking">
		<h2>Looking for Something?</h2>
		<p>Here are some quick links to a few of the more popular things that people visit my site for.</p>
		<ul>
			<li>Implementation of Steve Gibson's <a href="http://www.bobsomers.com/files/PPPinPHP_11-02-07.zip">PPP in PHP</a>. Note that this
			has <strong>NOT</strong> been updated to Steve's <a href="https://www.grc.com/ppp.htm">latest PPP spec</a>, version 3.</li>
			<li>The <a href="http://www.bobsomers.com/files/WiiDrums.zip">WiiDrums</a> project that you probably saw on YouTube. This is not
			recommended for people who aren't willing to put in some effort to make it work, I'm really too busy to answer questions about it.
			Take a look at the source code, you're on your own.</li>
			<li>The XviD DVD Converting tutorial can temporarily be found <a href="/files/xvidac3tutorial.pdf">in PDF form</a>, but the Adding
			Explosions to Your Movies tutorial will have to wait, as it's buried in my old Wordpress databases.</li>
			<li>Any of my articles will have to wait as well, for the same reason.</li>
		</ul>
	</div>
	<div id="contact">
		<h2>Need to Get in Contact?</h2>
		<p>You can find me in various places around the net, including Facebook. Don't get offended if I don't approve your friend request,
		I usually use Facebook as a Rolodex of people who I've actually met face-to-face. ("Face"-book, get it?)</p>
		<p>The best way to get in contact with me before the new site is up is to send me an email. My email address is my first
		name at this website. If you can't figure it out from that hint, well, you might find email more of a challenge than figuring out my
		address.</p>
		<p>I wrote it like that to prevent nasty spam harvesting bots from sending me tons of junk mail about Nigerian princes who need me
		to send them wire transfers so they can send me my $10 million.</p>
	</div>
</div>

<!-- google analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-615677-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<!-- google analytics -->

</body>
</html>