<?
function num_comments2($pid) {  // the function to get the number of comments on a certain post
	$sql = "SELECT cid FROM comment_text WHERE pid='$pid' AND isSpam='no'";
	$result = mysql_query($sql) or die("Your SQL query: <br />$sql<br /><br />MySQL said:<br />".mysql_error());
	$number = mysql_num_rows($result);
	return($number);
}
$db = mysql_connect("internal-db.s2231.gridserver.com", "stillfam", "rootbeer1");
if (!$db)
	echo "<font color=\"red\">ERROR</font>: could not connect to database for some odd reason... please try again later";
mysql_select_db("db2231_talkback");
?>
<!-- BEGIN BLOGGER CODE -->


<? $frontpage = 1; ?>

<h1>Wednesday, January 25, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/yahoo-mail-beta.php" title="yahoo! mail beta">yahoo! mail beta</a><a name="113824320822062605"></a></h2>
<p>I know school just started, but something more important just came up... the premiere of Yahoo! Mail Beta (at least for me...)<br /><br />Alright, this long-awaited debut finally came to my inbox this evening, and looked a little something like this:<br /><br /><a href="/stuff/ymailbeta.jpg"><img src="/stuff/ymailbeta_sm.jpg" border="0"></a><br /><br />Of course it uses all sorts of brand spankin' new web functionality like AJAX and whatnot.  After playing with it for just a few minutes, I decided I like it a whole lot.  It's much more convenient than the old Y! mail, and I even *gasps* like it better than gmail.  I use Y! for my day to day email as opposed to gmail because, well, gmail is pretty creepy, plus I've had my Y! account for so long it's a PITA to switch now.<br /><br />As we web developer/programmer/whateveryouwanttocallit, I am very interested in how this kind of stuff works, and after looking through the source code just a tiny bit, it's very clear that there is lots of technology behind this.  Take a look at a tiny snippet here:<br /><br /><blockquote><br />&lt;iframe id="submenuBackerIFrame" class="hiddenIframe" src="about:blank" frameborder=0&gt;&lt;/iframe&gt;<br />&lt;iframe id="menuBackerIFrame" class="hiddenIframe" src="about:blank" frameborder=0&gt;&lt;/iframe&gt;<br />&lt;iframe id="historyFrame" name="historyFrame" class="hiddenIframe" src="./browserHistory.html" frameborder=0&gt;&lt;/iframe&gt;<br />&lt;iframe id="reloginFrame" frameborder=0 style="display:none"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler1" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler2" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler3" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler4" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler5" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler6" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler7" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler8" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler9" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler10" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler11" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler12" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler13" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler14" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler15" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler16" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler17" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler18" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler19" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="framePooler20" src="about:blank" class="TabItem"&gt;&lt;/iframe&gt;<br />&lt;iframe id="captchaFrame" frameborder=0 style="display:none"&gt;&lt;/iframe&gt;<br /></blockquote><br /><br />Yeah.  Lots of hidden iframes, huh?  In addition to this, there are several <em>thousand</em> lines of javascript that runs the new Yahoo! Mail beta.  Way too overwhelming to go through tonight, but if I find anything interesting I'll post it.<br /><br />I can't wait to go through all the new features.  It looks like there's a new RSS reader too...  Anyway, this may be old news, but it's cool for me :)</p>
<div class="byline">posted @ 6:23 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/yahoo-mail-beta.php#comments" onclick="sndReq('113824320822062605'); return false;" id="a113824320822062605"><? echo (num_comments2("113824320822062605") == 0 ? " Add Comment" : " Show ".num_comments2("113824320822062605")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/yahoo-mail-beta.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113824320822062605'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/yahoo-mail-beta.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113824320822062605"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113824320822062605';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Sunday, January 22, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/xmlrpc.php" title="xmlrpc">xmlrpc</a><a name="113798378516940662"></a></h2>
<p>I was looking through my server logs, which is usually quite entertaining, but when I was browsing my 404's, I noticed an odd trend.  I usually don't have more than a handful of 404's from my own bad links, but after looking at just the top few misplaced pages, it was clear something was strange. Have a look:<br /><br /><img src="http://www.stilldavid.com/stuff/xmlrpcattack.jpg" border="0" alt=""><br /><br />One thing is clear. Someone *really* wants to find a file called xmlrpc.php.  After looking into what <a href="http://us2.php.net/xmlrpc">XML RPC</a> is, I googled to see if anyone else was having these mysterious 404's.  Apparently many major content management systems (including drupal, wordpress, and phpgroupware) have some pretty serious vulnerabilities involving this phprpc thing.  Scary stuff.  I was curious to see who was trying to find these security holes in MY website for about 34 seconds, then I got over it.<br /><br />Moral of the story: Make sure you have all your patches installed!</p>
<div class="byline">posted @ 6:29 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/xmlrpc.php#comments" onclick="sndReq('113798378516940662'); return false;" id="a113798378516940662"><? echo (num_comments2("113798378516940662") == 0 ? " Add Comment" : " Show ".num_comments2("113798378516940662")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/xmlrpc.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113798378516940662'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/xmlrpc.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113798378516940662"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113798378516940662';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Saturday, January 21, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/homemade-pringles-can-macro-adapter.php" title="homemade pringles can macro adapter">homemade pringles can macro adapter</a><a name="113788012492569754"></a></h2>
<p>The post over at <a href="http://www.photocritic.org/">photocritic</a> about <a href="http://www.photocritic.org/2005/macro-photography-on-a-budget/">macro photography on a budget</a> really grabbed my attention, and was sitting on the back burner in my mind for a while.  You may have seen it slashdotted or digged.  Well, I was at Safeway yesterday when I came across the chips aisle and remembered the article.  I grabbed a can of pringles.<br /><br />I followed the somehwat less than helpful tutorial above in creating my very own pringles can macro adapter tube, and managed to get some decent shots - plus I learned a lot about the camera and the way lenses work.<br /><br />I will try not to bore you with the details, but here goes.  I started by making sure that the lens would fit in the pringles can.  I've heard rumors that the 50mm lenses (both canon and nikon) fit just about perfectly in the can, but since I only have the kit lens which is the 18-70mm f3.5-4.5, I had to make do with what I had.  After all, this is supposed to be a hack job, right?  The mount for the lens hood fit *very* snugly at the opening of the pringles can, so I just left it at that.<br /><br /><table border="0"><tr><td><img src="/photo/supermacro/lenscover.jpg"></td><br /><td><p><strong>Camera Cover</strong><br />I got to break out the dremel at this point and hollow out the cover for the camera that protects the camera when no lens is attached. I sanded it down on the inside a bit more after I shot the picture to make sure it was completely smooth and there were no stray plastic shavings.</td></tr><tr><td><img src="/photo/supermacro/dremel.jpg"></td><td><p><strong>Cutting the Can</strong><br />My sparks aren't nearly as pretty as Hajejans', but I wasn't exactly concentrating on the picture...</p></td></tr><tr><td><img src="/photo/supermacro/glue.jpg"></td><td><p><strong>Glue</strong><br />I mixed some JB KWIK (the stuff's amazing) to hold the lens cover to the pringles can and form a tight enough seal to not let any light in.</p></td></tr><tr><td><img src="/photo/supermacro/can.jpg"></td><td><p><strong>Putting it Together</strong><br />The seal it made was just about perfect.</p></td></tr><tr><td><img src="/photo/supermacro/cameramount.jpg"></td><td><p><strong>Putting it on the camera</strong><br />No, I did not do a little victory dance at this point.</p></td></tr><tr><td><img src="/photo/supermacro/lensmount.jpg"></td><td><p><strong>Attaching the lens</strong><br />With the can on the camera, I put the 18-70mm lens in the camera pre-focused at infinity and the aperture stopped down.</p></td></tr><tr><td><img src="/photo/supermacro/setup.jpg"></td><td><p><strong>The Full Setup</strong><br />Here's what everything looked like when it was put together.  I rested the lens on the table, and had the camera on a tripod so to not stress the can and the glue too much.  I used the <a href="http://www.amazon.com/gp/product/0375411933/103-8169627-4251016?v=glance&n=283155">book</a> and the credit cards to hold the items to be photographed at the correct height.  I can't recommend the credit cards enough to raise or lower the item a tiny bit.</p></td></tr></table><br /><br /><strong>Okay, now, the pictures!</strong> Note that these are all FULL FRAME, and NOT CROPPED at all!  On most of them the color was way off, so I simply desaturated them.  Also, I did a quick USM after resizing to keep the detail of the original images. That's it!<br /><br /><img src="/photo/supermacro/pen_50.jpg"><br /><strong>Starting with my Pilot v5 rolling ball pen at ~50mm</strong><br /><br /><img src="/photo/supermacro/pen_35.jpg"><br /><strong>Pilot v5 rolling ball pen at ~35mm</strong><br /><br /><img src="/photo/supermacro/pencil.jpg"><br /><strong>Standard #2 pencil tip</strong><br /><br /><img src="/photo/supermacro/quarter_side.jpg"><br /><strong>The ridges on the side of a US quarter</strong><br /><br /><img src="/photo/supermacro/ingodwetrust.jpg"><br /><strong>in god we trust</strong><br /><br /><img src="/photo/supermacro/picchip.jpg"><br /><strong>A surface mount PIC Chip on a <a href="http://www.parallax.com">Basic Stamp 1</a></strong><br /><br /><img src="/photo/supermacro/cdscell.jpg"><br /><strong>If you know electronics, this is a Cadmium Sulfide Cell to measure light.</strong><br /><br /><img src="/photo/supermacro/s_pin.jpg"><br /><strong>From a Sierra Nevada tie pin</strong><br /><br /><img src="/photo/supermacro/screwdriver.jpg"><br /><strong>The tip of a micro phillips head screwdriver</strong><br /><br /><img src="/photo/supermacro/salt.jpg"><br /><strong>Possibly my favorite... this is salt on a razor blade.</strong> I tried for about 10 minutes to stack 3 grains on top of each other using thumbtacks and the razor blade, but I gave up :-/<br /><br />That's it!  I am going to keep trying with this to get the color information correct and get some better quality images, but I am just really excited that everything worked out as well as it did. Of course, I'm supposed to say DON'T TRY THIS AT HOME FOR FEAR OF RUINING YOUR CAMERA.</p>
<div class="byline">posted @ 1:07 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/homemade-pringles-can-macro-adapter.php#comments" onclick="sndReq('113788012492569754'); return false;" id="a113788012492569754"><? echo (num_comments2("113788012492569754") == 0 ? " Add Comment" : " Show ".num_comments2("113788012492569754")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/homemade-pringles-can-macro-adapter.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113788012492569754'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/homemade-pringles-can-macro-adapter.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113788012492569754"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113788012492569754';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h2><a href="http://www.stilldavid.com/2006/01/deductions.php" title="deductions">deductions</a><a name="113783458473484932"></a></h2>
<p>I am pretty sure that someone just got beat up during a huge fight in our parking lot. <br /><br />Which can only mean one thing: the kids are back in town.<br /><br />Which can only mean one thing: school is starting. On Monday.<br /><br />As of today, both of my roommates are back in town, which means a lot more weed, and a lot less privacy.  It was nice living here alone, then just with one roommate around, but now we have an almost full house (aside from the empty room we are somewhat non-actively trying to fill). Now, amongst those passed out on the couch downstairs with the TV at full volume (the only reason I'm not turning it off is because it's home movies), the 50+ people at the party outside my window, and the screeching tires of this town, I'm off to bed.<br /><br />*sigh* I think another fight is brewing right outside my window this time.  I should sneak through the hustle and see if I can get a cup :-/</p>
<div class="byline">posted @ 1:03 AM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/deductions.php#comments" onclick="sndReq('113783458473484932'); return false;" id="a113783458473484932"><? echo (num_comments2("113783458473484932") == 0 ? " Add Comment" : " Show ".num_comments2("113783458473484932")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/deductions.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113783458473484932'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/deductions.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113783458473484932"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113783458473484932';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Thursday, January 12, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/macworld.php" title="macWorld">macWorld</a><a name="113712575503897290"></a></h2>
<p>Went to my first macworld today at the Moscone Center in San Francisco!<br /><br />Geek. In. Paradise.<br /><br />Got to play with a new MacBook Pro, read a mini review at <a href="http://www.billybussey.com/forum/viewthread.php?tid=19135">my post on the BB Forum</a>.<br /><br />Played with all sorts of cameras (top of the line Nikons and Canons), as well as all sorts of software and everything.<br /><br />Exciting to mac geeks such as myself, not so much if you're not.  Anyway, that's all.</p>
<div class="byline">posted @ 8:12 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/macworld.php#comments" onclick="sndReq('113712575503897290'); return false;" id="a113712575503897290"><? echo (num_comments2("113712575503897290") == 0 ? " Add Comment" : " Show ".num_comments2("113712575503897290")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/macworld.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113712575503897290'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/macworld.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113712575503897290"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113712575503897290';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Tuesday, January 10, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/another-apple-post.php" title="another apple post">another apple post</a><a name="113691954633113941"></a></h2>
<p>www.apple.com/store<br /><br />Honestly, who comes up with these names?<br /><br />the MacBook Pro?! Way to be an innovator there, Steve.<br /><br />Okay, I want one really bad now.</p>
<div class="byline">posted @ 10:53 AM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/another-apple-post.php#comments" onclick="sndReq('113691954633113941'); return false;" id="a113691954633113941"><? echo (num_comments2("113691954633113941") == 0 ? " Add Comment" : " Show ".num_comments2("113691954633113941")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/another-apple-post.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113691954633113941'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/another-apple-post.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113691954633113941"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113691954633113941';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Thursday, January 05, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/bill-gates-and-ces-06.php" title="bill gates and CES '06">bill gates and CES '06</a><a name="113650828709972120"></a></h2>
<p>I joined the millions last night at 6:30 PM PST and watched the webcast of Bill Gates' keynote opening for CES 2006.  CES, the Consumer Electronics Show, is where all sorts of electronics are debuted. From TIVO to the cube MP3 player to Windows Vista, all sorts of products are on display for people to see in Las Vegas. Bill Gates traditionally opens the show with a speech about how well Microsoft is doing, and usually demos his next generation of products.  <br /><br />For the most part, the speech this year was just a bunch of buzzwords and statistics that nobody cares about (the xbox 360 is on track to sell about 5 million consoles by the end of June, etc...). The thing that really got me, however, was the debut of the "new" features of Windows Vista - due out sometime this year. First, an improved user interface that is more friendly and that gives the end user confidence.  Then the things like an improved alt tab (which is already available as a power toy for XP by the way) and basic photo editing built in to the OS.  Sound familiar? Sounds like Bill has been looking to Steve.  Then I laughed out loud - literally out loud - when they said Windows Vista was going to "introduce" tabbed browsing.  This has been around for well over 5 years if you follow the mozilla browsers (including firefox).  Albeit, tabbed browsing is supposedly improved in the next generation IE by allowing a preview of each web site in thumbnail fashion, but that to me is just another way MS can brag about the processing power computers have these days.  Just like you can see a preview of videos when you hover over the item in the taskbar.<br /><br />Now don't get me wrong, I'm not a Microsoft hater by any means.  I'm looking forward to Vista just as much as ... well, I'm sure someone else is looking forward to it, but Bill Gates just has a way of hyping up a product far beyond what it is worth. Microsoft, in my mind, is by no means a great and revolutionary innovator.  Even the products that Bill was showing off - like the VOIP phone that tied into your MSN buddy list or the mobile phone that was bluetooth linked to the planet - microsoft didn't create.  They are just creating software for the innovative products that others come up with.  Bill said it best when he stated that the next year is all about partnerships.  Who can they buy or leech off of. Whose ideas will they steal and call their own. The only pure microsoft product that was demo'ed was the xbox 360 (in which Steve Ballmer let Bill Gates beat him up - boxing style).  Whatever, I'm still waiting for the PS3 which has HDDVD <em>built in</em> and won't need an external drive like the 360 (again, due out <em>later this year</em>).<br /><br />Alright, now that I'm done bashing, time to go get me a pirated beta of <strike>Longhorn</strike> Windows Vista&trade;</p>
<div class="byline">posted @ 3:38 PM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/bill-gates-and-ces-06.php#comments" onclick="sndReq('113650828709972120'); return false;" id="a113650828709972120"><? echo (num_comments2("113650828709972120") == 0 ? " Add Comment" : " Show ".num_comments2("113650828709972120")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/bill-gates-and-ces-06.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113650828709972120'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/bill-gates-and-ces-06.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113650828709972120"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113650828709972120';
	include '../../talkback/showcomments.php';
}
?>


<? $frontpage = 1; ?>

<h1>Sunday, January 01, 2006</h1>

<h2><a href="http://www.stilldavid.com/2006/01/happy-new-year.php" title="happy new year">happy new year</a><a name="113614273878945435"></a></h2>
<p>I was travelling south on Interstate 5 to San Jose when I passed the signs that said that 505 was closed due to flooding.  This is the major throughfare that connects I-5 with I-80 to get to the Bay Area.  I tried to take side streets to the freeway, but all the on-ramps were closed.  My fellow new-years motorists informed me, maps in hand, that the three main freeways that I usually take to get to the Bay Area were all closed due to flooding. This was apparently a <a href="http://www.mercurynews.com/mld/mercurynews/13526545.htm">breaking news story</a> that I had yet to hear about, so I ignored their warnings and continued south, and finally wound up on 80, 15 or so miles north of Fairfield.  When I hit Vacaville, the entire interstate turned into a parking lot.  No joke.  I took the first exit I could, and made my way to Damien's house.  Watching the news, I quickly learned that I-80 was closed at Fairfield, still 13 miles from where I was - and the traffic was already backed up. The news cameras all showed something like this:<br /><br /><img src="http://extras.mnginteractive.com/live/media/site295/2006/0101/news_01~1.jpg" alt="Highway 80"><br /><br />That's the highway that connects the north with the south on the west edge of california - the ONLY highway that does as you can see from <a href="http://maps.google.com/maps?ll=38.099983,-122.310791&sll=39.728611,-121.836389&spn=1.527646,2.447479&sspn=0.098224,0.161018&hl=en">our friends at google</a>.<br /><br />Anyway, had to skip out on San Jose and spend an uneventful new year at Damien's place.  We are already planning our own celebaration when we are all back in Chico.  And now, I drive back up to the mountain for another fun filled day of snowboarding.</p>
<div class="byline">posted @ 11:01 AM
<?
if (isset($frontpage) && $frontpage == 1) { 
	?>
[ <a href="http://www.stilldavid.com/2006/01/happy-new-year.php#comments" onclick="sndReq('113614273878945435'); return false;" id="a113614273878945435"><? echo (num_comments2("113614273878945435") == 0 ? " Add Comment" : " Show ".num_comments2("113614273878945435")." Comments"); ?></a> <a href="http://www.stilldavid.com/2006/01/happy-new-year.php#comments" title="add/view comments" onclick="commentPopUp('/talkback/index.php?pid=113614273878945435'); return false;"><img src="/images/newwin.gif" alt="new window" title="new window" /></a> ]
[<a href="http://www.stilldavid.com/2006/01/happy-new-year.php" title="permalink">link to this post</a>] 
</div><br /><div class="comment" id="c113614273878945435"></div><br />
	<?
} else {
	echo "</div>";
	$pid = '113614273878945435';
	include '../../talkback/showcomments.php';
}
?>

<!-- END BLOGGER CODE -->