<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>Corey Gouker's Machine Inside the Mind</title>
  <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/" />
  <link rel="self" href="http://blogs.coreygouker.com/SyndicationService.asmx/GetAtom" />
  <logo>http://blogs.coreygouker.com/themes/corego/MeSideBW.jpg</logo>
  <icon>favicon.ico</icon>
  <updated>2008-12-18T23:50:04.0879317-08:00</updated>
  <author>
    <name>Corey Gouker</name>
  </author>
  <subtitle>Corey Gouker</subtitle>
  <id>http://blogs.coreygouker.com/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>On migrating to WordPress from dasBlog...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/12/19/OnMigratingToWordPressFromDasBlog.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1268e27f-0077-4c45-8729-fc26a72bce6c.aspx</id>
    <published>2008-12-18T23:15:11.1309317-08:00</published>
    <updated>2008-12-18T23:50:04.0879317-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm currently in the process of migrating from self-hosted dasBlog to a self-hosted
WordPress site. I did set up a WordPress.com hosted blog but decided I wasn't ready
to give up as much control as I have grown accustomed to. I won't say it's been easy
and it's certainly not been a famous 5 minute installation. Maybe if I were already
running PHP and mySQL, but certainly not with a clean install of Server 2008 and IIS7.
Which I guess is one of the big reasons I used dasBlog for so long. It was simple
and didn't even need a database. Sadly dasBlog just doesn't have as much going on
as for as community contributions, updates, plugins, support, you name it. I was going
to give Community Server a go but after a couples days with it I realized it was overkill.
</p>
        <p>
So yep, I'm now going to use Server 2008, IIS7, FastCGI with PHP, and mySQL. Hey,
at least it's not LAMP, doubt it will ever be unless I stop hosting.
</p>
        <p>
I do have the blog running and it's great. But I did hit a few snags and found a bunch
of resources that really helped. If I do everything right it should end up being seamless.
URL Rewritting should hopefully have permalinks working fine along with existing RSS
feeds and all that junk. We'll see. I'm finally getting around to dumping all my domains
and moving everything to <a href="http://www.coreygo.com/">coreygo.com</a> so feel
free to head there now and subscribe there if you want.
</p>
        <p>
Here's the list of pages I used to get me going:
</p>
        <ul>
          <li>
Installing WordPress<br /><a href="http://codex.wordpress.org/Installing_WordPress">http://codex.wordpress.org/Installing_WordPress</a></li>
          <li>
Installing Multiple Blogs (just in case I need to)<br /><a href="http://codex.wordpress.org/Installing_Multiple_Blogs">http://codex.wordpress.org/Installing_Multiple_Blogs</a><br /><a href="http://wordpress.org/support/topic/174688">http://wordpress.org/support/topic/174688</a></li>
          <li>
WordPress on IIS<br /><a href="http://learn.iis.net/page.aspx/280/wordpress-on-iis/">http://learn.iis.net/page.aspx/280/wordpress-on-iis/</a></li>
          <li>
Setting Up a Database for a PHP Application on IIS<br /><a href="http://learn.iis.net/page.aspx/300/setting-up-a-database-for-a-php-application-on-iis/">http://learn.iis.net/page.aspx/300/setting-up-a-database-for-a-php-application-on-iis/</a></li>
          <li>
Enabling Pretty Permalinks when hosting WordPress on IIS7<br /><a href="http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/">http://learn.iis.net/page.aspx/466/enabling-pretty-permalinks-in-wordpress/</a></li>
          <li>
Using FastCGI to Host PHP Applications on IIS 7.0<br /><a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/">http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/</a></li>
          <li>
Remember to set the PHP registry settings if you extract PHP from the ZIP<br /><a href="http://www.thewebhostinghero.com/tutorials/windows2008-iis7-fastcgi-php.html">http://www.thewebhostinghero.com/tutorials/windows2008-iis7-fastcgi-php.html</a></li>
          <ul>
            <li>
Solved my 503 Service Unavailable issues by making sure to set this registry
key: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath = C:\PHP</li>
          </ul>
          <li>
Support thread for "<em>Your PHP installation appears to be missing the MySQL extension
which is required.</em>"<br /><a href="http://wordpress.org/support/topic/164959">http://wordpress.org/support/topic/164959</a></li>
          <li>
Migrating from dasBlog to WordPress<br /><a href="http://www.developerzen.com/2008/08/05/migrating-from-dasblog-to-wordpress/">http://www.developerzen.com/2008/08/05/migrating-from-dasblog-to-wordpress/</a></li>
        </ul>
        <p>
Other than that normal troubleshooting and a lot more than 5 minutes. I also grabbed
a bunch of plugins and a bunch of different themes to try out but that's for another
post. I am going to try the NextGen gallery plugin since it does EXIF and RSS but
I need to make sure it'll support just feeding it a directory of images for bulk additions.
Oh and finally I need to update all my bloody categories since they're lame. Plus
finally 100 other things that I'm sure I'm forgetting.
</p>
        <p>
That's all for now, see you via WordPress shortly.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Dumping Windows Mobile and the BlackJack II for the iPhone.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/10/16/DumpingWindowsMobileAndTheBlackJackIIForTheIPhone.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,10dca6ee-0ce6-4cdb-ac82-33dea8a74275.aspx</id>
    <published>2008-10-16T14:40:33.122-07:00</published>
    <updated>2008-10-16T14:57:43.574-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
The time has come, I'm going back on what I said and likely going to pay full price
for the 8GB iPhone. I've had my Windows Mobile (WM) 6 SmartPhone since March
and at first I liked it, but then I started really using the web and trying to use
the device for something other than phone calls, text messaging, and email. Guess
what? It fails. Browsing the web on Windows Mobile is quite possibly the most unusable
horrible experience I've ever had to endure on any gadget I've owned. Scrolling left
and right is obnoxious, and I guess this is just thanks to the device itself which
has a crappy jog wheel. WM 6.1 was announced some time ago and it's only in the past
month that I finally could download it from Samsung through an equally obnoxious process.
I tried other apps and even tried finding other web browsers for the device and sadly
the experience wasn't any better. Windows Mobile is clearly not designed for your
every day consumer. What's more, when it comes to browsing the web I'm not even sure
how anyone could get any real work done effectively.
</p>
        <p>
This is all really sad, I had gone from a regular Samsung candy bar phone so WM was
a nice upgrade. WM 6.1 turned out to be the most minor of updates which hasn't helped
me at all. Supposedly Windows Mobile 7 should bring major improvements from what I've
read online. Now though I really feel it's too little too late. My prediction, by
the time Windows Mobile 7 launches, Apple will have released their 3rd version of
the iPhone and will be the dominant force for the smart phone market and everything
that entails.
</p>
        <p>
I've used a couple of iPhones, Dom's, Ivan's, Bryce's, all of whom use it slightly
differently. I've probably played with the stupid phone for 30 minutes sitting in
a store. One thing comes to mind when using it, it just does what I want. I browsed
the beeb on Dom's and it was beautiful, it was an Internet experience that was truly
enjoyable. The apps aren't that big of a deal to me, in fact half the crap in the
iPhone isn't a big deal to me. So what it comes down to is this.
</p>
        <p>
I'm dumping Windows Mobile for the iPhone because the iPhone has a real Internet experience.
</p>
        <p>
This also leads me to realize I use a phone for 3 things, Internet, SMS, and phone
calls. Everything else is a bonus.
</p>
        <p>
For sale, AT&amp;T locked Samsung BlackJack II upgraded to Windows Mobile 6.1 - $40.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>I'm not quite sure how the economics of this work out...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/10/06/ImNotQuiteSureHowTheEconomicsOfThisWorkOut.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,761666a7-c16b-44f6-a242-1d73eb3cf201.aspx</id>
    <published>2008-10-06T16:23:25.48-07:00</published>
    <updated>2008-10-10T17:33:38.138-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So this is one I don't think I'll ever understand. I've got a WaMu Online Savings
account, and somehow they're providing 3.93% interest / 4% APY. How is this possible
when they basically went under and got bought out. 4% is one of the best rates around.
Meanwhile looking at my 401K is rather depressing, since January 28th, it's -23.4%.
I know it's stupid to look at it short term but it's just lame to think I would've
been better off putting my money in a failed bank than putting it into a well diversified
401K (not counting the tax stuff of course). Either way, I don't think I'll ever get
over the way credit and savings works. Seems like a complete sham when we can be charged
10% or more in interest yet we're lucky to even be getting 4% on the money the banks
hold for us. Sure banks are a bit more reliable at paying up but still. I think maybe
I should just invest in salt for the forthcoming apocalypse.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Leveraging the 300M+ active users and the largest messaging platform around.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/09/16/LeveragingThe300MActiveUsersAndTheLargestMessagingPlatformAround.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,af8c0315-ad4c-405f-8252-410c9b2af2b3.aspx</id>
    <published>2008-09-15T22:57:58.885-07:00</published>
    <updated>2008-09-15T23:03:30.565-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I finally caved and decided to try out the always on instant status craze. Now
I pretty much update my Live Messenger PSM all the time, especially when my Now Playing
is turned on. However, I used to only update Facebook once in a while. Never updated
MySpace. That was it, I didn’t (and still don’t really) care about any of the other
sites, which frankly seem like a fad.
</p>
        <p>
Like I said, I caved, logged into my Twitter account that I apparently opened a year
ago, set it up so that Facebook and Twitter would communicate. Then I added the Messenger
application to Facebook so those two could talk. I then updated my status in the Live
Messenger dogfood, saw it updated Facebook and was amused, but looking at Twitter…
saw nothing. How very lame.
</p>
        <p>
Then I remembered reading this article on TechCrunch:<br /><a href="http://www.techcrunch.com/2008/03/31/pingfm-centralizes-status-updates-but-is-it-enough/">http://www.techcrunch.com/2008/03/31/pingfm-centralizes-status-updates-but-is-it-enough/</a></p>
        <p>
Hoping that maybe, possibly, someone would’ve managed to have the services in place
to spread a status message across all services regardless of origin. This concept
while simple and something that has been touted as the future for some time still
eludes us… None the less within 30 seconds I was registered at HelloTxt, yet another
website with yet another login to manage.
</p>
        <p>
I then gave my login details to the 4 other social services that I have accounts with.
This seems odd considering how much phishing is going on. Heck I bet there’s a lot
of money and data to be had if someone were to create a cute Web 2.0 site that gathered
account data like HelloTxt does then just sell it to the highest bidder.
</p>
        <p>
After some additional reading and browsing I found this blog which discusses differences
between HelloTxt and Ping.fm:<br /><a href="http://masontechbeat.blogspot.com/2008/07/title-fight-pingfm-vs-hellotxt.html">http://masontechbeat.blogspot.com/2008/07/title-fight-pingfm-vs-hellotxt.html</a></p>
        <p>
Now don’t get me wrong, I’m all for this reinvigorated interest in the web, if anything
it seems geek is now chic, can’t go wrong there. But seriously? How on Earth do the
21 networks that HelloTxt communicates with manage to attract and keep users using
their services? What value do any of them really have or add? Where’s all this VC
coming from and can I have some please?
</p>
        <p>
Now the point of all this is that it seems like there’s a lot of cool stuff going
on, but the key issue to really making everything work is a central service for which
all services communicate. There’s no central standard like RSS to make it all take
off. In my mind all it’s going to take is Google, Yahoo, Facebook, or whoever to release
a true framework that will be the platform for future services to grow. Google seems
like the obvious candidate here with their ad platform and fingers dipped into everything
you can think of.
</p>
        <p>
It would seem like now is the prime time to make a move leverage the hundreds of millions
of Live Hotmail and Messenger users and create an open platform for these Personal
Status Message(PSM) sites to communicate. I’m sure that most people already have a
Live ID so that won’t even be a major caveat. I tried finding a plugin for HelloTxt
or Twitter for Messenger, the best I could find was this:<br /><a href="http://www.msgplus.com/scripts/search/?q=twitter">http://www.msgplus.com/scripts/search/?q=twitter</a><br />
Sadly this will only update Twitter and since HelloTxt doesn’t seem to pull from Twitter
the rest of the sites I’m on won’t get updated. FAIL.
</p>
        <p>
If Microsoft has 300 million active Live Messenger users there must be at least half
a billion or more PSM’s set every day. I’m going to guess if Microsoft had the open
platform it would get used. Update your status on Windows Live, have it updated everywhere.
Simple concept. This seems like a much better use of resources than changing bitmaps,
adding more winks, and confusing users with design changes. Microsoft has Live Spaces,
Live Messenger, and Live Mobile, what more is needed? Not to mention the close ties
with Facebook. That’s a pretty fine start imho. Get tied to Twitter build some momentum
and you’ve got the workings for real added value to Windows Live.
</p>
        <p>
Now considering my PSM in Live Messenger doesn’t update my status on Zune or Xbox
despite using the same Live ID. I’m just a little nervous that Microsoft may be latecomer
to the conversation it should have started. Are there any conversations going on like
this in Windows Live right now?
</p>
        <p>
We shall see…
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>What PC to get next...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/09/03/WhatPCToGetNext.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9aa5b353-030e-4fed-8095-fe813e74929e.aspx</id>
    <published>2008-09-02T22:10:34.964-07:00</published>
    <updated>2008-09-02T22:20:20.093-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So one benefit of my job is that I get to work on some cool hardware long before it's
released. While I couldn't say either way if I've played with the <a href="http://gizmodo.com/5038298/leaked-dell-inspiron-910-mini-note-specs-and-release-date">Inspiron
910</a>, I have played with a PC running the Atom chips and such. I must say it ran
Windows just fine and was totally usable. The form factor of x unit wasn't quite right
for me, but this Inspiron 910 looks pretty sweet.
</p>
        <p>
For the longest time I've had the thought that I'd only ever get laptops from now
on. Figuring I could just get one with DisplayPort or HDMI and get an external keyboard,
mouse, and 24" or 30" LCD for the 1920x1200+ experience. But that sort of requires
a dock and such. Fine dandy, but I'd be paying a lot of money for lower end hardware.
While I'm sure it'd run my daily stuff just fine it doesn't quite cut it for more
hardcore stuff.
</p>
        <p>
So I've sort of been thinking that a quad core iMac would be perfect for me. At the
same time I want something mobile. Perhaps a quad core Mac Book pro or a Latitude
would do it. Anyway, this got me thinking, why not get an iMac or regular Dell desktop.
Then just get the Inspiron 910 as my Internet and IM box :). When I really think about
what I do on a laptop... the only thing I do outside of IE is Messenger and some file
management. So what's the point of having some crazy high end mobile PC?
</p>
        <p>
I'd probably do a lot more if it weren't for the form factor or the fact I'm sitting
down on the couch doing it. It's sad, in this day, I still can't quite live away from
the de facto standard of PC usage, desktop, monitor, keyboard, mouse.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>While on the subject of simplification.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/09/01/WhileOnTheSubjectOfSimplification.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f23a29c7-9aef-49a2-941a-e4e6bca618ce.aspx</id>
    <published>2008-09-01T13:20:06.3854286-07:00</published>
    <updated>2008-09-01T13:43:05.1134286-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So my thought process behind getting rid of Exchange for a much simpler Hotmail or
Gmail solution has got me thinking about simplification in general. I've been giving
serious thought to dumping other complicated solutions for much mor elegant ones.
For example no longer running my Server 2008 box in a domain, dumping all the services
on the server and just hosting my blog and photo gallery in the cloud. In the end
the server would just be a glorified file server.
</p>
        <p>
Somehow though I can't bring myself to do this, I think it's got something to do with
the feeling of control. Right now I can do whatever I want to the server or to any
of the data. If I want to have my gallery full of 20K 8MP images I can, if I want
to stream all my music I can. If I were to switch to Wordpress and Flickr I'd lose
all that control.
</p>
        <p>
I also find it amusing that while I want to just simplify things I'm also considering
doing crap that's just the opposite. I'm tempted to switch from dasBlog to Community
Server. I'm also thinking that if Apple announces Core 2 Quad's in the iMac's or MacBook's
this month that I'll likely buy one and run Vista on it.
</p>
        <p>
I'm tired of buying Dell's, they're just boring and work :), plus I wouldn't mind
trying out OSX even if it's only for a few hours. I have considered just getting a
new E series Latitude but meh, I'm not a fan of any of the Dell desktops either, they're
cheap and quiet sure, but they just lack a certain something. Thinking about things
a bit further, I'm kind of tired of using a laptop as my main machine. My neck is
killing me from always sitting on the couch and typing away. On the other hand a laptop
fits what I need really well. I guess I just need to get a small desk with a
dock along with a real monitor and keyboard and mouse.
</p>
        <p>
Who knows, things really aren't that complicated, everything I've got going on now
just sort of takes care of itself and I don't do anything. When something does break
though it is a pain. Would be nice if that wasn't the case.
</p>
        <p>
I think I'm going to try and install Community Server now on coreygo.com get that
running and migrate things over. Not sure what I'll do for redirection of this old
site and how to migrate the data plus the RSS feed. Yay for complications.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>What's the point of email really?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/08/30/WhatsThePointOfEmailReally.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,191cd5eb-9710-40ee-b784-4d0cfddce994.aspx</id>
    <published>2008-08-30T10:59:27.131-07:00</published>
    <updated>2008-08-30T11:37:03.424-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've been running Exchange 2007 for a while now. It was actually pretty quick to set
up and maintaining it ever since hasn't required more than 5 minutes a month. There
was the initial hurdle of needing the Edge Transport and the Hub Transport on different
machines. Solved that with a 64-bit install of Server 2008 in a Hyper-V VM. Running
your own Exchange server is definitely overkill, at the same time there's also something
inherently geekishly cool about it. I mean I've got Outlook Web Access from anywhere
and I can have one Outlook session download all my RSS feeds into Exchange which I
can read anywhere or while mobile.
</p>
        <p>
But why then have I removed 100% of the RSS feeds from Outlook and switched to Google
Reader? Why now, am I considering becoming close friends with the Archive dialog
and just keeping all my existing mail in a PST? Why am I considering just redirecting
mail from my domains to a Gmail or Hotmail (oops sorry Windows Live Mail) account?
</p>
        <p>
Email is the life force behind Microsoft, without it I'd be reduced to actually speaking
to the person next to me :-), okay not really, I enjoy the cube work style at MS,
I couldn't stand it if it were like Office Space but at MS it's a great social thing.
Getting back to the point though, there are times where I'll email the person sitting
next to me, it's just easier there's a record, and it usually moves work along. I
couldn't give a percentage but Outlook is never closed, never. I don't know how many
emails I get daily, the rules sort them all out.
</p>
        <p>
Email at home... there isn't a whole lot to say about email at home. I get random
red neck, McCain, and other weird emails from my Dad, I get emails from people warning
about viruses and other crap which is usually fake or old, so I reply back with a
link to the virus database or snopes.com. Oh and I get emails from family at Hotmail,
at work, and 2 different domain addresses. The only other "real" email I get is all
related to accounts I have online, whether it's NewEgg, Amazon, or the electric company.
After that it's all spam, Exchange blocks it all, and I never see it. But when I look
at my email for the past 3 months and see only 4 real emails that I've kept, WTF is
the point!? Email for me personally at home is just dead.
</p>
        <p>
So I don't know, I'm not sure why I even bother keeping my mail the way I do going
back to the days of 1997. I should probably just export everything to a PST and then
redirect all the mail to Hotmail then forget it, no reason to even import the old
stuff really. Another option I have is to migrate my mail to a hosted Exchange account
that's managed by the borg, even that seems like over kill.
</p>
        <p>
Anyway, still not sure what I'm going to decide on, I've still got Outlook open at
home, no real email since Thursday, I guess I should just start telling people that
my email is dead and to never email me. Send me an instant message instead.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>A couple feature requests for Netflix.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/08/24/ACoupleFeatureRequestsForNetflix.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0d04c0d6-5c7b-47eb-879b-e463f22c8605.aspx</id>
    <published>2008-08-24T13:42:12.664-07:00</published>
    <updated>2008-08-27T20:03:03.823-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Movies" label="Movies" scheme="http://blogs.coreygouker.com/CategoryView,category,Movies.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I really love Netflix and I'm sure I'll love it more once it's built into the Xbox.
Still though there's a couple things I really want.
</p>
        <ol>
          <li>
Maintain a complete history of every movie that I've been sent and have watched instantly.
Denote these movies with a different icon or something. I can't really remember half
the time if I've seen something or not. The rental history is obscure and annoying. 
</li>
          <li>
The new releases feature is kind of annoying now, not at all useful. I'm sure some
love it, I personally hate it. What would serve me better and I'm sure anyone else
who prefer home theaters to the overpriced counterparts would be a release history
similar to what IMDB does for movie releases. Just list movies by release date in
the theater from now until 6 months back. Even if the movie isn't on DVD yet at least then
I could save it for later. 
</li>
          <li>
Allow me to share my list of watched movies in a nice view on the web more easily.
Especially if it were possible to tag movies as "owned".</li>
        </ol>
        <p>
Heck, if there were a Media Center app to expose this that also worked on the Xbox
as well that'd take care of one other little thing I'd like to have :).
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Reasons aplenty to love West Seattle</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/08/21/ReasonsAplentyToLoveWestSeattle.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,eeabb533-7ec2-4454-bf80-972a7efbefce.aspx</id>
    <published>2008-08-21T01:56:09.563-07:00</published>
    <updated>2008-08-21T02:04:39.419-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I just moved to West Seattle and I love it. From the first day I woke up in my new
place I think I knew I'd love it. I haven't even had a chance for everything to sink
in and for me to discover all the new surroundings but no matter.
</p>
        <ol>
          <li>
Running on Alki beach rules.</li>
          <li>
It reminds of all the good things I missed from SoCal, like the smell of salt water
and real sandy beaches.</li>
          <li>
I'm close to everything, at least it feels that way. I've got a Safeway around the
corner which I can walk to. Plus 10 other stores that I frequent.</li>
          <li>
Metro Market, PCC, and soon a Whole Foods. I went to Metro Market 2 miles from home
and can only say that this place rules, and I'll probably stop buy most of my produce
from Safeway or QFC. The yellow corn I bought today was the sweetest ever.</li>
          <li>
Real record stores within walking distance.</li>
          <li>
Sunday farmers market.</li>
          <li>
Awesome restaurants nearby.</li>
          <li>
Pagliacci pizza, best delivery I've ever had.</li>
          <li>
My commute to Issaquah is under 30 minutes, period.</li>
          <li>
There's a great feeling of being in a huge city like Seattle yet having the small
town feel, people actually say hello and strike up conversation out and about.</li>
        </ol>
        <p>
I'm sure I'll end up having 10 things I hate, but so far, I can't really think of
one. I think there's also something I love about the place I'm in, which was meant
to be a half million dollar place but couldn't sell. So I'm getting a great deal on
rent. One of the rooms is making for an awesome home theater and I can finally crank
the volume up and can keep on having people over without any issues.
</p>
        <p>
This rules!
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>It's all just a little bit of history repeating...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/08/02/ItsAllJustALittleBitOfHistoryRepeating.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,62560903-f6e7-4271-aaa4-727d12f3b811.aspx</id>
    <published>2008-08-01T18:03:09.112964-07:00</published>
    <updated>2008-08-01T18:25:35.502164-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today I finally managed to prevent history from repeating. For the past two or three
weeks I kept on thinking of stuff I needed to do before and after work. The odd thing
is every single time I thought of something I'd make a mental note to remember it.
Then I'd just forget it. I'd get to work or get home and realize how stupid I was
for forgetting, and then... nothing. I'd not bother making a note to remind myself
the next day.
</p>
        <p>
Self defeating really, I know my memory sucks when it comes to a lot of stuff, why
I don't make notes is things is beyond me. I guess I just figure it's a waste of paper
and I'd lose track anyway. Making notes electronically doesn't work for me either
since it's too slow and I never have the method for input readily available.
</p>
        <p>
So the bottom line? Well, yesterday and today I broke out of it. Not sure why but
I finally remembered to bring the Silk coffee creamer from the fridge at home into
the one at work. Lame? Yes, but it's a perfect example of the crap I forget on a daily
basis. In this case I bought the stuff over a week ago, and every day I'd arrive at
work and forget it and slap myself mentally for being a dumb ass.
</p>
        <p>
How to combat this mental block is beyond me. I just figured I'd finally remember
to write about this sort of stuff instead of thinking, "oh I should make a note of
that on my blog" then never doing it.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Dude, totally, where do I sign up?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/07/18/DudeTotallyWhereDoISignUp.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,08c63ae6-b32c-47cf-aa12-b6762584c576.aspx</id>
    <published>2008-07-18T09:29:04.2531747-07:00</published>
    <updated>2008-07-18T09:37:38.3043747-07:00</updated>
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
What can I say? Gore describing ways of giving the US a kick in the ass aligns to
exactly how I feel right now as far as energy goes. Where's the $25K Tesla and
the subsidized solar for homes? :)
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <font color="#000000">The answer is to end our reliance on carbon-based fuels. In
my search for genuinely effective answers to the climate crisis, I have held a series
of “solutions summits” with engineers, scientists, and CEOs. In those discussions,
one thing has become abundantly clear: when you connect the dots, it turns out that
the real solutions to the climate crisis are the very same measures needed to renew
our economy and escape the trap of ever-rising energy prices. Moreover, they are also
the very same solutions we need to guarantee our national security without having
to go to war in the Persian Gulf. What if we could use fuels that are not expensive,
don’t cause pollution and are abundantly available right here at home? We have such
fuels. Scientists have confirmed that enough solar energy falls on the surface of
the earth every 40 minutes to meet 100 percent of the entire world’s energy </font>
            <font color="#000000">needs
for a full year. Tapping just a small portion of this solar energy could provide all
of the electricity America uses. And enough wind power blows through the Midwest corridor
every day to also meet 100 percent of US electricity demand. Geothermal energy, similarly,
is capable of providing enormous supplies of electricity for America. The quickest,
cheapest and best way to start using all this renewable energy is in the production
of electricity. In fact, we can start right now using solar power, wind power and
geothermal power to make electricity for our homes and businesses. But to make this
exciting potential a reality, and truly solve our nation’s problems, we need a new
start. That’s why I’m proposing today a strategic initiative designed to free us from
the crises that are holding us down and to regain control of our own destiny. It’s
not the only thing we need to do. But this strategic challenge is the lynchpin of
a bold new strategy needed to re-power America. Today I challenge our nation to commit
to producing 100 percent of our electricity from renewable energy and truly clean
carbon-free sources within 10 years. This goal is achievable, affordable and transformative.
It represents a challenge to all Americans — in every walk of life: to our political
leaders, entrepreneurs, innovators, engineers, and to every citizen. A few years ago,
it would not have been possible to issue such a challenge. But here’s what’s changed:
the sharp cost reductions now beginning to take place in solar, wind, and geothermal
power — coupled with the recent dramatic price increases for oil and coal — have radically
changed the economics of energy. When I first went to Congress 32 years ago, I listened
to experts testify that if oil ever got to $35 a barrel, then renewable sources of
energy would become competitive. Well, today, the price of oil is over $135 per barrel.
And sure enough, billions of dollars of new investment are flowing into the development
of concentrated solar thermal, photovoltaics, windmills, geothermal plants, and a
variety of ingenious new ways to improve our efficiency and conserve presently wasted
energy. And as the demand for renewable energy grows, the costs will continue to fall.
Let me give you one revealing example: the price of the specialized silicon used to
make solar cells was recently as high as $300 per kilogram. But the newest contracts
have prices as low as $50 a kilogram. You know, the same thing happened with computer
chips — also made out of silicon. The price paid for the same performance came down
by 50 percent every 18 months — year after year, and that’s what’s happened for 40
years in a row.</font>
          </p>
        </blockquote>
        <p dir="ltr">
          <font color="#000000">I don't even care if it's alarmist or if the polar caps are
going to be changing from a solid into a liquid in a few years. It doesn't even matter,
it just seems to make sense to do go renewable.</font>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Well I *was* going to buy a 16GB black 3GB iPhone, but...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/07/15/WellIWasGoingToBuyA16GBBlack3GBIPhoneBut.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,731a0613-2767-4de1-a9c1-92337d739929.aspx</id>
    <published>2008-07-15T00:03:27.8631747-07:00</published>
    <updated>2008-07-15T00:07:15.4047747-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
1. They're all sold out.<br />
2. I read the fine print, AT&amp;T is bonkers, and I'm not paying $500 for a phone
that'll be replaced in a year.<br /><a href="http://www.wireless.att.com/cell-phone-service/specials/iphone-info.jsp">http://www.wireless.att.com/cell-phone-service/specials/iphone-info.jsp</a></p>
        <p>
Yeah, screw that. Shame really, since having used the iPhone for a good hour I must
say it totally kills my BlackJack II which is running Windows Mobile 6. I guess I
still have the 6.1 update to look forward to though I imagine I probably will be seeing
the v3 iPhone by that time and come March will grab one of those :-).
</p>
        <p>
 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Testing out the new AddThis button... details on setting up your own with dasBlog.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/07/15/TestingOutTheNewAddThisButtonDetailsOnSettingUpYourOwnWithDasBlog.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,28e1fdd1-825e-4246-b6a9-c59e139baf5c.aspx</id>
    <published>2008-07-14T17:22:25.845-07:00</published>
    <updated>2008-07-15T00:09:10.3611747-07:00</updated>
    <category term="dasBlog" label="dasBlog" scheme="http://blogs.coreygouker.com/CategoryView,category,dasBlog.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="html">&lt;p&gt;
I was using something else before, Feedburner I guess, I suppose I could keep using
it, but it seemed limited. While using Redfin today I noticed they had the Share on
Facebook with the down arrow and that it was using the &lt;a href="http://www.addthis.com"&gt;AddThis.com&lt;/a&gt;&amp;nbsp;service.
Registered real quick grabbed the generated code and popped it in. Had to refer to
the &lt;a href="http://www.jforsythe.com/jforsythe/projects/dasBlogMacros.html"&gt;macro
definitions for&amp;nbsp;dasBlog&lt;/a&gt;&amp;nbsp;but it seems to be working right now, the code
looks like this:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;font face="Courier New"&gt;&amp;lt;!-- ADDTHIS BUTTON BEGIN --&amp;gt;&lt;br&gt;
&amp;lt;script type="text/javascript"&amp;gt;&lt;br&gt;
addthis_pub = &lt;strong&gt;'YOUR USER NAME'&lt;/strong&gt;;&lt;br&gt;
&amp;lt;/script&amp;gt;&amp;lt;a href="&lt;/font&gt;&lt;a href="http://www.addthis.com/bookmark.php"&gt;&lt;font face="Courier New"&gt;http://www.addthis.com/bookmark.php&lt;/font&gt;&lt;/a&gt;&lt;font face="Courier New"&gt;"
onMouseOver="return addthis_open(this, '', '&lt;strong&gt;&amp;lt;%PermalinkUrlRaw%&amp;gt;&lt;/strong&gt;',
'&lt;strong&gt;&amp;lt;%itemTitleRaw%&amp;gt;&lt;/strong&gt;')" onMouseOut="addthis_close()" onClick="return
addthis_sendto()"&amp;gt;&amp;lt;img src="&lt;/font&gt;&lt;a href="http://s9.addthis.com/button1-addthis.gif"&gt;&lt;font face="Courier New"&gt;http://s9.addthis.com/button1-addthis.gif&lt;/font&gt;&lt;/a&gt;&lt;font face="Courier New"&gt;"
width="125" height="16" border="0" alt="" /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;script type="text/javascript"
src="&lt;/font&gt;&lt;a href='http://s7.addthis.com/js/152/addthis_widget.js"&gt;&lt;/script'&gt;&lt;font face="Courier New"&gt;http://s7.addthis.com/js/152/addthis_widget.js"&amp;gt;&amp;lt;/script&lt;/font&gt;&lt;/a&gt;&lt;font face="Courier New" size=1&gt;&lt;font size=2&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;br&gt;
&amp;lt;!-- ADDTHIS BUTTON BEGIN --&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
This will work well for any dasBlog user just change the username, users of other
services will need to figure out the permalink url and item title macro for their
service.
&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Given the cold shoulder by Windows Live Expo, no biggy, Craigslist still wants some love...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/06/16/GivenTheColdShoulderByWindowsLiveExpoNoBiggyCraigslistStillWantsSomeLove.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c1ea4ec0-c0d0-4b09-9274-27589523ea40.aspx</id>
    <published>2008-06-16T10:42:01.0192651-07:00</published>
    <updated>2008-06-16T10:48:09.2572651-07:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p dir="ltr">
Went to refresh my camera equipment listing on Expo and instead got this...   
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
Windows Live Expo will discontinue service on 31 July 2008. In preparation, the following
features are no longer available: 
<br /></p>
          <ul style="LIST-STYLE-POSITION: inside; LIST-STYLE-TYPE: disc">
            <li>
Create a new account. 
</li>
            <li>
Post a new listing. 
</li>
            <li>
Extend a listing. 
</li>
            <li>
Upgrade a listing to a premium listing.</li>
          </ul>
          <p>
All current listings will remain on expo.live.com until they expire.<br /><br />
We thank you for your patronage and apologize for any inconvenience this may cause.<br /><b>-The Windows Live Expo Team</b></p>
        </blockquote>
        <p dir="ltr">
Annoying, but not too unexpected. I've never actually seen anyone use Expo outside
of the Seattle/Redmond area. Oh well. Back to Craigslist. Unless of course Microsoft
buys them out and does a redirect :).
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Who would've thought Google's Street View would make it to Joshua Tree...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/06/11/WhoWouldveThoughtGooglesStreetViewWouldMakeItToJoshuaTree.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,713ac6a4-2d18-4ff4-a4d8-aae68855e61f.aspx</id>
    <published>2008-06-11T01:02:48.388-07:00</published>
    <updated>2008-07-14T17:28:00.5127747-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Humor" label="Humor" scheme="http://blogs.coreygouker.com/CategoryView,category,Humor.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I was Googling my Dad just now to see if I could find any of his eBay listings
since I was curious. I ended up just searching for his name and Arizona. Sure enough
it returned his phone book entry as the first result. Next I tried my Mom, now what's
funny about this is that my Mom has always been kind of paranoid and so back in the
days of me living at home she'd make sure our info was unlisted. I guess somehow that
got reversed and now it's <a href="http://www.google.com/search?hl=en&amp;q=Gale+Obler+California">nicely
published</a>. Oh and be sure to check out her Stained Glass website at <a href="http://www.gostainedglass.com">GoStainedGlass.com</a>.
</p>
        <p>
The funny thing to me is that besides having her home phone it also has her address.
I checked it out to see if Google updated the satellite view, nope, Live Maps still
has newer. But Google has done one better. They actually for some reason unbeknownst
to me went through Joshua Tree with a street view car and photographed poor little
Joshua Tree. I lived there for I don't know, 13 years, so I guess you can say I grew
up there. Now there are only 3 reasons why people actually know of Joshua Tree, the
first is U2, the second is because it's sort of near Palm Springs, and the third is
because of the National Park. I'm sure if my Mom had her way it'd also be known for
it bearing the gift of her stained glass and my amazing wit. Har har.
</p>
        <p>
Hopefully pasting in this iframe will work, <a href="http://maps.google.com/maps?li=rwp&amp;q=6914+Sunnyhill+Rd,+Joshua+Tree,+CA+92252&amp;ie=UTF8&amp;layer=c&amp;cbll=34.127723,-116.328931&amp;panoid=LKJQyAQHFtCh0AG-FYI7wQ&amp;cbp=2,155.4441799073312,,0,0.37542156309722674&amp;ll=34.132091,-116.327426&amp;spn=0.009112,0.027037&amp;z=16">but
if not, feel free to explore</a>. It's just completely amusing to me. I mean I know
based on examination of the view that both my Mom and sister were at home and most
likely sleeping during the time the street view car drove by and took the photos.
I also know it was likely a Tuesday because they left the trash out but it hasn't
been taken yet. What's more amusing to me and something I'll have to call dear old
Mom about... I didn't know she replaced the front door with what looks like a red
one. Truly, Google, thank you, "nostalgia without the plane fare". Though by the looks
of it she needs me to come visit, that mailbox is looking a little dilapidated and
in need of me fixing it once more.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>I totally want an EV and solar power...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/05/25/ITotallyWantAnEVAndSolarPower.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6ea34204-9fa0-4989-98ad-d27fa9bb0f83.aspx</id>
    <published>2008-05-25T15:21:04.8693136-07:00</published>
    <updated>2008-05-25T15:28:34.8981136-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Lately I've been digging the idea of selling my 06 GTI and somehow acquiring a good
EV. I figure an EV combined with solar power on the roof of a house would be a wicked
way of doing things. I guess the only real limitation at this point is financial.
I can't afford a Tesla, but that's exactly the type of car I'd go for, especially
since I only need something that'll do 80-100 miles a day. It's a shame the thing
is so expensive, normally I'd never consider spending more than $30K on a car but
somehow an EV would be the one exception to that. The Wrightspeed X1 would be cool
if it were $50K, enclosed (only because of Seattle rain... and street legal.
</p>
        <p>
I wonder how hard it would be to convert the GTI to all electric.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>This thing really does kick butt...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/05/10/ThisThingReallyDoesKickButt.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7035c22c-19f9-4ac2-a0db-c8f923aeb012.aspx</id>
    <published>2008-05-10T00:32:21.2138991-07:00</published>
    <updated>2008-05-10T00:45:13.2734991-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
The <a href="http://www.thebuttkicker.com/home_theater/products/bk_lfe_kit.htm">ButtKicker
LFE Kit</a> just arrived today. All I can say is wow. I'm busy watching all the
big blockbuster films with loads of bass. Right now it's Terminator 3 time. From the
very first nuke that goes off, to when Arnold makes his debut, all the way until the
truck chase scene. The wow factor does not stop. I'm totally looking forward to watching Band
of Brothers tomorrow.
</p>
        <p>
I've got a sub in the form of the Boston XB6 but I've got the volume down nearly all
the way, apartment living and such. The Boston VR3's go pretty low anyway, the cross
over is set to 60Hz but but Boston says 35Hz can be cleanly achieved. The sub and
ButtKicker are set to 80Hz. Somehow even at lower volumes it just sounds and feels
amazing.
</p>
        <p>
The transducer hits with precision but also rolls extremely well giving big flaming
explosions a new sense of realism. Combining that with the great Boston sound and
it really makes for an awesome experience.
</p>
        <p>
I'm not sure what else to say beyond that. It's definitely something that one needs
to feel and experience to understand. It's not gimmicky feeling at all, one person
I talked to asked if it was like a phone vibrating, but not at all. It's far more
complicated, smooth and natural.
</p>
        <p>
I haven't had a chance to test it with music yet. That's for tomorrow during the day.
I will say, it might need some adjusting then, when I first hooked it up I ignored
the manual set the thing to 75% volume. I think that was a pretty extreme, it kinda
felt like the provided amp was giving the unit /too/ much power. If that's even possible.
Turning it down half way and it's perfect.
</p>
        <p>
Went down stairs and sure enough, couldn't really notice any of the vibrations or
anything. Not sure about next door though.
</p>
        <p>
That's the review for now, more tomorrow after music.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Not sure how many hours I've been working, but I don't care.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/04/29/NotSureHowManyHoursIveBeenWorkingButIDontCare.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6bca6528-2b8f-4899-a359-c2ae5c5b4e22.aspx</id>
    <published>2008-04-29T01:54:42.4486585-07:00</published>
    <updated>2008-04-29T02:13:53.0890585-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I think this must be one of those moments for me where things come together nicely
and I just kinda chill about life and live for enjoying everything. I'm not too
sure how many hours I've been working since I started my job, I'm not too keen to
figure it out either. All I know is that it's probably over 60 a week if you count
at home time on the computer reading up, writing, doing email, you name it. I'm feeling
like I'm getting loads done and despite having to wind up again to the normal level
of multi-tasking that's required I honestly think I'm getting a lot done. At some
point it's going to have to calm a bit since I can't keep up this pace. I don't think
there's any reason I can't get a little more economical with my time though and gradually
balance stuff out.
</p>
        <p>
Speaking of which, damn, do I need to get back to the gym. I've been maintaining my
weight but I can already tell I'm losing some of the tone I had gained just by not
working out for 2 months regularly. I do miss going to the gym for an hour a day,
it's an awesome stress relief when others don't come as easily, oh and gaming isn't
much of a relief sometimes. At least not when I get my ass blown off by some punk
kid yelling out racist comments.
</p>
        <p>
The only thing I really dread at the moment is the commute. I know some people have
crazy commutes at close to 2 hours or more. For me though, if I'm in the car for more
than 30 minutes each way I start feeling like there's better things to be doing with
my time than sitting in the car waiting for people to learn how to merge.
</p>
        <p>
Despite all the great little things that come with working for the jolly green giant
that is Microsoft, I don't really think my team nor my review would take kindly
to me suddenly deciding to cut one more car from the road by working from home. Meanwhile
it does seem like I've been in the new role for quite some time, in reality it's been
3 months, not 3 years... unless I count contracting time.
</p>
        <p>
One thing I seem to very poorly at is having a good idea of how much time I'm going
to actually have available. I mention this because I had intended on chronicling the
initial year or so of actually what it means to be FTE. In some ways I guess I've
not really failed since my writing has been sparse that in itself is a good indication
of what life is like in year one.
</p>
        <p>
I'm a little biased in my perspective and experience as well having been around here
a little while, I can't begin to imagine how much that has actually helped me built
up momentum.
</p>
        <p>
Considering it's now going on quarter past 2AM, I'll quit rambling and go to bed.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>While on the topic about home entertainment and home theater PC's...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/04/11/WhileOnTheTopicAboutHomeEntertainmentAndHomeTheaterPCs.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f8ef32f5-0e5b-4c8d-b0c5-c24c5d89609d.aspx</id>
    <published>2008-04-10T17:55:49.142-07:00</published>
    <updated>2008-05-14T10:59:16.3915136-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So this discussion came up recently about home theater's and what various people are
doing, I just kinda figured whatever and throw my info out here as well.
</p>
        <p>
First off, here is a link to an RSS feed that has some home theater
examples which are pretty sweet:<br /><a href="http://feeds.feedburner.com/eh/rss/C154">http://feeds.feedburner.com/eh/rss/C154</a> via <a href="http://www.electronichouse.com/">http://www.electronichouse.com/</a></p>
        <p>
Photos can be found here: <a href="http://cid-491062c199155578.skydrive.live.com/browse.aspx/Home%20Theater">http://cid-491062c199155578.skydrive.live.com/browse.aspx/Home%20Theater</a></p>
        <p>
          <a href="http://lmo1uw.bay.livefilestore.com/y1pL5L2uCRlmF1xJDDVLxxjmwm28jCovHMHvqplTncqH4tQ0G18TakAjHz-FgWnWlYw1Y5xbBGUjM5DLqI-zS0UiA/IMG_5946_preview.jpg">
            <img style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" src="http://lmo1uw.bay.livefilestore.com/y1pL5L2uCRlmF1xJDDVLxxjmwm28jCovHMH23o92l1LkekJlxAQswwIDsg93vzIIFVJ2TZGiDG1Ny7mVB7hO9g7Tw/IMG_5946_preview.jpg" align="left" border="0" />
          </a>Not
the ideal set up in terms of layout but it’s an apartment…
</p>
        <p>
Equipment:<br />
56” Samsung HL-T5689S 1080p - currently $1400 (through a long history I originally
paid a lot more)<br />
Denon AVR-3808CI - $1200<br />
Dell XPS w/dual OCUR and a LG HD/BD drive (dvi w/hdcp to hdmi) - believe this can
be had for $1200<br />
Dell PowerEdge 2900 with 4TB RAID5 in a closet up stairs - $3000<br />
BostonAcoustics VR3 * 4 (front and rear) - $250/ea<br />
VRC (center) - $250<br />
VRX (sides not in use) - $250<br />
XB6 (sub) - $250<br />
Xbox 360 Elite (plugged in via HDMI), Wii (component), PS3 (HDMI) – retail
</p>
        <p>
All the furniture is the cheap but decent Ikea stuff. Unfortunately because it is
an apartment and the layout kind of sucks the rear speakers are way too close to the
couch, but using the Audyssey in the Denon helps adjust for that and the surround
experience is still pretty good. Oh and the fact I’m totally blocking the fireplace
that’ll never be used anyway. The main thing for me was finding something cheap and
simple to put all the equipment and TV on. Luckily the TV stand thing has space underneath
so the cables are tied nicely under there. The only cable that’s visible is the wireless
receiver for the KB and mouse. That new Logitech looks like it might be a good replacement
though.
</p>
        <p>
          <a href="http://www.monoprice.com">Monoprice.com</a> for all the cabling which cost
about $60, and considering that included 100ft of 12 gauge speaker wire, banana plugs,
3 spdif cables, 2 HDMI cables, cable for the sub… that’s pretty sweet. I also had
previously bought a lot of CAT5e so the entire apartment is wired now though the cables
are run under the baseboards.
</p>
        <p>
There’s a single HDMI cable going from the receiver to TV and the TV is permanently
set to that input. Luckily there’s no real overscan issues with the TV and MCE. The
Dell w/OCUR is plugged in to the receiver via DVI w/HDCP to HDMI, for audio there’s
a SPDIF cable as well as the normal 5.1 analog cabling. This allows me to normally
use the digital output and get DD and DTS to the receiver, if I want WMA 5.1 and Uncompressed
5.1 PCM I switch to analog and that’s as simple as pressing the Input button on the
Denon remote (it cycles through HDMI and Analog quickly). Now I did have an issue
with the ATI 2600 card and the HDCP stuff when I added the receiver into the mix,
the picture and audio would just cut out every 30 seconds or so. I switched to a nVidia
8600 and the problems went away (ATI driver issue I guess). There’s nothing too special
about the setup though beyond that.
</p>
        <p>
I actually use MCE for everything with no standalone players or devices other than
the game consoles. It’s just nice and simple that way. The complexity is added by
having ALL media stored on the RAID5 upstairs with everything in a domain. It’s pretty
well organized but there’s still not enough room to rip all the DVD’s, though Network
Media Sharing and Zune handle all the other media.
</p>
        <p>
The speakers are possibly the best part of the setup since they were a total steal.
I bought them from OneCall.com who pretty much is the only online retailer for BA.
I had some Bostons way back when but they were stolen so it was kinda nice finally
getting some again. I had looked at Magnolia and Definitive. I compared Klipsch, Monitor,
Definitive’s, and B&amp;W’s. I actually had no way to hear the Boston since Circuit
City sucks like that.
</p>
        <p>
My first choice was the B&amp;W’s the 703’s were just awesome and at some point far
in the future I hope to have some B&amp;W’s. Randomly though I noticed OneCall had
all the VR stuff for insane prices $249 vs. $629 so I ended up jumping on that. Turns
out Boston EOL’d the VR series so they were just clearing inventory. They disappeared
for a while but it looks like they’re <a href="http://www.onecall.com/ProductDetails.aspx?id=20789">up
for $399 now</a>. But this is a good point I think, you can get an awesome deal if
you buy slightly used or EOL’d products, as long as you know the product is quality
to begin with and the company making them is decent you can’t really go wrong. If
and when I go for some B&amp;W’s I might buy the current model year product just after
the updated models are out.
</p>
        <p>
All in all it’s a comfortable setup and the budget really isn’t that bad. I personally
feel that however much is spent on the TV should be spent on the audio and however
much is spent on the audio should be spent on the receiver and stuff that powers it
all. So everything is right about that level. Flaws would be the fact it’s all in
an apartment with a crappy layout and not a lot of wiggle room. It sucks I have to
block the fireplace but that’s the only option in my case, we’ll see what it’s like
when I move this month. The center channel is a little weak but I’ve adjusted that.
I’m probably going to get a ButtKicker LFE after I move to still be able to enjoy
things a bit. Though I’ve actually turned the sub down all the way I’ve still had
noise complaints, the VR3’s go down to 35Hz and at a decent volume on some music can
probably bug neighbors. I also can’t even use the VRX speakers at this point since
I don’t have walls to mount them to, they are dipole surrounds which create a more
theater like experience but even so I probably will use them in a dual surround config
not 7.1. I mainly bought them because of their discount and the fact they’re EOL.
</p>
        <p>
Anywho, there’s my quick personal review of my own setup. Hoping that at some point
in the future I can do a proper home theater room with seating, acoustically transparent
projector screen and so on. :-)
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Access denied, cannot delete file, and other annoyances when trying to clean up files and folders. Part 1.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/03/07/AccessDeniedCannotDeleteFileAndOtherAnnoyancesWhenTryingToCleanUpFilesAndFoldersPart1.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2d948d7d-95ec-4c48-b746-d013841b02d3.aspx</id>
    <published>2008-03-07T11:18:23.487-08:00</published>
    <updated>2008-03-12T15:26:04.2173482-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This is a fairly common problem which leaves
a lot of users scratching their heads as to how to just make things work. There are
a couple reasons one would encounter this. The most common is because an application
or process still has the file open (technically it's called a 'handle to the file').
Another possibility would be if the permissions on the file you were trying to delete
were invalid. Without getting too in depth into the how and why there are two quick
things to check on when trying to get around the problem. 
<p>
I'll go over the first reason in this post. In the <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">Windows
SysInternals</a> suite, there is a tool called <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process
Explorer</a>, which is an amazingly powerful app. It will allow you to view
what's going on behind the scenes of most everything running on the system. Just doing <a href="http://search.live.com/results.aspx?q=Process+Explorer+site%3Ablogs.msdn.com&amp;mkt=en-us&amp;scope=&amp;FORM=LIVSOP" mce_href="http://search.live.com/results.aspx?q=Process+Explorer+site%3Ablogs.msdn.com&amp;mkt=en-us&amp;scope=&amp;FORM=LIVSOP">quick
search</a> will show just how powerful this tool is. <a href="http://www.auroravisions.com/opendir/blogstuff/shared/CloseHandleSearchProcessExplorer_Full.png" mce_href="http://www.auroravisions.com/opendir/blogstuff/shared/CloseHandleSearchProcessExplorer_Full.png"><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" height="240" src="http://www.auroravisions.com/opendir/blogstuff/shared/CloseHandleSearchProcessExplorer_Thumb.png" width="320" align="right" border="0" mce_src="http://www.auroravisions.com/opendir/blogstuff/shared/CloseHandleSearchProcessExplorer_Thumb.png" /></a>For
this issue though, what we'll do is find any open handles on the file we're trying
to access and delete.
</p><ol><li>
First, start Process Explorer. 
</li><li>
Press CTRL+F to open a search window. 
</li><li>
In the 'Handle or DLL substring' field type in a portion or the complete name
of the file you are trying to delete and press Enter to begin the search. In my case
the file was "08 mer du japon.mp3". 
</li><li>
You should now be presented with a list of open handles. Next double click on the
handle in the search window to show the file handle highlighted in the lower
pane along with all the other open handles on the system. 
</li><li>
Right click the row for the handle and click Close Handle. 
</li><li>
You should now be good to go.</li></ol><p>
In this particular case it would seem the handle to the .MP3 file wasn't properly
closed by Windows Media Player despite it having finished playing and updating
the metadata. Because of this I was unable to move the album folder. By
using Process Explorer I was able to find the culprit and close down the handle
which allowed Vista full access to move the file and folder. There are some
other third-party tools available as well as other tips and ways of doing
the same thing. However, I highly recommend the method I just described, as using
and further exploring Process Explorer and the other tools available in the SysInternals
suite of applications will allow you to gain a much greater understanding of your
system.
</p><p>
This, combined with a few good search queries, a deep curiosity through <a href="http://en.wikipedia.org/wiki/Process_Explorer" mce_href="http://en.wikipedia.org/wiki/Process_Explorer">Wikipedia</a>,
and the Microsoft <a href="http://support.microsoft.com/" mce_href="http://support.microsoft.com/">Knowledge
Base</a> will help turn any enthusiast into a real power user. Check back shortly
for part two where I discuss how to take back ownership of your files and folders
through permissions in Windows Vista and Server 2008.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Sorry about the down time and such.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/03/04/SorryAboutTheDownTimeAndSuch.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,574f06e8-42c6-4dc9-a81c-ffe4ca9e871a.aspx</id>
    <published>2008-03-04T03:42:21.8849784-08:00</published>
    <updated>2008-03-04T03:43:51.8657784-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
There'll be more on this tomorrow when I'm laying in bed in full blown sore throat
and dripping nose mode.
</p>
        <p>
But my current Messenger PSM just about sums things up: 6 hrs = W2K8*2, AD, EX07*2,
IIS, DHCP, DNS, Hyper-V
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>How to disable the annoying system Beep in Windows Vista.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/02/29/HowToDisableTheAnnoyingSystemBeepInWindowsVista.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,303c73dc-c432-4f74-9f05-8228f3dc67d8.aspx</id>
    <published>2008-02-28T21:29:12.91-08:00</published>
    <updated>2008-05-04T00:57:06.1930585-07:00</updated>
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was in a team meeting thing the other day and had my laptop out taking notes. Unfortuantely
despite the fact I always run with all system sounds off, I kept on getting the annoying
system beep every so often. It was maybe coming from Outlook and holding down
the backspace for too long. It happens even if you mute the sound on the system, and
heck, even if you disable the "System speaker" device in Device Manager which is listed
under the System devices. And man is the beep loud, amusing really, since the mono
speaker on my Dell Latitude D430 is barely audible but that bloody system beep is
loud as hell and definitely attention grabbing.
</p>
        <p>
So here's how to disable the Beep, yes that's actually what it's called.
</p>
        <ol>
          <li>
Press <strong>WIN+R</strong></li>
          <li>
Type in <strong>devmgmt.msc</strong> and press <strong>Enter</strong>. 
</li>
          <li>
Click the <strong>View</strong> menu then click <strong>Show hidden devices</strong>. 
</li>
          <li>
Expand the <strong>Non-Plug and Play Drivers</strong> branch out. 
</li>
          <li>
Look for <strong>Beep</strong> and double-click the device to bring up the properties
window. 
</li>
          <li>
Click on the <strong>Driver</strong> tab. 
</li>
          <li>
Under Current status, click <strong>Stop</strong>. 
</li>
          <li>
Under Startup type drop down switch the driver to <strong>Disabled</strong>. 
</li>
          <li>
Click <strong>OK</strong></li>
        </ol>
        <p>
You'll now have true silence from your desktop or laptop PC regardless of whatever
crazy error messages pop up or however much spam gets delivered to your Inbox. Though
this won't help if you if you've got a bunch of 80mm fans running at 8000RPM still
:-). But that's for another post... Tip though, voltage converters for fans or fans
with a high CFM and low dB rating work amazingly well as do rubber gromets for fans
and HDD's and not to mention that Dynamat isn't half bad for noise absorbtion as well.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>You know you have a good product when...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/02/21/YouKnowYouHaveAGoodProductWhen.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,27b11233-fce7-4818-a064-a047568b87df.aspx</id>
    <published>2008-02-21T10:35:00.561-08:00</published>
    <updated>2008-02-21T10:57:03.0986442-08:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I was just talking to Mooney about how I used to have my PC audio hooked up. Which
immediately led me to talk about the <a href="http://us.creative.com/products/product.asp?category=4&amp;subcategory=136&amp;product=9468">Creative
DDTS-100</a>. In this day and age I really have a bad taste from using most Creative
products. They can't write drivers to save their life, their audio cards suck, their
speakers suck, just about everything Creative makes these days suck. But it's not
all bad for Creative, they've got one good product that I know about. They simply
need to look at products like the DDTS-100 and then go to eBay and see how much those
products go for used.
</p>
        <p>
The Creative DDTS-100 quite simply is the equivalent of a PC audio receiver in that
it'll take SPDIF, TOSLINK, PC multi-channel analog, and RCA and it will decode Dolby
Digital as well as DTS and it even includes DD and DTS upmixing, I was especially
fond of the DTS NEO:6 Music setting. Why would anyone need this? Well it was great,
I had multiple PC's all connected via SPDIF and one via analog. I could switch between
PC's and use a single set of speakers. I even had an Xbox connected to it as well.
I sent out a nice digital signal and it decoded all my content awesomely. Sure it's
not a real receiver/amp, but when you're using Klipsch 5.1 Ultra speakers it's
perfect.
</p>
        <p>
Like I said though. You know you have a good product when you can look on eBay over
3 years after you bought it, and it has actually <a href="http://search.ebay.com/search/search.dll?from=R40&amp;_trksid=m37&amp;satitle=Creative+DDTS-100">gone
UP in value</a>! I buy a lot of crap, and usually after a while and some upgrades
I buy better crap and sell the old stuff. The two things I'm very very reluctant to
sell though is the Creative DDTS-100 and those Klipsch 5.1 Ultra speakers. The speakers,
sure, maybe, but the DDTS-100, one day a year from now I'm pretty sure I'll need it.
</p>
        <p>
That being said, it's questionable if the DDTS-100 would be worth as much a year from
now. It does the job it does amazingly well. Yeah it's ugly as all sin and they could've
saved a shit ton of money by cutting down on the LED's and silverness but as far as
I know the product is the only one of its kind.
</p>
        <p>
There's a reason why I could sell it for $200 tomorrow and take a $75 profit though.
</p>
        <p>
Creative needs to learn something fast, which is that people want quality. There's
a reason people even still would consider Creative products today, it's not because
of the crap that's made today, it's because of the stuff that was made back when the
word SoundBlaster meant sound on PC's.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Server migration... what fun it can be.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/02/18/ServerMigrationWhatFunItCanBe.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,850fcef2-28a9-4681-b6d0-522635af2b8b.aspx</id>
    <published>2008-02-18T03:21:49.8663627-08:00</published>
    <updated>2008-02-18T03:23:21.9843627-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well I'm almost done migrating servers. I'll post more about it shortly. I'm exhausted
though, I honestly thought it was Sunday morning, but no it's Monday morning and I
have to get up in 5 hours to get to work. More on the jump from Server 2003 to 2008
and Exchange 2003 to 2007.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Quarter life crisis... sort of decided for me.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2008/01/16/QuarterLifeCrisisSortOfDecidedForMe.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ab26ea3d-cc56-4e82-82e1-44a0d4f50edc.aspx</id>
    <published>2008-01-16T01:51:10.171-08:00</published>
    <updated>2008-01-16T22:41:50.3293386-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well it's crazy how quickly things can change. Only two months have gone by since
I wrote about the <a href="http://blogs.coreygouker.com/2007/11/13/Quarter+Life+Crisis.aspx">so
called quarter life</a> crisis that I feel I've been going through. In that time I've
sat and thought, a lot, and I've still not really come to a firm gut feeling on the
subject. Maybe I'm not supposed to and that's the entire purpose in life anyway.
</p>
        <p>
One hundred day breaks which Microsoft contractors are required to take after a year
of gracious service have become a total love hate thing for me. I love that it's like
a paid vacation sort of. I hate the struggle to pay bills. I love that I can get stuff
done. I hate that I don't get enough done. I love the time to relax and think. I hate
that after that's done I can get bored. I've heard full time employees (FTE) that
go to contracting praise the decision as the best thing since MSFT's closing price
xmas '99. Meanwhile contractors, myself included, can complain like mad knowing the
income and benefits could be better plus for some there's always the hope a FTE position
will open up.
</p>
        <p>
With that said, I guess I've not felt one way or the other about the direction I've
been taking lately. The best I can do is just go with the flow like always, kick back
relax, and just do whatever my gut says is right for me in this moment.
</p>
        <p>
On January 3rd from noon till around 3:45pm I let God roll those cosmic dice
as I entered into my interviews for a FTE position at Microsoft (yeah that sounds
ominous doesn't it). First off, I was expecting the interviews to last a lot longer,
I've done a full 8 hour interview at both Apple and Microsoft before, so this seemed
short. The questions all felt straight forward and I think I did an okay job of staying
relaxed and actually enjoy the entire process. Since really it should be enjoyed and
experienced so that regeardless of outcome I can learn from it. Oh and it certainly
helped I had a 40oz water bottle filled and refilled, water == moist mouth and calmness.
Though, I will say, it's a good thing I had a chance to use the loo. One thing that
did stick in my mind is that early on I was asked what my 1, 5, 10 year plan was.
Geez, what an open question, you want to give your honest answer but want to make
sure the answer you give gets you the job as well. How to word it, how to make it
right. Then later, in my closing interview I was asked if I wanted to revise my answer
since I've had some time to think about it. Well crap, was this a chance to correct
an answer they weren't quite looking for? Who knows. Maybe I'll get to ask at some
point. But the point I was going to make was that when this question was asked twice
I didn't even really think about my previous post or thoughts regarding all that.
Maybe my brain just kicked in and without consciously realizing it I verbalized exactly
how I felt about my next 1, 5, and 10 years. I really don't know about the next 10
years, seems impossible for me to visualize at this point in life. I have an idea
of where I'd like to be so long as I continue down the road I'm now. So yeah, I'll
go with that for now.
</p>
        <p>
Five days later I got a voice mail that started my neurons firing with analysis a couple
hours after that I got a reply to my email. Just like that at 2:56pm, definite
direction... Interviews went well and I was being offered the position. Like my original
offer to come up and work with the eHome team, I think I took about 14 seconds to
make a decision. Two days later I got everything in writing and finished up my side
of the paperwork. Right now I'm just waiting for the 28th to come by and the real
stuff to kick in then.
</p>
        <p>
I'm going to go out on a limb here and guess after I've settled, I'll feel like the
entire experience, and the 13 years leading up to this point is akin to
falling in love. Or maybe that's just the romanticism coming out in me. What I'm trying
to say is that it seems like so many things, like falling in love with the right person,
is a struggle that has no end in sight. After that moment where everything clicks
into place looking back in hindsight one might think, "well that wasn't so bad".
</p>
        <p>
Maybe in 10 years I'll be doing something completely different, maybe I'll be completely
embedded into the road I'm currently paving, who the hell knows. Right now I'm definitely
feeling energized and have a renewed sense of enthusiasm about everything. Yeah, I'm
still a cynic, but heck, maybe even that will change.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Stupid TNT HD, why can't they get it right.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/12/15/StupidTNTHDWhyCantTheyGetItRight.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,708eeace-cbdc-4329-9005-2f4f137332fa.aspx</id>
    <published>2007-12-14T20:29:43.108-08:00</published>
    <updated>2007-12-14T23:06:06.6553474-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is a lame rant, but I'm sure at least one person will understand. What the hell
is the point of broadcasting in HD when you can't even get the bloody aspect ratio
right!? This is what I'd love to ask the ladies and gents at TNT HD. Right now, Gladiator
is on 1080i, but it's a 4:3 image stretched to 16:9. It's random too, sometimes they
get it right, other times, like with all the X-Files reruns they don't. Gah... Bloody
annoying.
</p>
        <p>
UPDATE: So Thirteen Days just came on, and would you look at this a decent 1080i 16:9
image.
</p>
        <p>
Really don't get it, do they just not bother getting the right content? Is it a rights
issue or what?
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Let there be light... or Internet at least.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/30/LetThereBeLightOrInternetAtLeast.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,49e80471-6aaa-4d8c-a6b1-1f014b092fd2.aspx</id>
    <published>2007-11-29T16:38:36.863-08:00</published>
    <updated>2007-11-30T08:57:07.7353172-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Through some act of God or maybe just a certain person I know in the North
Central division, the Internet has returned here. I used to have two Internet
connections, one for the server, one for personal use. But now it's just one, so if
things go down, there's a total feeling of disconnection. Oddly, despite things being
down for 2 weeks I've not been too bothered, though I think that's partly because
I've barely been on anyway.
</p>
        <p>
Anywho, the problems started (again) on the 8th, when the web just died, the crappy
SMC business gateway reported the upstream ranging was in progress and just sat there.
Comcast sent a guy out the next morning but things were back up when he got here.
Then a week later it goes down again the same exact problem. I call once more and
the Comcast person says they're having problems with the headend, I think maybe she
meant <a href="http://en.wikipedia.org/wiki/CMTS">CMTS</a>, but who knows, she says
to give it 24-48 hours. Things come back up shortly a couple days later and go down
again, this time the upstream ranging is fine but I can't ping the Comcast <a href="http://en.wikipedia.org/wiki/Domain_name_system">DNS</a> servers
I've been given. So I call once more, now they're saying they're having DNS issues.
The weird thing though is that apparently incoming traffic is still working fine,
but I can't ping jack on the outbound. I can't even get into the internal customer
admin pages on the modem either, even when I plug directly into the server.
</p>
        <p>
At this point they've already said they're going to give me a week free, now she's
saying a month since it's been down for over a week. I keep asking if they should
just send someone out to replace the modem but this guy is saying to just give it
time for the DNS stuff to be sorted. "Fine whatever, I give up, I don't care, just
sort this out and give me the credit", that's about all I say. I've already been on
the phone with them for at least 2 hours to get this stuff sorted and it's been too
long for it to be down. Topping it off the service didn't work well at all from day
one, I had the modem replaced twice, and the current one is only working well because
I got some "special" firmware running on it. Before the firmware the modem had to
be logged onto and the firewall reset once a week.
</p>
        <p>
Finally, Julie calls Comcast today hoping that the feminine touch will do the trick.
After a bit she hands the phone to me and this guy isn't any more helpful. The entire
problem I've been having is that I can't log onto the modem as a cusadmin to see anything,
I can't tell what he's doing remotely or anything. But he's telling me the settings
are fine except the subnet mask, it should be .252 not .0, uh, err, wrong. I keep
asking about the DNS but he says it's fine, and there's no issues. The issues with
the DNS and the other crap were apparently resolved already so there's no reason why
our Internet shouldn't be working. I still can't ping jack from the router, and I
plug the server directly into the modem. Whatever he did though made it so the cable
and traffic lights wouldn't even come on after power cycling the gateway and such.
He ends up just giving up and sending someone out tomorrow morning.
</p>
        <p>
Fed up, I give in, call the real help. After about 20 minutes of digging, we finally
get the modem back online, she gets in remotely and we get it going again so I can
log on as cusadmin. Turns out that Comcast had turned on <a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a> even
though we're static, had the subnet wrong, and had disabled the manual DNS entries.
She also switched the port to half duplex since apparently the SMC has issues with
auto detection. After all that I can finally log into the modem, can see everything.
She mentions something about some work being done switching the rules in the <a href="http://en.wikipedia.org/wiki/Routing_Information_Protocol">RIP</a> to
force business customers to use the business DNS not the residential, so we switch
to those DNS servers and everything magically works again, switch back to the residential
just as a check and stuff stops again.
</p>
        <p>
This is a huge rant for no purpose, but I just don't get why someone in a completely
different division without complete access to my modem can sort stuff out in 20 minutes
but it takes the Northwest Comcast people 2 weeks, and 3 service calls and they still
couldn't do it. I guess their solution to everything is not bother on the phone and
just replace the modem regularly.
</p>
        <p>
Now I just have to call up and cancel the service call and make sure they give us
that month free that they promised. Hopefully it doesn't go down again after I call.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Music gets the best of me...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/21/MusicGetsTheBestOfMe.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e4068e6b-65bc-49a0-9bb9-cee1b2863bb1.aspx</id>
    <published>2007-11-21T01:03:02.666271-08:00</published>
    <updated>2007-11-21T01:20:08.072521-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Okay, so Comcast has been giving me the runaround with getting my business Internet
connection back up and running correctly but one of the upsides of running your own
server with DHCP, DNS, Active Directory and all the other overly complicated things
is that I can still access all of my own content since it's local and can write this
right now.
</p>
        <p>
I've decided to take this time "off the net" to go through and organize the terabyte
or so of data I've got sitting around including the 500GB+ worth of music. Now there's
this one folder though, that's only like 60GB but is completely filled with various
file formats and bit rates of individual tracks that I eventually wanted to complete
and sort.
</p>
        <p>
What an eclectic set of music. It's got everything, even stuff that I would dare say
shouldn't even be called music. But I love it. I love it all. Even the cheese, since
even after only sampling a 30 second clip of the music it brings a smile to my face.
</p>
        <p>
For example I'm listening to We All Die Young from the Rock Star soundtrack, just
seconds before I was listening to a Phish cover of the Cheers theme. This random assortment
of tracks is totally bringing back to my days of spending all day and night on the
Internet and on Messenger just fiddling, talking, and listening to music, and laughing
my ass off. 
</p>
        <p>
That brings me to listening to the I AM advert song, Kazachok, Protest the Right Way,
and all the other gold from back in the day. Sure this stuff is close to trash, but
at the right moments it's also a treasure.
</p>
        <p>
So not really sure where I'm heading with this other than to say I miss the days of
having music playing all the time, even while I slept. Music really does get every
bit of me, the best and the worst. Right now it's just putting a huge smile on my
face though.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Smooth move on Google's part with AdSense.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/14/SmoothMoveOnGooglesPartWithAdSense.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5ddd2777-261a-41c7-9b51-68905370019e.aspx</id>
    <published>2007-11-14T00:02:22.4412824-08:00</published>
    <updated>2007-11-14T00:11:51.1233515-08:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I <a href="http://blogoscoped.com/archive/2007-11-13-n42.html">think this is pretty
cool</a> considering the number of times I've accidentally clicked an AdSense ad during
fast web browsing. Smaller clickable ad area is a good thing.
</p>
        <p>
Through years of computer usage I've formed this habit of clicking in advance of object
appearance on the screen. Back in the days of my 100Mhz Pentium with 8MB RAM, the
system would take so long to do things that it got to the point where I was clicking
on the Start menu, going to Shutdown, then clicking Reboot even before the Start Menu
had time to come up. These days I find myself still doing the same thing but
now in IE, when loading web pages and sometimes, I end up clicking a stupid Ad. Come
to think of it though, with the speed of the PC and the efficiency of the OS and the
apps, I don't seem to notice myself having to click ahead anymore.
</p>
        <p>
Maybe it's a sign that computers for me have breached that point of price and performance
where no matter what I buy above $500 will do me just fine. Well, okay,
as long as it has two cores... What does any of this have to do with Google decreasing
the size of the AdSense area? Absolutely nothing, but it's the back story to why I
appreciate it regardless of what Google's intentions are.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Quarter life crisis...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/13/QuarterLifeCrisis.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f78a8494-04d3-4211-a04d-4dc17450c08d.aspx</id>
    <published>2007-11-13T00:28:54.9375-08:00</published>
    <updated>2007-11-13T01:10:19.53125-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is something I'd not normally post here but I feel compelled to do so to hopefully
gain some outside perspective. Basically, I feel like I'm going through a quarter
life crisis, but a year or so early. Ever since I got into geekdom my first
PC in December '95 and later got into beta testing Windows just a bit after that,
I've been pretty set on what I wanted. I didn't go to high school and instead got
my GED at 16, I went to college for a year in England, then for a bit in San Jose,
but then I got what I was working for all that time and got a job at Microsoft (and
yeah this is the first time I've literally said I work there on this site).
</p>
        <p>
For the last year or so I've pretty much led the life I thought I always wanted, I
had a girlfriend that was fantastic, I've got a great car, a nice apartment, pretty
much all the toys I could possibly ever want as well. It's seriously gotten to the
point where all I want for myself now is to relax, go on nice long vacations
travelling to all the places I've dreamed of with the girl I'm in love with.
</p>
        <p>
Granted because I've gone just a bit beyond my means and I spent too much money on
college and living in England I've got a nice lump of debt that I have hanging over
me. I kinda feel like this is all just a fact of life and such so I'm in this position
where I'm looking for houses so that I could consolidate my debt into a mortgage and
have one payment for that, get some room mates to reduce expenses, etc etc.
</p>
        <p>
At the same time, there's this inner voice inside me that tells me I should be doing
something different, it's that voice that's also behind my rebellious nature towards
authority. Recent events and stress in my life has seriously got me thinking about
things like this. Not to mention, I've talked to Julie quite a bit through our relationship
about the shackles of adulthood. I've also talked quite about all this with my Gramps
as well. I partially blame him anyway for seeding the desire to travel the world and
do something unique and different.
</p>
        <p>
I've really been into photography for some time. Coupled with the desire to travel
and have my contribution to the humans on the planet be something more than just ensuring
that Media Center is a little less buggy. I've given serious thought into doing humanitarian
work, doing photo journalism, or who knows what along those lines.
</p>
        <p>
I guess that is where I'm lost at the moment. I love working at Microsoft,
even as a contractor, some days it sucks some days it's great, but the people I know
there are awesome... and it is work after all. I've justified my entire crisis of
adultdom on the fact that the grass is always greener and these are the facts of life
and no matter what I'm working on there's going to be stress. Because of my trouble
with authority, I'm not too sure I'm cut out for a long standing corporate job.
</p>
        <p>
My Dad worked out Southern California Edision for something like 15 years, he's definitely
going through a mid-life right now. I don't really want to be working at Microsoft
for 15 years and then start going through the same thing. I typically just go with
the flow and relax and whatever comes will come, but I also am the type to get my
mind made up and work non stop till I get there.
</p>
        <p>
Meanwhile I can't really figure out what I'd do as an alternative. I'm not even too
sure what professions are out there that would help fulfill my wild eyed dreams of
travel and making even a small difference in the world. You know, trying not to have
too many regrets looking back on life another 24 years from now.
</p>
        <p>
My Gramps has suggested that maybe I just sell the car, sell pretty much everything,
and travel for a year or two, or even three. Doesn't sound like that bad of an idea
really but impractical, irresponsible, and not very adult like. Then again this this
coming from my 83 year old grandfather. Maybe he knows something that I don't with
all those years. Plus there's no reason why I can't pick up where I left off after
I get that travel bug out of my head. Of course maybe I'll really fall in love with
that and find something amazing during that time.
</p>
        <p>
Not really sure what the true point of this post is, I guess it's just a good brain
dump.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Now I remember why I had a 4 year break from fast food...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/13/NowIRememberWhyIHadA4YearBreakFromFastFood.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,058b2cb2-512a-4709-a1b5-b50a1fc40a19.aspx</id>
    <published>2007-11-13T00:09:55.984375-08:00</published>
    <updated>2007-11-13T00:16:17.3125-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I heart Boing Boing sometimes. It's my fav of the big 3 RSS feeds out there, sometimes
I love it even more than Engadget, but whatever. They <a href="http://www.acaloriecounter.com/fast-food.php">linked
to this page</a> showing how little nutrition is in most of the big fast food places
burgers and fries. I'm still in shock over this:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
"The Double Six Dollar Burger from Carl's Jr. contains an insane 1520 calories. That's
not a typo. One sandwich contains more calories than some smaller females need...
PER DAY."
</p>
        </blockquote>
        <p dir="ltr">
I do miss In-N-Out though, there was always something nice about the way the bun was
just a bit crispy around the edge from the grill. On the plus side I've gotten pretty
good at a home made burger in the last couple of weeks and the grill I was given is
pretty sweet too. Now if only I didn't live so far away from everyone I know, I'd
have people over to join in :-).
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Auditory love affair with my music...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/03/AuditoryLoveAffairWithMyMusic.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1403b7c9-a39f-4c7d-872a-41ed884512eb.aspx</id>
    <published>2007-11-02T20:35:33.7416652-07:00</published>
    <updated>2007-11-02T22:07:40.640625-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I'm just listening to some random music while getting ready to shift my weight over
to the gym. I have to say though, I really wish I had the gym right here in front
of my <a href="http://www.bostonacoustics.com/home_product.aspx?category_id=2&amp;product_id=266">Boston
speakers</a> though. Listening to the <a href="http://www.onecall.com/ProductDetails.aspx?id=20789">Boston
VR3's</a> is a total sexual experience for the ears.
</p>
        <p>
Need I say more...
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Thank you to the drunk driver that hit us last night.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/11/02/ThankYouToTheDrunkDriverThatHitUsLastNight.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6bccb8da-fdc8-413b-8adb-81afa7126839.aspx</id>
    <published>2007-11-01T21:28:46.1543003-07:00</published>
    <updated>2007-11-01T21:50:39.3886753-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Why am I thanking you? Well, you've renewed my sense of justice in the world. You
blew past the red light paying no attention to us. You hit the front left of the Civic
we were in, you totalled that car, you almost totalled 4 lives as well. Luck was on
our side, if your Altima was a truck I probably wouldn't be writing this right now.
I have no idea how much you had to drink but clearly you should not have gotten in
that car. But yes, there is some sort of justice, you're in jail, and probably won't
drive for a very long time. Hopefully you got a big enough hit in the head to get
a full wake up call.
</p>
        <p>
Anyway... yeah, went out last night kinda late to hang out with a friend and a couple
of her friends. I was luckily in the rear passenger side of the car, don't remember
how or what I hit, but my arm popped out of its socket (not the first time that's
happened but not since I was a kid). The EMT checked me out and popped it back in,
yeah it hurt like a bitch but whatever could've been worse.
</p>
        <p>
My friend sitting next to me, she got knocked around a bit and cut but the glass from
the front, I think she sorta slammed into me but they released her without going to
the hospital. Her friend the driver though, his head got knocked into the drivers
window by the airbag and got cut up. They released him from the hospital today around
1pm. His girlfriend in the passengers seat also had slight burn marks from hitting
her airbag but she's okay as well, hit her knees and her kneck is killing her still.
As for the Civic, well it's history, after doing a complete 180 degree spin.
</p>
        <p>
All is well now though. Luckily I wasn't hurt bad, I'm sure if I had to take a ride
in the ambulance it would've set me back $800 or something insane... Yeah I'm one
of those, I don't have health insurance.
</p>
        <p>
          <font size="4">
            <font size="2">Sigh, and all we wanted to do was go to QFC, pick up
some stuff and head back to relax with a movie.</font>
          </font>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>New iPod ad uses the same music as an old Zune viral ad...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/10/30/NewIPodAdUsesTheSameMusicAsAnOldZuneViralAd.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d7cf5d1f-f96f-4597-9ffb-b1ea902029e4.aspx</id>
    <published>2007-10-29T21:35:22.796-07:00</published>
    <updated>2007-10-31T20:09:31.0081056-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">First, Jon points out the <a href="http://messengergeek.spaces.live.com/Blog/cns!E3785B1281BBDA1!611.entry">BSOD
screenshot in OS X</a>. And now tonight I notice the same music from a <a href="http://www.youtube.com/watch?v=kd-fMA0HFUE">Zune
viral</a> used in an <a href="http://www.youtube.com/watch?v=KKQUZPqDZb0">iPod ad</a> during
Heroes. 
<p>
Even <a href="http://blog.wired.com/business/2007/10/apple-fan-goes-.html">more amusing</a> is
the <a href="http://theutubeblog.com/2007/10/27/nick-haley-makes-apple-iphone-ad-wo-permission-but-then-gets-hired-by-apple/">story
behind the ad</a>.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Home Built Lian Li PC for Sale...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/10/14/HomeBuiltLianLiPCForSale.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a66e4f86-5047-42bc-b251-659c462cbd8f.aspx</id>
    <published>2007-10-14T09:37:57.873-07:00</published>
    <updated>2007-10-25T16:19:05.7717107-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>UPDATE:</strong> This PC has been sold :-).
</p>
        <p>
I've been meaning to sell this PC for a while. It's been my main machine for some
time now and I just don't use it at all anymore. Plus I have one too many PC's laying
around. Here are the specs:
</p>
        <p>
Case: Lian Li PC-V 2000 PLUS (<a href="http://www.lian-li.com/product/product06.php?pr_index=28&amp;cl_index=1&amp;sc_index=2&amp;ss_index=6&amp;type=a">first
version of this case</a>)<br />
Motherboard: <a href="http://usa.asus.com/products.aspx?l1=3&amp;l2=15&amp;l3=226&amp;l4=0&amp;model=744&amp;modelmenu=1">Asus
AN32-SLI Deluxe</a><br />
CPU: AMD 4600+<br />
HDD: 74GB Western Digital 10K RPM<br />
Memory: 2GB Corsair PC3200 w/heatsink<br />
NIC: Intel GigE<br />
GPU: 2 - nVidia / EVGA 7800 GT 256MB in SLI<br />
SPU: Creative XFi Extreme Music<br />
DVD: 4 * 16X NEC DVD+RW, there are 2 ND-3550's and 2 ND-3520's
</p>
        <p>
I'm thinking $600 for anyone that's local that wouldn't mind meeting up to grab it.
It's in perfect working order is clean and well built, the HDD will be cleaned before
delivery.<br /></p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Well I guess I'm getting that vacation...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/10/12/WellIGuessImGettingThatVacation.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f927ad3e-17d8-4255-9f44-4e6d957d4018.aspx</id>
    <published>2007-10-11T20:20:55.9840458-07:00</published>
    <updated>2007-10-11T20:28:39.7496708-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of the complications of being a contractor at least for the Borg is that you have
to take a 100 day break after every full year of service. Unfortunately the cycles
of the various projects and such don't always fall in line with ongoing work. Some
contracts require 6, 7, or 12 months. Others really actually require someone full
time all the time. Right now I've been on one of those contracts. My previous stint
with the MCE beta team lasted 1 full year. Then I had my 100 days, then I came back
to the beta team, switched to the CSI team, and I've been on contract now for I guess
8 months. Originally scheduled to have my contract end in March next year I've bumped
it up and my last day with the CSI team is next Friday.
</p>
        <p>
A lot of personal stuff has gone on lately and I've been feeling like I need a real
break for a while now to just go out and do stuff and find myself again. Plus things
actually kind of work out better this way. Because the CSI teams needs someone in
my position full time, I'd essentially be out of my job and unable to come back after
my 100 days because someone else would've already been trained and hired. Luckily
though, the MCE beta team still loves me and wants me back so by ending things now
I get a nice win win.
</p>
        <p>
I can have the vacation I need, some time to go out and be dumb, then after 100 days,
in February start back up on whatever it is they're going to have me working on.
</p>
        <p>
So anyway, I guess this is post to follow up to the last. I'm getting that vacation.
I'm sure after like 30 days or so I'll get bored and want to go back, I do always
kinda miss it and look forward to getting back after 3 months.
</p>
        <p>
Oh well... Guess I better start figuring out where I'm going to go for a bit, maybe
down to California. Haven't gone surfing in ages. I've also wanted to try sky diving
as well, not sure I can afford that one though. Come to think of it, not sure about
the surfing either since I can't afford a board for one time use, lol.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>What ever happened to the weekend.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/07/29/WhatEverHappenedToTheWeekend.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a0dc39e6-1902-4106-b3c3-bb274255bcc5.aspx</id>
    <published>2007-07-29T16:17:57.6642469-07:00</published>
    <updated>2007-07-29T16:17:57.6642469-07:00</updated>
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I need a vacation... That is all...
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Self defamation is awesome...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/07/13/SelfDefamationIsAwesome.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,474c6775-f593-4f1b-ad5c-fe633e542930.aspx</id>
    <published>2007-07-13T11:50:40.0802736-07:00</published>
    <updated>2007-07-13T11:59:36.1583986-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
As is finding humor in old comments from others...
</p>
        <p>
Talked to Bryce of the most awesome band ever, Instant Winner... And he was pointing
me to some crap about his band.
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
"<font size="2">Insant Winner? Bah! Ask anyone in the area and theyll probably refer
to them as Instant Bizkit or Instant Whiner. Shitty Rap - Metal with horns, and they
only attract preppy ass little highschool whores, best band my ass."</font></p>
        </blockquote>
        <p dir="ltr">
          <font size="2">So I started checking out crap from my past. First thing that came
to mind was the awesome comments I got after Dom <a href="http://slashdot.org/articles/04/08/26/237253.shtml?tid=188&amp;tid=201&amp;tid=218">slashdotted</a> my
amazingly long winded review of the PMC. I was called a smug little prick, and people
even thought then that it was a grand Microsoft scheme and that I wasn't a real person.
And that I was a huge Apple hater. Oddly enough I now work at said company. And even
more odd I almost worked for Apple on the iPhone. But then again, they didn't exactly
hire me now did they. Oh and I guess technically I work for Volt not Microsoft anyhow.</font>
        </p>
        <p dir="ltr">
          <font size="2">But going further back in history. Back to the days of <a href="mailto:cj8309@telis.org">cj8309@telis.org</a>.
My first email... There's <a href="http://groups.google.com/group/alt.tv.star-trek.voyager/browse_thread/thread/515fbd13e1b71caa/b2ffa618b05b519e?lnk=st&amp;q=%22Corey+Gouker%22&amp;rnum=767&amp;hl=en#b2ffa618b05b519e">this
gem</a> from the alt.tv.star-trek.voyager newsgroup.</font>
        </p>
        <p dir="ltr">
I both hate and love the fact that when I'm old and grumpy there'll be these greast
pieces of information out there just floating. God save me if I ever get into politics
or become famous.
</p>
        <p dir="ltr">
          <font size="2"> 
</font>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>While on the topic of lunch...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/06/21/WhileOnTheTopicOfLunch.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bc0757a9-216b-4851-9087-116010088acc.aspx</id>
    <published>2007-06-21T11:35:00.0262981-07:00</published>
    <updated>2007-06-21T11:40:02.9794231-07:00</updated>
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've been trying to bring in lunch more and more lately. Mainly so I don't go out,
get more work done, lose some weight, and save some money from the cafeteria. I've
tried Healthy Choice, Lean Cuisine, Stouffers, pretty much everything.
</p>
        <p>
Just for the record, Lean Cuisine is by far the best. It may lack some flavor sometimes
and the portions might be a bit small. But you know, I never feel hungry after. Plus
pretty much everything is under 500 calories and low in fat and crap so it's not all
bad.
</p>
        <p>
I just had a Healthy Choice french bread pizza. Honestly, I don't think I'll be grabbing
one of those again. The flavor is still in my mouth and I can't get rid of it. It's
sort of weird tasting, metal / tomato / radioactive isotopes / bad onions. On the
plus side it was only like 340 calories.
</p>
        <p>
Sometimes I wish the cafeteria would just sell Lean Cuisines and call it a day. $2.50
per meal, sorted.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>The one caveat for working in building 50. Really really bad food.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/06/08/TheOneCaveatForWorkingInBuilding50ReallyReallyBadFood.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,593d5e40-09c2-4204-bf90-639a94cb2124.aspx</id>
    <published>2007-06-08T12:29:16.132-07:00</published>
    <updated>2007-06-08T12:52:45.2732174-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
The cafeteria blows. It really does. I'm not saying they don't have days where the
food tastes good and is a good value. What I am saying however is that it's just totally
hit or miss. I'm pretty sure the B50 cafeteria at Microsoft is one of the few that
can actually mess up a salad bar and sandwich.
</p>
        <p>
As an example the other day I went to get a sandwich that I order pretty much every
day, how in the world does the lady get tomato from green pepper or mayo from dijon
mustard!? A day before that I went to get some salad, problem was, it was all half
frozen and the chicken strips tasted like plastic. I typically walk by the pizza because
you can literally see pools of oil sitting ontop of the cheese as the pizza warms
under the lamps. Then there's the grill, about the only thing that usually goes right.
Problem is that the lines are ridiculously long so you stand there for 15 minutes
waiting for your burger. Vegetarian options are extremely limited as well. Typically
there might be some soup, and maybe one tofu dish. Today there was a tomato soup.
Yay, not. In fact while we're at it, lets look at the menu for today:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <table id="cafemenu">
              <tbody>
                <tr>
                  <td class="profile">
                    <p>
                      <font size="1">Breakfast</font>
                    </p>
                  </td>
                  <td class="item">
                    <font size="1">BC Breakfast Quesadilla</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$2.25</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1"> </font>
                  </td>
                  <td class="item">
                    <font size="1">Banana Berry Smoothie<br /><span class="description">Fresh Bananas and Strawberries Blended with Yogurt and Honey
Protein Powder is Optional</span></font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$3.00</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Soups of the Day</font>
                  </td>
                  <td class="item">
                    <font size="1">Old Fashioned Tomato (Vegetarian)</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">1.95/2.60/3.05</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1"> </font>
                  </td>
                  <td class="item">
                    <font size="1">Clam Chowder</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">1.95/2.60/3.05</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Wild Greens</font>
                  </td>
                  <td class="item">
                    <font size="1">BC Baked Potato</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$1.65</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Pizza</font>
                  </td>
                  <td class="item">
                    <font size="1">Roasted Chicken, Sun Dried Tomato &amp; Smoked Gouda<br /><span class="description">Savory pizza topped with roasted chicken, sun dried tomatoes
and gouda cheese</span></font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$1.90</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1"> </font>
                  </td>
                  <td class="item">
                    <font size="1">Julienne Vegetable and Sun dried Tomato<br /><span class="description">Italian Marinated Vegetables with Tangy Sun dried Tomatoes
and a blend of cheeses</span></font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$3.50</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Deli</font>
                  </td>
                  <td class="item">
                    <font size="1">BC Santa Fe Chicken Pita</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$4.75</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Entrée</font>
                  </td>
                  <td class="item">
                    <font size="1">Swedish Meatballs over Egg Noodles Served with a Side and a Roll</font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$4.25</font>
                  </td>
                </tr>
                <tr>
                  <td class="profile">
                    <font size="1">Grill</font>
                  </td>
                  <td class="item">
                    <font size="1">Beer Battered Fish and Chips<br /><span class="description">Beer Battered Cod Filets, Served with French Fries </span></font>
                  </td>
                  <td class="icon" nowrap="nowrap">
                    <font size="1">
                    </font>
                  </td>
                  <td class="price">
                    <font size="1">$5.35</font>
                  </td>
                </tr>
              </tbody>
            </table>
          </p>
        </blockquote>
        <p>
Eurest the food service provider typically tries and come up with some fancy menu
but more often than not can't get even the most basic dishes right. Any steamed or
seasoned veg is usually dry and plain or soggy and the flavor is over bearing. It's
just a total mess. Dom has said it was better when Microsoft subsidized the cost.
I'd like to think so, since Eurest sure loves charging me $5.70 for a sandwich one
day then $4.90 for the same exact thing the very next.
</p>
        <p>
So sometimes I'll go out, problem is that B50 has next to nothing within walking distance,
save a teriyaki and I think there's a deli up near that as well. That leaves driving.
So you consume gas, take 20 minutes to get there and get back, the food is always
better, most of the time cheaper, and overall more satisfying.
</p>
        <p>
At this point though I honestly feel like my best option are the 3 for $8/9 Lean Cuisine
meals that I get and can bring into work. Even they taste better, and they actually
save me money, I get my food no matter what in under 8 minutes and it's a good size
portion and I don't feel like crap after I eat it.
</p>
        <p>
I know I'm not the only one, it's practically a running joke with people here in 50.
I'm just amazed Eurest hasn't been thrown out with their bad food.
</p>
        <p>
And finally for a company that has somewhere around <a href="http://www.google.com/search?hl=en&amp;lr=&amp;as_qdr=m3&amp;q=microsoft+cash&amp;as_qdr=m3&amp;btnG=Search">$30
billion in cash</a> laying around you'd think that Microsoft would be able to get
lunch right.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>What does one do when they think they're being stalked?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/06/08/WhatDoesOneDoWhenTheyThinkTheyreBeingStalked.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,49c01286-2d59-413f-9906-c840850544c6.aspx</id>
    <published>2007-06-08T09:57:16.3825924-07:00</published>
    <updated>2007-06-08T10:09:57.4294674-07:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Okay, I'm probably not being stalked, but sometimes I find some of the searches done
that lead people to my site kinda weird. For the past week I've gotten multiple hits
for the same "corey gouker" search done by the same IP around the same time. If it
were coming from England, I'd think it were my crazy ex, but it's not. Plus I think
I did a pretty good job making it clear that I didn't really want to hear from her
again unless it was through PayPal returning the cash I paid out for a plane ticket.
Dom's Zero Contact Procedure sorta worked I guess.
</p>
        <p>
But seriously, when there's more information about you online than ever before how
do you really control it? Sometimes I think people don't realize how easy it is to
cross reference IP's, usernames, emails, locations, nick names, and any other one
or two bit piece of information. With the right amount of digging and guessing it
really isn't all that hard to find out just about anything you wanted to know about
someone who lives a good portion of their life on the net.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>The problem with the Internet is...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/06/06/TheProblemWithTheInternetIs.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,58c07601-030b-4676-bd3d-72a85902e4c4.aspx</id>
    <published>2007-06-06T13:34:48.025-07:00</published>
    <updated>2007-06-06T17:57:47.8852736-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well, where does one start? First off the Internet really is endless. By the time
I finish writing this diatribe there'll be another 1000 pages of content out there.
There'll be a billion more forum posts, and trillions of instant messages sent. At
which point does it become too much? At which point is the value added go down so
greatly it becomes useless?
</p>
        <p>
We've got Google, we've got Desktop Search, but what we don't all seem to have is
an endless supply of brain capacity for all this information. At one time I remember
this conversation with my gramps. He really didn't understand what I meant when I
said I wanted to store everything and anything and never delete anything off the computer.
I explained that because of the way I can do stuff on the computer I can access anything
I want at any given time, it'd be a bit like Data in ST:TNG but just without the immediate
access after thinking about it.
</p>
        <p>
The problem I've encountered though is that through the desire to have all this information
(for what reason I don't know), to have all this music and multimedia content (I don't
even get through all of it); I've totally lost any real meaning in all of it. I've
got emails since my days of dial up, chat logs since before chat logs even existed
or MSN IM even existed for that matter, pictures from just about every point of my
life, and more music and movies than anyone could possibly care to watch. But in all
this "stuff", the one problem I see is that I lately I spend more time organizing,
categorizing, and filtering the content than I do consuming it.
</p>
        <p>
Desktop Search and Google has helped find what I'm looking for, but my personal content
still needs to be tagged, this is especially true with music.
</p>
        <p>
Maintaining this archive of information isn't cheap either. I've got over 1.3TB of
data just sitting, collecting random magnetic waves in a server in a closet. This
server is probably consuming at least $12/mo in electricity, if not more since during
the summer months it can get to 99° in the office so it needs to be cooled. To keep
this blog and all my information on the web I spend another $100/mo on a second Internet
connection to have a static unfiltered IP.
</p>
        <p>
It's also a huge headache and burden, someone like me tends to over complicate it
as well. I need to make sure the data is secure so I do RAID-5 and have it all centrally
stored. To save on multiple servers I have one to do everything, so this server acts
as my file server, media hub, domain controller, active directory master, Exchange
front and back end, SQL server, you name it this server does it.
</p>
        <p>
I'm not sure if it's a total anal retentiveness or what, but this stuff just ends
up taking up too much time and getting it all working is a big pain in the ass.
</p>
        <p>
So I spend even less time enjoying everything, less time getting out doing stuff outside
the apartment, and find my days are never long enough.
</p>
        <p>
The one catch-22 in all this though. I've found that today nearly all my friends,
almost every one of them except for the few I work with, I've met through the Internet.
So it's probably like 98% of everyone I communicate with about life on a regular basis
at this point I've either neither met in person or only met them in person after communicating
for some time over the web. A part of me finds this interesting since well that's
the way things are now. Another part finds it disturbing, though I guess it wouldn't
be so bad if more of the people I considered close friends online lived in the same
neck of the woods physically. Sadly it even seems like people I know who are local,
well, I end up communicating with them more online than I do face to face.
</p>
        <p>
I guess I've lost my point in all this. I suppose my main thought was, what has this
all gotten me? How much of all this technology do I really use, how much do I really
need? How would I really feel if I just gave it all up?
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Sometimes I heart Boing Boing, I really do.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/05/19/SometimesIHeartBoingBoingIReallyDo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c8108c2b-8983-473e-9337-e9f02e846781.aspx</id>
    <published>2007-05-19T11:21:18.2705006-07:00</published>
    <updated>2007-05-19T11:23:26.4736256-07:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Despite the fact that Boing Boing is the only RSS feed that seems to ever get hundreds
of dupe posts in Outlook, I stay subscribed. It's all for <a href="http://www.boingboing.net/2007/05/17/hddvd_recracked_six_.html">posts
like this</a>.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>How to enable sharing of networked content with Windows Media Connect / WMP11.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/05/16/HowToEnableSharingOfNetworkedContentWithWindowsMediaConnectWMP11.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5ed477c6-ec0b-4aa0-8031-2d7e1a2c79fe.aspx</id>
    <published>2007-05-15T22:12:33.87-07:00</published>
    <updated>2007-05-16T16:45:15.7142306-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
This is a common question on XP and even Vista. If you do a basic search with
Google or Live you'll actually get mixed information with many people (including some
Microsoft sources) saying that sharing of networked content is not possible. However
let it be known that it is possible and this information is available directly from
Microsoft's own <a href="http://www.microsoft.com/windows/windowsmedia/player/faq/sharing.mspx">sharing
FAQ's</a>.
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
If you want to share files in a monitored folder that is located on another computer
(for example, a folder on a network share), the remote folder must have the appropriate
Windows access permissions assigned to it and the computer that contains the library
you want to share has remote content sharing enabled. You can enable remote content
sharing by performing the following procedure on the computer that contains the library
you are sharing. 
</p>
          <p>
            <table cellspacing="0" cellpadding="0" border="0">
              <tbody>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">1. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">Click <b>Start</b>, click <b>Run</b>, type <b>regedit</b>, and then
click <b>OK</b>. </font>
                    </p>
                  </td>
                </tr>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">2. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">In the registry tree (on the left), expand <b>HKEY_LOCAL_MACHINE</b>, <b>SOFTWARE</b>, <b>Microsoft</b>, <b>MediaPlayer</b>,
and then <b>Preferences</b>. </font>
                    </p>
                  </td>
                </tr>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">3. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">Right-click <b>HME</b>, point to <b>New</b>, and then click <b>DWORD
Value</b>. </font>
                    </p>
                  </td>
                </tr>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">4. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">Type <b>EnableRemoteContentSharing</b>, and then press ENTER. </font>
                    </p>
                  </td>
                </tr>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">5. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">Right-click <b>EnableRemoteContentSharing</b>, and then click <b>Modify</b>. </font>
                    </p>
                  </td>
                </tr>
                <tr>
                  <td class="listNumber" valign="top" align="right">
                    <p>
                      <font size="2">6. </font>
                    </p>
                  </td>
                  <td class="listItem">
                    <p>
                      <font size="2">In the <b>Value data</b> text box, type <b>1</b>, and then click <b>OK</b>.
If you later decide to disable remote content sharing, you can repeat this procedure
and change the value to 0. </font>
                    </p>
                  </td>
                </tr>
              </tbody>
            </table>
          </p>
          <p>
For more information, see <a href="http://www.microsoft.com/windows/windowsmedia/player/faq/default.mspx">Windows
Media Player FAQ</a>.
</p>
        </blockquote>
        <p dir="ltr">
I should also note that typically you need to make sure that WMP is monitoring the
network share via the UNC path so \\SERVER\Music, while you can certainly have the
share mapped to a network drive this will cause issues in certain cases. So if you
add M:\ for example, make sure WMP is monitoring and using \\SERVER\Music instead.
Issues that come up include the networked content showing up on first use but not
being able to play back, and after the machine starts the content not being up to
date. For more info <a href="http://blogs.msdn.com/alan_ludwig/archive/2006/02/02/523185.aspx">check
out this post</a>.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Vista Sidebar Clock Gadget modified to double as a 24 hour clock.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/05/13/VistaSidebarClockGadgetModifiedToDoubleAsA24HourClock.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0c84e7da-3114-40ed-b805-38d0ffa67920.aspx</id>
    <published>2007-05-13T00:28:38.99-07:00</published>
    <updated>2007-05-16T14:04:45.3236056-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" src="http://www.auroravisions.com/opendir/blogstuff/CojugoClock.png" align="left" border="0" />This
is a mod I did a while ago. I randomly use 24-hour time and sometimes my brain just
doesn't quite associate 20:05 as being 8:05pm and what not. Getting tired of figuring
it out (yes I'm that lazy and don't want to subtract 12) and having a Skagen wristwatch
(I rarely wear it now) that has both 12 and 24 on the face, I figured the Clock gadget
in Vista should have a 24 hour face as well.
</p>
        <p>
So <a href="http://www.auroravisions.com/opendir/blogstuff/CojugoClock.gadget">click
here to download it</a>.<br />
Note it is provided free without warranty or support.
</p>
        <p>
I've been playing around with other ideas as well for new and modified gadgets so
will post updates as they become available. Oh and while you're downloading the Cojugo
24 hour clock, also download the <a href="http://torrentfreak.com/utorrents-vista-sidebar-gadget/">uTorrent
Gadget</a>... Works great, only thing missing it seems is the ability to set Labels
for your torrents.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Plenty of geek stuff for sale available for local pickup now.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/05/08/PlentyOfGeekStuffForSaleAvailableForLocalPickupNow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,14cd2cc1-437b-40d7-901f-53cb950624ae.aspx</id>
    <published>2007-05-07T17:43:33.536-07:00</published>
    <updated>2007-11-02T15:41:29.2746653-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Well I guess it's time for me to really start cleaning out my apartment. For one reason
or another there's a huge load of tech that just needs to go. I've been putting it
off for ages as well. I'll probably still post each individual item to Craigslist
but I figured having the online garage sale on my blog might be a good start to at
least get the list going:
</p>
        <ul>
          <li>
            <strike>2 month old Dell 24" 2405FPW LCD w/0 visible dead pixels - $450</strike>
          </li>
          <li>
            <strike>1 month old Dell 24" 2405FPW LCD w/0 visible dead pixels - $450 (</strike>
            <a href="http://expo.live.com/ViewListing.aspx?lid=4624949">
              <strike>Expo
Link</strike>
            </a>
            <strike>)</strike>
          </li>
          <li>
            <strike>2 - NEW in Box Dell 24" 2405FPW LCD - $450</strike>
          </li>
          <li>
Dell 15" E151FPb LCD (<a href="http://expo.live.com/ViewListing.aspx?lid=4741197">Expo
Link</a>) 
</li>
          <li>
            <strike>Princeton 15" VL158 LCD (</strike>
            <a href="http://expo.live.com/ViewListing.aspx?lid=4624941">
              <strike>Expo
Link</strike>
            </a>
            <strike>) - Given away</strike>
          </li>
          <li>
Klipsch 2.1 THX speakers 
</li>
          <li>
            <strike>Epson Stylus Photo RX500 sold with partly filled cartridges and 2 new black
cartridges - $50</strike>
          </li>
          <li>
Toshiba 60GB Gigabeat S Portable Media Center (note this now has a 30GB HDD from a
Zune) - $100  
</li>
          <li>
            <strike>Creative Zen Micro 5GB MP3/WMA player silver in color - $50</strike>
          </li>
          <li>
            <strike>3 month old 2GB Corsair matched PC3200 XMS memory (TWINX2048-3200C2PT) - $80</strike>
          </li>
          <li>
Seagate 120GB SATA V (ST3120023AS) - $40 
</li>
          <li>
Seagate 120GB 7200.7 SATA (ST3120026AS) - $40 
</li>
          <li>
Seagate 120GB 7200.7 SATA (ST3120026AS) - $40 
</li>
          <li>
Seagate 120GB 7200.7 SATA (ST3120026AS) - $40 
</li>
          <li>
Seagate 120GB 7200.7 SATA (ST3120026AS) - $40 
</li>
          <li>
Seagate 120GB 7200.7 SATA (ST3120026AS) - $40<br />
(<a href="http://expo.live.com/ViewListing.aspx?lid=4624933">Expo Link</a> for the
batch of 120GB HDD's) - $200 
</li>
          <li>
            <strike>Seagate 500GB 7200.9 SATA - $100</strike>
          </li>
          <li>
            <strike>Seagate 500GB 7200.9 SATA - $100</strike>
          </li>
          <li>
Seagate 300GB 7200.9 SATA - $60 
</li>
          <li>
AMD Athlon 64 3200+ - $20 
</li>
          <li>
New Asus A8N-SLI Deluxe - $60 
</li>
          <li>
            <strike>Dell Dimension 4600C 2.6GHz P4 w/512MB RAM, ATI 9000 Pro AIW, DVD+RW, 160GB
HDD - $60 (</strike>
            <a href="http://expo.live.com/ViewListing.aspx?lid=4624925">
              <strike>Expo
Link</strike>
            </a>
            <strike>)</strike>
          </li>
          <li>
Dell OptiPlex GX270 2.6GHz P4 w/1GB RAM, integated GPU, sound, Intel GigE, NEC DVD+RW,
120GB and 300GB Seagate HDD's (this system currently acts as my server and is
running this blog) 
</li>
          <li>
Olympus P-11 Photo Printer 
</li>
          <li>
Linksys WRT54G v2 802.11g router 
</li>
          <li>
Linksys EG008W 8-port GigE switch 
</li>
          <li>
Vtech ip5825 5.8Ghz cordless phone with extra handset and base, handsets use rechargeable
AA and have CID LCD and handset speakerphone. 
</li>
          <li>
My very trusty unlocked Nokia 6610 - $60 
</li>
          <li>
Intel CS431 webcam - $20 
</li>
          <li>
Intel CS431 webcam - $20 
</li>
          <li>
Intel CS430 webcam - $20 
</li>
          <li>
Intel Pro/1000MT Desktop Adapter with Low Profile backplane (part number: PWLA8391MTLPBLK)
- $40 
</li>
          <li>
            <strike>Canon PowerShot SD400 with extra battery - $150</strike>
          </li>
          <li>
            <strike>SanDisk 1GB Ultra II SD - $30</strike>
          </li>
        </ul>
        <p>
There's probably more but I think that's it for now. I take good care of my stuff
so pretty much everything is like new condition. I'll ship anything that can be shipped
like the memory, CPU, mobo, MP3 players, HDD's, etc. Discounts if you take multiple
HDD's or multiple items for that matter. I'm also selling my main PC but will post
details later. Anything that doesn't have a price feel free to send a comment with
an offer. Prices will be updated accordingly. Serious offers would be to take the
30 day avg. auction sell price off eBay for whatever the item may be.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Insane problems with the 2nd DLP, Samsung HLS-5688W, light engine, noises, and horrible Samsung Customer Service</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/05/02/InsaneProblemsWithThe2ndDLPSamsungHLS5688WLightEngineNoisesAndHorribleSamsungCustomerService.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,41cb1f38-8e9f-48bd-a21f-86f6ace76d5d.aspx</id>
    <published>2007-05-01T20:12:32.911-07:00</published>
    <updated>2007-05-19T12:14:51.7080006-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I love Samsung displays, I happen to think they make the best LCD's and DLP's in the
market today. I like Samsung design, they're elegant, sexy, and classy and above all
that I find their picture quality to be the most appealing to me personally. I'll
probably continue to buy Samsung displays until something crazily awesome comes out
like SED or something or until it's proven that these issues with this model aren't
just a fluke and affect their other lines. For the time being the latest generation
LCD and DLP's from Samsung are the best you can get in my very humble opinion.
</p>
        <p>
I bought my 56" DLP, the <a href="http://www.samsung.com/Products/TV/DLPTV/HLS5688WXXAA.asp">Samsung
HLS-5688W</a>, from Magnolia in Bellevue on 07/03/06 for $3264 after tax. On 01/18/07,
I received a second brand new HLS-5688W. In between those 6 months my original unit
received 3, yes 3, service calls! I guess it was in mid Oct that the problems
started. The TV randomly started making a garbage disposal type noise when it
turned on and off and before the set wouldn't turn on at all it'd do it constantly.
My guess is the color wheel got out of whack, who knows. Also at this time there was
a mark on the screen and moisture in the bottom left corner behind the screen. So
TK Electronics the service company Samsung was using at that time sent a guy
out to replace the light engine.
</p>
        <p>
That was done, and the guy left without me signing a thing. He didn't test the set
and that night I turned it on and the picture was upside down. He came back again
after I called TK directly. So my TV was almost back to normal. After talking to Samsung
they finally replaced the screen now November, so the same TK guy came back once more.
He left this time after testing it, and saying the dust he got in between the screens
would go away after a bit (which it never did) and again without me signing anything.
But the TV was as closed to new as it was since buying it. Not even two weeks goes
by it seems and the same TK electronics guy comes out with the 2nd light engine this
time because the TV won't turn on at all after making the garbage disposal noise from
hell and for the 3rd time leaves without any documentation or paperwork. 3 full service
calls and it breaks again.
</p>
        <p>
Enough is enough and I call Samsung, complain, and finally get Executive Customer
Relations, after faxing in my original sales receipt the rep sets up a TV exchange.
So that brings us to 01/18/07 when NVC come in and swap out the TV. Yes, finally a
new TV that should hopefully work and not be a lemon.
</p>
        <p>
Or so I thought. Today Comcast came out with a CableCARD that I got to test with Vista
and a DCT. He installs it in the TV, leaves, I leave the TV on for about 30 minutes
from that point till the channel listings refreshed then turn the TV off. Another
30 minutes pass then I turn the TV on and instead of coming on the Lamp light just
blinks. But there's light coming from the back. Oh crap I think. I leave it for 2
minutes then it just shuts itself off. I unplug the set for 5 minutes then try again.
Same thing, so I call Samsung. Now Samsung don't exactly offer any real "technical"
support over the phone, anything beyond what's in the basic manual and they set up
a service call. So while waiting on hold for the service call to take place, some
horizontal bars flash on the screen twice after 2 minutes of the lamp light blinking
and then nothing.
</p>
        <p>
The service call is made this time with Teletron, yay a new service company who isn't
crap (I hope). Extremely annoyed with the entire TV, I call them up, and get the manager
directly, a Curt Wilmoth. We discuss everything, he says I should try reseating the
lamp which I do, and the earliest they could come out is 3/9. When I do that it seems
the lamp itself is fine. After getting the TV all back together again I try turning
it on, yep, still nothing, just some light from the back and the Lamp light flashing.
</p>
        <p>
I call Samsung again and speak with someone about just getting my money back or an
upgraded unit (hopefully not another color wheel DLP). He's totally awesome, Mark
was his name, not sure about the last, but either way he noted the account and said
I should call back first thing in the morning to get Executive Customer Relations
to talk about options for getting a new TV.
</p>
        <p>
I'll just have to wait and see, this will be the 4th damned service call, and I've
had it, this model DLP clearly has issues, at least for me. And I could really just
beat myself for not waiting just another month to buy the LED model. Or waiting another
6 months to buy a 1080p LCD.
</p>
        <p>
So I don't know, I'm just wanting my money back so I cool off for a bit and not be
so annoyed with this stupid TV. It's a damned TV afterall, technology and life in
general shouldn't be this complex.
</p>
        <p>
Samsung, please please, just send me a <a href="http://www.samsung.com/Products/TV/LCDTV/LNT5265FXXAA.asp">LN-T5265F</a>, or worse
case a <a href="http://www.engadget.com/2007/01/07/samsung-introduces-2007-lcd-plasma-dlp-and-crt-lineup/">HL-T5689S</a>, or
better yet, just give me a refund and take my HLS-5688W away for good!!!
</p>
        <p>
And finally, I'd just like to say that I'd still only buy a Samsung display, regardless
if two of my same model DLP's were lemons.
</p>
        <p>
          <strong>UPDATE:</strong> Called Samsung Executive Customer Relations, (800) 522-7341.
Waited on hold for 25 minutes. Then spoke with a rep, after explaining things she
said Samsung go on a case by case basis and that no matter what they'd need to have
the service person come out and determine if it really was the light engine that needed
to be replaced. Then they could determine if it was cost effective to repair the unit.
I mean come on Samsung, you've sent someone out here 3 times, and spent however much
on sending me a brand new unit plus the return costs for the defective unit. Now you
want to do it all again!?
</p>
        <p>
I tried getting the rep who sounded nice but rather busy, to tell me at which point
Samsung will just say enough and take this forsaken model away from me. She wouldn't
say other than repeating the case by case line and absolutely need a service call.
She also wouldn't divulge what Samsung's policy is for dealing with these situations.
Whether it be sending a different model, offering a full refund, or giving me a voucher
for a new Samsung display (which I'd gladly take since I still plan on sticking with
Samsung). Instead she said that one option would be "to extend the warranty beyond
1 year to ensure the TV still functions after the repair" but at the same time she
said "obviously this wouldn't really apply if the TV had the same issue in another
3 years time".
</p>
        <p>
Great, so I have a repeating failure in the light engine even across two units. Which
I'm researching a bit further on AVSForum. Samsung are suggesting that at some
point I start paying more money beyond the $3264 I spent for a working TV in the first
place.
</p>
        <p>
Maybe I should just get the TV repaired, sell it, cut my losses and dump Samsung,
at least I'd be able to know the end outcome and could just get a new TV today.
</p>
        <p>
          <strong>UPDATE:</strong> Spoke with David at Teletron service, the new authorized
repair company Samsung are using. David said that he'd have Gary the tech look things
over on Monday and that I could call him then to further diagnose the (clearly
broken light engine) TV. Hopefully that'll happen because from what David said the
earliest they could come out is the 13th and that'd only be to diagnose the problem
further. Why they can't just have me do this on the phone is a mystery, Curt the manager
already had me check the bloody bulb so what's the issue? After coming out on the
13th. They don't have a bulb nor a light engine in stock so unless Samsung ECR takes
care of things before then they'll be ordering that stuff on the 13th, I'll have to
wait for the parts to arrive from Samsung, then they'll have to schedule another service
call to come out and actually repair the TV. Oh and did I mention they only come out
on Tuesday and Thursday to Redmond... Enough. I just want my money back before I toss
this TV off the balcony.
</p>
        <p>
          <strong>UPDATE:</strong> Not sure if this is directly related to my issue but here's
some info about various problems with the set including a "<a href="http://www.avsforum.com/avs-vb/showthread.php?t=802244&amp;highlight=collapsed">collapsed
light engine</a>", which Samsung apparently <a href="http://www.avsforum.com/avs-vb/showthread.php?p=9860995&amp;highlight=collapsed#post9860995">know
nothing about</a>.
</p>
        <p>
          <strong>UPDATE:</strong> I'm still without a TV. I ended up buying a <a href="https://www.datavis.com/cgi-bin/product.exe?prrfnbr=468654&amp;prmenbr=2000">LN-T3253H</a> in
the mean time till this entire mess gets sorted. Plus I could really use an LCD for
the bedroom for Media Center Extender usage. Meanwhile the mess with Samsung's Executive
Customer Relations has been horrible and possibly even borderline extortion
on Samsung's part. I mean I seriously am about ready to just toss the TV off the balcony,
the amount of time, energy, and advil this entire case has caused is insane.
</p>
        <p>
Where I left off <strong>two months</strong> ago with Samsung ECR was
that they would send me a HL-T5676S which is an equivalent model to my 88W. Fine,
yay, it should be sorted. Now I'm told because it's a new model set it'll be the end
of April before it's sent. Sigh, okay, but at least it'll be new and should hopefully
not have any issues.
</p>
        <p>
So I call ECR back up 3 weeks ago for an update. I'm told that the 76S should definitely
ship between the 16th and 26th. Considering the track record with Samsung thus far
I called back again last week on the 18th. This time the story is different and things
have changed.
</p>
        <p>
Apparently now the 76S is on backorder with the factory and there is no estimated
arrival date. After being placed on hold for 20 minutes I'm offered an upgrade to
the HL-T5687S for $200 which is an LED model, but lacks some of the features my 88W.
Either way I'd not be taking it for an upgrade fee of $200, that just seems stupid
considering how much I've already spent. I ask about getting maybe a smaller LCD,
an option which I've been told previously would be impossible as Samsung only gives
out replacements of the same technology. This time I'm offered a <a href="http://www.samsung.com/Products/TV/LCDTV/LNT4642HXXAA.asp">LN-T4642H</a> which
is a huge step down. But at least it's free.
</p>
        <p>
I ask about the 89S the equivalent LED model to my 88W. They'll send this set but
for $400. After some arguing I make the case that spending ANYTHING to fix Samsung's
service problems is unacceptable and if anything at this point I'd just like my money
back, I'm placed on hold again for another 15 minutes. She comes back and says that
they can't give a refund because there's a like model available, the 76S (uh hello,
you just told me it's not available and there's no date, why else would you have offered
the 87S in the first place). But now because of the fact I've had 3 service calls,
1 replacement TV and now need another, they'd go ahead and let me upgrade to the 89S
for $200. Aww, how kind and sweet of them.
</p>
        <p>
I say, fine whatever, lets go ahead since at this point I just want it all resolved
and over and done with. I give her my credit card info and prepare for the $200 hit. 
</p>
        <p>
After talking to Julie about it and thinking about how my wallet has just been raped
I call back to cancel and just ask for a refund again. I get the same story regarding
the refund despite point out the 76S not being available. But alas Samsung's story
has changed again, they've gone back on previous statements and now this time the
ECR guy is offering to set up a <em>Return Authorization</em> with Magnolia! What's
this I ask. Well, apparently they'll send some paperwork to Magnolia which will let
me return the TV to them and after that it's out of Samsung's hands and it's up to
Magnolia to decide if they give me the money back on my card or give me store credit
or let me get an equal model TV. So I say sure. Let's cancel the $200 upgrade for
the 89S with Samsung and do the RMA with Magnolia.
</p>
        <p>
I call up Magnolia, confirm they've got 7 of the 89S's in stock and they have them
for $2800. So even with tax it's still less than the $3264 I paid for the 88W, perfect.
They're totally cool with just having me swap for the 89S but they won't give me the
difference back and if I want it delivered it's another $80. Sigh. I'm told that I
should be able to get it sorted today.
</p>
        <p>
It's Monday now, I call up Samsung to ask if everything has been faxed, they're now
saying that the paperwork has to go through corporate then over to Magnolia's service
department and that it takes 3-5 days so that would mean the end of this week.
</p>
        <p>
I guess <strong>after having the TV for 10 months and only being able to use it for
5</strong>, I can wait one more week.
</p>
        <p>
This really has been hell, nothing should be this complex or such a pain to take care
of, especially not some crappy TV. While it probably is a random lemon occurance it
should be handled so much better than it has.
</p>
        <p>
I'll update this again once I finally get a new TV and once it's working for a bit.
Meanwhile here's another guy on <a href="http://www.avsforum.com/avs-vb/showthread.php?t=794357&amp;page=1&amp;pp=30">AVS
Forum</a> that's going through the same hell as me.
</p>
        <p>
          <strong>UPDATE:</strong> I'm a bit too annoyed still from the call I just had with
Samsung ECR so this update is just a copy and paste from the AVS Forum thread I've
been participating in. Oh and note the original post for this started on 3/1/2007,
it's now 4/27/2007:
</p>
        <p>
Yeah, not always is right. Especially with Samsung.
</p>
        <p>
I'm literally on the phone with them right now, on hold. Apparently my RA with Magnolia
has been denied by Samsung because they've replaced the TV once before. And in order
for them to do the RA the serial number of the set I'm returning has to be one that
was sold by Magnolia in the first place. Excuse me, that's just complete bull, first
off I told the guy Greg in ECR the entire history of my set, about having it serviced
3 times and being replaced, and having the replacement break. And the person I talked
to yesterday didn't say anything about that. What the hell does that have to do with
allowing a RA with Magnolia anyway, it's the same exact set.
</p>
        <p>
So now she's saying well the 87S can be sent for free (well thanks since you guys
did say $200 before). But the 89S is still $200 (was $400 before).
</p>
        <p>
This is just ridiculous, I've been documenting the entire thing here: [link to this
post removed]
</p>
        <p>
I'm about ready to just escalate this with the BBB or whatever it takes to just get
the money back. Sadly, I still like the Samsung sets, I'd probably buy the 89S since
I think it's the best option. And then I'd probably take the price difference and
buy the Magnolia warranty to hopefully never deal with Samsung ECR again.
</p>
        <p>
How in the world can this be justified by Samsung.<br />
1. I'm told I'll get a 76S by the 26th.<br />
2. I'm told that's not available and is on backorder and I can get a 87S for $200
and 89S for $400.<br />
3. I'm then told I can have the 89S for $200. And I go ahead with that.<br />
4. After thinking I made a mistake I call back and am then told I can always do a
RA. That's set up after I'm told that there's no problems with that and even check
with Magnolia and Samsung ECR again after its set up.
</p>
        <p>
5. Now I'm told RA isn't possible. The 87S is free, and the 89S is $200.
</p>
        <p>
Is Samsung just pulling these values out of thin air, are they just making an excuse
with this serial number stuff!? Management at Magnolia Bellevue were perfectly happy
to accomodate me with a free 89S.
</p>
        <p>
&lt;biggest sigh of agony ever&gt;
</p>
        <p>
Okay, just hung up after another 49 minutes on the phone...
</p>
        <p>
She's talked to her manager, and the manager is now going to talk to the service department
to see about getting the 89S price adjusted to $0 (I'd hope so after this crap with
the RA with Magnolia falling through). So Jennifer in ECR is going to give me a call
back Tuesday to hopefully provide me with some good news. Meanwhile I have to send
over my invoice again because apparently the one they originally used to send the
first replacement set is too faded.
</p>
        <p>
I doubt she'll ever read this... but sorry again for having a minor rant, I realize
you're only doing your job and actually do understand my viewpoint of Samsung's insane
and stupid policy and extortionate practices.<br /><br />
Oh and one more thing. Why the hell was I told that I couldn't do an RA with Magnolia
before I did my first exchange with Samsung. I would've done an RA even then since
it would've been faster and easier. So add this to another line of headaches from
Samsung.
</p>
        <p>
          <strong>UPDATE:</strong> I guess even the thought of me sending a letter to the BBB
was enough for Samsung to finally get their act together. After emailing my original
invoice again (first time months ago I faxed it and apparently it wasn't readable),
and sending the email twice, once with a delivery confirmation (to which she apparently
didn't receive even though her server says she did), and a second time to two people
at Samsung with a read receipt (which I know for sure they got).
</p>
        <p>
I called again today, May 1st, and got through to a third person. After explaining
why I was calling yet again, she just came back and said that it appears the HL-T5689S
has been ordered for you for free. About bloody time! I asked for a NVC tracking number
to be sure, not available yet since the order was just placed. So I'll give it another
48 hours before calling again to get the tracking number.
</p>
        <p>
Hopefully with fingers and toes crossed once more, the new 89S will really be
arriving in working order within 14-21 days.
</p>
        <p>
          <strong>UPDATE:</strong> It's been 48 hours, I just called, had a couple minutes of
nervousness when the ECR rep said the unit might be on backorder till the end of May.
But nope, she was confused (probably thinking of the 76S) and came back with the tracking
information for the new and not $400 upgrade fee HL-T5689S. It shipped yesterday
and is set to arrive in Seattle on the 5/8/07. So fingers crossed I'll be updating
this post next Wednesday with a working set.
</p>
        <p>
          <strong>UPDATE:</strong> 5/9/07 - <strong>Well, after 69 days of having a broken
TV, the LED's have landed!</strong> NVC just came and picked up the PoS 88W (barely
fit in the 89S box). And I've got he 89S on the coffee table hooked up to the 360
Elite to verify everything is working.<br /><br />
First impressions, it's thinner, but not that much thinner than the 88W. It starts
up very fast compared to the 88W. The bezel seems thinner, finally a proper source
switching system. The Plug &amp; Play thing out of box is nice.<br /><br />
Xbox 360 looks great, Gears looks great, but Dynamic mode still sucks as usual. Standard
isn't actually half bad. Movie mode is still best but will need some calibration.<br /><br />
But finally! The entire saga is coming to a close for me. I'm seriously crossing my
fingers this TV is good to me for 5+ years since I don't want to mess with any of
this again till maybe SED rolls around. 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Hate annoying Flash ads? So do I! Try my new gadget, FlashBang...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/04/27/HateAnnoyingFlashAdsSoDoITryMyNewGadgetFlashBang.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ad5040f7-11ca-485e-a0eb-759cecd2d1c0.aspx</id>
    <published>2007-04-27T03:08:31.326-07:00</published>
    <updated>2007-04-27T00:36:57.7839408-07:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" src="http://www.auroravisions.com/opendir/FlashBang/FlashBang48.jpg" align="left" border="0" />Last
night around 3AM I was browsing the web and listening to Dark Side pretty loudly.
I suddenly heard a really loud gunshot come from my speakers that literally made my
heart skip a beat. I look a bit lower on the page and notice a really annoying Flash
movie ad that just starts playing without me doing a thing. That's when I said enough
is enough and decided to do something about it since it's obvious people who create
Flash will continually use sound without user interaction. Flash really needs to remember
sound levels across sessions to prevent someone from giving themselves a heart attack.
To prevent Flash ads from loading and playing sound as well taking over the top layer
of a page I created <a href="http://www.auroravisions.com/opendir/FlashBang/FlashBangSetup.msi">FlashBang</a>. 
<p><a href="http://www.auroravisions.com/opendir/FlashBang/flashdisabledlarge.jpg"><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" height="150" src="http://www.auroravisions.com/opendir/FlashBang/FlashDisabledSmall.png" width="250" align="right" border="0" /></a>FlashBang
is a very simple application. Upon installation it adds an icon to your standard toolbar
in Internet Explorer. Clicking the icon then toggles Flash on and off. The application
accomplishes this by simply adding or removing a registry key. This is pretty much
the same thing the new <a href="http://www.microsoft.com/windowsxp/using/web/sp2_addonmanager.mspx">Manage
Add-ons</a> does in Internet Explorer with SP2 except it requires that you refresh
the page for the changes to take affect. The plus is that it doesn't require more
than two clicks so enabling and disabling Flash is quick and easy. When
you disable Flash you'll see an icon in the lower right hand corner of the window
as seen <a href="http://www.auroravisions.com/opendir/FlashBang/flashdisabledlarge.jpg">here</a>.
</p><p>
The system requirements are that you are running XP with <a href="http://www.microsoft.com/windowsxp/sp2/">Service
Pack 2</a><em>OR </em>Vista and have the <a href="http://msdn.microsoft.com/netframework/downloads/updates/">.NET
Framework 1.1</a> or later installed and of course that you're using Internet Explorer.
The application is provided on a free of charge and free to distribute basis. I will
gladly accept donations of any amount via PayPal.
</p><a href="http://www.auroravisions.com/paypal.asp?donation=CojugoGadgets"><img alt="Make payments with PayPal - it's fast, free and secure!" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" /></a><p><strong>Download: </strong><a href="http://www.auroravisions.com/opendir/FlashBang/FlashBangSetup.msi"><strong>FlashBang</strong></a><strong> (updated
4/27/2007 12:01AM, please uninstall previous versions first)</strong><!-- / <A href="http://coreyg.mvps.org/FlashBang/FlashBangSetup.msi">MVPs.org Mirror</A> --></p><p>
If you have any questions or comments feel free. :-)
</p><p>
UPDATE: Renamed from TorchFlash to FlashBang thanks to <a href="http://www.dylangreene.com/">Dylan
Greene</a>.
</p><p>
Also, it looks like there is a minor bug in that if you have IE open while you're
installing FlashBang the icon won't be activated in IE by default. Please be sure
to close all IE windows before installing FlashBang. If you run into this little bug
go to View then Toolbars then Customize, scroll the list and Add FlashBang to the
toolbar.
</p><p>
If you've uninstalled FlashBang you can still Disable and Enable Flash using the Manage
Add-ons feature of Internet Explorer found under the Tools menu. You may need to <a href="http://www.macromedia.com/">visit
a site</a> which normally has Flash to see Flash pop into the list. Really though,
this is all the app actually does to block Flash ads. Sadly it means disabling all
other Flash and not just the ads. Other options include a nice big hosts file, or
also use FireFox which has some other ways of blocking ads through CSS and such. 
</p><p><strong>UPDATE:</strong> I'm releasing a minor update to FlashBang which will fix
any issues regarding installation on a machine with only the .NET Framework 2.0 installed.
At this point if you have 1.1.4322, 2.0.50727.0, or later installed, FlashBang should work
without any issues. To check which version of the .NET Framework that you have installed
run the following at a command prompt " reg query hklm\software\microsoft\asp.net
". 
</p><p><strong>UPDATE:</strong> Now installing on Windows Vista! I had to update the Visual
Studio installer to recognize Windows v6, aka Vista. FlashBang will now install on
Vista without any known issues... well, other than the UAC stuff. I do NOT have $125
to get a cert to code sign these free apps since well, I've only had $5 donated thus
far. Until I can get the app code signed anyone running UAC will be bugged while installing
FlashBang, and bugged again when they go to toggle Flash on and off in IE. On the
plus side, there is a check box in the Protected Mode prompt in IE to quit prompting
about the app in the future. I suggest people check that box till I can get a cert
and code sign my apps.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Put a dimmer on Silverlight with my other new gadget, LightSwitch...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/04/27/PutADimmerOnSilverlightWithMyOtherNewGadgetLightSwitch.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c9b971fb-b3d7-4e28-bae9-f5879409d0c3.aspx</id>
    <published>2007-04-27T00:03:08.69-07:00</published>
    <updated>2007-04-27T00:36:06.1433158-07:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" src="http://www.auroravisions.com/opendir/FlashBang/LightSwitch48.jpg" align="left" border="0" />To
coincide with the release of the Vista installable <a href="http://blogs.coreygouker.com/CommentView.aspx?guid=ad5040f7-11ca-485e-a0eb-759cecd2d1c0">FlashBang</a>,
I'm also releasing an app to complement it. Even though <a href="http://www.silverlight.net">WPF/E</a> has
yet to really take off, I'm sure <a href="http://www.microsoft.com/silverlight/">Silverlight</a> will
start gaining some momentum. In advance of that I'm releasing LightSwitch, which oddly
enough does the same exact thing FlashBang does for Flash, but for Silverlight content.
The system requirements are the same as FlashBang, and they are that you'll be running
XP with <a href="http://www.microsoft.com/windowsxp/sp2/">Service Pack 2</a><em>OR </em>Windows
Vista and have the <a href="http://msdn.microsoft.com/netframework/downloads/updates/">.NET
Framework 1.1</a> or later installed and of course that you're using Internet Explorer.<a href="http://www.auroravisions.com/opendir/FlashBang/flashdisabledlarge.jpg"><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px" height="150" src="http://www.auroravisions.com/opendir/FlashBang/FlashDisabledSmall.png" width="250" align="right" border="0" /></a></p>
        <p>
The application is provided on a free of charge and free to distribute basis. I will
gladly accept donations of any amount via PayPal, and please note I do need the donations
as both LightSwitch and FlashBang are both unsigned apps users of Vista will see unwarranted
and nasty messages till I can afford a cert and get the apps code signed. So any funds
that I receive will go towards the $125/yr that's required to maintain the cert.
</p>
        <p>
          <a href="http://www.auroravisions.com/paypal.asp?donation=CojugoGadgets">
            <img alt="Make payments with PayPal - it's fast, free and secure!" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" />
          </a>
        </p>
        <p>
          <strong>Download: </strong>
          <a href="http://www.auroravisions.com/opendir/FlashBang/LightSwitchSetup.msi">
            <strong>LightSwitch</strong>
          </a>
          <strong> (updated
4/27/2007 12:01AM, please uninstall previous versions first)</strong>
          <!-- / <A href="http://coreyg.mvps.org/FlashBang/FlashBangSetup.msi">MVPs.org Mirror</A> -->
        </p>
        <p>
If you have any questions or comments feel free. :-)
</p>
        <p>
Note also, it looks like there is a minor bug in that if you have IE open while you're
installing FlashBang or LightSwitch the icon won't be activated in IE by default.
Please be sure to close all IE windows before installing either app. If you run into
this little bug go to View then Toolbars then Customize, scroll the list and Add FlashBang
/ LightSwitch to the toolbar.
</p>
        <p>
If you've uninstalled either of the apps you can still Disable and Enable
Flash  and Silverlight using the Manage Add-ons feature of Internet Explorer
found under the Tools menu. Really though, this is all the app actually does to block
the content. Sadly it means disabling all other good content and not just
the ads. Other options include a nice big hosts file, or also use FireFox which has
some other ways of blocking ads through CSS and such.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Random junk at the mall, including the Apple TV, GAP, a movie, and other thoughts.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/25/RandomJunkAtTheMallIncludingTheAppleTVGAPAMovieAndOtherThoughts.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d704d510-e185-4b5f-b722-82db6cf595ae.aspx</id>
    <published>2007-03-25T01:18:12.048-07:00</published>
    <updated>2007-03-26T14:53:07.0184141-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Went to the Bellevue Square today. Ran into <a href="http://zachd.com/">Zach</a>,
last place I'd expect to see him, not sure why, always thought he was way too cool
for "the mall". Walked by the Apple store and noticed they had a big screen in the
window showing off The Incredibles, Julie didn't seem to mind going in to take a look
at the Apple TV so we did. Some idiot kid at the other demo unit played some music
at full volume and got everyone staring including the "big fat security guy" **. Don't
think the kid could figure out the context sensitive remote.
</p>
        <p>
First thoughts were the album art looked pretty, reflections are getting old though
hardly could complain. Also I don't know anyone other than myself and those others
that know me who actually have proper album art. So I kinda figured that this would
ruin the pretty experience for most people since apparently not many buy crap off
iTunes anyway.
</p>
        <p>
The UI was simple and all, couldn't really complain. It did remind me of the Freestyle
days of Media Center with a 2007 Apple UI. Julie even commented that she liked the
verticle UI vs. the 4 way UI of Media Center in Vista (she's only just started using
that since we got the DCT up and running). I pointed out that Media Center had a verticle
UI from the first version until recently.
</p>
        <p>
Watched some demo video, thought the OK Go video looked like crap, loaded up The Incredibles,
thought that looked incredibly bad.
</p>
        <p>
The unit itself was nice and small. No smaller than the actual physical boards and
additional hardware inside the v1 MCX units though. For those who don't know they
actually made these units bigger than they needed to be so they'd stack well with
DVD players and other equipment.
</p>
        <p>
One thing I did note was how bloody hot the thing was, I picked it up to take a look
at the back and thought to myself, "oh great here comes more Engadget posts with pictures
of heat stressed and cracked Apple TV's.
</p>
        <p>
We left the Apple store. Headed to GAP walked by the RED stuff, including the $60
fake leather wallet (note to the youth of today, giving and helping is not some "cool
trend", quit being so superficial... yes, that means you Ms. I only eat two bites
of my salad and drink my Evian so I can look like a proper Abercrombie girl). Bought
some trousers and a shirt...
</p>
        <p>
Really can't help but think that there's something profound happening with people
these days, haven't decided if it's a good or bad thing. Did stop and wish I had time
and the ability to do nothing but contemplate crazy stuff day and night and not have
to worry about work and all that. Saw Reign Over Me, which was pretty good imho.
</p>
        <p>
Anyway back to the Apple TV. Some I'm sure will buy it because it's a great solution
if you're a iTunes or Mac person. Great fine, shut up already. It's a different approach
than the Media Center and Xbox 360. Personally I think in the long run it's a easier
but less fulfilling solution. I don't see the Apple TV as much of a threat to eHome.
In a lot of ways comparing them is dumb. Especially when people sit and compare the
360 to the Apple TV. I'm not going to get into it yet since I've still got this massive
post I've been putting off revising and finishing that goes into my thoughts about
the stupidity in being a fan boy of x. One line summary would be, who the hell cares
what you use as long as it works for you.
</p>
        <p>
Lastly, I honestly can't understand why anyone would be happy with what they're paying
for in a iTunes + Apple TV solution or similar. I know there'd be a lot of pissed
off business big wigs in the world if the following were to happen. On the flip side
what's more important? Keeping those filthy rich jerks at the MPAA and RIAA happy
or keeping a couple billion customers pleased? Maybe we'd be without a bunch
of those new teen movies and the Avril Lavigne's. Maybe there'd be media, information,
and content overload with anybody and everybody contributing. Maybe we'd end up paying
more for our connections to that content, and maybe because of that Comcast TV wouldn't
exist and instead we'd be paying $90/mo towards a 30/5Mbps IP connection.
</p>
        <p>
When I look at the content the real businesses are putting out, and compare it to
what's available on the underground, there's just no question which is the better
experience.
</p>
        <p>
Go through legit channels and you get DRM, various technical restrictions, low
quality, less selection, slow distribution (time to release), unreasonable cost ($10
for a license to a low quality digital movie as an example), you're working to
earn the extra money to stay legit.
</p>
        <p>
Go through the underground and you get, no DRM, no restrictions, excellent to lossless
quality, seemingly limitless selection, near instant distribution, virtually no cost,
you're doing a bit more of the work since you have to find good sources and maintain
your P2P status, your technical ability needs to be above average, you deal with sometime
poor content sources, there's also illegality of it.
</p>
        <p>
In my honest opinion neither are good solutions. What is however is a system totally
different than we have today. It'd probably mean a whole lot more P2P but run by businesses
isntead, probably a lot more targeted advertising, fatter IP pipes, the death of DRM,
the MPAA and RIAA pulling their heads out of their asses, and people paying flat and
reasonable service fees for usage. It'd mean Instant Winner could be bigger than Muse
if enough people enjoyed it, and not some idiot record exec. It'd mean Independent
films being dependent on the quality of their content and not the contents of their
pocket books.
</p>
        <p>
Who knows what else it'd mean, what it'll all look like, if and when things will make
a polar shift.
</p>
        <p>
It's fun to think about. Big picture thinking always is.
</p>
        <p>
          <font size="1">** When you need a bit fat security guy at your store at all times
you've got serious issues.</font>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Microsoft LifeChat ZX-6000 doubles as Xbox 360 wireless receiver and headset for Skype.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/21/MicrosoftLifeChatZX6000DoublesAsXbox360WirelessReceiverAndHeadsetForSkype.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,af6852a7-543a-4abd-9b2b-ec5204508727.aspx</id>
    <published>2007-03-20T19:03:14.8661547-07:00</published>
    <updated>2007-03-20T19:28:48.6630297-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://messengergeek.spaces.live.com/Blog/">Jon</a> ordered a new <a href="http://www.microsoft.com/hardware/digitalcommunication/productdetails.aspx?pid=004">Microsoft
LifeChat ZX-6000</a> from <a href="http://www.amazon.com/Microsoft-LifeChat-ZX-6000-Wireless-JUF-00001/dp/B000J3MM9K/ref=sr_1_1/002-8040105-5340808?ie=UTF8&amp;s=electronics&amp;qid=1174443739&amp;sr=8-1">Amazon</a> (using
some major credit) which arrived today. There's little information about this headset,
I didn't even really know it existed till he brought it up. So yeah, no real information
about the base unit but we figured it was free credit so might as well try. Opened
it up and sure enough the base unit reads Microsoft Xbox 360 Wireless Receiver for
Windows. Plug it in, Vista sees it, it doesn't find drivers, Jon downloads the drivers
from Microsoft Hardware. Install takes a good 5 minutes for the 3MB setup, totally
lame, especially on Vista. The headset worked perfectly, pressed the button and up
came WLM8.1, we then tried pairing the Xbox 360 Wireless controller, it paired just
fine as well. Then did a short Skype call after setting the input and output to echo123
and that also worked perfectly. So awesome, a good solution to kill two birds with
one stone. Only caveat that I can see is that after testing with the Xbox 360 itself
I can't find a way to pair the headset with the 360. Regardless considering the receiver
is $20 normally getting a nice headset and a good way to do wireless calls with Skype
is worth the $30.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Similarities in 300's Returns a King and Titus' Victorius Titus.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/10/SimilaritiesIn300sReturnsAKingAndTitusVictoriusTitus.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8b45d050-f9d0-4c1e-9e90-5a99be6336da.aspx</id>
    <published>2007-03-10T02:41:24.692-08:00</published>
    <updated>2007-11-03T01:07:09.9375-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Saw 300 tonight, was totally awesome. If you've got an IMAX showing it, see it there.
Certainly was cool. Anyway, I heard this one piece of the score and knew for sure
I had heard it before. Got home, popped in the Titus DVD, tried not to get pulled
in, then sure enough it's basically the same. <a href="http://www.auroravisions.com/opendir/blogstuff/300vTitus.mp3">Hear
for yourself</a>, first the Titus version then 300's. Then I searched for more info
to see if there was some underlying classical music tones similar to Nike's campaign
with The Second Coming and Mozart's Lacrimosa. You know sometimes this stuff comes
from all over. So much sampling and borrowing is done in music today that it's impossible
to really know who's actually done what. Heck I bet at the heart of it all they do
it to make us do just that, try and remember exactly what came from what and it'll
stay with us. So congrats on a job well done.
</p>
        <p>
The search ended up revealing this bit of <a href="http://www.soundtrack.net/features/article/?id=220">review</a>:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
"Returns a King" brings in the first appearance of the powerful choral pieces Bates
wrote for the film, though fans will note similarities to Elliott Goldenthal's <i>Titus</i> score.
The choir cues are impressive, sung in a phonetic language and epic on scale.
</p>
        </blockquote>
        <p dir="ltr">
Ya think!? I mean "note similarities"? You mean other than the few extra notes and
more up to date recording? ROFL. Please. Rather than think that Bates' is copying
Goldenthal's score as well as using similar musical tactics as Zimmer, I'd rather
think or hope I guess, that he's paying homage to Titus and Gladiator. The former
of which I happen to think was an underappreciated yet awesome film.
</p>
        <p dir="ltr">
All that being said, see 300 in a theater, it was great.
</p>
        <p dir="ltr">
          <strong>UPDATE:</strong> Looks like Warner Bros. has <a href="http://www.300ondvd.com/">released
an official statement</a> saying sorry for their knowledge that the music was taken
from Elliot's Titus score... "Warner Bros. Pictures acknowledges and regrets that
a number of the music cues for the score of "300" were derived from music composed
by Academy Award winning composer Elliot Goldenthal for the motion picture "Titus."
Warner Bros. Pictures has great respect for Elliot, our longtime collaborator, and
is pleased to have amicably resolved this matter."
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Shock! Creative finally release non beta drivers for the rest of the X-Fi audio cards.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/09/ShockCreativeFinallyReleaseNonBetaDriversForTheRestOfTheXFiAudioCards.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7ce2478c-4ffc-4230-af6b-78415dae82b1.aspx</id>
    <published>2007-03-09T14:51:36.614-08:00</published>
    <updated>2007-03-09T15:09:03.708375-08:00</updated>
    <category term="Humor" label="Humor" scheme="http://blogs.coreygouker.com/CategoryView,category,Humor.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Despite the fact that Vista shipped 4 months and a day ago + the 5 years of development
time, Creative has just now finally decided to do some work and ship what should hopefully
be some quality non beta drivers. Granted this hasn't stopped some OEM's, like Dell,
from shipping logo'd systems with Vista and XtremeMusic cards with <a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;cs=555&amp;l=en&amp;s=biz&amp;releaseid=R144728&amp;SystemID=DIM_PNT_9200_XPS_410&amp;servicetag=&amp;os=WLH&amp;osl=en&amp;deviceid=7851&amp;devlib=0&amp;typecnt=0&amp;vercnt=1&amp;catid=3&amp;impid=-1&amp;formatcnt=1&amp;libid=3&amp;fileid=193172">beta
Creative drivers</a> (oh and these aren't even the latest beta drivers Creative
made available)! :-P
</p>
        <p>
The new drivers can be <a href="http://us.creative.com/support/downloads/download.asp?MainCategory=1&amp;nRegionFK=&amp;nCountryFK=&amp;nLanguageFK=&amp;sOSName=Windows+Vista+32-bit&amp;region=1&amp;Product_Name=Sound+Blaster+X-Fi+XtremeMusic&amp;Product_ID=14066&amp;modelnumber=&amp;driverlang=1033&amp;OS=26&amp;drivertype=0&amp;x=27&amp;y=12">found
here</a> (narrowed down to the XtremeMusic that I own, oh and if you have an
Audigy 2, non beta drivers are available now as well):
</p>
        <p>
The drivers download there supports the following audio devices only:
</p>
        <ul>
          <li>
Creative Sound Blaster X-Fi XtremeMusic, 
</li>
          <li>
Creative Sound Blaster X-Fi XtremeGamer 
</li>
          <li>
Creative Sound Blaster X-Fi Platinum 
</li>
          <li>
Creative Sound Blaster X-Fi Fatal1ty 
</li>
          <li>
Creative Sound Blaster X-Fi Elite Pro</li>
        </ul>
        <p>
Oh and to just prove that Creative aren't a bunch of idiots and haven't been sitting
on their hands all this time since Vista shipped:
</p>
        <p>
          <em>Known issues:</em>
        </p>
        <ul>
          <li>
This driver does not support the following: 
<ul><li>
Decoding of Dolby® Digital and DTS™ signals 
</li><li>
DVD-Audio 
</li><li>
DirectSound®-based EAX games 
</li><li>
6.1 speaker mode. 
</li></ul></li>
          <li>
SPDIF passthrough is supported on Vista 32-bit only. 
</li>
          <li>
Applications from the original Sound Blaster X-Fi CD will not work with this download.</li>
        </ul>
        <p>
Sure the entire bloody audio architecture in Vista changed, but there have been years
of ramp up now. To release drivers this late and with a plethora of known issues that
people care about, well, that's just unforgiveable. It's no wonder why you're losing
the market and everyone just sticks with onboard AC'97 and now the far better HD Audio.
</p>
        <p>
I've been running the beta drivers now on a 4.9 WEI system with my XtremeMusic and
I can't even move a file from one folder to another without having WMP or VLC crackle
and pop while playing music. All I can say is that unless this driver release or a
new driver release in the next 90 days resolve this <em>I will never buy a Creative
product ever again</em>.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Sorting an setting up the movie collection.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/09/SortingAnSettingUpTheMovieCollection.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2ee087b3-6e4c-46bb-9a49-04bfa0ad6f0f.aspx</id>
    <published>2007-03-08T18:55:00.25525-08:00</published>
    <updated>2007-03-08T18:57:19.739625-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I once had over 2000 movies, but through stupid circumstances that was reduced to
0 and I started over with DVD's. It's not quite gotten back to 2000 but it's getting
there. I've been using DVD Profiler for a while now to add all the movies in the collection.
Annoyingly the web interface blows and the XML it exports stinks. So I'm still on
the look out for a web interface that makes it all look pretty and ajaxy. In the mean
time here's a link to the <a href="http://www.intervocative.com/dvdcollection.aspx/corego">existing
movie library</a>.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Finding a new ergonomic chair to replace the Aeron.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/03/02/FindingANewErgonomicChairToReplaceTheAeron.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,19888eb3-7e28-41e6-bfee-d9241bfa3605.aspx</id>
    <published>2007-03-02T12:59:29.677125-08:00</published>
    <updated>2007-03-02T13:07:07.364625-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I must admit, I love my Aeron, I didn't pay full price, but I still paid what I think
is an insane amount of money for what is just a chair. Regardless it's lasted me the
longest of any chair and is still what I think is the most comfortable.
</p>
        <p>
The chair is so comfortable that Julie is constantly stealing it away from me. Totally
understandable really considering she's got what I'm sure is a $40 Office Depot special,
she did remove the back to try and force herself into a good posture. I'm not really
sure it's worked. The chair is pretty much used as a leg prop now. Instead she's now
sitting on the IKEA Aron dining chair. Yes it's perfectly fine for dininig but not
for long term sitting.
</p>
        <p>
So being the most awesome boyfriend that I am, I'm looking for a replacement for the
Aeron that won't break the bank like the Aeron.
</p>
        <p>
Any suggestions? Oh and we don't quite have the room for two huge sitting balls.
</p>
        <p>
 
</p>
        <p>
Just as an aside, the sitting balls actually work quite well, the problem is finding
the right size. Anyway I switched to a ball at work and while I got comments anyone
walked by my back felt great. Then of course someone rolled the ball back onto a sharp
screw then popped it. But yes, it's amazing how a simple little $20 ball can quite
instantly replace a multi hundred dollar chair.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>So my GTI was keyed... the Interweb makes it all better...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/02/23/SoMyGTIWasKeyedTheInterwebMakesItAllBetter.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,cc015dc7-4c29-4b26-bf2c-713993d30627.aspx</id>
    <published>2007-02-22T23:00:24.022-08:00</published>
    <updated>2007-02-22T23:52:23.9262384-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p dir="ltr">
Was following a thread on a forum and someone posted the following.
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
Lance: Still got your Malibu?<br />
Vincent Vega: Aw, man. You know what some fucker did the other day?<br />
Lance: What?<br />
Vincent Vega: Fucking keyed it.<br />
Lance: Oh, man, that’s fucked up.<br />
Vincent Vega: Tell me about it. I had it in storage for three years, it was out for
five days and some dickless piece of shit fucked with it.<br />
Lance: They should be fucking killed. No trial, no jury, straight to execution.<br />
Vincent Vega: Boy, I wish I could’ve caught him doing it. I’d have given anything
to catch that asshole doing it. It’d been worth him doing it just so I could’ve caught
him doing it.<br />
Lance: What a fucker!<br />
Vincent Vega: What’s more chickenshit than fucking with a man’s automobile? I mean,
don’t fuck with another man’s vehicle.<br />
Lance: You don’t do it.<br />
Vincent Vega: It’s just against the rules.
</p>
        </blockquote>
        <p dir="ltr">
Pulp Fiction aside, it's mildly amusing, annoying, frustrating, whatever... that I
get away scot-free from a near nasty accident during the first snow of Redmond after
some guy nearly rear ends me. Only later, to have some buffoon key the hood and drivers
side. I don't get why anyone would do that really. Unless they wanted to boost their
ego in front of some drunken friends or whatever. Who knows. It's not like they saw
the look on my face after the fact. In so many ways I wish Seattle and the US in general
was CCTV'd up the arse like London is. I'd hope that there'd be the day where you
could actually file a police report, give them the time the car was parked at the
location then they'd just review the CCTV for those times and get a nice picture of
the perp.
</p>
        <p dir="ltr">
Of course with 20/20 hindsight I could say that we should've taken Julie's car. Who
would really mess with a college student's a to b car, especially when it's a cute
little Chevy Aveo with a bubble butt :-). We could've probably parked it in the <a href="http://local.live.com/default.aspx?v=2&amp;cp=47.601007~-122.335526&amp;style=a&amp;lvl=19&amp;tilt=-90&amp;dir=0&amp;alt=-1000&amp;scene=3702677&amp;sp=Point.ry04hy4t4v20_Parked%20Here___">same
exact spot</a> at the same time and the person would've left it alone. Or we
could've not gone to the next pub after seeing her brother-in-law perform and been
out of there before the incident happened. Who knows... It's only a car, sure, it
is however for most the second most valuable investment behind a house.
</p>
        <p dir="ltr">
Anyway, what can you do. It'll be a couple hundred bucks to fix, and hopefully won't
affect the premium on the insurance despite them shelling out $2200-2700 to fix it.
Oh and not to mention that it'll affect the trade-in value if I plan on selling the
best car ever anytime soon but hey, it's the best car ever. Don't think that'll be
happening for some time to come (like when the Tesla is about the same price).
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Longhorn Server: Broadcom networking woes on 9th gen Dell servers including my PowerEdge 2900.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/02/21/LonghornServerBroadcomNetworkingWoesOn9thGenDellServersIncludingMyPowerEdge2900.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8ac42813-9be4-4f1b-9f42-ce986c41e07a.aspx</id>
    <published>2007-02-20T19:27:28.5161222-08:00</published>
    <updated>2007-02-20T19:59:29.4866166-08:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
With the recent February CTP release of Longhorn Server I finally decided that since
my Dell PowerEdge 2900 hasn't really been fully configured. It'd be a good time to
give Vista... err Longhorn Server a shot.
</p>
        <p>
I'm still waiting in limbo for my fresh install with Exchange 2007 (waiting on that
one little app that will make it all work like magic) on Windows Server 2003 Enterprise
Edition x64 R2 (PLEASE PLEASE let them have some common sense with naming sometime
this century).
</p>
        <p>
The install of Longhorn Server went perfectly. I didn't even have to provide drivers
for my Dell PERC 5/i RAID controller which is awesome and as expected. The entire
install took only 15 minutes which is great considering it's a quad core server with
4GB of 667MHz FB-DIMM's. I noticed right away that the no network connection icon
was down there in the system tray so I immediately went to Device Manager. The two
embedded NIC's (Broadcom NetXtreme II 5708C's) were just showing as Ethernet adapters.
</p>
        <p>
Figuring first that the 2003 x64 drivers would work I went to the big RAID driver
I've got, it wasn't there. No biggy, it's probably not mounted. Popped open Disk Management
saw 3265GB (RAW) and nearly died of a heart attack. Remaining calm (knowing Microsoft
couldn't have just done something so stupid as wipe my drive), I gave the unmounted
partition a drive letter and crossed my fingers as it was assigned to R: and showed
the right amount of free space and NTFS. Now I'm sure the PM that thought this was
a good idea had the best intentions but for the love of god man think again. Don't
you ever scare me or anyone else like that again. RAW == brand new drive / empty drive
/ drive with nothing on it. Don't you dare say that my 3TB array is empty. List
it as UNMOUNTED and pop a bloody dialog stating that I need to assign a drive letter.
The last thing you want is some system admin working away on 100's of systems to just
format a drive with critical data on it.
</p>
        <p>
I tried installing the NIC drivers from Dell and they didn't work. I then tried the
drivers from Broadcom for the NetXtreme II 5708C and they didn't work. I
then tried whatever Broadcom drivers came in Longhorn Server and those didn't work.
Finally I Googled and found, <a href="http://www.dotnetindia.com/2006/11/vista_and_broad.html">this</a>,
so I then tried the RIS drivers and unfortunately those didn't work either. In fact
Windows wouldn't even boot complaining about the driver's digital signature being
unverified. So after trying every possible driver my 20 minutes with Longhorn Server
is over and I'm going back to Server 2003. Maybe with Beta 3, maybe once Broadcom
get there butts in motion (this isn't a bloody Creative soundcard guys it's a critical
enterprise level NIC that's shipped on nearly ALL 9th gen Dell servers,
you've got Vista RTM get moving, Server shouldn't be much of a leap). Clearly the
issue is with the NDIS v5 Broadcom are using. And it's probably also the root cause
of all the issues I've been having with Virtual Sever 2005 and this NIC back on Windows
Server 2003 as well.
</p>
        <p>
There's a part of me that just wants to give in and buy the Intel Pro/1000PT Dual
Port PCIe x4 NIC and have the drivers built in and not have to worry but I'm not about
to waste $170 on another NIC when I've got one that should be working perfectly. What
a headache. :-(
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Auto Away Status in Windows Live Messenger 8.1 for Vista finally fixed...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/02/15/AutoAwayStatusInWindowsLiveMessenger81ForVistaFinallyFixed.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5cc0510a-62da-498f-95f3-9edea78d8416.aspx</id>
    <published>2007-02-15T13:12:19.1463456-08:00</published>
    <updated>2007-02-15T13:18:46.4275956-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
It's been driving me nuts ever since I started using Vista but it's finally been fixed.
Apparently not caused by Plus! Live for Messenger nor WLM 8.1 itself but some bad
bits for the Microsoft wireless mouse I've got. The fix went up on Windows Update
the other day and since then things have been fine. The <a href="http://support.microsoft.com/kb/913405">KB
article</a> for the fix is amusing to me since it talks about the issue possibly being
caused by CyberLink software. Cute since this is a clean install and nothing other
than WLM and Office 2007 have been installed. Either way the "HID Non-User Input Data
Filter" fixes the auto away status in Messenger. My power management for disabling
the monitors after 15 minutes has worked fine and the update hasn't changed that.
Jason Tsang also has a bit more information <a href="http://jtsang.blogspot.com/2007/02/microsoft-hid-update-for-microsoft.html">regarding
the update</a>.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Super Bowl XLI results: HDTV is such a let down.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/02/05/SuperBowlXLIResultsHDTVIsSuchALetDown.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,23b70eed-4822-43a5-a0b7-be1ae241de42.aspx</id>
    <published>2007-02-04T20:30:44.0235989-08:00</published>
    <updated>2007-02-04T20:44:15.0600395-08:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
This year I had the pleasure of watching the Super Bowl on my <a href="http://www.samsung.com/Products/TV/DLPTV/HLS5688WXXAA.asp">Samsung
HLS-5688W</a> over QAM free and clear from the wall outlet direct to the TV. The game
was decent. Found the touchdown on kick-off to be quite hilarious. Then the first
5 minutes of play to be equally hilarious due to both teams sucking. Then after that
the rain didn't help matters and it was another boring football game.
</p>
        <p>
Now the things I noticed and the main reasons for watching this year were technical
things. Like the first down line not doing too well on the white full yard lines.
Next and the main reason for this post was the utter lack of quality at some point
during the camera and the signal going into the DSP of my DLP. I actually had to go
into the settings of the TV and move the picture up because CBS seemed to be broadcasting
it so badly there was an annoying half inch black line at the top. Even after doing
that I noticed some ads just weren't centered vertically. Ignoring that. They simply
need to have better encoding of this stuff, more bandwidth, something, as soon as
they'd get in close on a player on the sidelines that would be running just a bit
the picture would go blocky and all that glorious 1080i content just looked like crap
on my 1080p TV. And honestly this isn't just a problem with CBS, all the networks,
service providers, whoever, aren't really doing a good job for motion content. Hire
Joel and Brandon or something :-), oops they're already taken...
</p>
        <p>
That being said, when they had a nice stable picture it was just jaw dropping. Blades
of grass, little specks of rain. Brilliant. And shame on all those SDTV ads, yuck.
I can't wait for the day to have a full hour of TV in 100% HD... Oh wait I do, it's
on 82-5 here, KCTS-HD :-).
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>More Vista shell bugs and a minor annoyance from Sidebar.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/02/01/MoreVistaShellBugsAndAMinorAnnoyanceFromSidebar.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4f5f2361-77d7-4f38-980e-4e466c1484cc.aspx</id>
    <published>2007-01-31T23:42:15.806-08:00</published>
    <updated>2007-02-08T23:33:01.689828-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
First an obvious one from the Sidebar... <a href="http://www.auroravisions.com/opendir/blogstuff/MonitorNumberingBug.jpg">This
is a known bug</a> but it's stupid and annoying. Notice anything in the linked screenshot?
According to the Sidebar and according to the Display Settings the gadgets and such
should be on the right side of my left monitor. Obviously they're not. After a restart
of the PC the Sidebar ends up in that location. At which point you have to pull up
the properties again and set it to the right side of monitor 3.
</p>
        <p>
If you have a sharp eye you might have also noticed something else. This one is a
shell bug. Notice the taskbar has a bit more going on than it should? Especially over
in that right side there's just stuff that should definitely be black.
</p>
        <p>
Here's <a href="http://www.auroravisions.com/opendir/blogstuff/StupidTaskbarGlass.jpg">another
example</a>, you can clearly see what's happening here. The taskbar glass effect is
grabbing the wrong portion of the image for the effect. It's taking the image from
the 2nd monitor not the 1st. Here's the <a href="http://www.auroravisions.com/opendir/blogstuff/AsiaMandolux.jpg">actual
background image</a> (converted from a BMP). Jon and I thought the fix would be to
just turn glass off then on so I restarted the DWM service that didn't work. Neither
did a restart. So we're not sure if this is the same known bug we've seen during the
beta or something else. The fix however is to turn on the auto-hiding of the taskbar.
Immediately after doing that the problem is fixed. Disabling the auto-hiding breaks
it again :-(.
</p>
        <p>
One other thing you'll notice from the background image is that it doesn't quite match
the screenshot of the desktop. Well this is more of a feature request and something
that can be done with UltraMon but something clearly the shell team didn't have time
nor thought was worthy of doing for Vista. Basically I've got 3 24" monitors at 1920x1200.
I've got my main monitor 1 set to the middle where I like my taskbar. 2 is to the
left, and 3 to the right. The problem is that I'm a bit more of a <a href="http://shellrevealed.com/blogs/shellblog/archive/2006/10/28/The-Background-on-Backgrounds.aspx">pixel
perfectionist than most</a> and so having one desktop background spread across
all 3 monitors is a must. There's only 2 ways of doing this. First is to use a third
party app like UltraMon. And the second approach is to pop open Paint or Photoshop
and create an image that's the right size (5760x1200) in my case. Then paste in the
3 images to create one image to stretch about whichever way you'd please.
</p>
        <p>
Now logic would dictact that WYSIWYG with the background image. You'd expect it to
go 123, left, middle, right. Well that's not the correct logic according to the methods
used for the Desktop Background settings in Vista. If you have a set up similar to
my circumstances, which I'll concede many don't... *cough* <a href="http://blogs.zdnet.com/Ou/?p=416">stupid</a> speech
recognition <a href="http://blogs.zdnet.com/Ou/?p=418">vulnerability</a>. Then I'm
just like some at ZDNet and I'd just be making something of nothing. However,
if you also have <a title="Aristotle" href="http://en.wikipedia.org/wiki/Aristotle">Aristotle</a> like
perfection you'll want to make sure your multimon background is set up right.
</p>
        <p>
To do this you need to remember that Windows will start the background image from
your "main" monitor and you need to have things set to Tile mode. In my case the monitors
go 213. So while the start of image should be at the left mine is in the middle. Next
you have to make sure the image flows and overflows from left to right, regardless
of monitor numbering. To better illustrate this <a href="http://www.auroravisions.com/opendir/blogstuff/VistaMultimonBackground.jpg">click
here</a>. Well, I hope that better illustrates things with the description:
</p>
        <p>
1, Middle monitor = Left side of image in Photshop.<br />
2, Left monitor = Right side of image in Photoshop.<br />
3, Right monitor = Middle of image in Photoshop.
</p>
        <p>
If not then maybe heading over to <a href="http://shellrevealed.com/blogs/default.aspx">shellrevealed</a> would
be a good idea :-). Tell them that you want to be able to set a different background
image for each attached display and not have to deal with this mess. Finally
if you like the backgrounds shown or want to see some other cool stuff head
over to <a href="http://www.mandolux.com/">mandolux</a>.
</p>
        <p>
          <strong>UPDATE:</strong> Dom and I were discussing how annoying desktop icons have
become. I was ranting about how I wish the Recycle Bin were a sidebar thing instead
of being the only desktop icon that I'd have floating around. So I disabled it in
Personalization. He instead just <strong>unchecked Show Desktop Icons</strong> from
the Properties menu on the Desktop. I gave this a go just for the heck of it since
I've still got a couple other temporary icons on the desktop that I didn't want to
move and low and behold. The bloody <strong><a href="http://www.auroravisions.com/opendir/blogstuff/StupidTaskbarGlass.jpg">taskbar
glass bug</a> was resolved</strong>. Obviously there's something funky going on here
and I'm sure it wasn't really considered to be significant enough to fix since not
enough people would hit it. At any rate, just a work around for anyone who wants to
know...
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Free T-Mobile Hotspot Access with Windows Vista... or maybe free for all.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/01/27/FreeTMobileHotspotAccessWithWindowsVistaOrMaybeFreeForAll.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1acb88da-7998-41c2-8ae8-ada804726a6b.aspx</id>
    <published>2007-01-26T17:21:51.875-08:00</published>
    <updated>2007-01-31T15:04:05.0930189-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just got back from my local QFC/Starbucks
and sadly that free Vista/T-Mobile Hotspot access wasn't working today though according
to the <a href="http://windowsvistablog.com/blogs/windowsvista/archive/2007/01/24/exclusive-to-windows-vista-users-complimentary-t-mobile-hotspot-access.aspx">Vista
blog</a> it should've been. I'm going to go back tomorrow and again on the 30th
to test for sure. But apparently whatever new access site that should've gone live
hasn't as the gateway page didn't look any different and there was nothing special
that said, "hey look you're using Vista here's some free wifi". To verify things I
logged in using another account and checked <a href="http://www.skysurprise.com/">skysurprise.com</a>.
Nothing really special other than that very fine print that says starting from the
30th. So either the Vista blog is lying or T-Mobile are just getting lazy and waiting
till the 30th. 
<p></p><p>
So why bother walking the 400 yards or so to the Starbucks when I've got perfectly
good WiFi at home. Well, Dom, Jon, and I all thought that they're probably be lazy
and determine the Vistaness of any given laptop by just checking the user-agent. So
I went with my Vista PC in hand with the user-agent set to spoof MSIE 6.0 and NT 5.1
thinking that even though I was running Vista it should think I'm running XP. If it
worked then obviously running a XP machine and spoofing your user-agent to something
like this:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font face="Courier New" size="1">Mozilla/4.0+(compatible;+ <em><strong>MSIE+7.0;+Windows+NT+6.0; </strong></em>+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+.NET+CLR+3.0.04506;+InfoPath.2;+.NET+CLR+1.1.4322)</font></p></blockquote><p>
Should also work to get you free acess on a XP machine because they've got no other
way (other than to use some ActiveX control or client-side app) to determine whether
the client is XP or Vista. I kinda doubt their hardware is going to be determining
it. That would be too much work.
</p><p>
So anyway if any of you get bored just pop open regedt32 and go for it:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font face="Courier New" size="1">[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\5.0\User Agent]<br />
"Version"="MSIE 7.0"<br />
"Platform"="Windows NT 6.0"</font></p></blockquote><p>
I'm also curious if they'll be good and let Firefox on Vista users in for their free
WiFi or if they'll have to spoof their user-agent as well.
</p><p><strong>UPDATE:</strong> Looks like <a href="http://www.engadget.com/2007/01/29/how-to-nab-free-t-mobile-wifi-lovin-without-running-vista/">Engadget
got the same idea</a>. However contrary to the earlier idea and what Engadget claim,
just changing your user-agent doesn't get you free WiFi. It seems that a key is generated
after you install the required tmobile.cab ActiveX control. When viewing the properties
for this add-on you find that it's actually netdiag Class. Here's a little code snip
from the accountLogon page:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font face="Courier New" size="1">&lt;body onload="checkit()"&gt;<br />
&lt;object classid="clsid:A448E34F-EC78-4277-BDC5-DFA68C83C401" id="tmvista" codebase="</font><a href="https://service1.hotspot.t-mobile.com/vista/pages/tmobile.cab"><font face="Courier New" size="1">https://service1.hotspot.t-mobile.com/vista/pages/tmobile.cab</font></a><font face="Courier New" size="1">"
&gt;&lt;/object&gt;</font></p><p><font face="Courier New" size="1">&lt;script language="javascript"&gt;<br />
&lt;!--<br />
 function checkit() {<br />
  var result = tmvista.CheckSpeed('hardcd');<br />
  window.location.replace("checkVista.jsp?ticket=" + result);<br />
 }<br />
--&gt;<br />
&lt;/script&gt;</font></p></blockquote><p dir="ltr">
I'm a bit surprised they actually thought of the user-agent hack. But using an ActiveX
control is a bit predictable. I've not had a chance to see what the tmobile.dll actually
does.
</p><p dir="ltr">
All that being said. When you have your user-agent set to NT 5.1 (XP) it does indeed
redirect you from the /vista page to an <a href="http://hotspot.t-mobile.com/vista/awareness.asp">awareness
page</a>. If you switch to NT 6.0 and IE 7.0 you instead get redirected <a href="https://selfcare.hotspot.t-mobile.com/accountcreate/VistaSignUps.do?promoCode=MSWV17">to
this page</a> to create your trial account. Once your trial account has been created
you're then redirected back to the login page. After you login it sends you to a page
to install the ActiveX control above. Once that is done it creates a ticket which
is then passed to whatever proxy gateway they have which enables your untethered access
to the Internet whether that be in Firefox or IE7. If you do not install the ActiveX
control (say for example by spoofing in Firefox) you get a message like the following:
"You are trying to log in with an operating system that is incompatible with your
account. Please try again with the Windows Vista operating system installed on your
laptop."
</p><p dir="ltr">
Now I'm going to guess that it's probably pretty easy to see what's going on with
that ActiveX control and just pass your own ticket. But I'll leave that to someone
else.
</p><p dir="ltr">
If you want to download the 655KB ActiveX control <a href="http://www.auroravisions.com/opendir/blogstuff/tmobile.cab">click
here and have fun</a>.
</p><p dir="ltr"><strong>UPDATE: </strong>Again people this DOES NOT WORK. It's not a question of just
downloading the ActiveX control it has to run and it has to pass on a Vista machine
before T-Mobile allow you fully onto the Internet. Even if you switch your user-agent
and create the trial account (which you can do on a Mac, PC, or Linux, and in IE or
Firefox or whatever) by changing your user-agent to NT 6.0 and IE7.0 you still won't
get onto the Internet until you validate your Vista install by installing the ActiveX
control. Think of the Windows Genuine Advantage stuff on downloads.microsoft.com.
</p><p dir="ltr"><strong>UPDATE:</strong> After talking to Jon and someone else who has far greater
will than I (wtbw) for all things related to debugging and disassembling
there are some more details to provide. From what can be seen it looks like the ActiveX
control is simply using the value of  _time64 which is the number of seconds
since midnight 1/1/1970 dividing that by 300 prefixing that string with hardcdPadded
then making it a nice hex MD5 token for the /vista/pages/checkVista.jsp page.
</p><p dir="ltr">
It's possible that the ActiveX control is looking for the referral from TMO's own
servers but it would be worth a shot to write a standalone app to do the above then
send the request and token <a href="https://service1.hotspot.t-mobile.com/vista/pages/checkVista.jsp?">over
to this page</a>. You could do this from a web page however you'd have to host that
locally since well, you can't really get to the net until you bypass the ActiveX control
anyway. So a quick non-complete example in one line of semi C# would be:
</p><font face="Courier New" size="1"><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p>
System.Cryptography.Thingy.MD5Hash.HashThisThing("hardcdPadded" + (DateTime.Now.ToSeconds/300).ToString())
</p></blockquote><p dir="ltr"><font face="Verdana" size="2">Obviously you'd want this to be cross platform or whatever.
But I'll leave that to the reader... :-)</font></p></font></div>
    </content>
  </entry>
  <entry>
    <title>NewEgg getting happy with the goods, bringing the wow right now...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/01/24/NewEggGettingHappyWithTheGoodsBringingTheWowRightNow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f12f190f-8ffd-4721-aa00-ba52603c6aba.aspx</id>
    <published>2007-01-24T13:47:05.422-08:00</published>
    <updated>2007-01-24T14:01:07.7404678-08:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Those of you wanting to jump right in to the pH balanced fun of Vista can now do so
thanks to NewEgg. They're now shipping those <a href="http://www.newegg.com/Product/Product.asp?Item=N82E16832116213">lovely
holographic DVD's of Vista</a>, $200 gets you Vista Ultimate OEM. Those of you who
want some decent use out of those 4GB+ systems and need 64-bit will have to wait just
a little bit as they <a href="http://www.newegg.com/Product/Product.asp?Item=N82E16832116215">don't
have those DVD's</a> in stock. Buying your OS through this channel is totally cool,
buy some more RAM or another HDD and it's all good. You'll probably need it for Vista
anyway. Or better yet buy yourself a nice NTSC/ATSC/QAM tuner and start using Media
Center, it's all there in Ultimate.
</p>
        <p>
My honest advice though is that if your system is 2 years old you might as well just
retire the system to the kids rig or spare PC and buy a new Dell or the like with
Vista preloaded. You'll have less to worry about with drivers and you'll definitely
have a better experience. Plus you should be able to buy an extra license for the
home as well which is relatively cheap.
</p>
        <p>
Finally, it really will be at least till the end of the year before Vista truly meets
the XP quality levels, patches, real RTM drivers, super glue, super massive black
holes, whatever it takes, but until the end of the year I probably won't be surprised
to hear quite a few horror stories and pain points. But you know if XP can really
get up to snuff with SP2 there's no reason Vista can't either.
</p>
        <p>
Enjoy your goods, and get ready for that "wow"...
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Oh no, webcams have become the terrorists next tool for destruction... Run for your lives!!?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/01/13/OhNoWebcamsHaveBecomeTheTerroristsNextToolForDestructionRunForYourLives.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4f93e3ee-7fd9-4d9a-bec9-3517121d30c6.aspx</id>
    <published>2007-01-13T15:38:52.472-08:00</published>
    <updated>2007-01-13T15:48:07.5383891-08:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
What can I say really. <a href="http://video.msn.com/v/us/v.htm?g=c205d497-050a-4098-b858-99853a65d61c&amp;f=imbot_us_default&amp;fg=copy">This
has got to be</a> the stupidest thing I've ever heard. It's about as good as saying
something causes cancer when these days <em>everything </em>causes cancer. Oh and
I guess SeaTac better be on the look out since there's <a href="http://www.kirotv.com/wxcam/1867909/detail.html">this
webcam</a> and the <a href="http://www.king5.com/livecams/ieindexwx.html?http://www.king5.com/live/weather_images/seatac-320.jpg&amp;Title=Sea-Tac%20Airport">terrorists
are watching</a>. Heck it's even broadcast over cable, oh my. I wonder what they could
be planning with all those <a href="http://seattlepi.nwsource.com/neighbors/washcams.shtml">traffic
cams</a>!? The horror of it all.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Yahoo Messenger for Vista totally kills WLM 8.1 when it comes to eye candy and even on some features.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/01/09/YahooMessengerForVistaTotallyKillsWLM81WhenItComesToEyeCandyAndEvenOnSomeFeatures.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d383a436-76d3-4260-8e67-a229fa5524b7.aspx</id>
    <published>2007-01-08T19:24:27.105-08:00</published>
    <updated>2007-01-31T18:16:49.1762991-08:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Dom sent me <a href="http://messenger.yahoo.com/vista_popup.php">this link</a> to
a Flash demo of Y! Messenger for Vista. Three things I notice right away:
</p>
        <p>
1. It's got glass.<br />
2. It's got tabs.<br />
3. It makes use of the Sidebar.
</p>
        <p>
I really don't get why the WLM team got lazy and didn't bother doing anything special
for Vista with glass and the Sidebar, makes no sense considering the amount of time
they knew they'd have before Vista shipped. I suppose they had other priorities though
like adding more winks and other things that they can charge for.
</p>
        <p>
Oh and the way Yahoo has done the tabs, from first impressions, they've got it down
just right. Being able to drag and drop them seems really nice.
</p>
        <p>
The last few times Jon and I have met with the MSN/WLM folks they seem to dislike
the fact that so many people use Plus! Live despite the fact that many of the
same people on those teams use the app themselves. Now what I don't understand is
that if they were so against the add-on app then why don't they just start taking
some of the features that clearly people want and add them in? It's like half the
work has already been done. Features that if done would make me drop Plus! Live for
WLM are:
</p>
        <p>
1. Tabs<br />
2. Logging that works as well as Plus, including an option for plain text.<br />
3. Larger text buffer so I can send at least 1100 characters (and yes this isn't just
a geek thing, my grandma likes to type whole letters out in IM form).
</p>
        <p>
Finally get moving and implement glass! And as a final suggestion, never ever say
"good suggestion, thanks" ever again.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Unable to install Flash 9 on a clean install of Vista in IE7 and other little things...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2007/01/01/UnableToInstallFlash9OnACleanInstallOfVistaInIE7AndOtherLittleThings.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,81be6b3a-a58c-492c-aeeb-09fced45870d.aspx</id>
    <published>2007-01-01T13:38:50.722-08:00</published>
    <updated>2007-01-01T14:24:33.5350675-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I just got done doing a second clean install on my main PC. This PC for the softies
out there is pretty much identical to one of the systems used during the Media Center
TakeHome Program. I had just clean installed yesterday morning because my last install
was just odd, for example plugging in a SanDisk Micro into the USB and it would never
be detected. Ditto with the USB hub / memory card reader on my Dell 2405FPW. Plus
the fact that I kept getting blue screens 2 to 3 times a day was enough for me. I
did a full memory test with extended 2 pass and verified the memory was fine but kept
getting page errors and the like. Needless to say I just figured it was a lemon install
so I installed yesterday.
</p>
        <p>
When I reinstalled I kept the full 4GB of RAM in the system and I left the USB hub
and SanDisk Micro plugged into the USB. Unfortunately after I finished installed neither
of these devices were being detected. The BIOS still showed 4GB of RAM and Vista still
showed 2.75GB of RAM usable (the usable RAM I know is normal). So then I set the PC
to tripple mon. Then I installed WLM 8.1 beta. Then I restarted. Got back up and noticed
an error report. Looking further I noticed I already had 43 to report! Still no USB
hub showing up (even though the BIOS sees it fine), but the Micro finally shows up.
So I try and format the device from Computer by right clicking then go to Format.
The dialog window never appears, even after waiting 5 minutes. Frustrated I just shut
the system down. Unplug both of the USB devices mentioned, pop open the system then
I play around with the RAM, I try doing 2GB in single channel, then 2GB in dual channel,
then the other 2GB in both modes, then 1 chip from 1 set and the other from the other.
Basically just making sure I wasn't forgetting to test everything (with the last installs
BSOD's fresh in my mind). It's fun to note that every time I booted with 2GB of RAM
both USB devices showed up. I then tried going back to 4GB and again the USB devices
are unrecognized by Windows (they appear as unrecognized in Device Manager). Enough
fiddling I go back to 2GB in dual channel. I just want this bloody thing to work right.
</p>
        <p>
I get the USB hub working finally, I'm able to format some SD from the memory reader
for the first time since installing Vista on this system. The dialog to format the
SanDisk Micro comes up immediately on the first try and I'm able to format that and
enable ReadyBoost to use the extra 1.8GB it provides.
</p>
        <p>
So this morning in a New Year I'm feeling pretty good about the system, not wanting
to throw it off my balcony. I get a link from Mark pointing me to a new music vid
on YouTube. Click to go there, then click to install Flash from Adobe. And now the
frustration is back again. Having only used IE like 3 times (once to get beta drivers
for the Creative XFi) I've not had a chance to change any settings from default. So
what's the first thing I see when I go to install Flash? Hmm well, I can't it <a href="http://www.auroravisions.com/opendir/blogstuff/VistaIE7ProtectedModeOddity.jpg">won't
let me</a>. The first thing you should notice about that screenshot is that IE says
Protected Mode is Off in the bottom right. According to the default settings in the
Security dialog that's incorrect and the setting is Enabled. Even when I toggle this
setting on and off and restart the system the status does not update in the bottom
right.
</p>
        <p>
Next I put on my "I'm now going to be my Mom" hat and go well beyond my capabilities
by adjusting the settings and lower everything to the <a href="http://www.auroravisions.com/opendir/blogstuff/VistaIE7ProtectedModeOddity1.jpg">lowest
possible options</a> without going into anything too advanced. Now my son knows that
this should now basically put me at the same level as IE7 on XP would since the default
back then was Medium and Protected Mode isn't even an option. Sadly for me, the Mom,
I still can't watch anything off YouTube because Flash won't install. I try calling
my son but he's being a jerk and isn't answering the phone or my IM's. So I then go
in and figure out how to add adobe.com to the trusted sites. Sadly this still doesn't
work. I then find the Advanced button and decide to start messing around. Not knowing
what any of these things do I just set everything to Enable. I do finally get my Flash
to install so I can watch stuff on YouTube. But when I do finally get a hold of my
son he says he can't believe how big of a security risk I've put myself in and that
it's no wonder I get spyware all the time.
</p>
        <p>
Anyway, besides having just exploded into a rant I hope the point did get across.
WTH is going on here? This is a bloody clean install, I shouldn't be needing to go
through hell just to get a signed ActiveX control to install and run. There's no way
in hell my Mom would ever be able to figure this out and sadly because the damned
Remote Assistance NAT issues still haven't been resolved in Vista I'm still inclined
to tell her that it's a waste of my time and that she should either use Firefox or
just buy a Mac.
</p>
        <p>
          <strong>UPDATE:</strong> I just set the IE7 security settings back to default for
a third time and for the second time reset after having done the change. Sure enough <a href="http://www.auroravisions.com/opendir/blogstuff/VistaIE7ProtectedModeOddity2.jpg">Flash
now installs</a> with the default settings. Still note that Protect Mode shows as
being Off in the bottom right. Now I'm willing to concede that it was probably just
some minor quirk and the setting might not have taken even after setting it twice
and restarting. But what type of user experience is that?
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Exchange 2007 release notes sort of included on the DVD but not really... Go here instead.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/12/27/Exchange2007ReleaseNotesSortOfIncludedOnTheDVDButNotReallyGoHereInstead.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ecb58b59-e252-4ad6-99c6-958459c85597.aspx</id>
    <published>2006-12-26T20:09:54.3074912-08:00</published>
    <updated>2006-12-26T20:15:44.3699912-08:00</updated>
    <category term="Humor" label="Humor" scheme="http://blogs.coreygouker.com/CategoryView,category,Humor.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I can't for the life of me understand why
Microsoft wouldn't include the release notes for Exchange 2007 on the DVD instead
of just having the htm be a fwlink to some MS downloads page for the actual relnotes
htm file. I mean if the intention was it always provide the most up to date release
notes doc why not at the very least provide the original on the DVD then at the top
of that page provide a note saying "go here for the most up to date release notes". 
<p></p><p>
I guess timing was off and not enough attention could be paid to something as insignificant
as a release notes doc. Here's the text of the doc and link to the actual release
notes:
</p><p>
\E2K7EN64\relnotes.htm<br />
Exchange Server 2007 Release Notes   <br />
Release notes for Microsoft Exchange Server 2007 are available as a stand-alone .htm
file from the <a href="http://go.microsoft.com/fwlink/?LinkID=66532">Microsoft Exchange
Server 2007 Release Notes</a> Web page.
</p><p>
Or just click here if you want to <a href="http://download.microsoft.com/download/8/d/c/8dc5a8ca-e75e-47c0-b655-e0f82b90780d/RelNotes.htm">go
directly to them</a>. At least there isn't some WGA to get in the way. 
</p><p>
Anyway, now that I've got that out of the way it's time to do a test deployment :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Need a quad core server with lots of RAM and lots of HDD space? Need it cheap? Look no further.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/12/10/NeedAQuadCoreServerWithLotsOfRAMAndLotsOfHDDSpaceNeedItCheapLookNoFurther.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2f3f2a16-6c40-46d7-a49b-2b443ef5059a.aspx</id>
    <published>2006-12-09T23:09:06.017-08:00</published>
    <updated>2006-12-09T23:29:42.8461183-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I recently bought this same exact config not too long ago. My price was just ever
so very slightly less. I highly recommend this deal... Pretty amazing, and pretty
amazing server.
</p>
        <ul>
          <li>
After I placed the order I also bought the FlexBay self install kit (item 310-8208
for $111.30) that boosts the max number of HDD's to 10. 
</li>
          <li>
Then I bought 9 more universal HDD carriers (item H9122 or CC852 for $7.67 each). 
</li>
          <li>
Oh and you can't forget the special screws, 40 in total (1213C SCREW, 6-32X1/4",
FLAT HEAD, MICROSOFT, ZINC PLATED STEEL, COUNTERSINK at $0.05 each). 
</li>
          <li>
Then after I got all that I bought 8 500GB Seagate drives <a href="http://www.newegg.com/Product/Product.asp?Item=N82E16822148136">located
here</a>. 
<br />
Note that currently they're running a combo deal so that you get a 500GB 7200.10 Seagate
SATA <strong>and</strong> a 250GB 7200.9 Seagate SATA drive for $210.<br />
After I sold all 8 250GB drives I added two 150GB 10K WD SATA drives as well.</li>
        </ul>
        <p>
After all that I put the two WD drives in RAID-1. Then the 8 500GB drives in RAID-5
for a total usable data partition of 3.3TB.
</p>
        <p>
Anyway if you need something like this it's definitely pretty sweet and definitely
a good price. For about $800 more you can even pop up to 8 cores with the 5310 processors.
</p>
        <p>
If you're curious just post in the comments and I'll provide more details. Also I'm
not sure when this special $650 off, free RAID controller, and $250 discounted second
5130 processor will end.
</p>
        <p>
          <table width="100%">
            <tbody>
              <tr bgcolor="#9a9a9a">
                <td colspan="2">
                  <span class="ecomm_print_header">
                    <font face="Arial" size="1">Description</font>
                  </span>
                </td>
              </tr>
              <tr>
                <td>
                </td>
              </tr>
              <tr>
                <td>
                  <table cellspacing="0" cellpadding="0" width="100%">
                    <tbody>
                      <tr>
                        <td width="50" rowspan="2">
                          <font face="Arial" size="1">
                            <img height="50" src="http://i.dell.com/images/global/configurator/chassis/pedge_2900.jpg" width="50" border="0" />
                          </font>
                        </td>
                        <td>
                          <span class="bold_regular_text">
                            <font face="Arial" size="1">PowerEdge 2900</font>
                          </span>
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <font size="1">
                            <font face="Arial">
                              <span class="regular_text">Date &amp; Time:</span>
                              <span class="regular_text">December
10,2006 1:27 AM CST</span>
                            </font>
                          </font>
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <font face="Arial" size="1"> </font>
                        </td>
                        <td>
                          <font face="Arial" size="1">
                            <img height="10" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                          </font>
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <font face="Arial" size="1"> </font>
                        </td>
                        <td bgcolor="#9a9a9a">
                          <font size="1">
                            <font face="Arial"> <span class="ecomm_print_header">SYSTEM COMPONENTS</span></font>
                          </font>
                        </td>
                      </tr>
                      <tr>
                        <td>
                          <font face="Arial" size="1"> </font>
                        </td>
                        <td>
                          <table cellspacing="0" cellpadding="0" width="100%" border="0">
                            <tbody>
                              <tr>
                                <!-- This was removed because Storm based image files were needed for absolute paths for storm based emails -->
                                <!-- GetIconHtml simply returns a spacer of 1 or 10 pixels in width -->
                                <!-- This same change was made in two places further down in the code -->
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                                <td width="60%">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="title_emph">PowerEdge 2900</span>
                                      <span class="para_small">
                                      </span>
                                    </font>
                                  </font>
                                </td>
                                <td align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="description_text">Qty</span>  </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1"> </font>
                                </td>
                                <td align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="description_text">1</span>
                                    </font>
                                  </font>
                                </td>
                                <td width="20%">
                                  <font face="Arial" size="1"> </font>
                                </td>
                              </tr>
                              <tr>
                                <td>
                                  <font face="Arial" size="1"> </font>
                                </td>
                                <td width="80%">
                                  <span class="description_text">
                                    <font face="Arial" size="1">Dual Core Intel® Xeon®
5130, 4MB Cache, 2.00GHz, 1333MHz FSB, No Operating System, Microsoft</font>
                                  </span>
                                </td>
                                <td nowrap="nowrap" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="description_text">Unit Price</span>
                                    </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1"> </font>
                                </td>
                                <td align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="para">$2,928.00</span>
                                    </font>
                                  </font>
                                </td>
                                <td width="20%">
                                  <font face="Arial" size="1"> </font>
                                </td>
                              </tr>
                              <tr>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                                <td valign="top">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="discount_price_text_detail">$650 OFF
when priced $2,800 or above!</span>
                                      <br />
                                    </font>
                                  </font>
                                  <table cellspacing="0" cellpadding="0" border="0">
                                    <tbody>
                                      <tr>
                                        <td valign="top">
                                          <span class="para_small">
                                            <font face="Arial" size="1">Special offer</font>
                                          </span>
                                        </td>
                                        <td>
                                          <font face="Arial" size="1"> </font>
                                        </td>
                                        <td valign="top">
                                          <font face="Arial" size="1">
                                          </font>
                                        </td>
                                        <td>
                                          <font face="Arial" size="1"> </font>
                                        </td>
                                        <td class="para">
                                          <font face="Arial" size="1">  </font>
                                        </td>
                                      </tr>
                                    </tbody>
                                  </table>
                                </td>
                                <td>
                                  <font face="Arial" size="1"> </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1"> </font>
                                </td>
                                <td valign="top" nowrap="nowrap" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="discount_price_text">-</span>
                                      <span class="discount_price_text">$650.00</span>
                                    </font>
                                  </font>
                                </td>
                              </tr>
                              <tr>
                                <td colspan="5">
                                  <font face="Arial" size="1">
                                    <img height="5" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                          <table cellspacing="0" cellpadding="5" width="100%">
                            <tbody>
                              <tr>
                                <td>
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="bold_regular_text">Catalog Number:</span>
                                    </font>
                                  </font>
                                </td>
                                <td colspan="2">
                                  <font face="Arial" size="1"> <span class="bold_regular_text">4 PE2900-MIN</span></font>
                                </td>
                              </tr>
                              <tr>
                                <td class="section_header_background">
                                  <font face="Arial" size="1"> <span class="title_emphlight">Module</span></font>
                                </td>
                                <td class="section_header_background">
                                  <font face="Arial" size="1"> <span class="title_emphlight">Description</span></font>
                                </td>
                                <td class="section_header_background" align="right" colspan="3">
                                  <a href="http://ecomm.dell.com/dellstore/PopUps/popup_print_cart.aspx?itemtype=CFG&amp;s=bsd&amp;l=en&amp;cs=04&amp;c=us&amp;details=true&amp;marketable=true" testid="basketItems_Repeater1_ctl00_renderer_ctl00_primaryConfigSummary_ctl11">
                                    <span style="FONT-SIZE: small; COLOR: #0033cc; FONT-FAMILY: arial,helvetica">
                                      <font size="1">
                                      </font>
                                    </span>
                                  </a>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">PowerEdge 2900</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Dual Core Intel® Xeon® 5130, 4MB Cache, 2.00GHz, 1333MHz
FSB</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Operating System</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">No Operating System, Microsoft</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Additional Processor</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">DISCOUNTED UPGRADE! Dual Core Xeon 2nd Processor 5130</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Memory</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">4GB 667MHz (4x1GB), Dual Ranked DIMMs</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Keyboard</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">No Keyboard Option</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">TCP/IP Offload Engine Enablement</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Broadcom TCP/IP Offload Engine Not Enabled</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Primary Hard Drive</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">160GB, SATA, 3.5-inch, 7.2K RPM Hard Drive</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Primary Controller</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">FREE UPGRADE to PERC 5/i, Integrated Controller Card</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Floppy Drive</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">No Floppy Drive</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Mouse</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">No Mouse Option</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Network Adapter</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Dual Embedded Broadcom® NetXtreme II 5708 Gigabit Ethernet
NIC</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">CD/DVD Drive</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">48X IDE CD-ROM</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Bezel</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Tower Bezel Included</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Documentation</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Electronic Documentation and OpenManage CD Kit</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Hard Drive Configuration</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Integrated SAS/SATA RAID 0, PERC 5/i Integrated</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Chassis Configuration</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Tower Chassis Orientation</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Hardware Support Services</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">3Yr BASIC SUPPORT: 5x10 HW-Only, 5x10 NBD Onsite</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Installation Support Services</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">No Installation Assessment</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Power Supply</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Redundant Power Supply with Y-Cord</font>
                                </td>
                              </tr>
                              <tr bgcolor="#e7e7e7">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Server Accessories</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">Dual Caster Wheels</font>
                                </td>
                              </tr>
                              <tr bgcolor="#ffffff">
                                <td class="bold_regular_text">
                                  <font face="Arial" size="1">Additional Documentation</font>
                                </td>
                                <td class="list_cartitems" colspan="4">
                                  <font face="Arial" size="1">PERC 5 English Documentation</font>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  <table cellspacing="0" cellpadding="0" width="100%">
                    <tbody>
                      <tr bgcolor="#9a9a9a">
                        <td align="right">
                          <font size="1">
                            <font face="Arial">
                              <span class="title_cartitems_detail">TOTAL:</span>
                              <span class="title_cartitems_detail">
                              </span>
                              <span class="title_emph">$2,278.00</span>
                            </font>
                          </font>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                  <font face="Arial" size="1">
                    <hr align="left" size="1" />
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
          <table width="534">
            <tbody>
              <tr>
                <td>
                  <font face="Arial" size="1">
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
          <table width="539" border="0">
            <tbody>
              <tr>
                <td align="right">
                  <table id="CartDetailTotalsExtension_ctl00_Table1" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td>
                          <font face="Arial" size="1"> </font>
                        </td>
                        <td align="right">
                          <table cellspacing="0" cellpadding="0" border="0">
                            <tbody>
                              <tr>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="150" border="0" />
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="4" border="0" />
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="80" border="0" />
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <!-- SubTotal -->
                              <tr class="section_header_row_ecomm">
                                <td class="section_header_cell_ecomm" align="right" colspan="4">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="section_header_text_ecomm">Total Price</span>
                                    </font>
                                  </font>
                                </td>
                              </tr>
                              <tr>
                                <td class="active_items_detail_header" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="title_emph">Sub-total</span>
                                    </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="21" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="3" border="0" />
                                  </font>
                                </td>
                                <td nowrap="nowrap" align="right">
                                  <span class="price_text_bold">
                                    <font face="Arial" size="1">$2,278.00</font>
                                  </span>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <tr>
                                <td colspan="4">
                                  <font face="Arial" size="1">
                                    <img height="5" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <!-- Shipping -->
                              <tr>
                                <td class="active_items_detail_header" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="title_emph">Shipping &amp; Handling</span>
                                    </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="21" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="3" border="0" />
                                  </font>
                                </td>
                                <td nowrap="nowrap" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="price_text">$29.99</span>
                                    </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="1" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <tr>
                                <td colspan="4">
                                  <font face="Arial" size="1">
                                    <img height="5" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <!-- end shipping -->
                              <!-- Tax -->
                              <tr>
                                <td class="active_items_detail_header" align="right">
                                  <font size="1">
                                    <font face="Arial">
                                      <span class="title_emph">Tax</span>
                                    </font>
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="21" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="3" border="0" />
                                  </font>
                                </td>
                                <td nowrap="nowrap" align="right">
                                  <span class="price_text">
                                    <font face="Arial" size="1">$203.11</font>
                                  </span>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="21" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="3" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <tr>
                                <td colspan="4">
                                  <font face="Arial" size="1">
                                    <img height="5" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="1" border="0" />
                                  </font>
                                </td>
                              </tr>
                              <!-- End Tax -->
                              <!-- TotalTotal -->
                              <tr>
                                <td class="active_items_detail_header" align="right">
                                  <span class="title_emph">
                                    <font face="Arial" size="1">Total Price</font>
                                  </span>
                                  <font face="Arial" size="1">
                                  </font>
                                </td>
                                <td>
                                  <font face="Arial" size="1">
                                    <img height="21" alt="space" src="http://i.dell.com/images/global/general/spacer.gif" width="3" border="0" />
                                  </font>
                                </td>
                                <td nowrap="nowrap" align="right">
                                  <span class="price_text_bold">
                                    <font face="Arial" size="1">$2,511.10</font>
                                  </span>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>500,000 PS3's in the US, 499,999 on eBay</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/11/18/500000PS3sInTheUS499999OnEBay.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f71fe6d1-61ba-4e84-adac-68f587b08ab3.aspx</id>
    <published>2006-11-17T18:49:37.8231394-08:00</published>
    <updated>2006-11-17T18:49:37.8231394-08:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After following the madness on <a href="http://www.gizmodo.com/gadgets/home-entertainment/ps3-blackmarket-ebay-bubble-shows-prices-up-to-99999999-215714.php">Gizmodo</a>.
It really makes you wonder. Out of all the units sold so far, exactly how many are
or will end up on eBay within 48 hours of the purchase. Insane.
</div>
    </content>
  </entry>
  <entry>
    <title>Trackbacks disabled, who knows how long...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/10/11/TrackbacksDisabledWhoKnowsHowLong.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3d7991b9-188f-4fa1-bfb5-47a074182c55.aspx</id>
    <published>2006-10-10T19:23:40.9625325-07:00</published>
    <updated>2006-10-10T19:23:40.9625325-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Getting tired of getting trackback spam
so I've disabled the service for now. Will investigate options. At the same time I
just got back from my vacation with 1989 pieces of SPAM, Exchange/Outlook filtered 1008
into the Junk Email folder and looks like the Exchange server bounced back another
3984 messages to spammers. My problem though is that there was another 981 messages
that came from the System Administrator account saying "The following recipient(s)
could not be reached:", trying to resolve that as well. Not to mention some late spring
cleaning.
</div>
    </content>
  </entry>
  <entry>
    <title>Off to Mexico for a week...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/10/02/OffToMexicoForAWeek.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4c75b031-42ef-425d-b8f7-4988d8c4f162.aspx</id>
    <published>2006-10-02T04:01:13.3221798-07:00</published>
    <updated>2006-10-02T04:01:13.3221798-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Will be returning in more ways than one on October 9th, 2006.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>WMP, minor change, hours and hours of difference!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/09/08/WMPMinorChangeHoursAndHoursOfDifference.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,589c55ca-1bde-4d59-ba00-59228a45e65c.aspx</id>
    <published>2006-09-08T01:36:53.012-07:00</published>
    <updated>2006-09-08T01:53:06.3097054-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">With a minor addition to the Find Album
Wizard pipeline hours of frustration are gone. Before one would go through the wizard
for any random album and hopefully find all of the tracks one by one. Sometimes on
random albums random tracks would just be gone because of common word removal and
a complex search algorithm. That for the most part has been taken care of now... 
<p></p><p>
What we have now is a <a href="http://www.auroravisions.com/opendir/blogstuff/wmislistening.png">nice
new check box option</a> and a <a href="http://www.auroravisions.com/opendir/blogstuff/wmislistening1.png">single
new page in the wizard</a>. This new option is labeled "Use the album selected below
to update all tracks in wizard." It does exactly what it suggests. Click that one
box then click on the correct album below and WMP/WMIS then presents <a href="http://www.auroravisions.com/opendir/blogstuff/wmislistening1.png">a
confirmation page</a> with all the tracks listed, all you have to do is click Finish
and it then updates all the tracks for the album with the correct metadata.
</p><p>
Awesome with a capital A. 
</p><p><strong>UPDATE:</strong> Looks like there's a minor bug with international characters
like the umlaut (ü) and others as well. I think it's in during the process of grabbing
the information and pulling it into WMP that the characters aren't being encoded right
in the HTTP or something along those lines. To work around the problem simply do Find
Album Info once more on the track in trouble and it shoud be the only track listed
and should have the correct characters in the right spot. When I get into work tomorrow
I'll be checking to see if a bug on this issue exists yet, if not consider it filed.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Satire: Why take down a plane when you can take down an airport.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/08/10/SatireWhyTakeDownAPlaneWhenYouCanTakeDownAnAirport.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,eeaa0f53-b289-4b85-bc0f-fcb4136f841f.aspx</id>
    <published>2006-08-10T09:58:56.846-07:00</published>
    <updated>2006-09-15T15:50:52.001456-07:00</updated>
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Attention all would be terrorists. Feeling
a bit thwarted by the added security? Well here's an idea... Just take all that liquid
explosives you've got and toss it into one of the many <a href="http://msnbc.msn.com/id/14286173/displaymode/1107/s/2/framenumber/9/">filled
trash cans</a>. You won't exactly have the same affect physically flying planes into
random buildings but you'll probably do as much psychologically by killing a bunch
of innocent people. 
<p></p><p>
With the queues so massive from the added security and confusion you're sure to get
away with it and sure to do plenty of damage. Or better yet, forget the planes and
start doing trains where there is no security to speak of.
</p><p></p><p>
Anyway, this is just ridiculous. This added stupidity with supposedly tighter security
seriously won't stop anyone that's determined to do harm.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Vista Upgrade tactics actually make some sense.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/07/31/VistaUpgradeTacticsActuallyMakeSomeSense.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,32b3ef5b-985d-462c-bd8b-49b952688fc8.aspx</id>
    <published>2006-07-31T09:52:56.4684226-07:00</published>
    <updated>2006-07-31T09:52:56.4684226-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was just reading about the <a href="http://arstechnica.com/news.ars/post/20060730-7384.html">Vista
upgrade matrix on Ars</a>. You know, it actually makes sense. There's really no point
in offering upgrade pricing to pre-Windows 2000 users since well, there's no point
in them upgrading.
<ol><li>
They'll have to clean install anyway.</li><li>
Their machine will perform so poorly with Vista that the upgrade costs alone will
equal that of a new PC.</li><li>
It's probably about time they get a new PC preloaded with Vista anyway.</li></ol><p>
Really it's a big deal for all those OEM's that will now be getting loads of new PC
purchases. Would imagine they'll even be getting some from XP users that bought those
~$500 PC's two or three years ago that figure it'll be another $500 to upgrade to
a good Vista experience. So they might as well buy another ~$500 Vista machine.
</p><p>
Now just to convince both my parents to just sit and wait so that they don't waste
more money replacing their dying PC's.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Cingular has a Class Action Lawsuit now... T-Mobile To Go deserves one as well.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/07/09/CingularHasAClassActionLawsuitNowTMobileToGoDeservesOneAsWell.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c13618c3-20c0-444d-bdc1-b13dfe7d64b5.aspx</id>
    <published>2006-07-08T18:04:54.174-07:00</published>
    <updated>2006-07-11T14:15:29.3317992-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Was just getting up to date on all my feeds.
Noticed this morning that Cingular now has a <a href="http://arstechnica.com/news.ars/post/20060707-7212.html">new
class action lawsuit</a> against them during my read of <a href="http://arstechnica.com/">Ars</a>. 
<p></p><p>
I'm all for this one. I mean I used to be a AT&amp;T customer. I was still with them
during the big transition period with Cingular. In the end I went through this long
drawn out ordeal with them to finally cancel what was meant to be a month to month
service. Turns out that I was wrongly put on a year long contract even though I only
purchased just a SIM card and was told that I wouldn't be on a contract. Making
things worse is that they wanted written proof from the store manager that it was
their mistake. The final nail in the coffin was when I was told by one of the employees
that the manger wasn't going to be in for 4 hours and that I should just go home,
go to their website make my own letter head and sign with all the managers information
forging his signature. I ended up contacting the BBB and the FCC. Cingular ended up
sending a collection agency after me despite having the entire thing contested for
over 6 months. In the end I still ended up paying the early termination fee just to
have the entire thing ended. So yeah, there's a short history with me and Cingular
and T-Mobile with the T-Mobile to Go prepaid service:
</p><p><a href="http://blogs.coreygouker.com/2006/07/06/The+End+Of+All+Decent+Mobile+Providers+In+The+US+Is+Here+TMobile+Begin+Charging+To+Receive+SMS.aspx">The
end of all decent mobile providers in the US is here. T-Mobile begin charging to receive
SMS.</a><br /><a href="http://blogs.coreygouker.com/2006/06/19/TMobile+To+Go+Definitely+My+Cheapest+Option+For+Mobile+Phone+Service.aspx">T-Mobile
to Go, definitely my cheapest option for mobile phone service.</a><br /><a href="http://blogs.coreygouker.com/2006/01/15/Cingular+Is+Trying+To+Screw+Me+Once+Again.aspx">Cingular
is trying to screw me once again.</a><br /><a href="http://blogs.coreygouker.com/2006/01/08/Step+1+Buy+TMobile+PAYG+SIM.aspx">Step
1, buy T-Mobile PAYG SIM</a><br /><a href="http://blogs.coreygouker.com/2005/11/16/Switching+From+Cingular+To+TMobiles+Pay+As+You+Go.aspx">Switching
from Cingular to T-Mobile's Pay As You Go</a><br /><a href="http://blogs.coreygouker.com/2005/11/05/Switching+From+One+Evil+To+Another.aspx">Switching
from one evil to another...</a><br /><a href="http://blogs.coreygouker.com/2005/09/27/Finally+Freed+Audiovox+SMT5600+Unlocked+From+The+Devil+ATTCingular.aspx">Finally
freed, Audiovox SMT5600 unlocked from the devil, AT&amp;T/Cingular</a></p><p>
So in the end... so much for all mobile providers in the US. They're all useless.
</p></div>
    </content>
  </entry>
  <entry>
    <title>The end of all decent mobile providers in the US is here. T-Mobile begin charging to receive SMS.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/07/06/TheEndOfAllDecentMobileProvidersInTheUSIsHereTMobileBeginChargingToReceiveSMS.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b9df9acd-b6e7-4030-a5ea-237e6b39d5af.aspx</id>
    <published>2006-07-06T13:32:56.06-07:00</published>
    <updated>2006-07-12T21:50:10.8300841-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just received this text message during
lunch: 
<p></p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p>
"Free Msg: As of 8/15/06 incoming US txt/IM will be $.05 each, US pic/video msgs will
be $.25. Sent US msgs still are $.10 for txt/IM and $.25 for pic/video."
</p></blockquote><p dir="ltr">
T-Mobile's website of course doesn't reflect this change at all. Their T-Mobile to
Go Prepaid <a href="http://www.t-mobile.com/shop/plans/prepaidrates.aspx">pages still
show</a> the following:
</p><ul><li>
Text messaging ($0.10 to send, FREE to receive) 
</li><li>
Picture messaging ($0.25 to send, FREE to receive) 
</li></ul><p>
Now I've been a happy T-Mobile to Go <a href="http://blogs.coreygouker.com/2006/06/19/TMobile+To+Go+Definitely+My+Cheapest+Option+For+Mobile+Phone+Service.aspx">customer
since January</a>. It's only cost me like $16.67 a month for what I need which is
by far the cheapest thing out there for my needs. I don't actually have a written
contract with them and have never signed a thing other than the receipt for the SIM
card and the initial minutes and such.
</p><p>
One of the big reasons I went with this plan was because of the free incoming text
messages. It's also the reason why I didn't go on a contract with T-Mobile since their
normal accounts have charged to receive text messages for some time now (in line with
other US carriers). It's unfair to charge for something that you can't decide
not to receive. It's not like you can just not read the message and not get charged.
Text messaging is totally different than typical phone calls, you can't block text
messages from coming in. I can use my PC and send you 10,000 free messages from Messenger
right now and you'd get charged $500. It was bad enough that in the US we pay to receive
phone calls because it's "air time" but I didn't really mind that too much since I
could just not pick up.
</p><p>
Because I'm on a prepaid service as well I see the charges immediately. There's no
special deal that gives me 1000 text messages or free incoming text messages or one
low rate. It's an all out scam designed to make more money on something that's been
free since their service started.
</p><p>
Unless something changes on 8/14/05 I plan on calling T-Mobile and requesting that
they disable receiving text messages so I won't get charged to receive messages I
don't want to receive. Or if that is not possible that they refund the remaining balance
on my prepaid account and cancel my service completely.
</p><p>
As an additional note here's a little bit of fine print from <a href="http://onlinestorez.cingular.com/cell-phone-service/common/legal/pop-planterms.jsp?q_planterms=postpaid">Cingular's
terms of service</a>: 
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p>
"Text, Instant, and Multimedia messages are charged when sent or received, whether
read or unread, solicited or unsolicited. Cingular does not guarantee delivery of
messages."
</p></blockquote><p dir="ltr">
The only real fine print I can see with T-Mobile's To Go services would be in the
form of a <a href="http://www.t-mobile.com/templates/faq.aspx?PAsset=Pre_Pop_FAQ">FAQ
found here</a>. 
</p><p><em>I think there are grounds for a class action lawsuit. If you agree, feel free
to comment and join in.</em></p><p><strong>UPDATE:</strong> I just called T-Mobile. I verified that the text message
received is valid and that they will begin charging $.05 per message received on 8/15/06
and continue to charge $.10 to send each SMS. The conversation pretty much went down
as follows: 
</p><ul dir="ltr" style="MARGIN-RIGHT: 0px"><li>
Me: Hi, I'm calling to verify the text message I received about the SMS charges being
changed on August 15th is valid. 
</li><li>
TM: Yes that is correct sir. 
</li><li>
Me: So is there any way you can remove ALL text messaging capabilities from my service
including sending and receiving. 
</li><li>
TM: Let me have your number and I'll check. 
</li><li>
Me: &lt;provides number&gt; 
</li><li>
TM: Okay it looks like I can remove the ability to send text messages from your account. 
</li><li>
Me: Okay that's fine but not needed. I'm capable of controlling whether or not I send
text messages. I want to know if I can control whether or not I receive them. 
</li><li>
TM: Let me double check. Okay sir, it looks like you're correct I can disable sending
but not receiving. 
</li><li>
Me: Okay so just one last time to double check we're on the same page here. You're
telling me that I have no way to control whether or not I receive 10,000 unsolicited
text messages and thus being charged $500 for something that I don't want. 
</li><li>
TM: That is correct sir. 
</li><li>
Me: Thanks, that's all I needed to know.</li></ul><p dir="ltr">
INSANE!<br /><br /><strong>UPDATE:</strong> I've got 10 people to respond privately so far as being interested
in joining a potential class action suit against T-Mobile and the T-Mobile To Go Service
specifically. If you're a class action lawyer and just happen to be reading this or
you're just wanting to comment please feel free to do so or email me. I'm currently
investigating options on how to proceed to file the suit against T-Mobile, updates
to follow soon... 
</p><p dir="ltr"><strong>UPDATE:</strong> Unfortunately despite not having been given any T&amp;C when
I bought the SIM card (probably just a mistake on the part of the T-Mobile rep), I've
apparently agreed to be bound by some unread T&amp;C's just by activating the SIM
and using the service. The full set of <a href="http://www.t-mobile.com/Templates/Popup.aspx?PAsset=Ftr_Ftr_TermsAndConditions&amp;print=true">T-Mobile
terms and conditions can be found here</a>. 
</p><p dir="ltr">
One important thing to note is the following portion: 
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p dir="ltr"><font size="1">CLASS ACTION WAIVER. WHETHER IN COURT, SMALL CLAIMS COURT, OR ARBITRATION
YOU AND WE MAY ONLY BRING CLAIMS AGAINST EACH OTHER IN AN INDIVIDUAL CAPACITY AND
NOT AS A CLASS REPRESENTATIVE OR A CLASS MEMBER IN A CLASS OR REPRESENTATIVE ACTION.
NOTWITHSTANDING SEC. 22, IF A COURT OR ARBITRATOR DETERMINES IN A CLAIM BETWEEN YOU
AND US THAT YOUR WAIVER OF ANY ABILITY TO PARTICIPATE IN CLASS OR REPRESENTATIVE ACTIONS
IS UNENFORCEABLE UNDER APPLICABLE LAW, THE ARBITRATION AGREEMENT WILL NOT APPLY, AND
YOU AND WE AGREE THAT SUCH CLAIMS WILL BE RESOLVED BY A COURT OF APPROPRIATE JURISDICTION,
OTHER THAN A SMALL CLAIMS COURT.</font></p></blockquote><p dir="ltr">
Obviously this complicates things greatly. Reading through the T&amp;C's further also
reveals that as a Prepaid customer I'm screwed if I want to get my remaining balance
refunded to me and not be charged to receive text messages.<br /><br />
One amusing thing and a glorious bit of false advertising is how T-Mobile love flashing:
No Contract, No Credit Check, No Monthly Bill.<br /><br />
Yes fine, sure, but isn't this entire thing of terms and conditions <a href="http://en.wiktionary.org/wiki/contract">in
fact a contract</a>?
</p></div>
    </content>
  </entry>
  <entry>
    <title>Hell has just frozen over... I'm actually using DRM'd music, shudder.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/06/22/HellHasJustFrozenOverImActuallyUsingDRMdMusicShudder.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a5f57b84-10b6-4348-b2d7-7d0494c2f790.aspx</id>
    <published>2006-06-22T13:53:40.495-07:00</published>
    <updated>2006-06-22T13:54:21.4486551-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <b>Dear Corey,</b>
        <p>
This email confirms that you recently changed your <a href="http://www.urge.com/">URGE</a> subscription
plan. The change has been processed and your plan has been successfully upgraded. 
</p>
        <div class="indented">
          <p>
            <table border="0">
              <tbody>
                <tr>
                  <td style="WIDTH: 220px" valign="top">
                    <p class="emph">
                      <font size="2">Old Plan:  <b>Basic</b></font>
                    </p>
                  </td>
                  <td valign="top">
                    <p class="emph">
                      <font size="2">New Plan:  <b>All Access Pass To Go</b><br />
Renewal:  <b>Yearly - $149.00</b></font>
                    </p>
                  </td>
                </tr>
              </tbody>
            </table>
          </p>
        </div>
        <p>
You can now enjoy all the great features of All Access Pass To Go.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>T-Mobile to Go, definitely my cheapest option for mobile phone service.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/06/19/TMobileToGoDefinitelyMyCheapestOptionForMobilePhoneService.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6320f5ce-9f66-4f4f-9d25-60e092cee080.aspx</id>
    <published>2006-06-19T09:35:34.984-07:00</published>
    <updated>2006-07-07T11:10:35.2418534-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It's been 6 months since I <a href="http://blogs.coreygouker.com/2006/01/08/Step+1+Buy+TMobile+PAYG+SIM.aspx">got
my PAYG SIM</a> card from T-Mobile. While I haven't come close to keeping the $100/1000
minutes till Monday, January 8, 2007, I've done my bare minimum of 6 months. Considering
the fact that my usage has actually gone up a bit it's still pretty good. If I average
out the usage it's about $16.67 vs. my original estimate of $8.33. All things considered
I don't think I could find a cheaper mobile phone service without having a contract.
It's also quite surprising how easily one can get by with a nice old Nokia 6610 when
they realize having the latest and greatest phone with all sorts of data options isn't
really that important :-).
<p><strong>UPDATE:</strong><a href="http://blogs.coreygouker.com/2006/07/06/The+End+Of+All+Decent+Mobile+Providers+In+The+US+Is+Here+TMobile+Begin+Charging+To+Receive+SMS.aspx">T-Mobile
to Go is no longer all that</a>... Beginning 8/15/06 T-Mobile will start charging
$.05 per SMS received.
</p></div>
    </content>
  </entry>
  <entry>
    <title>1000 or so Vista Pearl Exercise Balls invade the Redmond Campus...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/06/01/1000OrSoVistaPearlExerciseBallsInvadeTheRedmondCampus.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c512eb74-81fe-491a-b809-b952ddb54844.aspx</id>
    <published>2006-05-31T23:15:07.874-07:00</published>
    <updated>2006-05-31T23:17:27.624817-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Vista" label="Vista" scheme="http://blogs.coreygouker.com/CategoryView,category,Vista.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.auroravisions.com/opendir/blogstuff/VistaPearlBall.jpg">
          <img hspace="5" src="http://www.auroravisions.com/opendir/blogstuff/VistaPearlBallThumb.jpg" align="left" vspace="5" border="0" />
        </a>
        <p>
So I'm driving back from Northgate Mall to pick up one of these devilishly delicious
apple pie apples from the Rocky Mountain Chocolate Factory. I get a call from Justin
saying that I need to get to campus. It's around 10pm so I figure this must be interesting.
</p>
        <p>
Get my way over there and there's 100's, 1000 even, of these big blue Vista pearl
exercise balls everywhere. Sadly I don't have my camera with me so I can't take any
photos plus it's too dark anyway.
</p>
        <p>
I grabbed one, put it in the car, made my way home. Can't wait to see just how massive
the roll out is and to see how many are left tomorrow morning.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Long late night discussions get the mind going.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/03/01/LongLateNightDiscussionsGetTheMindGoing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2e2542c0-48a3-47c5-9ab5-7a95f0a81475.aspx</id>
    <published>2006-03-01T00:55:58.745-08:00</published>
    <updated>2006-03-01T11:03:44.7279039-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I've been talking to <a href="http://blogs.digitalmediaphile.com/sloppyalien/">John</a> tonight
about a slew of random crud tonight. It's amazing sometimes how my brain can go from
completely idle deadness to a buzz like flurry of random multi-tasking. As I'm writing
this I'm making full use of the three (yes 3) Dell 2405FPW's I have at my disposal. I
have WMP11 going playing my complete set of Gardiner's conduction of Beethoven's
9 Symphonies; The word-wheel is going to kick ass! I have uTorrent going, Outlook,
Excel (creating my wish list for a later blog), a couple Ars articles I have to read,
FileZilla uploading to Streamload, 12 MSN chats, and 42 Internet Explorer windows.
Shame it's not running on Vista at the moment. 
<p></p><p>
What have I been discussing with John? Well started out with me doing my anal-retentive
comparison of my A/V receiver and speaker options. Basically, I've wanted a TV
of late. No, I do not own a TV, something I'm actually rather proud of in a way. That
being said I still watch content from various sources and have over a thousand DVD's
and rent off Netflix so it'd be nice to watch something in the living room on a nice
sized screen instead of sitting in my office watching by myself on one of the 24"
Dell's. So of course to go with the TV which I'm totally undecided on at this point.
I need a decent set of speakers. I was thinking of just moving my Klipsch 5.1 Ultra's
and the Creative DDTS-100 to the living room since I'll only have the Vista Media
Center PC and the Xbox 360 plugged in. I may still go this route as total cost is
like $360 for a pretty darn amazing system. But of course, I start dreaming.
</p><p>
Having had a jaw dropping BostonAcoustics 5.1 set up at one point which was stolen
I've always wanted to replace it. So I looked into Boston again. Sure enough, the
one place that sells them is OneCall.com located in Spokane, WA. Highly ironic really
considering the person that stole my original Bostons lives in Spokane now. Anyway
I found this <a href="http://www.fatwallet.com/t/18/572416/">FatWallet forum</a> thread
about the Boston AVR-7120 receiver that is currently on sale for about a $1000 instead
of the normal $3000. Fantastic really. I read this <a href="http://www.hometheatermag.com/completesystems/705boston/">review</a> about
the receiver along with the one set of 5.1 speakers I was possibly interested in.
They have those too. So I was tempted. Tempted not only into buying the receiver but
the higher end line of <a href="http://www.bostonacoustics.com/home_product.aspx?category_id=2&amp;product_id=188">VR-M
speakers</a> from Boston. I'm happy to report I'm not suffering from buyers' remorse
at the moment, as I didn't drop the plastic. I'm glad I didn't either as it would've
been a mistake.
</p><p>
One of my requirements is the ability to play back WMA Pro 5.1 content via analog
or S/PDIF. I figured out that I could still do analog via the 8ch direct analog in
which these high-end bad boys have. You need three 3.5mm to stereo RCA cables
which then split into 6 inputs on the back of the receiver. The Boston didn't have
HDMI, which I honestly don't care about but would like to have just in case. It apparently
should sound true, neutral, and natural, something Boston speakers are known for.
The other issue with the Boston is timing. I don't have the cash to drop now. So with
WMA Pro 5.1, DTS Neo:6 music up-mixing, a couple optical and coax S/PDIF inputs with
maybe WMA Pro 5.1 via the S/PDIF, I went searching for receivers under $2000
</p><p>
The options? From best I can tell Pioneer make the only receiver to report with confidence
full playback of Windows Media Audio Pro 5.1 via S/PDIF. I've not heard how well this
works but the option is definitely there in WMP10 and 11. The two, cough one, option
is Denon and Marantz. Marantz are out instantly since they simply don't match Denon
or Pioneer for features. So the two options I see at the moment are the <a href="http://usa.denon.com/ProductDetails/2243.asp">Denon
AVR-4306</a> and <a href="http://www.pioneerelectronics.com/pna/product/detail/0,,2076_4155_272584179,00.html">Pioneer
VSX-74TXVi</a>. The Pioneer is a wee bit cheaper, but does WMA Pro 5.1 via S/PDIF.
The Denon has built in Windows Media Connect which means I don't need to have the
TV on and don't need a Roku. It even can play back from USB Mass Storage
devices. The Denon can also still do WMA Pro 5.1 via the 8ch direct analog that I
mentioned. I believe the Denon to also be better than the Pioneer. At any rate I'll
be reading more reviews and looking for more options. Know of any send them my way via
the comments. As for the speakers I'm still thinking the Boston rig would be super
nice, money will decide the VR vs. VR-M issue.
</p><p>
At the same time I was also discussing the last few bits and bobs I need to grab from
the coldest place on earth, IKEA. Obviously need a TV stand but they don't really
have anything that takes my fancy. I just want a simple modern stand with the components
(receiver, pc, xbox) 100% hidden. The only thing I should see out is the TV. I checked
out Dania Furniture as well but there wasn't anything that took my fancy for the right
price either.
</p><p>
Next we got onto the topic of his <a href="http://blogs.digitalmediaphile.com/sloppyalien/2006/03/01/Food+Exercise+Journal++022806.aspx">recent
blog post</a>. He's giving up caffeine and all meat save fish for a little while.
So I said I'd have to cook some <a href="http://www.quorn.us/">Quorn</a> dishes and
have him over. Quorn has become a mainstay of my diet since discovering its availability
here in the US. It's fantastic stuff. You can have it soak up more water and flavor
than chicken making it super moist and tasty. The texture is quite nice as well, I
almost prefer it over chicken. Yes Mom, I know, I should try eating fish more. I just
can't stand seafood though.
</p><p>
From the Quorn recipe discussion we made a quick segue over to Clif bars. I was introduced
to <a href="http://www.clifbar.com">Clif bars</a> when <a href="http://higherfrequency.blogspot.com/">Ben
Schiendelman</a> (apparently he has more than one <a href="http://naruvonwilkins.livejournal.com/">blog</a>)let
me try a couple bites from the one Chocolate Chip Peanut Crunch bar he had in the
lab at building 50. Damn it was good. Sure Ben, being the author of a many global
warming alarmist, tree hugging, bike for peace, mass transit, train fetished, liberal
democrat manifestos (available for iPod playback) did tout the fact that the nutritional
protein bar I was eating was made from 70% renewable organic ingredients. So I guess
me being just slightly left of center had to agree with him and since then I went
to Costco and bought two boxes of assorted (3 flavors) 24 pack boxes of Clif bars.
Cost per bar is about $.784, not bad compared to the Balance Bars I was having which
aren't as good in every way.
</p><p>
So back to the convo with John. He suggested I do a power buy on them jokingly. Of
course me being following Corey's Law think sure, why not. Plan tomorrow during lunch
will be to call up Clif and ask how much of a discount I can get if I order a full
years supply (2 bars a day for 365 days) for 3 people. Figuring I'll convince Ben
to do it and John is already in. Maybe I can work it out and get them to comp some
if I keep blogging about the entire thing. I wonder if I could live off Clif bars.
They certainly have a large enough variety in flavors. I'm totally stoked and looking
forward to the mint ones I just ordered.
</p><p>
Now that it's getting later the conversation is getting weirder and I won't get into
the details of that.
</p><p>
Closing words for the night then... Well just one word. That would be <a href="http://encarta.msn.com/dictionary_/wondrous.html">wondrous</a> I
hate that bloody word with a passion. It's all because of the letter 'e'. Yes I believe
wondrous should be spelled wonderous, no reason, I'm not a linguist, but it's like
centre in that sense. Just one of the intricacies of the English language.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Keep far far away from all U3 enabled flash drives.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/02/21/KeepFarFarAwayFromAllU3EnabledFlashDrives.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b0fd10d8-8af5-4dcf-8cfb-cb136dee4a2f.aspx</id>
    <published>2006-02-20T17:26:56.678-08:00</published>
    <updated>2006-01-12T17:28:13.0067125-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I went out and bought a <a href="http://www.sandisk.com/Products/Item(1221)-SDCZ4U-1024-SanDisk_Cruzer_Micro_U3_Smart_USB_Flash_Drive_1GB.aspx">1GB
SanDisk Cruzer Micro</a> drive yesterday from Best Buy for $49.99. The drive
itself is cute enough, feels solid, and is amazingly small for 1GB, at least when
I consider how things have changed in the past 10 years. Regardless of how great the
thing is on the outside it totally sucks on the inside. I plugged the thing in and
it went through the normal deal of detecting the device. But what's this it detected
two devices. One being the normal disk drive and the other being a 4MB CD-ROM device
&lt;argh&gt;. Immediately I set out to get rid of this <a href="http://www.u3.com/">U3
junk</a>, especially since I didn't even realize the thing came with it and didn't
know what it was before I bought it. USB Flash devices aren't exactly something I'm
wildly excited to read about in the news. 
<p></p><p>
That's where the problems started. First off, you can't just format it, you can't
format a CDROM. And because it actually appears as two devices in Windows you can't
just remove the partitions and all that. So I tried the Ultimate Boot CD and tried
wiping it that way, argh, the volume is write protected. I tried examining it at a
lower level and wiping it that way. Still nothing.
</p><p>
So at this point I've given up, I think the only solution is for SanDisk to release
a tool that will recognize the device, update whatever firmware there is and reflash
the piece of crap. I've tried finding a geeks tool to do this but haven't been successful
and am too annoyed to continue.
</p><p>
At this point I only have one piece of advice. Look for the U3 logo on any flash drive
you buy and avoid it. It's totally useless, you can't remove it from the drive and
get whatever space it's taking up back. This 1GB SanDisk only has 973MB available
after formatting with FAT32. Yuck. 
</p><p><strong>UPDATE:</strong> I finally remembered to look it up and finally found the <a href="http://episteme.arstechnica.com/groupee/forums/a/tpc/f/24609792/m/611000617731/r/886001177731#886001177731">U3_Uninstaller.exe</a> app
that's needed to remove the U3 stuff. Looks like it's from the Best Buy Geek Squad
instead of coming from U3 or SanDisk (who still don't have it up). It was a bit odd
on first run complaining about too many devices but unplugging and replugging in the
device reset it. Rather than hosting the file dubiously here are the links to the
places that might have the file... 
</p><p><a href="http://episteme.arstechnica.com/groupee/forums/a/tpc/f/24609792/m/611000617731/r/886001177731#886001177731">Arstechnica
Forums</a><br /><a href="http://www.u3community.com/viewtopic.php?t=9&amp;postdays=0&amp;postorder=asc&amp;start=15">U3
Community Forums</a><br /><a href="http://www.neowin.net/forum/index.php?s=41cef47dbac60ffa31c3fd9a51fdd9c8&amp;showtopic=431586&amp;pid=587185429&amp;st=0&amp;#entry587185429">NeoWin
Forums</a></p><p>
But it's at least that U3 junk is gone from the device. Annoyingly the device still
only reports 973MB total and it doesn't look like I can recover anything further.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Metadata, the real heart and soul of Vista and beyond...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/02/07/MetadataTheRealHeartAndSoulOfVistaAndBeyond.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ae622006-c05d-4fcd-80ba-d37976f3b993.aspx</id>
    <published>2006-02-06T21:56:44.884-08:00</published>
    <updated>2006-02-06T21:59:30.6196336-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm going to say it now. Mark my words.
Vista and beyond, what's going to make and break it for people is the ease with which
metadata is assigned to their files and work. 
<p></p><p>
Why am I throwing this idea out into the open now? Well, I just finished indexing
my 30,000th file through Windows Media Information Services (WMIS) to get metadata
into my MP3's and WMA's via WMP. It wasn't the easiest experience to say the
least. I'm not even halfway done.
</p><p>
Oh and I haven't even started putting lyrics data into the tracks either. That's a
process that's just too daunting to even begin at this point.
</p><p>
I've got over 30,000 photos as well that are totally void of metadata. The only thing
they have going for them is that they're in some sort of decent folder structure and
still have the emedded EXIF data from my Canon 20D. Other than that they lack any
details about the people in the photos, the location of the photos, the objects in
the photos, or any other information one would hope to have.
</p><p>
So with the way we interact with digital media going into Vista and beyond totally
changing there's a real need to improve the way we interact with and really start
using metadata. Things are changing a bit inside Microsoft that's for sure. If you're
in any way involved with building software for digital media now would be a darn good
time to investigate what Microsoft is doing moving forward and start adopting some
of the same practices and developing some new practices of your own to take advantage
of the metadata boom in the next three to five years.
</p><p>
But hey, who am I? Well I'm just ahead of the average consumer by a couple years and
I'm already asking for things to improve...
</p></div>
    </content>
  </entry>
  <entry>
    <title>Mmm, Google Music Search. Already as good as WMIS in WMP...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/20/MmmGoogleMusicSearchAlreadyAsGoodAsWMISInWMP.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d803195b-2704-42d4-819d-3029109cb79d.aspx</id>
    <published>2006-01-20T00:30:06.1334564-08:00</published>
    <updated>2006-01-20T00:30:06.1334564-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Was randomly trying to find out how old <a href="http://www.google.com/musicsearch?q=Jem">Jem</a> was
when I noticed that the results at the top of Google were actually for their <a href="http://www.google.com/musicsearch">Music
search service</a>. Quite cool really. Not quite the same amount of information as
AMG's results as the <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8CFAEFB72AB7BAFFF2BE85F05D6CDE452F9CC1740&amp;sql=11:muq8b5f4psqg">example
here shows</a>, so really Google should do something with AMG to create some partnership
there. At any rate the point is that the search works really well, not just for artist
but albums and songs as well. Instantly blowing WMIS's search right out of the water
for just pure search. Maybe MS should drop the current search algorithm and start
taking a better look at integrating MSN Search with MSN Music and then creating a
nice synergy with WMIS.
</div>
    </content>
  </entry>
  <entry>
    <title>Cingular is trying to screw me once again.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/15/CingularIsTryingToScrewMeOnceAgain.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f2aaf20f-eac3-4169-a67a-2eccb5188832.aspx</id>
    <published>2006-01-15T01:59:14.274-08:00</published>
    <updated>2006-03-03T00:06:13.2791432-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So like I said previously <a href="http://blogs.coreygouker.com/2005/11/16/Switching+From+Cingular+To+TMobiles+Pay+As+You+Go.aspx">here</a> and <a href="http://blogs.coreygouker.com/2006/01/08/Step+1+Buy+TMobile+PAYG+SIM.aspx">here</a>,
my Cingular contract expired on 1/12/06. A week before that I bought a T-Mobile PAYG
SIM which had 150 minutes and a temporary number. Around lunch time on 1/12/06 I called
up Cingular to verify that my contract did indeed expire and that it was okay for
me to get my number ported to T-Mobile. I said great thanks and didn't think anything
of it. I then called up T-Mobile and quickly started talking to a guy to get my old
number moved to my PAYG SIM and replace the temporary number. Took all of 5 minutes
and this was the first time I had to give any personally identifiable information
(not counting the credit card at purchase of the SIM). Within 30 minutes my number
was ported and things were all done. 
<p></p><p>
Today I received an email from Cingular saying my bill was ready for viewing online.
Great I think, last payment, last time getting reamed by them for service I don't
fully use. But no, they're trying to pull a quick one once again. This time to the
tune of $175 for an early termination fee. Wait, what, it was $150 before. And please
do tell me, how is it early termination when my contract was up!? And why did your
rep say it was perfectly fine to get the number transferred, and they certainly didn't
mention any early termination fee. So please, piss off and be gone. I'm not paying
it. Full stop.
</p><p>
You can take that $88.34 I just paid to you but that $175 isn't going into your filthy
hands to pay for your obscene expenditures for multiple name changes back and forth
again. You're not adding it to the billions you've already spent. 
</p><p><strong>UPDATE:</strong> Called up Cingular this morning and after waiting on hold
for a good 30 minutes. Then after having explained that I paid the balance minus the
termination fee and refused to pay it she put me on hold again, talked to the supervisor
and came back and said that she'd credit the $175 towards the account. Still though,
you're not forgiven Cingular.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Goodbye Bank of America you can keep the trouble.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/15/GoodbyeBankOfAmericaYouCanKeepTheTrouble.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c389c045-f28a-4a81-9045-bb5a1d16ac19.aspx</id>
    <published>2006-01-15T01:48:49.3673266-08:00</published>
    <updated>2006-01-15T01:48:49.3673266-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After being with Bank of America before
I was even really able to get a credit card I've finally thrown them out like a dirty
pair of jeans that are 6 inches too short. What a great feeling. $3000 worth
of debt gone like that. Mmm, thank you MSFT. I'm not really sure why BofA has been
giving me a bad taste lately. I think it's partly due to the regulations that meant
that they had to keep the state banking separate which meant the online banking was
different for WA and CA plus the fact that checks took longer to go through.
<p>
In the end they're history now. No more checking, no more credit cards, no more account.
Now to kill the balance on two more cards then I'm home free.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Forcing Outlook to let you undelete with the help of Exchange</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/10/ForcingOutlookToLetYouUndeleteWithTheHelpOfExchange.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a6f0d361-5b6f-4f1a-a3df-e3a636e2d49f.aspx</id>
    <published>2006-01-10T00:55:24.334-08:00</published>
    <updated>2006-01-10T01:02:06.2720283-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've been getting some spam on my blogs
alias through Exchange despite the fact that I obfuscate the address on the site and
despite the fact I've got the Exchange Intelligent Message Filtering turned on pretty
high. So every so often I go into the Blogs folder in Outlook and hold SHIFT+DEL to
get rid of that bloody email that's trying to sell me 0EM copies of Office and W1ndows.
This last time I accidentally thought the email was highlighted but instead I got
ahead of myself on Remote Desktop and the entire Blogs folder was deleted. 
<p></p><p>
I thought I was out of luck but swore I remembered that Exchange had a way to come
to my rescue. I thought it might be through the Mailbox Recovery Center but oh no.
There's an even more elegant solution. With Outlook 2003 closed do the following:
</p><ol><li>
Click Start, click Run, type regedt32, and then click OK. 
</li><li>
Locate and then click the following registry subkey:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options<br />
Right-click the Options subkey, point to New, and then click DWORD Value. 
</li><li>
Type DumpsterAlwaysOn for the DWORD name, and then press ENTER. 
</li><li>
Double-click DumpsterAlwaysOn. 
</li><li>
In the Value data box, type 1, and then click OK. 
</li><li>
Quit the Registry Editor and start Outlook again. You should now have Recover
Deleted Items under the expanded Tools menu.</li></ol><p>
It should be noted that this works specifically with Exchange when an email rentention
policy has been set up. I've just gone and changed my server to not permanently delete
email from the message store for 14 days instead of the default of 7. Here's a link
to one of the <a href="http://support.microsoft.com/kb/246153">KB articles</a> I've
found with a little more information and <a href="http://office.microsoft.com/en-us/assistance/HA011165281033.aspx">another
via Office Online</a>. For more information on how to configure Exchange to match
your ideal storage limits see this <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;319583#XSLTH3136121122120121120120">KB
article</a>.
</p><p>
After doing a couple quick searches via MSN and Google it appears I'm actually rather
late with coming up with this information. But it's nice to learn littles bits and
pieces like this when you make mistakes :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Ludwig van Beethoven: Symphony No. 6 "Pastoral": Allegretto</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/10/LudwigVanBeethovenSymphonyNo6PastoralAllegretto.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,297bb4ef-62ff-4387-9c2f-bc726fabd5cd.aspx</id>
    <published>2006-01-09T16:24:55-08:00</published>
    <updated>2006-01-10T00:32:12.6100183-08:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">While this piece of music has no lyrics
to quote I feel the need to point it out anyway. Specifically <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8D2B0FA6AB679AFF962A6500AD4C0EC53ECAD1B&amp;sql=43:14663">this
album</a>. I converted it from FLAC and it's absolutely beautiful sadly there's a
couple minor flaws so at some point I'll need to get the CD and re-rip. 
<p></p><p>
Getting back to the point though. Having listened to Beethoven's 9 Symphonies as conducted
by <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8D2B0FA6AB679AFF962A7500FD6C0EC56ECAD1B&amp;sql=41:28409">Harnoncourt</a> and <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8D2B0FA6AB679AFF962A7500FD7C0EA56ECAD1B&amp;sql=41:32591">Karajan</a> I
honestly think this one done by <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8D2B0FA6AB679AFF962A6500AD4C0ED55ECAD1B&amp;sql=41:25169">Gardiner</a> is
one of my most favorite. Akin to his other performances these somehow feel as if they
were being performed with Beethoven himself conducting. At some point I imagine I'll
have I'll three so I'll be able to enjoy any whenever. For now this remains right
up there at the top.
</p><p>
I'm not really sure what it is about this one movement in particular that just hits
that spot. There seems to be a recurring theme to pieces that catch my ear. There
must be something to it which I don't understand. Sadly I lack the real depth of knowledge
to fully describe what it is I'm hearing musically. The easiest way for me to explain
it would be to say that it's the extremely simplistic intricacies that just make me
stop and envision something rather magical. It's as if everything just comes together
and in those few moments' time stops and I'm in those moments' in music. Yes it's
all rather heavenly and clichéd but it's what I have to describe it all.
</p><p>
There's layer upon layer in many musical pieces and unfortunately they're hard to
find these days. While pop music can be complex and can reveal new tid bits after
multiple repeats it's just not the same as hearing a specific instrument
make a clearly defined noise you didn't quite hear the first time. Or having your
spine tingle the first time you hear that crescendo turn into the ultimate climax
to which there can be no opposition.
</p><p><a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8D2B0FA6AB679AFF962A6500AD3C0ED55ECAD1B&amp;sql=42:34821~T1">Ludwig
van Beethoven: 9 Symphonies Disc 3: Symphony No. 6 in F major ("Pastoral"), Op. 68</a>:
Allegretto (Shepherds' song. Joyous thanksgiving after the storm)<img width="0" height="0" src="http://blogs.coreygouker.com/innerworks/cptrk.ashx?id=c8a11eea-4036-4faa-9ae7-44287be20c31" /></p></div>
    </content>
  </entry>
  <entry>
    <title>Step 1, buy T-Mobile PAYG SIM</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2006/01/08/Step1BuyTMobilePAYGSIM.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,05980aed-4bcf-4ff3-a855-d4531a012fab.aspx</id>
    <published>2006-01-08T00:31:12.6335233-08:00</published>
    <updated>2006-01-08T00:31:12.6335233-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">On Friday whilst filling a very strange
craving for some fried chicken, sadly at Claim Jumpers, I stopped by T-Mobile to pick
up a Pay-As-You-Go SIM card for my Nokia 6610. I sold the Audiovox SMT5600 to my sister's
boyfriend for $150 so that's not bad. So before the chicken and just after I did a
double take of what was a very attractive red headed girl in American Eagle Outfitters
I made my way to the T-Mobile shop in the Redmond Town Center. Talked to this guy
Alan who reminded me of someone else. Chatted with the other girl there as well, told
him exactly what I wanted and he knew exactly what I was talking about. It took about
3 minutes and then he handed me the new SIM and some information with a tiny credit
card bill to sign (no contract). That was it.
<p>
The new SIM cost me $50. Which includes 150 minutes which expire in two months. On
the 12th when my Cingular torture expires I'll call up T-Mobile and have them move
my existing number over ontop of the PAYG temporary number which I'm not really using.
</p><p>
It's going to feel fantastic calling up Cingular on the 12th and telling them to piss
off because they're totally ripping me off. I can't wait.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Another Ferris moment via a Bank of America credit.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/12/27/AnotherFerrisMomentViaABankOfAmericaCredit.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3cb5c73a-f976-4251-baf5-5b72d45b2284.aspx</id>
    <published>2005-12-26T16:35:02.4948461-08:00</published>
    <updated>2005-12-26T16:35:02.4948461-08:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Finally went outside to get the mail this
morning. It being boxing day and all. Sadly I think UPS is still taking their sweet
time with my replacement Hitachi HDD. In the mail though in addition to another 7
movies from Netflix, I received a statement from BofA for a credit card I cancelled
a month ago. Apparently there was a periodic finance charge at some point after I
already closed the account, who the hell knows. So I call up, go through their really
stupid voice system, end up just saying customer service to get a human. The recording
says their branch offices are closed on Monday and will be open tomorrow. I think
crap, does this mean they'll hang up now and I'll have to call back tomorrow at work?
<p>
Nope, I get through, talk to the lady and just give my details, say that I received
a statement today for an account I paid in full and closed a month ago. I let
her discover the finance charge. She doesn't say the amount or anything but just says
I'll go ahead and remove that to close the account out permanently. Fantastic, Ferris
powers work again. This time to the tune of $7.33 :-). Sure it's only seven bucks
but under Corey's Law no little amount goes unnoticed. It all adds up, hence why the
Law continues to work.
</p><p>
Though besides the point, I'm curious why the finance charge was at the cash rates
not the purchase rates since I've not done any cash advances or anything of the sort.
Oh well.
</p><p>
Shame the same sort of things don't happen with women I meet.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Feeling a bit dead.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/12/15/FeelingABitDead.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,724b7422-6e08-4c91-8aaf-62ca24089351.aspx</id>
    <published>2005-12-14T22:43:37.6291682-08:00</published>
    <updated>2005-12-14T22:43:37.6291682-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Personal" label="Personal" scheme="http://blogs.coreygouker.com/CategoryView,category,Personal.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I don't mean physically dead or emotionally
dead for that matter. Brain dead just about sums it up. I had started writing about
all the random music that's popped in my head and what not that I've spotted little
bits of being borrowed in an ad or another song or whatever but I ended up just hitting
CTRL+A then Delete. Maybe it's diet, maybe it a big change of plans, or the reasons
for the change, or maybe everything else. On one hand I'm feeling great on the other
I keep having this nagging feeling in the stomach, total opposite of butterflies one
could say. I think I'll just take a little bit, a short hiatus if you will, before
I finish what I was going to write.
</div>
    </content>
  </entry>
  <entry>
    <title>Music for adverts, movies, and television shows. Catchy tunes revealed.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/12/02/MusicForAdvertsMoviesAndTelevisionShowsCatchyTunesRevealed.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a167a186-f682-491f-ad69-4f74600bdfa8.aspx</id>
    <published>2005-12-02T10:01:32.1203708-08:00</published>
    <updated>2005-12-02T10:01:32.1203708-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">One of the things that I find really annoying
sometimes are the moments of listening in to some random audio and there's a
tune I know I know or that I want to know but just can't think of. It may be on the
tip of my tongue but it's just beyond the reach of my memory. It may not just be some
song or some lyrics but may also be the name of an actor whose voice I may recognize.
<p>
Whatever the case I've decided that any time I get one of those itches that I just
have to scratch I figure I'll post it up here so that hopefully later I can remember
what it is that bugged me so much before I found it. Not to mention it may make it
easier for someone to "finally figure it out".
</p><p>
The most recent one was actually rather easy but could have been much more difficult.
One of my favorite programs that I download off the net broadcasted from the beeb
is Top Gear. We finally got the the show in the US yet it's not quite the same. The
producers of the show always seem to pick great music to go with the great cars and
fantastic locations. Problem is, music credits are almost always no where to be found.
Obviously sometimes there aren't even any lyrics or enough to identify the piece.
In the third episode of this season there was one of those.
</p><p>
When I first heard it I thought it would be impossible since there were really no
clear 'notes' and no lyrics, just a smooth melody. I was 100% possitive I knew it.
Maybe 5 minutes later it struck me that the answer was obvious, it was someone well
known for having great ambience and music that really is unique.
</p><p><a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;searchlink=BRIAN|ENO&amp;uid=MIW030512021249&amp;sql=11:5l62mpn39f5o~T1">Brian
Eno</a> (the same guy that did the Windows 95 startup sound).
</p><p>
Here's a <a href="http://www.auroravisions.com/opendir/TopGearBGMusic_BrianEnoAnEnding.wma">clip
of the piece</a> from the show. The melody is "<a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=33:oehqoalarijm">An
Ending (Ascent)</a>" from <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=10:bg2vad3kv8wn">Apollo:
Atmospheres &amp; Soundtracks</a>.
</p><p>
As for the other clips, I'll round up previous discoveries shortly.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Something rotten in the crotch of RSS?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/27/SomethingRottenInTheCrotchOfRSS.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,aa690e1b-e712-4ffd-a025-17039b3cdf73.aspx</id>
    <published>2005-11-27T10:58:23.2058957-08:00</published>
    <updated>2005-11-27T10:58:23.2058957-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Humor" label="Humor" scheme="http://blogs.coreygouker.com/CategoryView,category,Humor.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Going through Scoble's blog, CTRL+Q'ing
the stuff that's duped or isn't so interesting I stumbled upon blogger <a href="http://scobleizer.wordpress.com/2005/11/27/john-doesnt-want-everything-to-be-full-text/">comedy
gold</a>. 
<p></p><p>
The brothers in RSS advocacy aren't in sync anymore. Scoble has unsubscribed from
Pirillo.
</p><p>
Back about 8 months ago in March I <a href="http://blogs.coreygouker.com/CommentView,guid,59cc7b90-b070-4181-9c04-6a0672f386ac.aspx">talked
to Chris</a> about the lack of full text feeds on his blog. He did mention looking
into getting them turned on. At the time though he also suggested I do the incredible
and actually download the webpage (via Fetchlinks for NewsGator).
</p><p>
What the!? Combine this with all <a href="http://blogs.coreygouker.com/CommentView,guid,7fa3f5b0-641d-4dd6-b753-b1d1d9acd7d6.aspx">the
dead blogs</a>. And the <a href="http://scobleizer.wordpress.com/2005/11/27/people-dont-unsubscribe-from-rss-feeds-ive-found/">dead
readers</a>.
</p><p>
Maybe the blubble has burst, dead blogs, dead readers, nothing radically new, major
RSS advocates not even using RSS to the fullest. Tsk tsk... What is going on in the
world?
</p></div>
    </content>
  </entry>
  <entry>
    <title>Why are people searching for this!? "How to self induce vomiting".</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/23/WhyArePeopleSearchingForThisHowToSelfInduceVomiting.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,810d9715-a61f-4116-bb22-52ae8dcc7d2c.aspx</id>
    <published>2005-11-22T20:50:30.257-08:00</published>
    <updated>2005-12-31T13:56:08.2438027-08:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I really don't understand this one. One
of the top ten search queries that people use to find my blog is "how to self induce
vomiting" (the highest by about three times as many hits in case you're
curious is "outlook not responding"). It all started because of <a href="http://blogs.coreygouker.com/2004/09/22/21st+Birthday+Present+For+All+How+To+Self+Induce+Vomiting.aspx">this
blog entry</a> I posted on my birthday last year. I was sick at the time and was trying
to clear up the phlegm in my throat not trying to actually make myself throw up. 
<p></p><p>
Please could someone tell me why this is being searched for? May I suggest searching
something else?<br /><br /><a href="http://search.msn.com/results.aspx?q=eating+disorders">msn</a> | <a href="http://www.google.com/search?q=eating+disorders">google</a> -
eating disorders<br /><a href="http://search.msn.com/results.aspx?q=anorexia+nervosa">msn</a> | <a href="http://www.google.com/search?q=anorexia+nervosa">google</a> -
anorexia nervosa<br /><a href="http://search.msn.com/results.aspx?q=bulimia+nervosa">msn</a> | <a href="http://www.google.com/search?q=bulimia+nervosa">google</a> -
bulimia nervosa<br /><a href="http://search.msn.com/results.aspx?q=binge+eating">msn</a> | <a href="http://www.google.com/search?q=binge+eating">google</a> -
binge eating<br /></p><p>
Go to <a href="http://www.webmd.com/">WebMD</a>. Search WebMD for help about <a href="http://www.webmd.com/search/search_results/?query=eating+disorders&amp;filter=mywebmd_all_filter">eating
disorders</a>.<br /><br />
See your doctor! Please do something, it's not healthy.
</p><p>
Finally, good luck, I hope that if you suffer from an eating disorder you'll be able
to get help.
</p></div>
    </content>
  </entry>
  <entry>
    <title>An even better way to convert FLAC to WMA and MP3 with Nero.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/21/AnEvenBetterWayToConvertFLACToWMAAndMP3WithNero.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,266fd34b-9c2f-44de-90b2-8fe3e2d56a13.aspx</id>
    <published>2005-11-20T23:51:48.807-08:00</published>
    <updated>2005-12-17T02:03:11.553463-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">In my <a href="http://blogs.coreygouker.com/CommentView,guid,3d54b46a-fe2c-44ee-98d3-a35e8a8a7e17.aspx">last
post about FLAC</a> I talked about how to convert <a href="http://flac.sourceforge.net/">FLAC</a> (<a href="http://en.wikipedia.org/wiki/FLAC">Free
Lossless Audio Codec</a>) using <a href="http://www.adobe.com/products/audition/">Adobe
Audition</a>. That works just fine. But what I wanted was to not have to run the individual
files through Windows Media Player manually entering in data. So this time around
we'll do it much more fluidly. 
<p></p><p>
Basically what we do is take our copy of <a href="http://ww2.nero.com/enu/Nero_7_Ultra_Edition.html">Nero</a> then
download and install the <a href="http://www.bitburners.com/Software/Download/Audio_Software_and_Encoders/Nero_Audio_Plugins/FLAC_v1.0.0.33/">plugin
for FLAC</a>. Default location for plugins being C:\Program Files\Common Files\Ahead\AudioPlugins.
</p><p>
At this point go through the normal Audio CD creation process using Nero. If the FLAC
comes with a CUE file, just drap and drop the CUE file. If not, hopefully the tracks
will be numbered, just drag and drop those.
</p><p>
Burn the project using the Image Recorder setting. Save the NRG file somewhere. Then
mount the file using Nero ImageDrive. Once this is done open up Windows Media Player
and enjoy. You should find that by going to the Rip pane WMP automatically finds all
the track information with album art. Hug the wonderful code behind this one that
analyzes things for you. Then rip to WMA VBR or MP3 and not have to worry about the
metadata.
</p><p>
I should also mention that if you're a fan of the <a href="http://en.wikipedia.org/wiki/SHN">SHN (Shorten)
codec</a> you can download <a href="http://www.bitburners.com/Software/Download/Audio_Software_and_Encoders/Nero_Audio_Plugins/Shorten/">this
plugin</a>. Then just convert the files in the same way.
</p><p>
If you're a fan of WMA and the way WMP manages your media as I am this is probably
the easiest solution for making sure WMIS (Windows Media Information Services) gets
things right. :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Sugababes meet Tina... Ms. Turner, meet the Sugababes.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/18/SugababesMeetTinaMsTurnerMeetTheSugababes.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d71f5bce-a058-47cc-8b29-3c3ec5b0a2af.aspx</id>
    <published>2005-11-17T18:14:56.6245531-08:00</published>
    <updated>2005-11-17T18:14:56.6245531-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">At long last, since I heard the bloody song
in the UK I've finally realized what the <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;opt1=1&amp;sql=Sugababes">Sugababes</a> "Push
The Button" reminded me of. Why yes, it's "the most dynamic female soul singer in
the history of the music", <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;opt1=1&amp;sql=Tina+Turner">Tina
Turner's</a> "<a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;token=ADFEAEE4781AD24FAF7020C59F3864C8A161FD1BDF55F39D172F444692B63E45911973EC4CE9D8CCAEFB72AB7BAFFF2BE85305D3C2E455FFCC0640&amp;sql=10:ast67ur0h0jj">The
Best</a>". It seems blatantly obviously now that I've got both and merged them together.
But when you don't have any words pop in your head at the time it's quite difficult
to remember anything and use Google to help. Oddly it was playing Push The Button
and somehow remembering a cruise line advert that used The Best the suddenly triggered
the connection. Not being a huge fan of either of them it's just nice to finally put
this one to rest. I just can't stand when I can't place a connection when I'm 100%
possitive there is one.
<p>
To relieve anyone else that swore Push The Button reminded them of something, here's
a <a href="http://www.auroravisions.com/opendir/TinaTurnerSugababes.wma">WMA to confirm
things</a> for you. :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>So MSFT hit $28/share, a 52 week high.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/17/SoMSFTHit28shareA52WeekHigh.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,27342ab0-4ff0-4bc0-951e-278b423f53b3.aspx</id>
    <published>2005-11-17T07:04:11.9743436-08:00</published>
    <updated>2005-11-17T07:04:11.9743436-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Then 106,435 shares were sold and I'm still
waiting and seeing if I should sell my 100 shares. I want $28.50 now, fingers are
crossed.
</div>
    </content>
  </entry>
  <entry>
    <title>Switching from Cingular to T-Mobile's Pay As You Go</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/16/SwitchingFromCingularToTMobilesPayAsYouGo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ae20115b-83dd-4cbf-b436-57f3a63dad44.aspx</id>
    <published>2005-11-16T12:07:06.3830507-08:00</published>
    <updated>2005-11-16T12:07:06.3830507-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">And I just wish I could've done it quicker.
In the past year I've been with AT&amp;T / Cingular on the cheapest $39.99 plan I've
had the following available to me, 400 + an additional 50 free minutes and Unlimited
Nights &amp; Weekends. Oh and 0 SMS with the cost per SMS at $.10, great really. Not.
At least not when you send a max of 5 SMS per month and haven't had a single month
in which you went over 100 minutes.
<p>
Making matters worse I've never had a bill that's run my $39.99. This month I just
paid $52.07, previous month was $53.55, etc. All that for my wonderful 100 minutes
max usage. So rather than paying $.10 a minute or something reasonable I've been paying
close to $1.92 a minute. Screw that.
</p><p>
Having just called Cingular to verify my contract end date I just received more bad
news. I bought the phone off Amazon on November 10th so I thought my contract was
already up. Apparently not, I was originally in San Jose with a 408 number but switched
to a 425 number when I found out I was moving up to Redmond to work for Microsoft.
I did that on January 12th, and so I've been told that Cingular created a entirely
new service contract for me thus renewing my contract till January 12th, 2006. Grand.
</p><p>
So there you have it, hopefully, with fingers crossed, I'll be switching to <a href="http://www.t-mobile.com/plans/default.asp?tab=payasyougo">T-Mobile's
PAYG service</a> on January 12th, 2006. I've also been told that T-Mobile with transfer
my number, though of course if my PAYG expires then I'll lose the number. Oh well.
</p><p>
Since I've not got any data services, which is another story, I figure I'll be saving
myself about $43 every month. I'll start out with only the SIM and activate with the
$25 card which should give me 130 minutes, that'll probably last 2 months. Then I'll
pay $100 for 1000 minutes, those will expire after 1 year, not bad but not as good
as PAYG in the UK :-(. Figuring I make less than 100 minutes of calls every month
I figure that one payment of $100 will last a full year.
</p><p>
Total savings after switch, $524!!! Man that'll be a good feeling.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Wow, I so have to do that. Biquad dish antenna for WiFi...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/15/WowISoHaveToDoThatBiquadDishAntennaForWiFi.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ba1a636a-2044-4184-84b1-33159f38c802.aspx</id>
    <published>2005-11-15T13:41:36.876-08:00</published>
    <updated>2005-11-15T13:42:43.3454488-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Am totally impressed by <a href="http://www.engadget.com/entry/1234000830068005/">this
how to</a> I just finished reading on Engadget. I'm keeping an eye out for any dead
looking dishes now...
</div>
    </content>
  </entry>
  <entry>
    <title>How many corporate blogs are dead or dying?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/15/HowManyCorporateBlogsAreDeadOrDying.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7fa3f5b0-641d-4dd6-b753-b1d1d9acd7d6.aspx</id>
    <published>2005-11-15T09:11:10.007-08:00</published>
    <updated>2005-11-15T09:20:26.757329-08:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://spaces.msn.com/members/messengergeek/Blog/">Jon</a> and
I were both shocked this morning when we noticed that <a href="http://www.codevoid.net/">Dom</a> actually
updated his <a href="http://blogs.msdn.com/dhopton/archive/2005/11/14/492722.aspx">blog
on MSDN</a>. The shocking part was probably that one of the many <a href="http://blogs.msdn.com/">Microsoft
blogs</a> that have made their way into our "Abandoned" folders actually got a new
post. Dom's post gap? 10 months to the day, 304 days total! The shame. What's the
point? :-) 
<p></p><p>
So I've got a question. How many blogs at Microsoft and other corporations and such
have been like this? I ask why bother? I mean so many softies have blogs that are
like this. They post 5 or 6 posts within the first 2 months. Then every so often (every
304 days) they post a random thing asking for opinions or feedback or about a meeting
or something along those lines. Then expect to get some sort of response or readership.
</p><p>
Dom, I already know your argument for not posting so often. You want there to be some
value for your reader and yet you can't talk about some things that are under NDA.
Plus you don't want to mix personal life and work. Plus you don't want to drop your
other commitments at work. Make up your bloody mind already. Keep the blog and post
something or just kill it.
</p><p>
There is of course the exception. But generally I think the majority of softies that
started a blog have probably just let them die.
</p><p>
So many personal blogs are like this as well so corporate blogs definitely aren't
in the minority. I suppose I'm not one to talk either, if you look at <a href="http://blogs.coreygouker.com/Archives.aspx">my
archive</a> you can definitely see the gaps and low posting trends every so often.
</p><p>
My closing point may be that could it be a good time for corporate bloggers to change
the way they go about blogging?
</p></div>
    </content>
  </entry>
  <entry>
    <title>World's Best (Now Live) Messenger App.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/15/WorldsBestNowLiveMessengerApp.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,14d7a453-e12b-40e2-aad0-89110cce0c98.aspx</id>
    <published>2005-11-14T18:20:28.038-08:00</published>
    <updated>2005-11-11T18:20:28.0380796-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I honestly can't believe <a href="http://spaces.msn.com/members/messengergeek/Blog/cns!1piLpB95keNMMnW16tydTd7g!160.entry">Jon's
web app</a> still isn't up on the <a href="http://www.worldsbestapp.com/">World's
Best App</a> contest. He showed it to me before the contest was even started and continued
to improve it till they opened up the submissions. With the admission that Jon isn't
the only one having issues getting their app even added to the site wouldn't that
lead someone to say, "hmm this contest isn't quite going right is it". Then just postpone
the timeline till things are sorted. At the same time whoever is running the contest
doesn't seem overly concerned with their rules as there's at least one non game app
that totally ignores them. At any rate, you'd think even a simple contest could be
pulled off without issue but I guess not. Maybe they should take a lesson from other <a href="http://www.startsomethingpc.com/">MS
contests</a> that seem to be doing well...
<p><strong>UPDATE: </strong>After nearly a month, 29 days, since Jon submitted his
app it's now live. So <a href="http://www.worldsbestapp.com/EntryDetail.aspx?Value=9KqM%252bfxvkIK6sNlFMpmhghdZesX82%252bd4F6%252ftbjl6W8U%253d">click
here</a> to check it out and vote for the world's best messenger app.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Getting OWA Forms Based Authentication working with RPC over HTTP... Finally</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/11/GettingOWAFormsBasedAuthenticationWorkingWithRPCOverHTTPFinally.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5c94fda5-55ff-4050-b0d7-4f483bbe3ffd.aspx</id>
    <published>2005-11-10T22:12:29.943-08:00</published>
    <updated>2005-12-16T08:53:58.274228-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After having 3 other MVP's help me, a former
MVP who I know (he works on Exchange now) help me, I finally decided to just call.
I was on hold for over an hour apparently, I didn't notice or anything since I had
the headset around my neck with the volume down. It was a bit odd since it was about
3AM. He was on EDT so obviously on the night shift. Anyway rather than get into details
of the call I'll just say it was great, the guy that helped me was great, deserves
a 4.0 just for getting things working when no one else could. 
<p></p><p>
This should be a lesson for anyone that has any sense or say on Exchange. Make the
setup of OWA, FBA, RPC, etc all much easier. In terms of the things we did to make
RPC work in the first place with FBA, we only checked the settings and modified one
registry setting (we specified port 6001 and 6002 separately rather than doing what
the KB suggests which is server:6001-6002;). Even then it didn't work, we double checked
everything again redid some settings that didn't change (just for verification). Then
magically everything worked. Except FBA.
</p><p>
To get that working he had to look through the KB and find some mysterious article
that wasn't even released to the public yet. Here's a copy of the resolution for those
that are curious. You'll need <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;232068">MetaEdit
2.2</a> (ignore the IIS6 warning) / Metabase Explorer from the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&amp;displaylang=en">IIS6
Resource Kit</a>. After you get MetaData Edit you browse to the virtual server that's
running OWA, go to the Rpc directory and in the right pane create a new DWORD with
the value of 45054. Now just do an iisreset and things magically work. Oh and it should
be noted that according to all the KB articles I found there was nothing wrong with
my configuration and all the settings and such were correct to begin with. Here's
the full text and a few more links that will help one down the path of agony:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font color="#808080">PROBLEM<br />
========<br />
Scenario:</font></p><p><font color="#808080">1) Manually create a secondary HTTP VS in ESM (so we're not
using "Default Website")<br /></font><font color="#808080">2) Install RPCproxy and manually create the /rpc directory
in this secondary HTTP VS through IIS Admin<br /></font><font color="#808080">3) Install an SSL cert onto the secondary HTTP VS<br /></font><font color="#808080">4) Enable Forms Based Authentication (FBA).</font></p><p><font color="#808080">After step 4, the RPC-over-HTTP functionality will be broken.
Attempts to manually navigate to the </font><a href="https://server/rpc"><font color="#808080">https://server/rpc</font></a><font color="#808080"> directory
will bring up the FBA sign-in screen rather than a prompt for credentials and a permissions
error as expected.</font></p><p><font color="#808080">RESOLUTION<br />
==============<br />
This is because the OwaLogon ISAPI filter is installed to the entire secondary HTTP
VS when FBA is enabled. This includes all of the subdirectories of this secondary
HTTP VS on which it is not explicitly excluded. Since the /rpc directory was created
within IIS Administrator (not ESM), it is not affected by DS2MB metabase replication
and should not be overwritten. The filter setting can be bypassed for the /rpc directory
by setting property 45054 to "0" on this directory.</font></p><p><font color="#808080">Steps:<br /></font><font color="#808080">1) Open up Metaedit.<br /></font><font color="#808080">2) Navigate to the LM\W3SVC and then navigate into the
proper HTTP VS (in my case it was 100)<br /></font><font color="#808080">3) Click through "root" and onto "rpc".<br /></font><font color="#808080">4) In the right pane, verify that 45054 is not listed.
If it is, we will modify. If it is not, we will create.<br /></font><font color="#808080">5) Assuming it's not listed, right click in the right-pane
and select "New-&gt;Dword".<br /></font><font color="#808080">6) If you get an error about "trying to get property
names", simply click OK. This can be ignored; not all properties are named.<br /></font><font color="#808080">7) Leave the ID drop-down as "(Other)", but change the
number from "0" to "45054".<br /></font><font color="#808080">8) Check the Inherit attribute.<br /></font><font color="#808080">9) Set the "Data" field to "0" at the bottom and click
OK.</font></p><p><font color="#808080">With this change in place, both FBA and RPCHTTP should function
on a secondary HTTP VS.</font></p><p><font color="#808080">KB ARTICLE FOR RPC OVER HTTP:<br />
==========================<br /></font><a href="http://support.microsoft.com/?id=833401"><font color="#808080">http://support.microsoft.com/?id=833401</font></a></p></blockquote><p dir="ltr">
1. <a href="http://www.microsoft.com/technet/prodtechnol/exchange/2003/library/ex2k3rpc.mspx">LINK</a> -
Exchange Server 2003 RPC over HTTP Deployment Scenarios<br />
2. <a href="http://www.microsoft.com/technet/prodtechnol/exchange/guides/E2k3RPCHTTPDep/48d6d03d-64c2-470f-9561-6de9003effe4.mspx">LINK</a> -
How to Deploy RPC over HTTP for the First Time on Exchange Server 2003 SP1, No Front-End
Server<br />
3. <font color="#003300"><a href="http://support.microsoft.com/?kbid=833401">LINK</a> - </font>How
to configure RPC over HTTP on a single server in Exchange Server 2003<br />
4. <a href="http://support.microsoft.com/?kbid=831051">LINK</a> - How to use
the RPC Ping utility to troubleshoot connectivity issues with the Exchange over the
Internet feature in Outlook 2003<br />
5. <a href="http://support.microsoft.com/?kbid=827330">LINK</a> - How to troubleshoot
client RPC over HTTP connection issues in Office Outlook 2003<br />
6. <a href="http://support.microsoft.com/?kbid=817379">LINK</a> - Exchange ActiveSync
and Outlook Mobile Access errors occur when SSL or forms-based authentication is required
for Exchange Server 2003
</p><p dir="ltr">
And finally the steps above for RPC over HTTP with OWA FBA is a yet to be released
KB article so I can't reference it, but maybe a search for 45054 might reveal something.
</p><p dir="ltr">
If you're having trouble with OWA FBA or RPC over HTTP, post in the comments and we'll
see about triaging the issue and maybe get it working :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Media Center MVP's discuss DRM, including Fair Use Law, Sony's idiotic mentality, etc.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/10/MediaCenterMVPsDiscussDRMIncludingFairUseLawSonysIdioticMentalityEtc.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3f83e01e-481c-443b-be42-4dfa0ecd74b6.aspx</id>
    <published>2005-11-10T03:39:29.078-08:00</published>
    <updated>2005-11-10T03:41:47.703125-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://logicsmith.blogspot.com/">Dana
Cline</a> has started up a new site called <a href="http://www.fairuselaw.com/">FairUseLaw.com</a> which
goes into some good detail and provides links to further information regarding Fair
Use, Broadcast Flags, DMCA, EFF, etc. Nice round up of important information regarding
the issues. 
<p></p><p>
At the same time <a href="http://www.iandixon.co.uk/">Ian Dixon</a> has new <a href="http://www.thepodcastnetwork.com/mediacenter/2005/11/10/the-media-center-show-32-drm/">new
podcast up</a> about DRM. On the show they have "Bob Weber Rights Management
expert and Marcus Matthias from Microsoft talking about DRM (Digital Rights Management),
what it is, why we have it, what is means to us and the future of DRM in Vista".
</p></div>
    </content>
  </entry>
  <entry>
    <title>Finally a new theme and header image.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/08/FinallyANewThemeAndHeaderImage.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ad077314-8612-45aa-9ba0-bf44fd06d3bb.aspx</id>
    <published>2005-11-08T01:30:52.3624313-08:00</published>
    <updated>2005-11-08T01:30:52.3624313-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I created a nice little task for myself
this week and figured I'd start early. I expect some more changes and updates soon
but for the time being I've switched to a new theme. It's basically just the Essence
theme created by <a href="http://jelle.druyts.net/">Jelle Druyts</a> for <a href="http://sourceforge.net/projects/dasblogce">dasBlog</a>.
I've modified it quite a bit, swapping the text sides, making the body wider, fixing
a minor bug with the columns stacking when in windowed mode, and I popped in a header
image. Picking an image was quite hard since there's only 100px in height to work
with, etc. I'll most likely change it out over time. For those that read in a
RSS reader it won't mean any difference. I just had to do it since I got sick of seeing
the same thing when I went to manage the blog here. I also added the <a href="http://geourl.org/near/?p=http://blogs.coreygouker.com">GeoURL</a> info
to the metadata as well. More changes soon. :-)
</div>
    </content>
  </entry>
  <entry>
    <title>It will go up, it will go up...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/07/ItWillGoUpItWillGoUp.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a810f74a-d5df-403c-b0f2-485110be5a8a.aspx</id>
    <published>2005-11-06T16:54:51.358-08:00</published>
    <updated>2005-11-06T16:55:16.1868318-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Come on <a href="http://moneycentral.msn.com/scripts/webquote.dll?iPage=qd&amp;Symbol=MSFT">MSFT</a>,
fingers crossed, hit $28 hit $28. Of course that's if I really want to sell to pay
off a bit of the student debt I have. It seems to make sense when what I'm earning
on MSFT is far far less than the interest I'm paying on my loan.
</div>
    </content>
  </entry>
  <entry>
    <title>Switching from one evil to another...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/05/SwitchingFromOneEvilToAnother.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b5ab0331-5ab2-46a2-80d0-13d8f2a2ee40.aspx</id>
    <published>2005-11-05T02:32:35.804-07:00</published>
    <updated>2005-11-05T02:33:34.0613975-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Sorry to say it <a href="http://chris.pirillo.com/">Chris</a>,
but you won't be any happier <a href="http://chris.pirillo.com/blog/_archives/2005/11/4/1345092.html">with
Cingular</a>. Sadly I think the sentiment and frustration with mobile service providers
and land line providers is growing more than ever. It's not just a feeling us geeks
have either. When I was in England I absolutely loved the service I received there.
With any of the providers you got all your incoming calls and texts for free. None
of this minutes bull. Texts were on average 6-10p per message (cheaper if you had
a good contract). Most average contracts include 300-500 texts per month with 100-500
minutes. As an example lets look at O2 (the provider I had in the UK), here's the
plans <a href="http://shop.o2.co.uk/shop/o2uk/jsp/tariffs/selectTariff.do?tariffPageView=PayMonthly&amp;pageTab=12Month">they
offer online</a>. 200 minutes to any mobile and 500 texts for £30 on a year contract,
so you might be thinking "that's not a lot of minutes". Well it doesn't have to be,
you don't pay to receive calls. You might ask about the phones you can get. Well surprise,
take one of the most popular phones out right now, the Moto V3, that's free,
the Rokr, that's free too. So I'm not totally biased here. Personally I still felt
as if I was being screwed for the service I received even while in the UK. I didn't
think it was good value for money either. The main point I'm trying to make is that
in the US we're being screwed on these huge 2 year contracts for phones that we've
still got to pay $100+ for when in the UK they're getting them free on 1 year contracts
and getting free upgrades every renewal period. I paid £25 for a Nokia 6610 (unlocked) when
I first got to the UK on a 1 year contract with O2. When I came home, about 3 months
later, I was disgusted when I saw the same phone just finally come available and be
marketed as new and such, price, $249 on a 2 year contract. Please tell me why, how
does that make sense? 
<p></p><p>
I get this feeling that the US carriers are just happy and giddy that they've pulled
off the most amazing trick. They've managed to make America forget about the rest
of the world. I highly doubt the average person realizes that everywhere else people
don't pay to receive incoming calls (or incoming texts [see T-Mobile US]). And in
other countries they certainly don't pay an arm and a leg for 2 year contracts and
new phones. Plus just look at how Sprint, Verizon, etc can manage to just not
have phones that only work in the US. They've certainly managed to maintain the existing
America is the world mentality. Sadly it's not like things are better in the north,
Canada has it even worse, some there even pay for voicemail. How much is the <a href="http://www.shoprogers.com/store/wireless/products/phones/products_details.asp?shopperID=WUM1G7H35K4D8JCRLDFBT769G0LCBH9D&amp;PRODUCTID=V3BLACK&amp;summary=1">V3
with Rogers</a> in Canada? Currently $99 CAD on a 3!?!? year contract, $375 CAD
on a 1 year contract!
</p><p>
Yet all of us in North America continue to pay. So many of us are just fed up and
switch from one provider to another only to find they are all horrible thieves that
continue to think we'll just love them for the same crappy service that's so
behind the times.
</p><p>
I think secretly the reason why so many of us are dying for good data plans on mobile
networks is so that we can just give the service providers the finger and start using
VoIP. Heck I know I am. If I had my way, I'd use the data services while out and about
to make VoIP calls and use Messenger. Then when near an open WiFi node, use that.
How many of us would just die for a plan that provided unlimited data with say 100-300
minutes (just in case) for $20-40/mo. I know I would.
</p><p>
Don't get me started on landline providers. The idea of choice there is a joke. So
many areas are still only served by one provider when it comes to the basic local
line. It's horrible. I've been trying to get my Mom off of Verizon's land line service
which costs her something like $70/mo for unlimited US and Canadian calls and onto
Vonage purely because of the huge price difference. She's tied to it because Vonage
doesn't currently let her keep the number she's had for over 5 years now. For those
in reach of cable internet there's a huge opportunity there to just be rid of a land
line completely. The service speeds and reliability are probably good enough to just
get a good VoIP service (Vonage being one, Lingo not) and save a huge amount of money.
</p><p>
Please tell me when will things finally change for the better? Maybe I've
become far too cynical or far too impatient, I have just about lost any faith that
consumers have anything going for them anymore. That's <a href="http://arstechnica.com/articles/culture/analog-hole.ars">another
story</a> though...
</p></div>
    </content>
  </entry>
  <entry>
    <title>Warning to all Creative Zen Portable Media Center owners, your battery may explode.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/03/WarningToAllCreativeZenPortableMediaCenterOwnersYourBatteryMayExplode.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,082f4351-6a06-45ad-87ef-4166835f5a1d.aspx</id>
    <published>2005-11-03T03:15:56.855-07:00</published>
    <updated>2005-11-03T03:18:53.8749117-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">The other day I showed both the iRiver and <a href="http://www.creative.com/products/product.asp?category=210&amp;subcategory=211&amp;product=9882">Creative Portable
Media Center</a> to my cousin. Tried turning both on and both didn't work, figured
the battery had died in both. Today I finally remembered to plug them in to charge
to test them out. I noticed the Creative had this black spot in the top right corner
of the screen and some weird dark thing going on. Tried powering it on while plugged
in and nothing. Figured I should reset it. Tried opening the back but couldn't. Pressed
down hard enough and finally got the case open. Sure enough the battery exploded.
It damaged the screen and everything else. The entire unit plus the battery will need
to be replaced. It's been sitting on my desk in the same spot for over 6 months now.
It's not been hot and it's not been cold so who knows. 
<p></p><p>
Here's the important information about the battery for reference:<br /><font face="Courier New">Model Number:   PMA-BA0001<br />
Date Code:      SMMJDHBC<br />
Part Number:    BA20603R79913</font></p><p>
Oh and here are four pictures for your viewing pleasure. While stating that the battery
"exploded" would be pushing it, the battery definitely expanded. Note the curve in
the plastic:<br /><a href="http://www.auroravisions.com/opendir/PMC/DeadBattery/IMG_4327.JPG">Photo
1</a> - shows battery standing<br /><a href="http://www.auroravisions.com/opendir/PMC/DeadBattery/IMG_4326.JPG">Photo
2</a> - shows battery lying down<br /><a href="http://www.auroravisions.com/opendir/PMC/DeadBattery/IMG_4323.JPG">Photo
3</a> - shows pmc screen distorted in bottom left<br /><a href="http://www.auroravisions.com/opendir/PMC/DeadBattery/IMG_4325.JPG">Photo
4</a> - shows pmc screen with spot in top right
</p><p>
So while the Creative PMC may have the best battery life of the PMC's be warned that
it's physical life may be short lived.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Mmm, the lovely sight of Black Cab's</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/01/MmmTheLovelySightOfBlackCabs.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,dede0ddf-b1d5-4269-8263-6b2691ef7329.aspx</id>
    <published>2005-11-01T16:10:57.711-07:00</published>
    <updated>2005-11-01T16:11:31.352181-07:00</updated>
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://blog.opennetcf.org/afeinman/">Alex</a> posted
a <a href="http://blog.opennetcf.org/afeinman/PermaLink,guid,3730d6fd-0757-4fe3-a461-591623e3d5d3.aspx">fine
image</a> of some Black Cab's from San Francisco today. Geez are they a sight for
sore eyes. I really miss black cab's. Reasons why they're better than crappy Crown
Vic's: can easily hold 5 people (6 if they're drunk), are really comfy, have plenty
of space for luggage if there's only two or 3 people (there are two extra seats that
fold up that face back-wards), get better gas mileage, oh and they're British :-).
I really hope and can't wait till they make it here. Hopefully they'll invade all
the major cities to start then invade the rest of the country. Down with Crown Vic's
and up with Black Cab's. God Praise the Queen!
</div>
    </content>
  </entry>
  <entry>
    <title>Windows Live Messenger comments...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/11/01/WindowsLiveMessengerComments.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,82fee187-87d8-4e6d-b32a-aff684b76fd4.aspx</id>
    <published>2005-11-01T14:32:07.62-07:00</published>
    <updated>2005-11-01T14:32:55.2603438-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Without writing anything of my own I'll
simply <a href="http://spaces.msn.com/members/messengergeek/Blog/cns!1piLpB95keNMMnW16tydTd7g!147.entry">link
to Jon</a> which is just spot on. I'll only add the following: 
<p></p><table id="table1" cellspacing="0" cellpadding="2" width="500" border="0"><tbody><tr><td><font size="1">PS3</font></td><td><font size="1">vs.</font></td><td width="400"><font size="1">Xbox 360 Core System, okay so Xbox 360 to be fair.</font></td></tr><tr><td><font size="1">iPod</font></td><td><font size="1">vs.</font></td><td width="400"><font size="1">PlaysForSure, Portable Media Player, Digital Media Player (everyone
vs. iPod hasn't come together and decided on anything coherent).</font></td></tr><tr><td><font size="1">Mac OS</font></td><td><font size="1">vs.</font></td><td width="400"><font size="1">how many version names of Windows.</font></td></tr><tr><td><font size="1">Google</font></td><td><font size="1">vs.</font></td><td width="400"><font size="1">MSN Search</font></td></tr></tbody></table><p>
I don't know how many Microsoft people I've heard discuss how the company has a serious
naming problem. It's not really a matter of brand recognition either since everyone
recognizes Windows, MSN, and Xbox. But like so many have said, who wants to MSN Search
it, or play music on their PlaysForSure Portable Media Player.
</p><p>
Why bother making great products if you're just going to destroy them with long in
the tooth naming.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Finally freed, Audiovox SMT5600 unlocked from the devil, AT&amp;T/Cingular</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/09/27/FinallyFreedAudiovoxSMT5600UnlockedFromTheDevilATTCingular.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ccf8cfb7-1bbd-4a35-b17c-c55eeb1c0e7a.aspx</id>
    <published>2005-09-27T03:06:07.747-07:00</published>
    <updated>2005-09-27T03:07:27.4673921-07:00</updated>
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Granted, I'm still under contract with Cingular
but I've finally gotten around to SIM <a href="http://www.spv-developers.com/forum/showthread.php?t=267&amp;page=2&amp;pp=10">unlocking</a> the
SMT5600. There's this nice little zip file on the forums, smt5600_unlock.zip, which
lets you unblock the SIM lock on the phone. You need to have ActiveSync installed
and then you have to run the app provided, restart the phone, and that's pretty much
it. 
<p></p><p>
To test I popped in Jon's Rogers SIM card from Canada and it connected to T-Mobile
here just fine. Thank you to whoever first figured out how to unlock this thing and
thank you MSN Search and Google for leading me to it and not forking over 20 quid
to unlock it from one of those UK sites.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Lost my good dog Bear.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/09/15/LostMyGoodDogBear.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5f963ea9-5ed8-4322-b275-1dfd7907091e.aspx</id>
    <published>2005-09-15T05:11:12.9240844-07:00</published>
    <updated>2005-09-15T05:21:09.9923632-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <img alt="Bear" hspace="5" src="http://www.auroravisions.com/opendir/bearblurred.jpg" align="left" vspace="5" border="0" />Can't
remember the year exactly when we first got her. The man at the feed shop said that
if we bought an extra bag of food for our first dog Mickey (also gone now) that we
could pick another dog from outside for free. There were at least a dozen out there
and I just picked the one in the corner that didn't really look like any of the others.
Turns out she was a Coydog, so the father was a coyote and the mother a german shephard
and chow mix. 
<p></p><p>
My new mutt. 
</p><p></p><p>
At some point we took her to a friends place and noticed she had ticks. Probably why
the guy wanted to get rid of them as quickly as possible. So one by one we removed
them all. Next few days she got more energy and such. I think that was 8-10 years
ago now.
</p><p>
Sadly this morning while still in Manchester, I got the following messages from my
Mom:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font face="Courier New" color="#808080" size="1">Session Start: Wednesday, September
14, 2005<br /><br />
[07:30:40 PM] Gale Obler: Corey I have some very sad news that I wish I did not have
to say. But Bear passed away about a hour ago. I think she had a heart attack. She
was in the kitchen. We just finished burying her. The sun was going down in a really
pretty sunset and the moon was rising. I smudged her and said some prayers. We buried
her by this little Joshua Tree on the west side of the yard, the side the pine tree
is on.<br /><br />
[07:33:08 PM] Gale Obler: I think she has not been her self since about the same time
Aunt Lillie died. When I was in Virginia, Al said she had barfed. Then since then
she has thrown up a couple of times. I thought it was the canned dog food. But she
had not been wanting to eat most food.<br /><br />
[07:36:29 PM] Gale Obler: She had been out side with me while I was working. I just
came in side and was giving her fresh water. She laid down in the kitchen floor near
the door. Then she started breathing very heavy and weird. I still am in denial about
it. I kept on thinking she was breathing. But she was not.<br /><br />
[07:37:04 PM] Gale Obler: I love you and I really wish you would respond back if you
are there, please.<br /><br />
[07:58:07 PM] Gale Obler: I am sorry guess it is 4am there. You are probably asleep.</font></p></blockquote><p>
It's a shame I wasn't there but I guess that couldn't be helped. Think I'll wait a
bit before I get a new dog. Was hoping though that when my Mom moved up to Washington
later this year or early next that she could've brought Bear with her. Thanks Bear
for being a great dog. :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>"Here at BA we'll do everything we can to make you comfortable, except feed you."</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/08/18/HereAtBAWellDoEverythingWeCanToMakeYouComfortableExceptFeedYou.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,485d0432-9157-464b-b8a1-0bcae97deb74.aspx</id>
    <published>2005-08-17T23:48:38.900422-07:00</published>
    <updated>2005-08-17T23:48:38.900422-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So BA flight 48. The Ferris factor didn’t
really strike this time around. I don’t think it had a chance to. I mean the entire
flight went pretty much normal and the snafu with Gate Gourmet really doesn’t seem
to affect that much. If anything this was one of the most painless international departures
I’ve ever been on. For a start I did BA’s online check-in. So I had my boarding pass
about 11 hours before the flight was set to depart. Then when Dom dropped me off at
SeaTac I just walked up to the check-in desk and handed the lady my bag and passport.
She just verified my home laser printed pass okay and sent me on my way. Mind you
there was only one person in front of me. I think that’s because the quick bag drop
off shared the counter with the First Class counter. Anyway, it went by so fast she
didn’t even ask me if I had a bomb or if I had knives or anything like that. She didn’t
tell me which gate to go to. And she totally forgot to give me my $20 food voucher.
Then again I totally forgot as well. I only remembered when I went for my grande soy
caramel macchiato.
<p>
Some family was in front of me and loaded up on $60 worth of random Starbucks food
which was ridiculous. Got to the gate and asked the guy about the voucher. Noticed
he already had my seat number written down on paper to remember to give me a voucher.
Not bad… Apparently one could only use the voucher at one location and couldn’t get
change. Guess that explains the Starbucks family. Sitting and waiting, no WiFi, where’s
T-Mobile HotSpots when you need them. WayPort and Cingular for $7 and $10 respectively,
I think not.
</p><p>
For about $19 I managed to get two sandwiches (one of which is probably all soggy
by now, yuck, wet bread), 4 cookies, and a croissant. Won’t be too bad if I can make
it last the 9 hours for the flight. Oh and when we boarded they had the all day deli
ready made junk to hand out. So yet more food. As long as there’s some wine I’ll be
okay.
</p><p>
The chav’s (most likely from Stoke) are just annoying me as we board. The one girl
is in a Mackenzie track suit which is obviously 3 sizes too small for her. The dad
is wearing a track suit bottom and a England football jersey plus a chavtastic jumper.
Some other girl with them is in full decked out Burberry. I just want to yell chav
at the top of my lungs and get the camera to film the aftermath. On the other hand
there’s a much more reasonable English family on the other side of me. Quite posh
sounding accent though I can’t place it. The Dad has called his daughter by “darling”.
So south, somewhere. Probably on the beach, undoubtedly with a yacht just down the
road docked at the marina.
</p><p>
Oh how I miss the English accent. It really is a thing of beauty. So many varieties
to choose from,
</p><p>
With just barely enough room to type I think I’m already getting carpel tunnel. The
X1 is the first laptop I’ve been able to get out and use without having the screen
and keyboard in some freakishly weird position. Even so this is starting to hurt.
Oh and… The Sennheiser PXC-250’s with their lovely NoiseGuard (noise reduction) kick
ass. With them on and not plugged in switching NoiseGuard on and off is amazing. Granted
it’s not like some listening room with them on but without you get the blaring noise
of the engines.
</p><p>
View outside the window is dismal at best. Looks like Manchester already, nothing
but gray.
</p><p>
Argh!!! No wine. No ice for the water either. Suppose I’ll finish up now and continue
again once we pass over Greenland.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Original Lensbabies review, after finally having the Canon 20D repaired.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/08/07/OriginalLensbabiesReviewAfterFinallyHavingTheCanon20DRepaired.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,721924b6-7d0a-4015-bf34-379a57e8549f.aspx</id>
    <published>2005-08-06T18:54:28.7518024-07:00</published>
    <updated>2005-08-06T18:59:18.7665196-07:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.auroravisions.com/opendir/LensBabyShot.jpg">
          <img style="PADDING-RIGHT: 15px; PADDING-BOTTOM: 3px; PADDING-TOP: 5px" height="213" src="http://www.auroravisions.com/opendir/LensBabyShotThumb.jpg" width="320" align="left" border="0" />
        </a>
        <a href="http://chris.pirillo.com/">Chris</a> and <a href="http://www.jakeludington.com/">Jake</a> randomly
asked if I'd like to review one of the original <a href="http://www.lensbaby.com/">Lensbabies</a> lenses
ages ago. I'm only just now getting around to it. Is it way too late? Possibly, especially
since they've now released a second and <a href="http://lensbabies.server101.com/pages/lensbaby2.php">improved
version</a> of the lens. Though even taking that into consideration I honestly can't
say that it would change my opinion any. Basically they sent me the lens and I went
at it. 
<p></p><p>
After toying with it to figure out the focus and the aperture and such I grabbed a
couple shots. I really wasn't impressed with any of the shots as it really seemed
to be too sensitive to movement when it came it getting the specific area I wanted
in focus. After taking 5 shots I went to remove the lens and started having major
difficulties. Having used non Canon lenses on my 20D before this was a bit unusual.
After pressing down on the lens quite a bit more than normal it finally came out.
But not without damaging the bracket and pins slightly. Because of this I had to send
the camera into Canon for repair which took a week and a half. I received the camera
back as good as new but I refused to pop the lens back on.
</p><p>
So in this post we've got the one shot I'd actually think that might be worth posting.
The end result is interesting but nothing one couldn't do in Photoshop. Since I'd
classify this as a post processing effect I'd say that's where it should actually
be staying. When shooting digital it's really important that you're keeping original
digital negative, whether that be the untouched JPG or the RAW image. Because this
lens is no where near the quality of any one of my Canon lenses it wouldn't make sense
to shoot with it. It would be much better to shoot with the Canon, visualize the concept
in my head then apply a Lensbabies like effect to the photo in Photoshop. That alone
makes me think that for digital photography the Lensbaby idea isn't all that great.
</p><p>
Now if I were a film photographer then I'll admit that this lens would actually be
pretty cool. But that's not how I tested it so I won't go into that. Now realistically
if I hadn't been jaded by the fact that the lens messed up my camera I probably would've
used it quite a bit more and probably have gotten much more experience with it to
get some decent shots. I'm normally all for cool gizmos like this lens but this is
one time where I'd fall back on my Photoshop skills.
</p><p>
So what's the bottom line? Well, I wouldn't buy one, nor would I recommend it. Save
your money and buy Photoshop and become proficient at using that.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Dialing 911 with Vonage... Interesting experience.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/08/06/Dialing911WithVonageInterestingExperience.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,805b916b-e79d-4b98-8d48-57680f1ad340.aspx</id>
    <published>2005-08-06T02:37:32.877-07:00</published>
    <updated>2005-11-04T17:13:07.2968501-07:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So about 10 minutes ago while in bed sorting
music and reading the news I heard a gunshot followed by two more then two guys who
sounded like they were yelling from afar. Not quite sure what was going on and chatting
to <a href="http://www.salloway.org.uk/mceblog/">Mark</a> at the time I just randomly
ask if he thought if it was worth calling in. Typically, he says sure, so I do. Figured
what the hell, was probably nothing but it couldn't hurt since I could use a
real test of the 911 service with Vonage. It's a shame I didn't have it on speakerphone
and recorded it. But it went something like this: 
<p></p><ul><li><font color="#808080">Lady 1: National Emergency Fire, Rescue, and Police can I verify
your address is x on Old Redmond Road, in Redmond, Washington.</font></li><li><font color="#000000">Me: Yes that's correct.</font></li><li><font color="#808080">Lady 1: What's the emergency.</font></li><li>
Me: Just heard 3 gun shuts and what sounded like two men yelling from the street. 
</li><li><font color="#808080">Lady 1: Okay sir, let me transfer you over to the Redmond Emergency
Fire, Rescue, and Police. Please hold the line.</font></li><li>
Me: Okay. 
</li><li><font color="#000000"><em>Hold: Kenny G - Theme from Dying Young plays. And yes I
kid you not it was actually Dying Young. Oh the irony.</em></font></li><li><font color="#a9a9a9">Lady 2: Redmond Fire, Rescue, and Police, what's your emergency.</font></li><li>
Me: Almost about to open my mouth and speak. 
</li><li><font color="#808080">Lady 1: Yes this is the National Emergency line with a transfer
from Corey at x on Old Redmond Road in Redmond.</font></li><li><font color="#a9a9a9">Lady 2: (Can't quite remember exactly what she said) okay, transferring
to Bellevue Police.</font></li><li><font color="#808080">Lady 1: Sir, please hold the line while we're transferred.</font></li><li>
Me: Yep. 
</li><li><font color="#d3d3d3">Lady 3: Bellevue Police, what's the emergency.</font></li><li><font color="#808080">Lady 1: National Emergency line with a transfer and report of
gun shots on Old Redmond Road in Redmond.</font></li><li><font color="#d3d3d3">Lady 3: Okay sir, please provide me the details of the incident.</font></li><li>
Me: Oh I just heard 3 shots which sounded as if they were coming from the road and
then a male (possibly two) with what must've been yelling from the road. 
</li><li><font color="#d3d3d3">Lady 3: Okay, thank you sir, it looks like we've had other calls
regarding this. Thank you for reporting it.</font></li><li>
Me: No problem. 
</li><li><font color="#d3d3d3">Lady 3: Thank you, good night.</font><br /><em>Click</em></li></ul><p>
About 15 minutes later I get a call from what I figure is Redmond dispatch (Lady 4)
requesting a little more info for the officer that will answer the call. Provide the
same details again and verify my apartment number.<br /><br />
Now 20 minutes since the initial call as I'm sitting in the dark writing
this post the officer knocks. Repeat the details, show him general direction in which
the supposed shots and yell came from. He says they're not too sure yet if they were
actually shots and they've not found anything yet. Not surprising. Whatever. I'm tired
and this being Redmond and this sort of thing being just about unheard of maybe it
was just someone shooting a beer bottle or something stupid after having a little
too much to drink.
</p><p>
As for the entire 911 experience. I can't really say if I'm satisfied or not. I mean,
the one time when I had a proper land line and had to dial some years ago things were
immediate with no transfers and someone on the scene within 5-10 minutes. The entire
Kenny G on hold via the National Emergency line was absolutely insane. Granted the
type of call I placed wasn't an immediate emergency for myself and it's just a report
of a possible emergency. I can't quite say I'd feel comfortable with being transferred
3 times if I was the person who was shot and needed help.
</p><p>
So quite interesting regardless. I'll have to reread the E911 information that Vonage
has sent me in the mail recently. IIRC basically, it spells all the information out
in some long terms of service. There's a cover letter stating that Vonage is in the
process of rolling out E911 service nationwide and that they'll notify me of when
E911 becomes active. Coupled with 112 from my mobile I'd say there's plenty of ways
to contact the emergency response.
</p><p>
Actually, just got me thinking, I wonder if in any areas they've enabled SMS reporting
of emergencies...
</p></div>
    </content>
  </entry>
  <entry>
    <title>How to watch DVR-MS files on a Windows Server 2003 system.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/30/HowToWatchDVRMSFilesOnAWindowsServer2003System.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4230caf1-9364-4bab-80f5-ef0298616281.aspx</id>
    <published>2005-07-30T14:54:13.6118704-07:00</published>
    <updated>2005-07-30T14:55:10.3466085-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">A while back I started toying with playing
back DVR-MS files from Media Center on Server 2003. For no particular reason really.
Just thought it might be fun. I didn't bother going all the way through it since I
didn't really see the point. Plus I was able to do it just fine with GraphEdit on
Server if I really wanted. At any rate <a href="http://blog.imbored.us/">Jon</a> (not
TReKiE) decided that he wanted to be able to watch the files in Media Player on Server
so with a little help from myself and <a href="http://www.salloway.org.uk/mceblog/">Mark
Salloway</a> he's got a working Server install playing back his recordings. Here's
the basic details: <blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font color="#808080" size="1">"First, copy the following 3 files from the \Windows\System32
folder on your Windows XP machine to the \Windows\System32 folder on your Windows
Server 2003 machine:<br />
encdec.dll 6.05.2600.2180 sbe.dll 6.05.2600.2180 sbeio.dll 9.00.00.3165 
<p>
Now run the following two commands from Start -&gt; Run...:<br />
regsvr32 encdec.dll regsvr32 sbe.dll 
</p><p>
Next, load Windows Media Player (or any other media player, I presume), a .dvr-ms
file, and enjoy!<br />
Note: Like a regular Windows XP Home/Pro machine, in order to play .dvr-ms files,
you will need a DVD decoder installed."
</p></font></p></blockquote> Here's a <a href="http://blog.imbored.us/CommentView.aspx?guid=e4a85820-2c25-4e52-b1b0-076c5f6eadee">link</a> to
the actual posting from Jon.
</div>
    </content>
  </entry>
  <entry>
    <title>Mmm converting FLAC to WMA with Adobe Audition.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/29/MmmConvertingFLACToWMAWithAdobeAudition.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3d54b46a-fe2c-44ee-98d3-a35e8a8a7e17.aspx</id>
    <published>2005-07-28T23:56:44.0711193-07:00</published>
    <updated>2005-07-28T23:56:44.0711193-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Found <a href="http://www.vuplayer.com/files/cooledit_flac.zip">this</a> cool
filter for Adobe Audition/CoolEdit which lets one open up Free Lossless Audio Codec
(FLAC) files in Audition for editing and conversion. The filter can be downloaded
from <a href="http://www.vuplayer.com/other.php">vuplayer.com</a> free of charge.
It's been working great and because of Audition's batch processing it's really easy
to bulk convert files to WMA for later streaming. Really sweet.
</div>
    </content>
  </entry>
  <entry>
    <title>Google toolbar works just fine in IE7 despite The Register's bomb of an article.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/29/GoogleToolbarWorksJustFineInIE7DespiteTheRegistersBombOfAnArticle.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,760f637e-a03e-4212-a916-786c9056a3dc.aspx</id>
    <published>2005-07-28T18:38:46.0849785-07:00</published>
    <updated>2005-07-28T19:35:58.0287021-07:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.theregister.co.uk/2005/07/28/ie7_nukes_rival_search/">The
Register</a> say that IE7 breaks the Yahoo and Google toolbar. I personally haven't
seen that as I use Google's toolbar on my second machine here, not sure about Yahoo
since I've never found a benefit from any of its features. Looks like <a href="http://scoble.weblogs.com">Scoble</a> has <a href="http://radio.weblogs.com/0001011/2005/07/28.html#a10776">posted</a> about
this as well. Things seem to be working just fine as seen in this <a href="http://www.auroravisions.com/opendir/blogstuff/ie7googletoolbar.jpg">screenshot</a>,
even so it's a beta, these things are sort of expected. Despite The Register's claims
the only thing that seems to be nuked is their article. 
<p><b>UPDATE</b>: Emailed Andrew Orlowski with a link to my blog and the simple question
"did you actually verify this before posting?" here's the response: 
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font color="#808080" size="1">"Yes, it's broken on many installations. It works on
more. If you paste your story into an email replay it might even get read. a"</font></p></blockquote> So I'm not sure what he's actually trying to say. Your guess is
as good as mine?
</div>
    </content>
  </entry>
  <entry>
    <title>FreeTextBox (backend DHTML web based editor) that's used by dasBlog 1.7 not IE7 ready, bummer...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/28/FreeTextBoxBackendDHTMLWebBasedEditorThatsUsedByDasBlog17NotIE7ReadyBummer.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,16ef5a1d-65e9-4d7f-8884-f974552dfae5.aspx</id>
    <published>2005-07-27T22:04:24.6928069-07:00</published>
    <updated>2005-07-27T22:08:39.6039511-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Installed the IE7 beta. Loving my tabs and
such. Tested out everything I could including FlashBang to make sure it would work
with IE7. Did want to post about this nice FLAC filter for Adobe Audition but noticed
the rich text editor that's used by dasBlog 1.7 isn't IE7 ready. It should just work
but my guess is that it's not recognizing the browser right. Suppose it's time to
play and fix. There's no way I'm giving up tabs now :). 
<p><b>UPDATE</b>: Did just notice <a href="http://www.freetextbox.com/forums/ShowPost.aspx?PostID=4548">this</a>,
which has a bit more info. Looks like it should be a simple fix/update.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Congratulations, you've installed DasBlog!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/20/CongratulationsYouveInstalledDasBlog.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b705c37b-b47f-4e8d-8f8b-091efc4cb684.aspx</id>
    <published>2005-07-20T00:00:00-07:00</published>
    <updated>2005-07-20T23:10:18.9161264-07:00</updated>
    <category term="dasBlog" label="dasBlog" scheme="http://blogs.coreygouker.com/CategoryView,category,dasBlog.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Be sure to visit all the options under "Configuration" in the Admin Menu Bar above.
There are 16 themes to choose from, and you can also create your own.
</p>
        <p>
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Yet another example of how the media can get things all wrong.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/19/YetAnotherExampleOfHowTheMediaCanGetThingsAllWrong.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8f7191e8-2ad4-4f1a-b136-8e914f4f5a44.aspx</id>
    <published>2005-07-18T21:20:53.1654288-07:00</published>
    <updated>2005-07-18T22:54:02.439488-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://blog.seanalexander.com/NewscomShhhDontSayThePwordIsFalse.aspx">Sean
refers to</a> a News.com (press) (cough) blog (cough) about how Microsoft is apparently
not happy about the entire "podcasting" naming and thinks "blogcasting" is so much
better. Obviously because Microsoft just totally hates the iPod and how the term podcasting
conjures up images of white headphones etc. Get real, white headphones aren't just
for the iPod anymore. Look at the PSP and Creative products. Almost any product that
can get away with white headphones will try to. 
<p></p><p>
This is yet another example of the press just faffing about and not doing a good job
of reporting facts without the opinion. There's another post from the gents at <a href="http://www.theinquirer.net/">The
Inquirer</a>. What's wrong with it you ask? Well loads, but that's nothing new since
this is coming from The Inquirer. But then there's this:
</p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p><font color="#808080" size="1">"You also need MS Media Center Edition 2006 (MCE 2006)."</font></p></blockquote><p>
Who ever said anything about MCE 2006? I've not heard of such a thing and couldn't
say either way if that's what it would actually be called. Point is, Microsoft hasn't
made any official announcements as far as I'm aware so obviously a better way of putting
it would've been. "You'd also need an update to the OS in order for you to take advantage
of these new features."
</p><p>
I'm glad Sean points to what's considered a trusted News source such as News.com.
Because it just shows that so many times these sources just aren't as good as they
could or should be.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Excellent photography work... "The Struggle to Right Oneself"</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/12/ExcellentPhotographyWorkTheStruggleToRightOneself.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a49aa94a-fc23-4591-8c68-48fd785b4580.aspx</id>
    <published>2005-07-12T13:42:14.0643597-07:00</published>
    <updated>2005-07-12T13:42:14.0643597-07:00</updated>
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.skarbakka.com/menuframe.html">Kerry
Skarbakka</a> has some excellent photos in his <a href="http://www.skarbakka.com/portfolioNew.html">latest
portfolio</a>. "The Struggle to Right Oneself" has some great shots, not sure how
many of them are done with Photoshop or if they're all 100% reality. It's a shame
he's not posted some tips on his production process. Definitely a cool project though.
</div>
    </content>
  </entry>
  <entry>
    <title>Interesting sleep patterns...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/12/InterestingSleepPatterns.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f28c6da5-a548-47a0-8802-4080376f1cfc.aspx</id>
    <published>2005-07-12T00:28:03.1842107-07:00</published>
    <updated>2005-07-12T00:28:03.1842107-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Looking back at the past 3 weeks when I've
not been taking anything to help enable sleep it seems as if my body is naturally
going to this 4-6 hours asleep then 6-8 hours awake mode. To be perfectly honest
I really don't think I've got a problem with that entire sort of schedule except for
the fact that it totally doesn't coalesce with the entire job thing. At this point
I've still got another 7 weeks left of the pass out pills if I continue taking
them only on the weekend. Hopefully I'll axe them sooner rather than later. I seem
to be settling on the idea of waking up at around 6AM and getting tired right after
dinner still barely getting sleep but still settling nicely at work. Then on the weekends
taking a pill and sleeping for 12 hours straight to catch up and stay in the routine.
Yawn.
</div>
    </content>
  </entry>
  <entry>
    <title>Dell killing off some of their support forums. Idiotic...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/11/DellKillingOffSomeOfTheirSupportForumsIdiotic.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,17cd0974-b3b8-40af-a8f1-214b5a2000a5.aspx</id>
    <published>2005-07-11T09:27:32.7149007-07:00</published>
    <updated>2005-07-11T09:27:32.7149007-07:00</updated>
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I don't normally link to The Register but
definitely feel the need to link to <a href="http://www.theregister.co.uk/2005/07/11/dell_customer_support/">this
one</a>. Apparently Dell are turning off some of their web based forums specifically
the Customer Care forums. Forget the reasoning, this is just plain stupid. Dell forums
are probably the only reason why I've continued to buy Dell products. Often times
information regarding weird quirks, quick fixes, updates, etc can be found really
quickly. Whereas trying to call for the same information is useless. If it weren't
for their ridiculously cheap LCD's I think I could just drop them altogether from
this point forward. Hopefully Dell will bring them all back online else dealing with
Dell systems will soon become a major pain.
</div>
    </content>
  </entry>
  <entry>
    <title>List of English songs whose title includes nonsense-words</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/10/ListOfEnglishSongsWhoseTitleIncludesNonsensewords.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0cb23277-9d8f-493c-9d51-00db0d77882d.aspx</id>
    <published>2005-07-10T01:56:31.6095475-07:00</published>
    <updated>2005-07-10T01:56:31.6095475-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Helpful find while searching for I Zimbra.
In an effort to find out if there was some meaning to the words to I Zimbra I discovered
this <a href="http://en.wikipedia.org/wiki/List_of_English_songs_whose_title_includes_nonsense-words">list
of songs with nonsense-words</a>.
</div>
    </content>
  </entry>
  <entry>
    <title>Finally found it in the music library, luckily now I can get it out of my head.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/07/10/FinallyFoundItInTheMusicLibraryLuckilyNowICanGetItOutOfMyHead.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9f24b445-a9da-4834-bff9-f50e85a545fc.aspx</id>
    <published>2005-07-10T01:41:50.0027131-07:00</published>
    <updated>2005-07-18T22:50:18.063052-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">GADJI BERI BIMBA CLANDRIDI 
<br />
LAULI LONNI CADORI GADJAM 
<br />
A BIM BERI GLASSALA GLANDRIDE 
<br />
E GLASSALA TUFFM I ZIMBRA 
<br /><br />
BIM BLASSA GALASSASA ZIMBRABIM 
<br />
BLASSA GLALLASSASA ZIMBRABIM 
<br /><br />
A BIM BERI GLASSALA GRANDRID 
<br />
E GLASSALA TUFFM I ZIMBRA 
<br /><br />
GADJI BERI BIMBA GLANDRIDI 
<br />
LAULI LONNI CADORA GADJAM 
<br />
A BIM BERI GLASSASA GLANDRID 
<br />
E GLASSALA TUFFM I ZIMBRA 
<p></p><p><a href="http://wms.auroravisions.com/default.asp?q=f&amp;f=%2Ftalking+heads%2FPopular+Favorites+1976%2D1992%2D+Sand+in+the+Vaseline+Disc+1">Talking
Heads - I Zimbra</a><br /><br />
Got that stuck in my head after watching A Digital Picture of Britain from BBC4. Knew
I had it in my collection of music and just couldn't pin it. Ended up searching for
"he's in the lyrics" and obviously wasn't even close, really couldn't make it out
even after removing the guy talking about the photographers. Stupid thing is that
I copied a couple of the songs from the Sand in the Vaseline discs onto my Zen Micro
and just totally skipped over this song. Luckily in the search I was able to replace
this song with Atom Heart Mother which I figure will take a bit longer to get out
of my head.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Still not been doing too well on the sleep and memory front.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/30/StillNotBeenDoingTooWellOnTheSleepAndMemoryFront.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,108016dd-0f1c-4a4d-af0a-58c4c91168e7.aspx</id>
    <published>2005-06-30T12:31:16.5088745-07:00</published>
    <updated>2005-06-30T12:31:16.5088745-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Had yet another follow up a couple days
ago. Sadly things haven't improved. Stopped taking any sleep aids during the week
simply because I can't function. Though the past 3 weeks have been okay since no matter
what I wake/stay awake at 7:30 to get by around 8:30 which is good. On the weekends
I either take the prescribed stuff or the turkey pills, mmm turkey. Anyway, it's odd
since while this seems to be working and I don't feel tired. I just feel like I'm
not exactly all there, mind is off somewhere and I'm functioning as a zombie. Woke
up this morning thinking it was September and a Sunday. Maybe it was the dream I was
having or something. Short term memory keeps going up and down, mostly down.
<p>
On the plus side I managed to actually start three of the major projects I've been
looking to start for a while. Oh and the extra one at work which I'll hopefully be
able to finish in a month or so. Think it'll be good, plus we could probably use it
at work, well if I can actually pull it off.
</p><p>
It's been a while since I was last writing daily. On the public blog think I probably
should start up a bit more. Definitely learned a thing or two since being inside eHome
that would make for good solution posts for random issues with WMP and MCE.
</p><p>
All else is good, it seems. I suppose I could use a bit more company sometimes on
the weekends guess that'll get solved soonish. Oh and for the record, it's 12:30 and
I'm not in the least bit interested going down to the cafeteria for lunch, what a
shock.
</p></div>
    </content>
  </entry>
  <entry>
    <title>20D finally returns...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/30/20DFinallyReturns.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,35d5dafb-bb65-4011-909d-ed35d0955838.aspx</id>
    <published>2005-06-30T11:17:05.7423943-07:00</published>
    <updated>2005-06-30T11:17:05.7423943-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After a short down time with Canon Repair,
I finally got my 20D back yesterday. Really have missed it which is kind of odd. Think
this weekend will be good for some more photography, been craving a nice relaxing
weekend doing nothing but that. Annoyingly FedEx had this weird do not release thing
going on with the package so I had to shift lunch a bit, get home right at one then
get back to 50 by 1:25 so I could catch a meeting at 1:30 which ended up being cancelled.
Still didn't feel like I could eat so I just sat outside a bit to relax and examine
the camera a bit to check all the functionality again. Managed to grab some nice shallow
DoF photos of some of the random plants around the building before the hour for lunch
was up. I think I got lucky once again, they replaced a couple of the parts that I
knocked out while cleaning the camera with new ones, cleaned the sensor and the entire
camera. Then even replaced the battery grip with a brand new one. Got both in the
same package and definitely wasn't expecting that. Especially when the entire repair
only cost me the $4.90 to get it to them in the first place. Am hoping Dom will write
that 30 lines of code I need so I can copy over his gallery software and start making
it public. Of course then I might actually have to start filtering some of the crap
photos I take.
</div>
    </content>
  </entry>
  <entry>
    <title>Jeff asks about HDTV buying... comments for him.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/27/JeffAsksAboutHDTVBuyingCommentsForHim.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0ca9f49a-7958-4a2c-b603-a0aa9d342e4c.aspx</id>
    <published>2005-06-26T23:16:32.4088268-07:00</published>
    <updated>2005-06-27T12:43:13.6857544-07:00</updated>
    <category term="Comments" label="Comments" scheme="http://blogs.coreygouker.com/CategoryView,category,Comments.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Just replying back to Jeff's <a href="http://www.jeffsandquist.com/CommentView,guid,ac43f694-898e-409c-848c-e8413022208c.aspx">questions
here</a>:
<p>
1. HDTV Ready usually means it's capable of displaying one of the resolutions below
(be careful to check it at least does 480p, 720p.
</p><p></p><p>
2. Simplifying... EDTV is 480p, HDTV is 720p, 1080i, and 1080p. I = interlaced which
is every other line. P = progressive, every line in order.
</p><p>
3. I've put two on my credit cards for friends so I could get points. Both bought
Samsung DLP's one a 46" another a 56". 46" was from Circuit City, it was the 4663W
iirc, so DNIe 3, paid $2001 after tax and telling them we'd take it right then if
they gave us $100 off. 56" was from Best Buy. CC delivered next day.
</p><p>
4. Depends on your devices. The Samsung's came with 2 component inputs, you'll need
at least one for the Xbox. It also came with DVI for your MCE. Basically what you
care about is DVI (which seems to be dying on TV's but is replaced by...) HDMI, basically
the same as DVI but adds support for protected content. There are cables to convert
HDMI to DVI. Component which are the red green and blue cables. The rest of the inputs
S-Video, Composite, are usually a given. Not sure about your Comcast box. Am guessing
it'll be Component, check for the RGB bits. At any rate, you may need a switch, can
recommend one once I remember the name of the one the guy who bought the 56" purchased.
It had support for 6 devices, via component and spdif.
</p><p>
Recommend reading something along the lines of<br /><a href="http://money.howstuffworks.com/tv-buying-guide.htm">http://money.howstuffworks.com/tv-buying-guide.htm</a><br />
before you buy. If you go to Best Buy ask to see an Xbox plugged into it from their
break room before you buy it. Also find out if your DVD player is a progressive scan
DVD player (they look better).
</p><p>
Most importantly it's highly advisable that you ask if the TV has a CableCard slot.
These will be the future of DTV over cable for many as they replace the cable box
giving you HDTV directly into your TV over cable. Comcast (especially in this area)
is likely to be one of the first to provide the service.
</p><p>
When I was shopping with the two friends I generally found that LCD's were by far
the sharpest and most brilliant to look at when watching movies, like DVD's, etc.
Plasma's were equally nice, not quite as sharp, but much brighter. Problem with LCD's
was when you had the Xbox on it, the refresh rate was poor and when comparing it to
a DLP it really didn't seem as smooth. Problem with all of them is how well they upscale
SDTV. This is something you'll definitely want to check. Go to Magnolia and ask them
everything you can think of.
</p><p>
Hope that helps, any questions shoot me an email or look me up in the GAL :)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Playing DVD's, XviD/DivX, and other various codec issues with WMP and MCE.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/16/PlayingDVDsXviDDivXAndOtherVariousCodecIssuesWithWMPAndMCE.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6603084b-4d4b-41d7-98e0-d57c7e410a39.aspx</id>
    <published>2005-06-16T15:56:36.031-07:00</published>
    <updated>2007-01-12T19:37:23.9853864-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So you're having problems with play back
of various DVD's, XviD/DivX/3ivX, MPEG-2, and other video formats on your system.
What's the issue? Well if you're new to the world of audio and video on computers
lets start with the basics. Pretty much all audio and video you'll encounter will
be compressed in some way. When you want to play an audio or video file on your system
it passes through a codec (most commonly known as COmpression/DECompression, some
shorten it to COder-DECoder, either way, same thing). The codec is what uncompresses
the file so that your computer can process it further. It's actually pretty complex
and I won't get into how it exactly works by drawing it out and providing an example
using GraphEdit :-). As an example, even if a video you're trying to play has a file
extension of AVI it could require a codec that isn't on your system. Despite another
AVI file playing just fine. 
<p></p><p>
Unfortunately Windows Media Player and Media Center don't quite do a good job at reporting
what codec you need to download to play a file. As a case in point see one of the <a href="http://www.zachd.com/pss/pss.html#codecs">best
WMP FAQ's</a> out there. It's made by a guy at Microsoft named Zach, it's great resource
for almost any WMP issue. Luckily, most file types are already handled but if you're
like many people around the planet downloading videos of the net then most likely
you'll need a couple that Microsoft doesn't ship with built in. Many sites and sources
realizing this have tried to solve the problem by creating codec packs. While most
of them have good intentions, often times they do more harm than good. The reason
being is that you may already have the required items to play back the media and either
don't realize it because it's hidden or it's not installed properly.
</p><p>
The most common issue I've seen is that a user has tried installing one of these codec
packs on their system to play back a DivX video that was downloaded off of Kazaa,
BitTorrent, WinMX, etc. Usually it's quite easy to see the codec packs in the same
search results as the video's themselves making it all to easy to download and install
something that won't help your experience. Some common ones are the K-Lite, Nimo,
and ACE codec packs. No matter what it's called it's probably got some stuff in their
you don't want and definitely don't want. Uninstalling the codec packs doesn't always
work right either. Sometimes they'll register a filter/codec on the system and won't
remove it correctly, leaving you with junk and videos unplayable.
</p><p>
The codec packs will also change your audio experience as well. Especially when it
comes to AC3 (Dolby Digital) and other 5.1 content, like that found on DVD's. Often
times codec packs will install a decoder that takes priority over the one you want
and should be using. Of course sometimes it might just be that you've not gone into
the Audio Properties and set your speaker set up to 5.1  (Control Panel - Sounds
and Audio Devices - Advanced under Speaker settings).
</p><p>
What do you do then? Well my personal advice is to stay far away from codec packs.
Don't install them, period. If you've downloaded a file and you can't seem to play
it your best bet is to check and see what type of codecs you'll need to install to
make it play. Once you've done that search for the name of the codec using Google
or MSN Search, try and find the original creator of the codec and install that codec
and that codec alone. Installing them one at a time make problems easier to track
down and makes it easier to fix any issues it may cause.
</p><p>
Even then unless you're really digging through the trenches chances are you won't
need more than 2 or 3 extra codecs to play most of the content out there.
</p><p>
Trying to determine what codec you should use? You can try out <a href="http://www.updatexp.com/sherlock-codec-detective.html">Marc
Lion's</a> (MVP) <a href="http://www.updatexp.com/sherlock-codec-detective.html">Sherlock
Codec Detector</a> or use <a href="http://www.headbands.com/gspot/">GSpot</a>.
</p><p>
XviD, DivX, 3ivX? I recommend using <a href="http://www.koepi.org/xvid.shtml">Koepi's</a> "latest
stable" decoder. There's also <a href="http://www.x264.nl">ffdshow</a> if you're comfortable
with something a bit more complex. Though if you go with ffdshow compatibility
with MCE and some issues with WMP may come up now and again depending on usage and
configuration.
</p><p>
DVD's, DTS, AC3 content, ideally you'll want to use either of the big 2. <a href="http://www.intervideo.com/jsp/WinDVD_Profile.jsp">InterVideo
WinDVD</a> and <a href="http://www.gocyberlink.com/english/cyberlink.jsp">CyberLink's
PowerDVD</a>, or maybe the possible third... <a href="http://www.nvidia.com/page/nvdvd.html">nVidia's
DVD</a> solution whose name seems to change constantly, and whose status is up in
the air. While it may work with players like <a href="http://sourceforge.net/project/showfiles.php?group_id=82303&amp;package_id=84358">Media
Player Classic</a> (not to be confused with Windows Media Player 6.4), <a href="http://sourceforge.net/projects/ffdshow">ffdshow</a> is
also capable of playing back DVD's but doesn't work too well with WMP or MCE. Personally
I'd recommend using WinDVD, it'll work in WMP, MCE, it'll convert your TV to WMV for
syncing your Portable Media Center without issue. If you're having issues playing
back DVD's or having issues with the sound not coming out of the speakers right most
likely you've got something mixed up with multiple decoders. Microsoft has a tool
that'll help you determine what's going on, the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=DE1491AC-0AB6-4990-943D-627E6ADE9FCB&amp;displaylang=en">Windows
XP Video Decoder Checkup Utility</a>, is plain and simple. It'll show you what you
have installed, what's preferred (setting preferred doesn't always work), and whether
it's WMP, MCE, PMC compatible. If you have more than one decoder (not counting the
one that is sometimes installed with Nero and the one that's installed by Sonic) you
should try and track down the extra's and uninstall them. Also, those InterActual
DVD's, watch for those, often times they'll install their own DVD decoder which makes
things worse, I'd personally stay away from anything InterActual.
</p><p>
QuickTime, well, despite Apple's best effort you don't actually have to install it
with iTunes (which does more than it should to your system, even if you don't want
or own an iPod). You can find the <a href="http://www.apple.com/quicktime/download/standalone.html">QuickTime
stand-alone installer</a> if you look carefully enough at their main download page.
Just uncheck the two boxes and don't bother with the email address when you click
the button. Doing the Typical install for QuickTime usually doesn't do any harm to
the system. You might want to pay attention to the MIME types during setup. Making
sure to uncheck playback for all but QuickTime's own content. For a while I had issues
where QuickTime would try and play back all my MIDI files on various websites. So
keep an eye on that.
</p><p>
RealPlayer, ideally you wouldn't install this :-). But if you do try and make sure
you turn off any of the phone home features, all the extra content, etc. Otherwise
you'll get a player that tries to overstep it's boundaries and push itself onto you.
</p><p>
OGG Vorbis, FLAC, a good codec source that seems to work pretty well for me is the <a href="http://www.illiminable.com/ogg/">illiminable
ogg directshow codecs</a> release.
</p><p>
So that realistically covers most file types you'll find casually browsing various
sites and P2P apps. Have a problem getting an audio or video file to play, not sure
what codec you need, etc? Just ask in the comments, I'd be happy to answer any questions.
Or take it to the microsoft.public.windows.mediacenter or microsoft.public.mediaplayer
newsgroups where any number of users and MVP's can answer your questions.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Insomnia, sleeping pills, and seeing dots.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/16/InsomniaSleepingPillsAndSeeingDots.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,72b3b7b2-1579-4345-abf1-3a614125ca4d.aspx</id>
    <published>2005-06-16T10:49:30.4404213-07:00</published>
    <updated>2005-06-16T10:49:30.4404213-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Been going on for the longest time now.
Think it started for me really bad like this 4 years ago. I'm not a caffeine drinker,
probably could use a bit more exercise, but I just can't seem to sleep at all. I can
never shut my brain off at night, am always thinking and just plain restless. Even
when I ran myself ragged I couldn't sleep right, would make up in the middle of the
night and just lay in bed for 3 hours not being able to get back to sleep. When I
had Sam here it was a bit better falling asleep but I'd still wake up and not feel
rested. I've taken just about every damned sleeping solution out there. Chamomile
tea, herbal solutions, ambien, sonata (which were horrible) melatonin, temazepan,
etc. Am currently taking Estorra, it seems to be working in terms of sleep for me.
But every time I do I feel sick in the morning, had a nose bleed this morning and
really dry mouth. Other side affects which seem to be true of all the drugs or just
from the lack of sleep, extreme waves of depression, migraine headaches, memory issues
like short term memory loss/slowness. Don't seem to dream at all either, at least
I don't remember it when I do. And I always use to, think that's partly because I'd
wake up so much during them. It's all just bull shit really. I'm really getting sick
of it, can't take it anymore, the doctors aren't helping, only trying different resolutions
with no real solution or cause. I have a doctors appointment tomorrow evening, am
thinking that I'll pretty much just tell him that nothing is working, side affects
are too bad, and that I'll just try and force myself to sleep. Really not sure what
else there is I can do. It seemed to almost start working for me a while back. I'd
go to bed at 10pm sharp and no matter what would wake up at 7am, even on weekends.
Managed to do that for two months (which some slight issues in the first few days)
but it seemed to work pretty well. Just did whatever it took to get to sleep and stay
asleep. Guess I just needed to put it down in writing to reaffirm the fact that I
need to sort this out like yesterday. It's ruining my life.
</div>
    </content>
  </entry>
  <entry>
    <title>Watch the Money Tree grow... No, really...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/06/02/WatchTheMoneyTreeGrowNoReally.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e58445ed-0704-4a56-a119-b2bef5aed947.aspx</id>
    <published>2005-06-02T01:55:18.7243093-07:00</published>
    <updated>2005-06-02T02:30:42.4209849-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://www.auroravisions.com/newu/2/nakedtruth.asp?img=http://www.auroravisions.com/autosnap.jpg">
          <img id="campicture" style="PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 15px" height="240" src="http://www.auroravisions.com/autosnap.jpg" width="320" align="left" border="0" name="campicture" />
        </a>
        <p>
So pretty much since I started hosting my server locally on my home Internet connection
I've had a trusty Intel CS430 webcam (now CS431 as well) connected to the world.
I've always used ConquerCam set up as a service and it's just worked.
</p>
        <p>
For the longest time I honestly lived my entire life 24/7 on the net totally exposed.
Hence the reason why the page is called the Naked Truth of... And it's honestly got
nothing to do with the fact that on numerous occasions I forgot it was on after I
walked out of the shower naked. Believe me when I say I immediately checked the IIS
logs to make sure no one actually grabbed the blackmail worthy JPG's. It's also been
the topic of many Messenger chat's as well. One resulted in this <a href="http://www.auroravisions.com/opendir/Matt%20Coy's%20Idea%20of%20Funny/">little
site</a> where Matt Coy just started saving random images and giving them ridiculous
captions. And yes most of them I posed for, and all are totally innocent. I really
didn't have any hang ups about just sitting in front of the stupid thing not even
bothering to notice the camera on 24/7 even whilst I slept, even while I was sitting
around in boxer briefs.
</p>
        <p>
After searching eBay I purchased 4 Intel CS431's for about $40. I gave one to <a href="http://spaces.msn.com/members/samlcsmith/">Sam</a> just
because it had a built in mic, and for the rare video chat. I had planned to use the
other for my main system for Messenger use if needed. Then I had been dying to do
a 3 webcam set up for my website. One would show me. One would show the room. One
would show outside my window. Sadly it didn't quite work because ConquerCam couldn't
recognize the 3 devices separately in the way I use it as a service. So anyway while
I'm still working that out I figured I'd post up the most recent idea which is the <a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://www.auroravisions.com/newu/2/nakedtruth.asp?img=http://www.auroravisions.com/autosnap.jpg">24/7
Money Tree cam</a>. Now anytime day or night you too can watch money grow on trees
:-). Enjoy.
</p>
        <p>
          <strong>UPDATE</strong>: Just had another idea... <a href="http://blog.jonathankay.com/">Jon</a>,
could you make a quick mod to that webcam app of yours and have it capture my webcam
say, every 15 minutes (I think that's a good amount, but you might have a more logical
idea about it). Since it'll be capturing once every 5 - 30 minutes I'll grab all those
images after, I don't know, 3 months and then turn it into a fancy little time lapsed
WMV :-). Anyway, bed time now...
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>The Hitchhiker's Guide to the Galaxy and the couple that needed a rest stop.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/30/TheHitchhikersGuideToTheGalaxyAndTheCoupleThatNeededARestStop.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,195bbe8c-c284-487a-96ec-ca0f6208f979.aspx</id>
    <published>2005-04-30T01:07:36.8091151-07:00</published>
    <updated>2005-04-30T01:19:08.9998931-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Not having read the books, partly because
I can't remember where I placed the eBook versions... I'd give the film an 8.8/10.
Could've used more Zooey really. Quite liked Bill Nighy's character. At any rate go
see the film it's worth watching. At the same time, I suggest you look for a couple
snogging in front of you during the previews. This specific couple was most entertaining,
they honestly could've booked a private room and private viewing or something, they
most definitely could've used a pause button. Half-way through the previews before
the film starts they're just going at it. So much so you can hear them over the trailers.
So what do you know the music kicks in for Episode III and they both just <em>stop</em> and
turn and watch the trailer. Dom, Mike, and I just most definitely all started laughing
our asses off internally at this point. I point it out to Mike who I'm sure already
noticed anyway. The trailer ends, then no more than 10 seconds later the guy is brushing
his face against hers and they start going at it again. Just as the movie is starting
they get up, walk passed everyone in the packed aisle, then as soon as they hit the
stairs they make a mad dash to the nearest dark corner for what I'm sure was probably
a most entertaining movie, well for them at least. Sigh, I just don't understand why
anyone would pay $18 to see a film then walk out after 3 minutes.
<p>
Oh and I almost forgot. There's one scene with Marvin all alone on the ice and there's
the nice scene in the background, I'd kill to have a flawless screenshot of that at
1920x1200. That would make one hell of a background.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Added a picture of my living room Media Center enviroment to Sean's MCE pool.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/21/AddedAPictureOfMyLivingRoomMediaCenterEnviromentToSeansMCEPool.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7797cc35-5e36-4597-932f-f4597a425235.aspx</id>
    <published>2005-04-21T02:08:55.4689941-07:00</published>
    <updated>2005-04-21T02:08:55.4689941-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I finally put up the 3rd Dell 2405FPW and
decided now was a good time to take a <a href="http://www.flickr.com/photos/32371770@N00/10229240/in/pool-mediacenter/">photo
of the set up</a>. I've uploaded it to <a href="http://blog.seanalexander.com/">Sean's</a><a href="http://www.flickr.com/photos/32371770@N00/10229240/in/pool-mediacenter/">Media
Center Flickr Pool</a> as I <a href="http://blogs.coreygouker.com/CommentView,guid,f5fb016f-28d1-49d2-9c0c-6f730e718500.aspx">said
I would</a>. I decided I didn't really like Flickr, even though the notes weren't
bad, but I think I could probably do the same with some DHTML and what not.
<p>
So yeah, it's a massive set up, and it's on a massive desk, and there's a massive
load of wires. Plus it's all in my two bed room apartment's living room. It's
only there now because <a href="http://blog.vanosdale.com/">Andy</a> will be taking
the extra room for a bit while he's here on his internship. Plus side is that I'm
right in the sweet spot for the 5.1 set up. Cable management will probably start once
I manage to get some extra time, probably on Sunday sadly. Meanwhile I think it's
time for bed... The wonderful fire alarm last night totally messed up my sleeping
pattern.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Last post forgot to mention what I used to convert the AC3 to WMA Pro 5.1...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/17/LastPostForgotToMentionWhatIUsedToConvertTheAC3ToWMAPro51.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,83f2d745-62af-49e1-b629-ad6ab6bb12e3.aspx</id>
    <published>2005-04-17T01:41:36.8690317-07:00</published>
    <updated>2005-04-17T01:42:11.5252817-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Basically the process is the same but I
used a well known tool call <a href="http://dspguru.doom9.net/">BeSweet</a> which
also suggests BeSweet GUI. It takes the AC3 stream and in one process converts it
into the 6 mono channel WAV's which I can then process using Adobe Audition 1.5. Sadly
I've not been able to get the DTS decoding to work using BeSweet though I should be
able to. It's much quicker than using Graph Edit since that produces a WAV file
that does actually have 6 channels but you have to use the WAV2WAV6 to split the channels
out into mono WAV's. And like I said previously it mixes up the right and center channel
which can be confusing at times. 
<p></p><p>
Since I posted a DTS sample, here's a nice AC3 sample.
</p><p><a href="http://www.auroravisions.com/opendir/WMAPro/Eric%20Clapton%20-%20Layla.wma">Eric
Clapton - Layla</a><br />
Windows Media Audio 9.1 Professional<br />
VBR Quality 75, 48 kHz, 5.1 channel 24 bit 1-pass VBR, 14.0MB
</p></div>
    </content>
  </entry>
  <entry>
    <title>Converting your DTS and AC3 audio to WMA Pro 5.1 a not so easy how to.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/16/ConvertingYourDTSAndAC3AudioToWMAPro51ANotSoEasyHowTo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9e97f82b-f7d0-44a5-a01c-b6c2ddcafeb5.aspx</id>
    <published>2005-04-16T07:31:17.8550427-07:00</published>
    <updated>2005-04-16T07:32:39.6206677-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm not quite sure what provoked the desire
to start converting random DTS and DVD audio CD's to WMA Pro 5.1. I'm not even
sure why anyone would really want to anyway. I mean it would be just as easy to copy
the entire disc 1:1 than it would be to actually convert. I suppose there was a cool
and wow factor involved. It probably started from the time I first found out about <a href="http://www.microsoft.com/windows/windowsmedia/press/vip/music.aspx">Pink
Floyd - Money</a> being released in WMA Pro 5.1. Sadly it was only for a very limited
time, during which I was in England on dial-up and never noticed. I did finally get
to hear it and plenty other 5.1 WMA tracks since coming to Redmond though and I'm
just in love. 
<p></p><p>
I try not to get into the entire stereo vs. 5.1, analog vs. digital, DD vs. DTS, and
MP3 vs. WMA arguments. I just enjoy the music.
</p><p>
I've got a couple DTS and DVD audio CD's which really do sound fantastic but sadly
any time I want to listen to them I've got to pop the disc in and that means getting
up and finding it. Plus in this form it's not indexed, it's not in WMP or MCE, and
it'll never get listened to regularly. To solve this I used a couple tools to backup
and convert the 5.1 content to WMA 5.1.
</p><p>
I found one guide on the net along with some of the tools to do the process <a href="http://www.app.demon.nl/guides.htm">here</a>.
Granted some of it may be a bit shady but I just had to try and see if I could get
a good quality 5.1 WMA out of it. The guide while extensive, missed the bits about
converting from the 6 discrete mono WAV (channels) to a single WMA. To do this I
used Adobe Audition 1.5 which has a great Multichannel Encoder (CTRL+E), you just
add the 6 tracks to a multi-track session, pop up the encoder, set the channels correctly
then encode. Sadly one tool which just refused to work for me during the night was
the Windows Media Encoder, I've totally lost all faith in it.
</p><p>
Besides Audition a copy of InterVideo WinDVD 6 Platinum is also required. Along with
DTSParser (questionable usage), Graph Edit (Microsoft no less...), WAV2WAV6, and DTS2WAV.
Not to mention the two filters DTSSource.ax and WAVDest.ax. Putting everything
together and after much frustration you should get something like...
</p><p><a href="http://www.auroravisions.com/opendir/WMAPro/The%20Eagles%20-%20Hotel%20California.wma">The
Eagles - Hotel California</a><br />
Windows Media Audio 9.1 Professional<br />
VBR Quality 75, 48 kHz, 5.1 channel 24 bit 1-pass VBR, 17.8MB
</p><p>
If you have a proper 5.1 set up hooked up to your computer and you've set the speaker
settings to 5.1 by going to Control Panel then Sounds and Audio Devices then Advanced
under Speaker settings, you should get the full surround sound experience.
Otherwise WMP10 will auto down mix it to stereo... Then, well, I feel your pain. Regardless
the quality is still there to enjoy.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Finally something just a wee bit sexy coming from Microsoft... startsomethingpc.com</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/16/FinallySomethingJustAWeeBitSexyComingFromMicrosoftStartsomethingpccom.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7ffadf2e-02c3-4947-91ea-728d9dae5190.aspx</id>
    <published>2005-04-15T17:31:47.3828384-07:00</published>
    <updated>2005-04-15T17:31:47.3828384-07:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://blog.seanalexander.com/">Sean</a> and
I were discussing what's <a href="http://www.startsomethingpc.com">behind this</a> over
lunch a little while back. Today he sent me the URL to the site. At first it didn't
register. Clicked. Wow. They've done it. I'm really excited about this one. Simply
because of what it could mean for us a little while from now if all goes well and
the ideas work.
<p>
Without going into any detail, I'll just provide a hint. <a href="http://www.idsa.org/">IDSA</a>.
Check it out, it'll give you some ideas. Just keep an open mind.
</p><p>
It's really nice to see some thinking going into doing something inspiring and sexy
coming from the Microsoft corner. I just wish the video was in WMV HD for that extra
hot factor. This is a perfect example of what the WMP10 <a href="http://www.microsoft.com/windows/windowsmedia/content_provider/film/ContentShowcase.aspx">WMV
HD showcase</a> videos and all future videos from MS should be like when it comes
to marketing. The music is just awesome as well. I almost wish I had an entire full
length album of it. Then again that might be pushing the geek factor too far.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Are all slip sleeve cases for laptops made for Apple laptops!?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/15/AreAllSlipSleeveCasesForLaptopsMadeForAppleLaptops.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4d8fe3e0-22ad-4d6a-8685-37affab1f0bc.aspx</id>
    <published>2005-04-15T01:41:08.3508474-07:00</published>
    <updated>2005-04-15T01:41:08.3508474-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just bought the gorgeous <a href="http://www1.us.dell.com/content/products/productdetails.aspx/latit_x1?c=us&amp;cs=04&amp;l=en&amp;s=bsd&amp;~tab=highlighttab#tabtop">Dell
Latitude X1</a>, which in reality is a <a href="http://www.samsung.com/he/products/notebookcomputer/q_series/np_q30.asp?page=Specifications">Samsung
Q30</a>, which at any rate is a very small, very light, and needless to say, very
sexy laptop. I luckily didn't pay the extremely unsexy retail price for it. So to
keep the new laptop safe I also purchased this 12" laptop sleeve from <a href="http://www.crumplerusa.com/cartIndex.php?prodId=106&amp;prodType=Bag&amp;catId=5">Crumpler</a>,
who I've purchased from before for my main camera bag. It's an amazingly good quality
bag and I'd recommend any of Crumpler's products to anyone. They're just that sturdy.
<p>
The case came today, and even though the internal dimensions of the case didn't exactly
match the external dimensions of the X1 I was hoping that it would at least hold it
securely enough to protect it from sliding and scratches. But no. The X1 is just <strong>too</strong> small.
It's smaller than Apple's smallest laptop, the 12" PowerBook.
</p><p><font face="Courier New">2.53 lbs., 0.98" x 11.26" x 7.7" (H x W x D)</font> for the
Dell Latitude X1 and note that weight is with the standard battery in. I've confirmed
this with a digital scale in the cafeteria here which is used daily to see just how
much to charge for my frogurt.<br /><font face="Courier New">4.60 lbs., 1.18" x 10.90" x 8.6" (H x W x D)</font> for the
Apple PowerBook G4 and note here that's with the battery and the optical drive installed.<br />
The optical drive is external on the X1, but the X1 has a 16:10 aspect ratio LCD.
</p><p>
Getting back to the point now... Why in the world does it seem like ALL laptop sleeves,
like this <a href="http://www.booqbags.com/Detail.bok?no=97">very sexy one from Booq</a> which
I'd love to buy specifically design for and market themselves for the damned Apple
PowerBook and iBook. There's a sleeve from Case Logic but it's only for 15" laptops.
Every 12" sleeve I find is made for Apple's. All the wide screen sleeves I find are
for Apple's.
</p><p>
It's driving me mad. Do none exist!?
</p></div>
    </content>
  </entry>
  <entry>
    <title>Dream to reality task #333</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/10/DreamToRealityTask333.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,abdec7fe-da07-4174-8d7d-b99691e16c0e.aspx</id>
    <published>2005-04-10T08:26:54.1193113-07:00</published>
    <updated>2005-04-10T08:27:33.697183-07:00</updated>
    <category term="Dreams" label="Dreams" scheme="http://blogs.coreygouker.com/CategoryView,category,Dreams.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It's doubtful this is the 333rd dream I've
had that I've been driven to turn into a reality, but it's appropriate. As I slept
last night I had a very weird dream: 
<p></p><blockquote dir="ltr" style="MARGIN-RIGHT: 0px"><p>
I recently came into another Ferris Bueller like moment of luck when the second half
of a recent order gets shipped without being charged and ever noticed. This is the
type of thing that has happened before of course. Just in the past year, I've won
the lottery (along with a number of others) and had not one but two orders messed
up in my favor. All for a total of close to $10,000. The only difference this time
is that the mistake in my favor turns out to be closer to $25,000.
</p><p>
So after coming into this extra cash what do I do...? What any sensible guy would
do of course, paid off a student loan which is a couple grand less. Not
being happy with getting nothing for my money I end up deciding that a celebration
is in order. I sell my 2004 Honda Accord 2dr with about 8000 miles for a cool $19,000
which goes perfectly well and is sold in the same week I put it on the market. Next
thing you know, Dom's driving me to various dealerships for random test drives. One
of the best is held for last of course, after driving a WRX, Lexus, Infiniti,
Nissan, Mercedes, we come to the BMW dealer. They've got the new generation of M3's.
Don't need a test drive, I already know. Leather, sat nav, plenty of horses, nice
and small... Dom's eyes roll as I say "I'll take it". He's in total disbelief and
horror that I've just bought a $55,000 car without even a test drive. I get a little
remark along the lines of "well since I've driven you everywhere for all these test
drives you better let me drive it". Oh my dear Dom, I'll do one better.
</p><p>
Not being happy with just getting a new toy, I figure I'll probably only get
one chance to do it, and I'll probably only ever be crazy enough to do it once. I
sign up for European Delivery of my new car. Knowing I've not got a second person
in the immediate vicinity in terms of family that would find this sort of trip interesting,
I invite the only person that makes sense.
</p><p>
After so many days of Corey's Law counteracting Dom's Law there's just one thing that
can be done.
</p><p>
Time circuits on...<br />
So a couple weeks later the flight is caught. Corey left for the airport 45 minutes
before flight time, doesn't wait in line for check in, and doesn't get an anal
cavity search by Homeland Security. Dom decided in favor of his Law and left 2 hours
and 15 minutes before the scheduled flight time, he got caught in traffic for an extra
25 minutes. After checking in without any issues, other than a long line, Dom removes
his laptop, shoes, change, wallet, and empties anything else in his pockets. Of course
just as he steps through the line the metal detector goes off and they have him step
aside. Being British and all they decide he could be a terrorist and proceed to pat
him down. After collecting his things he makes his way to the Starbucks where Corey
is already enjoying a nice mocha and just getting his SmartPhone out to send Dom an
SMS.
</p><p>
The flight is long but okay since Corey forces Dom to actually use his laptop to play
some random game over WiFi during the flight.
</p><p>
Hotel is nice as well. Corey's Law strikes again and they mistakingly give us two
full size rooms instead of a room with two beds.
</p><p>
The tour is sweet, the car is sweeter, drives wonderfully. Dom gets behind the wheel
and agrees, says that it may be time to sell the RSX. Everything goes well, flight
home is fine, car gets delivered without any issues, it's fantastic, yadda yadda.
The end.
</p></blockquote><p dir="ltr">
Currently taking bets as to the likelihood of this dream becoming reality...
</p></div>
    </content>
  </entry>
  <entry>
    <title>Sigh Next Thing Itll Cost 499 A Year To Get Weather Alerts</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/04/06/SighNextThingItllCost499AYearToGetWeatherAlerts.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ddba2004-e7a9-4040-9311-9510593ac990.aspx</id>
    <published>2005-04-05T21:11:08.3204752-07:00</published>
    <updated>2005-04-05T21:11:08.3204752-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p dir="ltr">
Sigh... Next thing it'll cost $4.99 a year to get weather alerts.
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
Forwarding you an MSN Alert:<br />
MSN weather alerts terminate Apr 18, 2005. Link here &amp; register with The Weather
Channel to continue receiving weather via e-mail, mobile text &amp;/or voice.
</p>
          <p>
            <a href="http://g.msn.com/3ALMSNTRACKING/6840ToastAction?http://www.weather.com/services/msnalerts.html?strela=1&amp;notification_id=1002095695&amp;message_id=0&amp;agent=messenger">http://g.msn.com/3ALMSNTRACKING/6840ToastAction?http://www.weather.com/services/msnalerts.html?strela=1&amp;notification_id=1002095695&amp;message_id=0&amp;agent=messenger</a>
          </p>
          <p>
Sign up for Alerts at <a href="http://alerts.msn.com">http://alerts.msn.com</a></p>
        </blockquote>
        <p dir="ltr">
Thank you for your loyalty and support, MSN.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>To Chris Pirillo</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/03/23/ToChrisPirillo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,59cc7b90-b070-4181-9c04-6a0672f386ac.aspx</id>
    <published>2005-03-23T00:58:06.098-07:00</published>
    <updated>2005-11-27T10:50:05.2683957-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">[Was going to press send in Outlook but
decided that's too private :-P and I'm bored.] 
<p>
So I normally wouldn't complain about something like this… But I actually enjoy reading
your blog and such, but I'm slightly annoyed now. Looking back it looks as if at some
point between the 11th and 15th you turned off the full text feeds and opted for description
only feeds. While this really annoys me on larger sites (to the point where I just
remove the feed) I find it a wee bit more annoying on yours simply because when I
click to get the entire thing, my only option is to read it on your site. And forgive
me for saying so but the combination of your handwriting font and the ruled yellow
paper make it near impossible for my still young eyes to read, especially when the
blue lines run through the type. It's honestly too much work to copy and paste what
you write into notepad to easily read, so I read less. Also note that I deleted every
post of yours in Outlook going back to the beginning of the year simply because I'm
too lazy to go through and delete the duplicate entries. I figure NewsGator will re-download
the new stuff. But gah, so bloody annoying.
</p><p>
I can totally understand turning off full text to get the clicks and get the adviews
and I’m sure you don't want to starting putting ADV:'s in your feeds… But you've got
to draw the line somewhere. Also, having a different feed for people that have a login
also doesn't seem like a fair option either. What in the world is going on dude? I'm
sure you have enough bandwidth to handle the traffic, or I at least hope you do. Implement
the /. bitch slapping if you have to. But for the love of god and all that is holy
turn your full text feeds back on.
</p></div>
    </content>
  </entry>
  <entry>
    <title>So much for getting the Audiovox SMT5600 replaced.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/03/15/SoMuchForGettingTheAudiovoxSMT5600Replaced.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9f54c830-af0d-49c0-96cd-5aab650d5e8e.aspx</id>
    <published>2005-03-15T14:21:19.6735376-07:00</published>
    <updated>2005-03-15T14:21:19.6735376-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Called up Audiovox yesterday about getting
my SMT5600 replaced for various reasons. I read on a forum that if you called them
up and provided your credit card info they'd send a brand new one and just put a hold
on the card till they received the old one back. At any rate, yesterday they said
to call back today to see if they'd have any in stock. So I called up twice today
and am first told that they don't know when they'll come in. Then on the second call
I'm told "arrival of new and replacement SMT5600's has been postponed indefinitely"...
Uh, that's not good. Maybe I'll steal Scoble's and swap mine in, or maybe Scoble just
jinxed the entire thing to begin with by getting so many to associate the phone with
his name. I'm left wondering. Why?
</div>
    </content>
  </entry>
  <entry>
    <title>Cable Management Nightmare</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/02/25/CableManagementNightmare.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f5fb016f-28d1-49d2-9c0c-6f730e718500.aspx</id>
    <published>2005-02-25T14:41:39.015625-08:00</published>
    <updated>2005-02-25T14:41:39.015625-08:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">At work here in building 50 on campus, dead
tired, though it's not actually from work. It's from the lack of sleep. Last night
Jon and I moved my diminutive desk and computer set up from the extra room into the "central
hub" of the apartment. I could've held off for a while but I figured Jon didn't really
want to sleep on the futon in the living for another night. Plus <a href="http://blog.vanosdale.com/">Andy</a> will
be moving in at some point in the near future. He recently took a SDET internship
for MS working on Office PLEX. So at least now he's got his room ready. 
<p></p><p>
I'm quite scared about how much electronic equipment we'll have in that "central hub"
alone. There's already over 1.3TB worth of hard disk storage. Within the next 3 -
6 months it'll probably hit 3TB, plus whatever Andy brings. That's a heck of a lot
of storage. Anyway, last night really wasn't that bad. Moved the 9' desk into the
room where it's nicely positioned in front of the fireplace, set up the Klipsch 5.1's
with the Creative DDTS-100's with oh so gorgeous S/PDIF sound and stereo to 5.1 upmixing.
At that point it hit 3AM and I hadn't even finished setting up the Gateway 901x.
</p><p>
There's been a lot of physical labour the past days here at work and I'm kind
of not looking forward to doing all the cable management that is seriously required
when one has this much equipment and doesn't want things looking like a jungle. When
I last did this, in San Jose, it took over 6 hours to complete. I get the feeling
this will take longer, plus there is a certain little requirement of ambient lighting
that one must take care to complete the set up. I think once I get done I'll post
the photos to my gallery along with <a href="http://blog.seanalexander.com">Sean's</a><a href="http://www.flickr.com/groups/mediacenter/pool/">Media
Center Flickr Pool</a>.
</p></div>
    </content>
  </entry>
  <entry>
    <title>SATA RAID to GigE or SCSI Enclosure lust...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/02/14/SATARAIDToGigEOrSCSIEnclosureLust.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e6427f98-7de7-47e3-a25c-7b5034e46fe0.aspx</id>
    <published>2005-02-13T22:17:44.1099723-08:00</published>
    <updated>2005-02-13T22:17:44.1099723-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">In my never ending quest for massive amounts
of storage, I'm lusting over a nice desktop (yes desktop, not rack) case that can
handle up to 16 SATA II drives. Nothing less than 8 drives of course. It'll all be
RAID-5 and connect back to my server via GigE and/or SCSI or some other single cable.
And the stupid thing would cost less than $1000 to buy without any drives. My <a href="http://www.storcase.com/infostation/16bay3u_scsi.asp">best
bet</a> so far... But it's a rack mount, and without requesting a quote I'm sure it's
3x more than I want to pay.
<p>
Surely there's a company out there that's open to enthusiasts that are willing to
pay just a tad more than the average consumer but not the Fortune 500 type pricing
this stuff seems to get now.
</p><p>
I keep going back and forth. I know for sure that I need to handle at least 8 drives
for RAID-5 in the next 3 years, and I know it'll be all with SATA drives, I'm just
not sure what the best solution is at this time, especially with all the motherboards
now that have onboard RAID.
</p></div>
    </content>
  </entry>
  <entry>
    <title>The beginning of a new wave of MSN Search ads?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/02/06/TheBeginningOfANewWaveOfMSNSearchAds.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e0c073be-18ab-4634-964a-96d560686c04.aspx</id>
    <published>2005-02-06T02:23:02.2602383-08:00</published>
    <updated>2005-02-06T18:28:37.0096276-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">MCE managed to grab this new <a href="http://www.auroravisions.com/opendir/FirstMSNSearchAd.wmv">MSN
Search ad</a> the other night. I quite like it, it's pretty cool. Best from MSN
so far. Though I do miss the "Home" adverts they had way back. I definitely prefer
this add over the "Your Potential. Our Passion." ad campaign. They weren't bad but
then again they weren't "cool". This almost has that all important cool factor except
it has the guy talking at the end. If they could've left that bit of it really would
be a 10. I give it a 8 for now. Definitely looking forward to the next ones. I can
understand needing to get the word out that the MSN Search is actually "new" but umm,
I can't really remember Google needing to do a major TV ad campaign :-). Anyway, definitely
check it out if you haven't seen it. There's a certain opening scene to Contact/Encarta
splash screen feel to it.
<p><strong>UPDATE: </strong>Here are a couple links to the videos from MS PressPass.<br /><a href="http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/Intro_NewWay.wmv">"A
New Way to Search"</a><br /><a href="http://download.microsoft.com/download/c/2/9/c2935f83-1a10-4e4a-a137-c1db829637f5/Basketball.wmv">"Basketball"</a></p></div>
    </content>
  </entry>
  <entry>
    <title>Mmm, I really love my Portable Media Center</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/02/04/MmmIReallyLoveMyPortableMediaCenter.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ed7ef086-d856-49ae-a9a9-565138d954ff.aspx</id>
    <published>2005-02-04T14:55:52.3583982-08:00</published>
    <updated>2005-02-04T14:55:52.3583982-08:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I totally slacked and didn't post part
two of my Creative Zen PMC review, but nevermind. Battery life is quite good, I managed
to listen to music nonstop for a drive in a 10' U-Haul from San Jose to Redmond without
needing to charge it so I'm happy. While I still think the Creative is a brick (albeit
in a piano black finish), the user experience and just the overall satisfaction with
what's actually in the device is what does it for me. I'll probably buy a Creative
Zen Micro Photo when those come out since I refuse to have a player that can't do
album art... That's actually one thing I love about the PMC. Personally I'd really
love to see a Zen Micro sized device powered by the same stuff that's in the PMC,
imho, THIS is the key to making the PMC's take off and making a true iPod killer.
Well, at least from the device side. The other OEM's are coming close to the level
of Apple's industrial design, Creative being the forerunner. After using iTunes for
Windows on the laptop for over 3 months I'm still at a complete loss at how anyone
could actually want to use it. Sure the real time search is nice but the software
is just crap. It's slow and total bloatware. I hate that it has the iPod service,
etc.
<p>
Getting back to the point, I really love the PMC, I don't really use the video enough
simply because DVR-MS to WMV encoding takes too long with WMP10. I've not gotten down
to really moving DVD's to WMV either. But wow, I really love the way the navigation
for all my music, and I really love my album art. The degree with which the PMC matches
the UX of the MCE is sweet. I take the PMC into work everyday and I'm actually finding
in the role I've placed it in, it works really well. Now if it only fit in my pocket...
</p></div>
    </content>
  </entry>
  <entry>
    <title>Upgrade to dasBlog 1.7 completed... But Kyle's being cheated!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/02/01/UpgradeToDasBlog17CompletedButKylesBeingCheated.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a30809c9-af08-4c01-8f2d-b30145d409bf.aspx</id>
    <published>2005-02-01T04:26:17.5278513-08:00</published>
    <updated>2005-02-01T04:41:37.4711247-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I made the supposedly easy upgrade to dasBlog
1.7 take ages. At least it seemed that way, a lot longer than it could've been really.
All is well now. 
<p></p><p>
In the process I started arguing with Kyle. Then I told him I love him in that geek
way and all is well there now too. Or so it seems.
</p><p>
Kyle's <a href="http://www.auroravisions.com/opendir/poor_kyle.htm">being cheated</a> by <a href="http://aguk.net/">AGUK</a>.
I'm pretty sure the meaning of clearance is the same in the US as it is in the UK.
While I can't blame the company for wanting to keep that extra 50%, it seems a bit
steep. Especially if they want to keep a good customer who provides them business
and sends business their way. If it was only, say $10 or $40 I'd say let it pass,
big deal, but he paid $348 on the 29th then on the 1st he finds out they've slashed
it to $174. Kyle's started up a thread on <a href="http://forums.webhostautomation.com/viewtopic.php?p=70430#70430">this
forum</a> and hopefully should see it resolved successfully. On the other hand it
doesn't seem much different from the people I know who paid $250+ for the Audiovox
SMT5600 only to find out later they could've bought the same thing from Amazon for
better than free after mail-in rebates.
</p><p>
Why must companies be like this though? Sure it's good to make a profit, but is it
really worth it when you piss off otherwise loyal customers? Or is the "life isn't
fair" rule apply here?
</p></div>
    </content>
  </entry>
  <entry>
    <title>It's 6AM, where are you right now?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/22/Its6AMWhereAreYouRightNow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b9d8a790-6d5f-4fe1-b0b8-0be8bb75cd17.aspx</id>
    <published>2005-01-22T06:37:03.1518304-08:00</published>
    <updated>2005-01-22T06:37:03.4018304-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm sitting exhausted at my desk which I've
just finally finished setting up again. I'm too exhausted to even begin to properly
write about the entire move and the past 4 days. Needless to say I've arrived
safely in Redmond. My only injury was a cut to my right index finger while wearing
some latex gloves. Quite cool actually since the skin never got cut, it just bubbled
up with blood (that is till I cut it). Yes, too much information, but never mind.
My ego was also nicely demolished when I realized just how weak I've become since
losing access to my weight machine at my Mom's place. I tried lifting an 18x24x24
inch box filled with books and while I was able to get it into the 10' U-Haul I nearly
fell over backwards. So after getting the box into the truck I decided it would be
best if I removed half the books before trying to lift the box once more onto another
box to hold other stuff tightly behind it. I have to, and I mean have to, start using
the facilities that are available here. 24 hours access to a heated pool, gym, sauna,
and get this... a tanning bed. I'm not sure about the last two. Mostly because I'm
fine not having a tan, it's how people know I'm a geek. But geez do I miss having
my gym and a pool.
<p>
So what else? Well I'm NEVER moving again (lies!), and I've realized that no matter
how much I plan and how well I start out things just go pear shaped sooner or later.
Case in point. I had everything fitting nicely till I got the truck filled to about
20% capacity. After that I realized there's no way I could pack properly and manage
to fit everything and be able to unload it easily. So at this point I just started
placing stuff where I could. I've also realized that no matter how tired I get I'll
be fine in the end; no matter how daunting the task may seem I'll probably get lucky
like always and have some amazing story to tell about how it all worked out. Lastly,
a piece of advice. Never ever take twice the recommended dosage of No-Doz... Your
body will not stop shaking for at least a day.
</p><p>
With that I say good night, or good morning. I've got my speakers set up nicely and
have the Riven soundtrack to fall asleep to at last. Tomorrow I must finish unpacking
everything, sorting everything, shopping for some essentials (why the hell didn't
they provide at least a temporary shower curtain?), and who knows what else. After
all that is finished by what I hope will be 5PM, I'll finally be able to fix my NewsGator
problem (annoyed with blogs going into parent folders because of NewsGator Online
folders) then catch up with the rest of the world. Oh and, once again, thank you Dom
for not only flying down but driving my car up in one piece; thank you also to my
neighbor who helped me unload half of the U-Haul till 3AM. You said you had a blog
running next door, as soon as I get the URL I'll link accordingly :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>I bow before the almighty Dominic!!!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/15/IBowBeforeTheAlmightyDominic.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6b2710a6-35cc-443f-b702-12c20372bbd7.aspx</id>
    <published>2005-01-14T18:25:35.4360045-08:00</published>
    <updated>2005-01-14T18:25:37.9516295-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So after a nightmarish search for a moving
company and every one of them saying that I'm nuts for trying to get a mover to do
775 pounds worth of stuff I've been given a solution!
<p><a href="http://www.codevoid.net">Dom</a> has *cough* graciously *cough* offered to
have me fly him from SEA to SJC. He can then drive my car back up to Washington
so that I can drive the 10' U-Haul up, trailing him by half the distance.
</p><p>
Dom you're not a doormat, you're brilliant, and I owe you big
time!<br />
Thanks a million.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Exchange 2003, Public Folder Store (Server Name) problem solved!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/14/Exchange2003PublicFolderStoreServerNameProblemSolved.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7b24d497-f1a7-4a4b-ab42-21436ed2db81.aspx</id>
    <published>2005-01-14T14:02:59.5008794-08:00</published>
    <updated>2005-01-14T14:16:40.3133794-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Solutions" label="Solutions" scheme="http://blogs.coreygouker.com/CategoryView,category,Solutions.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Thanks to Alex Seigler and <a href="http://www.codevoid.net/">Dom</a> for
pointing me in the right direction <a href="http://blogs.coreygouker.com/CommentView.aspx?guid=ac5a192d-3919-4ce4-bf4f-6aa7062fbe28">on
this one</a>. Last night after Dom and I tried figuring out the inner workings of
using ldifde and dsquery I ended up stumbling along and found <a href="http://support.microsoft.com/?kbid=842273#2">KB842273</a>.
Which I then figured would work since Alex copied over some output which I've not
got a clue how he pulled out still, dsquery maybe? At any rate my public folder store
ended up getting the alias corey@ when I tried fooling with the default recipient
policy. It looks like when I did that Exchange added a corey*@ to every place that
had or could have an address. Anyway I just followed the blue bits and got things
sorted. 
<p></p><ol><li><font size="1">Start the Active Directory Service Interface (ADSI) Edit tool. To do
this, click Start, click Run, type adsiedit.msc in the Open box, and then click OK.<br /><strong>Note</strong> ADSI Edit is included with the Microsoft Windows 2000 Server
Support Tools and with the Microsoft Windows Server 2003 Support Tools. To install
the Windows 2000 Support Tools, double-click Setup.exe in the Support\Tools folder
on the Windows 2000 CD. To install the Windows Server 2003 Support Tools, double-click
Suptools.msi in the Support\Tools folder on the Windows Server 2003 CD.</font></li><li><font size="1">Connect to a domain controller if you are not already connected.</font></li><li><font size="1">Note In this step, "contoso.com" is a placeholder for your domain name,
and the other italic words are also placeholders.<br />
E</font><font size="1">xpand Configuration Container [computername.contoso.com], expand
CN=Configuration,DC=contoso,DC=com, expand CN=Services, expand CN=Microsoft Exchange,
expand CN=OrganizationName, expand CN=Administrative Groups, expand CN=AdministrativeGroupName,
expand CN=Servers, expand CN=ExchangeServerName, expand CN=InformationStore, and then
click CN=First Storage Group.</font></li><li><font size="1">In the right pane, right-click CN=Public Folder Store (EXCHANGESERVERNAME),
and then click Properties.</font></li><li><font size="1">In the Select which properties to view list, click Both.</font></li><li><font size="1">In the Select a property to view list, click proxyAddresses.</font></li><li><font size="1">In the Value(s) box, determine whether an e-mail address is assigned.
Typically, the public folder store is stamped with a Simple Mail Transfer Protocol
(SMTP) address that appears similar to the following:<br />
SMTP:ExchangeServerName-IS@contoso.com (<em>for me it had something similar to this
plus SMTP:corey@auroravisions.com</em>)</font></li><li><font size="1">In the Select a property to view list, click mail.</font></li><li><font size="1">In the Value(s) box, verify the SMTP address is the same as the SMTP
address that is displayed in step 7.</font></li></ol><p>
Anyway, removing the somewhat hidden proxy address for the public folder store fixed
things quite well. In Outlook all the mail that already came in as Public Folder Store
(Server Name) still remains that way, but I think if I delete the .OST and let Outlook
sync all over again from scratch that that might fix things in Outlook, not too sure
about that one.
</p><p>
Oh and I'm still trying to figure out an easy way of migrating from a IIS NNTP file
system store to an Exchange NNTP public folder store. I'm afraid if this doesn't actually
get sorted soon I may switch back. Oh well.
</p><p><strong>UPDATE:</strong> Deleting the .OST and letting Outlook recreate it didn't
change the previous emails which showed the To as Public Folder Store (Server Name).
So I guess I'll just have to ignore those.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Apartment Found, now to find the right moving option.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/12/ApartmentFoundNowToFindTheRightMovingOption.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0b7e526c-2028-400b-91af-feb84c14fcb7.aspx</id>
    <published>2005-01-11T23:24:58.7312712-08:00</published>
    <updated>2005-01-11T23:25:01.1218962-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After much searching and a pretty large
Excel spreadsheet plus countless phone calls to countless property managers I've finally
picked an <a href="http://www.equityapartments.com/market/brochure.aspx?page=overview&amp;PropID=698&amp;PowerSearch=1">apartment</a>.
It's the 2 bed 1 bath path <a href="http://www.equityapartments.com/media/wa_olderedmondplace/floorplans/b_848.gif">seen
here</a>. I ended up getting them to do a 6 month lease for $883 a month. Which is
quite good compared to all the others I was looking at. There was this one place,
Lionsgate, that was really really nice but outrageously expensive.
<p>
Pluses... I should still be close enough to ride a bike to work. I'm 5770 from the
CO, <a href="http://www.broadbandreports.com/coinfo/clli/RDMDWAXA">RDMDWAXA</a>, so
6000/768 service from SpeakEasy on OneLink is easily available. Line quality tests
come back excellent as well.
</p><p>
Minuses... It's not walking distance to work. Would've liked to been able to bring
my coydog up from my Mom's place in Joshua Tree. Can't really think of any others
right off hand, unless of course I have annoying neighbors that don't like Zep late
at night :-).
</p><p>
I should be out of here hopefully a couple days after Sam's left. It seems as if any
mover I go with will take a day or two or three so ideally I should have my stuff
packed the day Sam leaves. Wow! Talk about stressful, loads to do and loads to pack.
This time I think I'll definitely try and get all the geek stuff into the car without
the boxes.
</p><p>
Bah, I hate moving!
</p></div>
    </content>
  </entry>
  <entry>
    <title>I guess everyone knows now...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/11/IGuessEveryoneKnowsNow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7e934571-aa62-4d2e-bad9-7062622faa9d.aspx</id>
    <published>2005-01-10T21:30:03.3710704-08:00</published>
    <updated>2005-01-10T21:33:59.1583319-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well <a href="http://www.codevoid.net/">Dom</a> now
knows and I saved one long rant about how big of a twat I am for trying to surprise
him only to end up pissing him off.<br /><br />
So before I left for Vegas after much discussion with Dom, who gave pretty good advice,
I decided on Archstone Redmond Campus for their last 1 bedroom apartment which was
on the top floor. I called up the girl, Tracy, and gave her my details and gave her
my email address to send me the PDF's so I could FedEx the paperwork over before I
had to try and get some sleep that night (I even printed the label). Waited till 5
minutes before 6 and still no email, called again and spelled out my email once more
and she confirmed that she had it right and that she'd send it straight away. Still
nothing. Called back 10 minutes later and they were now closed so I left a message. 
<p></p><p>
Left at about 5AM the next morning for Vegas in the pouring rain. It didn't stop raining
once while I was driving. At one point when <a href="http://blog.opennetcf.org/afeinman/default.aspx">Alex's</a> Belkin
GPS software running on his PPC Phone said we were off road we were driving through
snow at about 75mph. That was fun. Alex and Sam fell asleep on and off and I having
only slept about 30 minutes since waking up the day before at about 11AM was still
going strong. At some point along the I5 we stopped at Starbucks and had Alex's famous
quad espresso. Still going strong. Went through hundreds of tumbleweeds then at some
point finally decided to switch with Alex and let him drive my 2 door Accord. I don't
really remember falling asleep but I'd guess I got about an hours rest.
</p><p>
We get in, condo is great, nice, better than my dinky 1 bedroom apartment in San Jose.
After having a quick break and changing we hit the show floor with the exhibitor passes
that MS graciously provided MVP's. Tony Hynes was there which was slightly unexpected
but awesome. Susan Leiter, who I'd met a number of times before at previous events
was also there. Sam was worried the entire time about whether or not she'd get in
and whether she'd also get to be another brilliant exhibitor :-P. All was fine as
usual when you're in the hands of the MVP peeps.
</p><p>
DMD MVP shindig and I'm exhausted. I don't remember anything at all except that Zeb
and Matt were bugging me about only having 1 drink even though I was driving us back
to the condo and still had had very little to eat that day and even less sleep.
</p><p>
Bright and early on Saturday (?) had a semi decent brunch buffet at can't remember
where then back to the show floor. Parking was crap. Tram was crap (the bloody thing
ran on wheels) and it cost $3 each trip with a day pass being $10, RIP OFF! Felt sick
the entire time on the show floor from the excess amounts of caffine from the previous
day. Candice Pederson and Susan saved us again with water and some Aleve. What a difference
that made, we were actually able to walk around now. Starbucks queue was ridiculous
so we passed. Didn't see ANY other MVP's on the show floor which was odd. That night
the MVP meet up was nice at the foundation room of the House of Blues. Chris Hassler
was there from Idaho, forgot he was going. Got to meet with Amir Majidmehr and argue
briefly with <a href="http://chris.pirillo.com/">Pirillo</a> about whether or
not it was really likely some person would download a random WMA/V with the “DRM
exploit”, etc. Not to mention some other WMP annoyances like the lack of quick
access to any track via a Jump hot key. Went for food after with Joel, Kasey, Matt,
Zeb, Alex, Chris, and Ponzi, and “her/she” aka Sam. Sam and I sat with
Chris and Ponzi and had a nice chat about the entire woman vs. beast type thing. I
decided geeks really can <a href="http://wpa.auroravisions.com/">get laid</a>. Went
home, fell asleep, don't remember anything after that (obviously because I wasn't
awake).
</p><p>
Left condo at 10AM, had breakfast at Bellagio (?). Better than the day before, but
still bad. Alex was working on a Home Screen plugin for the SMT5600 for some WA based
company and needed it finished like 2 days ago so went to work on it in the car to
send it out via the SmartPhone... All that just to convince Attgular to keep offering
the SMT5600. Oh well, what he was doing seemed cool and hopefully Cingular will like
it. Started the drive back which ended up being like 2 iirc. Yet more rain. At some
point before the I5 I switch with Alex and the rain just stops! WTH!? Stop at Starbucks
and grab a Subway at the same time. We sit at this small table and Sam places her
bag under the table without me noticing, so when we leave I never think to ask her
if she grabbed it. We were all extremely tired. Alex gets us back at some point before
midnight and takes off in his Jeep. Then Sam's Dad calls to tell her that a guy from
Starbucks called him on her mobile to say that she's left the bag. Sam freaks, I laugh,
and say oh well, don't worry about it. Immediately I figure it's too far to drive.
Like 8 hours, an entire day lost, ~$30 worth of gas. Cuddle her to say it's okay and
not to worry because her geek boyfriend will take care of it without even leaving
the house. Call up FedEx give them my account number and say that I need a purse picked
up from Starbucks in Buttonwillow. So that's all taken care of. Call up Starbucks
at 12:45AM and tell them to expect FedEx and to make sure the bag is safe along with
a note explaining to whoever will be working there later. 
</p><p>
Monday morning and I check for my email from Archstone and nothing. Call up and find
out that she didn't send the email and that they've leased the place to someone who
actually came in on Saturday or Sunday. Now looking for another place in Redmond or
Bellevue, tired, annoyed, and totally out of it. Then later I notice a SMS from <a href="http://www.jonathankay.com/">Jon</a> and
he's said that he was feeling ill last night and is now on the way to the hospital.
The, uh, oh crap, moment happens, tell Dom, call Jon's cell, of course it's off being
in a hospital and all (stupid stupid stupid rules). Send him a SMS from Messenger.
Call his home number and talk to his Mom who's said she's in the “emerg”
with his Dad and that it's probably appendicitis. So I guess we'll find out how that
and my apartment end up tomorrow morning.
</p></div>
    </content>
  </entry>
  <entry>
    <title>I'm torn... Do I let Dominic know or not!?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/04/ImTornDoILetDominicKnowOrNot.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,28c64c83-098b-476c-a0a7-2f3ca29ce26d.aspx</id>
    <published>2005-01-03T23:55:42.2537768-08:00</published>
    <updated>2005-01-04T00:09:09.8724589-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Obviously by writing this I'm letting him
know <em>something</em> is up. Of course he doesn't have a clue. Sadly that also means
I can't write anything here yet till I make up my mind, luckily this won't affect
the outcome of Dom's shock one way or another. What to do... Whatever I decide I've
got to do it in the next day so I can decide by the 20th ;-)
</div>
    </content>
  </entry>
  <entry>
    <title>Getting annoyed with Exchange 2003 and Public Folder Store.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2005/01/04/GettingAnnoyedWithExchange2003AndPublicFolderStore.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ac5a192d-3919-4ce4-bf4f-6aa7062fbe28.aspx</id>
    <published>2005-01-03T22:41:06.4057803-08:00</published>
    <updated>2005-01-03T22:41:07.3432683-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well, I'm not sure what I did but I definitely
can't seem to get it back. Basically I was fooling with Exchange 2003 the other day
trying to migrate my one NNTP group from the old IIS file system store to Exchange's
Public Folder store. Tried and failed at that, with the only semi suggestion from
a MVP that I:
<p>
“Setup another Exchange box, pull the newsgroups into PFs on it, create a replica
on the one you intend to use, turn off the FS based NNTP, turn on Exchange, break
replica, remove temp server from organization. That's what I'd do, at least.”
</p><p>
Sure I could do this since I've already got Exchange setup on a VPC but that seems
like such a hassle. At any rate, I started messing with something else. I ended up
getting it set up so that NewsGator would store my feeds on the server that way I
could read them and such through OWA and maintain the state of them across the laptop
and desktop. Quite cool really.
</p><p>
At this point I'm not sure what I did, I think I looked at and applied the Default
Recipient Policy (Exchange System Manager - Recipients - Recipient Policies). I remember
adding the removing the other property page as well as applying the default policy
again. Other than that I honestly can't remember doing anything else. I'm using a
really awesome tool that Dominic wrote that allows me to just edit a nice little XML
file and magically have catch-alls, forwards, and the like in Exchange (something
I needed to have from MDaemon).
</p><p>
Anyway ever since that day I've been getting mail delivered to my account catch-all
with a To line of PUBLIC FOLDER STORE (SERVER NAME). It's really pissing me off since
I've no idea how to undo whatever I did. I'm also trying to figure out how I allow
myself to email one of the catch-all aliases that Dom's tool handles from my cgouker@
account. So for example, email corey@ from cgouker@. Right now Exchange doesn't like
that, I get a lovely “The message reached the recipient's e-mail system, but
delivery was refused.  Attempt to resend the message.  If it still fails,
contact your system administrator. &lt;element.auroravisions.com #5.2.1&gt;”.
If anyone has any ideas on these 3 issues please comment! :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Wow, I really love the new MSN Search at the moment.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/11/12/WowIReallyLoveTheNewMSNSearchAtTheMoment.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,dde8ba62-bd22-4880-91c0-96b0111094df.aspx</id>
    <published>2004-11-12T01:04:16.3581403-08:00</published>
    <updated>2004-11-12T01:04:18.6393757-08:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Ego++ with MSN Search today... Turns out
I'm #2 at the moment for just plain <a href="http://beta.search.msn.com/results.aspx?q=Corey">Corey</a>.
Oddly I've moved down quite a bit from #12 to #38 on Google for <a href="http://www.google.com/search?q=Corey&amp;hl=en&amp;lr=&amp;c2coff=1&amp;safe=off&amp;start=20&amp;sa=N">Corey</a>.
<p>
At any rate, the beta search is looking quite sexy. Will it ever make me stop using
Google though? Not a clue just yet. Definitely not if MSN doesn't add some of the
hidden uses of Google, like UPS, FedEx quick tracking links, Calculator, etc.
</p></div>
    </content>
  </entry>
  <entry>
    <title>The countdown to something extraordinary...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/11/06/TheCountdownToSomethingExtraordinary.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2f852964-5260-45e9-a8c7-9e7a093c0b67.aspx</id>
    <published>2004-11-06T06:50:28.0388565-07:00</published>
    <updated>2004-11-06T06:50:30.5857478-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">And they say time flies when you're having
fun ;-). 
<p></p><p><a href="http://dubya.auroravisions.com/">http://dubya.auroravisions.com/</a></p></div>
    </content>
  </entry>
  <entry>
    <title>Ironic twist to supporting the war or just plain typical?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/11/05/IronicTwistToSupportingTheWarOrJustPlainTypical.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d0a20a7b-d33c-453b-846d-870cbdb70a37.aspx</id>
    <published>2004-11-05T05:30:24.0850733-07:00</published>
    <updated>2004-11-05T05:30:24.1475681-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Gramps told me the other day that my second
(or is it third) cousin Andrew, a marine, was being sent to Iraq. Not that big of
a surprise since the marines are usually cannon fodder for any given military movement.
But it’s kind of weird that it’s my cousin being sent and not some other
unfortunate soul who I’ve never heard of. My gramps that was in WWII has never
supported the war in Iraq and has always been pretty liberal. My first cousin, Casey,
has been in the Navy for a while now. He was originally stationed in Okinawa, Japan
but is now on some god forsaken island off of the San Diego coast. He’ll probably
get out of the navy without ever seeing battle, definitely a good thing in my humble
opinion since he’s been brainwashed enough as it is.
<p>
Anyway, Gramps was saying that it was ironic that our family has two grandsons in
the military right now. The one that supports the war has his grandson on the front
lines with the marines in Iraq fighting the war that has been long over for some times.
Gramps who hates Bush and doesn’t support the war has his grandson home (seemingly)
safe at home on a homeland naval base.
</p><p>
Odd?
</p><p>
Well, I don’t know, I guess I agree. But for me, it’s stranger when I
think about my cousin (who I’ve only spent time with once) being in Iraq. Now
when I see the MSNBC .NET Alerts pop up in Messenger about US soldiers being killed
I notice them more. I notice them when they say 5 marines killed in bombing. I’ve
looked at the growing list of names, I haven’t seen my cousins yet, but 4 more
years, a lot can happen.
</p><p>
Despite the fact I really don’t have any close ties to Andrew I can’t
help but feel terribly sorry for him and every other soldier over there fighting for
nothing. They serve no purpose at all except to possibly secure a few more barrels
of oil which are oh so precious as the planet starts to finally run out. There’s
no freedom in Iraq and there certainly won’t be any in the next 4 years. We
certainly aren’t any more secure than we used to be by being in Iraq either,
the only real thing to come out of Iraq will be further hatred for America and what
that other half stands for. Americans are dead wrong if they think we’re somehow
safer from “terrorism” than we used to be. Heck, I’m sure we’ve
probably got a few more radical liberal terrorists even more pissed off since the
election on Tuesday. I can only imagine the headlines when a few of them got together
and decided to drive a pickup truck filled with liquid explosives to the Reagan Center
while Bush and Cheney were giving their 4 more years speeches. That’s terrorism,
it’s all around you, it’s not the fear of some Iraqis catching a flight
from Fallujah and taking a bomb to the next football game. The only way to start the
explosion of terrorism is to stop pissing other people off around the planet and promoting
peace. Till then this country is screwed and any halfway insane American can just
decide to make a few good pipe bombs and start blowing stuff up. Anyway, I’m
getting away from what this post was about...
</p><p>
I really hope I get a chance to speak with Andrew once he comes back, not about what
it was like over there, but if he truly believes it really mattered. Till then, good
luck.
</p></div>
    </content>
  </entry>
  <entry>
    <title>FREE phone calls from the UK... mmm, BBC English, yummy.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/11/05/FREEPhoneCallsFromTheUKMmmBBCEnglishYummy.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,50cec54b-4395-46bb-a9b8-264bc81e445a.aspx</id>
    <published>2004-11-05T04:52:37.9250072-07:00</published>
    <updated>2004-11-05T04:52:40.1907337-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well not exactly free, but $4.99 a month
for an unlimited number of calls is quite incredible. How am I managing this exactly?
Well it’s not some magical telepathy; it’s thanks to the most popular
VoIP service out there, <a href="http://www.vonage.com">Vonage</a>. Yes, that wonderfully
unknown and never seen company, the one without a single advert anywhere.
<p>
So my stint with Vonage started back in August when I moved to San Jose for yet more
college and decided that I just couldn’t stand old telecoms. I decided that
I was going to do without them. I signed up two days early for <a href="http://www.speakeasy.net/refer/260782">SpeakEasy’s
OneLink</a> service, a whopping 6000/768K service that takes $115 worth of agony out
of me every month and doesn't require an existing phone line. Oh and wow, they're
the best ISP ever!!! The day after that I signed up with Vonage on their Premium Unlimited
service which cost $29.99 at the time. The modem was free (well free if you count
the fact that they should give you back the $29.99 activation fee should you cancel).
So in that first month it was $73.23, not bad considering that SBC wanted $36 out
of me to activate plus $76 a month for the same unlimited calling to the US and Canada.
I really couldn’t justify that cost and having to deal with the phone company.
</p><p>
The modem came a few days later while I was still on my <a href="http://www.dslextreme.com">DSL
Extreme</a> (also a pretty good ISP, but nothing compared to SpeakEasy) account in
Joshua Tree. Initial impressions were quite good, quality was good, and I had no complains.
Luckily I timed the SpeakEasy service just right so that it was activated the morning
after I got up here. I had the Motorola modem Vonage provided plugged in and had my
408 number up and working again (without a handset though :-)). The service with the
extra bandwidth seemed even better with literally no realization that it was going
through the net. My comms set up basically has the DSL modem, then the Linksys router,
the Moto VoIP modem plugged into the router along with the GigE hub and other PC’s.
So I’m not relying on what I’ve been told is crappy Moto routing in the
VoIP modem.
</p><p>
I won’t really get into the back end stuff that Vonage has in terms of extra
features, needless to say CID works great, along with the little message waiting light
I have on the Vtech phone, call waiting, the works. Only real minor issue that sometimes
crops up is with three way call disconnects; once had a third party still on after
switching. I haven’t had any hidden fees or anything to complain about, I don’t
consider the $1.80 and $1.50 crap tax to be anything major, expected really.
</p><p>
The real test I had with Vonage was when I was up on Slashdot, not only did my DSL
service and server survive, I was able to test out the VoIP service as well. Amazingly
I made and held a good quality conversion with Jon in Canada and even managed a three
way call with the UK (which btw only costs like $.03 a minute, or $.28 for a mobile).
It never disconnected and only garbled once or twice, pretty sweet.
</p><p>
I’m not too sure when they added these UK virtual phone numbers but I just noticed
them the other day. Which is what these free calls from the UK are all about. Basically
since all these VoIP services allow you to be anywhere with that has an Internet connection,
you can pretty much choose a phone number in any area code they have allocated. I
can have a number in 760, 408, 425, 310, whatever, all ring here, all would be local
calls for anyone in that area code. In addition they’ve got these virtual numbers
in addition to the primary, which is basically the same but is receiving only and
costs $4.99 a month more. I added a London virtual number to my account and now because
I’ve got unlimited calls and it rings me here basically I can have anyone in
the UK call me for free. At least on my end. At the other end of course it’s
the cost of a call from wherever in England to London. For BT and NTL lines it’s
usually 1p - 3p a minute, on mobiles it’s usually included for free with the
inclusive minutes on various plans. It’s actually rather scary. I still can’t
figure out how Vonage is able to make money on this. And it’s definitely free,
I’ve had 4 people in random UK locations call me.
</p><p>
Last but not least, you can have Vonage ring a second number at the same time as your
primary home phone before it sends the call to voicemail. I’ve got it going
to my mobile. So in a way I’ve kind of got a incoming UK mobile. Very scary
indeed. But damn, why did Americans ever allow themselves to be screwed by the providers
here and let themselves be charged for incoming calls on mobiles!? Probably that 51%
that figured it was okay because it was “air time”. Bastards!
</p></div>
    </content>
  </entry>
  <entry>
    <title>Random pair of red panties at front door...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/10/16/RandomPairOfRedPantiesAtFrontDoor.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,213510bb-35be-4228-a4ca-d7e10538dae6.aspx</id>
    <published>2004-10-16T13:31:23.5519801-07:00</published>
    <updated>2004-10-16T13:31:23.7394789-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Like I was just saying, I was going to go
do my laundry... I just opened my front door though and what do I find!? A girl or
somebody or something has left a pair of red panties perfectly placed and laid flat
in front of my front door which is up 4 stairs. How totally random! I haven't
quite decided to touch them yet. I think I'm going to find a stick. They look like
they're silk or something...<br /><br />
&lt;afk&gt;going to get stick and check brand and what the hell is up with the panties&lt;/afk&gt;
<p>
Okay so upon further investigation... They're some unbranded pair that are probably
a girls cheap way of entertaining some guy. Why were they placed at my door. They're
clean and look as if they've never been worn or if they have maybe once or twice.
Now that I've taken pics of the <a href="http://www.auroravisions.com/opendir/randomredpantiesback.jpg">back</a> where
I originally found them and the <a href="http://www.auroravisions.com/opendir/randomredpantiesfront.jpg">front</a>,
I think I'll just put them back and see how long they stay there. Maybe I'm being
watched or something. How odd. :-S
</p></div>
    </content>
  </entry>
  <entry>
    <title>IE Must Evolve or DIE!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/10/16/IEMustEvolveOrDIE.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e9a941fc-b8c4-4d8e-ab9b-c70749f1d8e5.aspx</id>
    <published>2004-10-16T12:53:11.6663734-07:00</published>
    <updated>2004-10-16T12:53:16.0413174-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">DAMN YOU IE! You pile of crap, this is the
last time you ruin a perfectly good blog by switching pages by opening a link in the
wrong window, or going back when you weren't supposed to, or going to a page that
another app opens. I can think of like 5 or 6 times when IE has done this to me, only
once was it my fault when I hit backspace by accident when the cursor wasn't in the
edit box. I'm just sick of it. I thought this thing was supposed to not lose my data
in design or HTML view. 
<p></p><p>
While on the topic of IE...
</p><ul><li>
I'm sick of having to clear my cache when JPG's start to only have the BMP option
available when I do Save Picture As.</li><li>
I'm sick of having IE stop responding while clearing the cache.</li><li>
I'm sick of corrupt ZIP files.</li><li>
I'm sick of view source not working when it's supposed to.</li><li>
I'm sick of not having a download manager.</li><li>
I'm sick of not having a cookie manager.</li><li>
I'm sick of hyperlinks not opening right because there's a hidden process running
then killing that process only to get every single link that I clicked previously
pop up instantly once that hidden process dies.</li><li>
I'm just plain sick but would rather not go on about IE.</li></ul><p>
So not directly IE related...
</p><ul><li>
I'm sick of Flash movies with their ridiculously loud sounds or music or dialog during
Flash ads on various sites. Give me an f'ing volume control and mute and remember
those damned settings permanently.</li></ul><p>
Oh and what the hell, MSN Messenger.
</p><ul><li>
I'm sick of failed file transfers one minute then working transfers the next. Fixed
the damned protocols the next time you decide to kill our service in the process of
upgrading them yet again!</li><li>
I'm sick of voice not working so often or only working after an hour of trying various
fixes. Even with 3 MVP's and the <a href="http://jonforpm.auroravisions.com/">god
of Messenger</a> helping voice still refuses to connect 90% of the time.
The only thing that saves it is that when it finally does connect the quality is amazing
and will usually continue to work fine for hours (max time on voice for me is 2 days
and some hours).</li><li>
I'm sick of the scroll bug (fixed for sure in 7?).</li><li>
I'm sick of the fact that I need to install Messenger Plus! to get decent logging
that doesn't randomly decide to miss messages.<br />
I'm sick of getting messages about not being able to add contacts to my list because
it's full. And NO, I will never pay for more contacts so don't even think about it.</li><li>
I'm just plain sick of the dodgy service that is behind Messenger. Forget trying to
provide fancy little emoticons and games and all the other crap that doesn't matter,
get the Instant Messaging working right first!</li></ul><p>
Now for the pathetic part. Think of the two most popular and used Microsoft applications,
two applications that I'm sure nearly every Microsoft employee uses on a daily basis.
Yet these two applications are some of the worst they have. IE is just a pile of crap
and it's not moving anywhere. Wow, popup blocker and ActiveX prompting provided by
Service Pack 2. Get real. Just because you've got the #1 browser doesn't mean
you can just sit back and decide that you'll release a minor update in a Service Pack
then another in two years time in Longhorn. I hate having to install Firefox; I don't
want to install another app for something that should be working excellently in the
OS. Start that wonderful innovation engine and give us some regular updates besides
security fixes.<br /><br />
MSN Messenger and Windows Messenger... Well I'm not even sure who direct this to since
I can't remember the state of the product teams at the moment. I loved the recent
weekend outage, which was just brilliant. If it wasn't for the fact that I've
got a plugin that tells me when people open and close conversation windows I would've
never known that people were even trying to contact me, messages appeared to the sender
as if they went through fine since the non deliverable message would come 5 minutes
later by which time the sender probably already closed the window. Why does it seem
like <strong>the</strong> MVP for this product knows more about what's going on with
the product as a whole than some of the internal people do? Doesn't anyone that actually
does work on this product use it on a regular basis and notice their own bugs? Here's
a suggestion for every MSN Messenger team member. Quit using Outlook and email for
a week. Use nothing but your product for communication and file sharing. Have every
meeting with every member in the conversation window (oh and make sure it's logged
on every machine for comparison later). Then go back and fix every damned bug that
you'll surely come across. This product is probably the most used product MS has on
a daily basis yet it seems like there is little to no attention given to making it
the best it can be by fixing the bugs and ensuring the service stays up all the time.
</p><p>
Anyway, enough for this rant, I was going to do my laundry after writing a mildly
amusing blog but then IE pissed me off and ruined my otherwise pleasant day.
</p></div>
    </content>
  </entry>
  <entry>
    <title>21st birthday present for all: How to self induce vomiting...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/09/22/21stBirthdayPresentForAllHowToSelfInduceVomiting.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0b63adff-2975-4252-837a-e1b19dfcc438.aspx</id>
    <published>2004-09-22T02:27:12.9474103-07:00</published>
    <updated>2004-09-22T02:32:36.6192853-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <font face="Courier New">[02:04:14 AM] Corey:
brb, have to blow my nose again (it's getting<br />
              worse;
maybe a good sign that my cold is almost over),<br />
              oh
and gargle with water and hydrogen peroxide to clear<br />
              the
phlegm (which has just started up now that the cold<br />
              is
waning :-()<br />
[02:04:40 AM] Jonathan Kay: lol<br />
[02:04:44 AM] Jonathan Kay: get better:-P<br />
[02:12:23 AM] Corey: wow<br />
[02:12:27 AM] Corey: that was disgusting<br />
[02:12:29 AM] Corey: although<br />
[02:12:44 AM] Corey: I think I just found a sure-fire way to self<br />
              induce
vomiting<br />
[02:12:50 AM] Jonathan Kay: lol<br />
[02:12:52 AM] Jonathan Kay: thanks for that<br />
[02:12:59 AM] Corey: seriously<br />
[02:13:14 AM] Corey: mix 1:1 water and hydrogen peroxide<br />
[02:13:35 AM] Corey: gargle 1/3 of it at a time till it's gone<br />
[02:13:48 AM] Corey: gargling until you just have to spit it out<br />
[02:13:58 AM] Corey: by the 3rd time you'll feel like vomiting<br />
[02:14:01 AM] Corey: I nearly did<br />
[02:14:14 AM] Corey: close enough to lift the toilet seat in fact<br />
[02:14:39 AM] Corey: yes I know TMI<br />
[02:14:45 AM] Jonathan Kay: lol<br />
[02:14:46 AM] Jonathan Kay: :-)<br />
[02:15:09 AM] Corey: but it might come in handy for any person that<br />
              wants
to become another Kate Moss<br />
[02:16:21 AM] * Corey has changed his/her name to Corey  (8) <a href="http://www.davincisnotebook.com/sounds.asp">Da</a><br />
              <a href="http://www.davincisnotebook.com/sounds.asp">Vinci's
Notebook - Ally McBeal</a> (<a href="http://www.davincisnotebook.com/sounds/ally.mp3">minute
long clip here</a>)<br />
[02:16:23 AM] Corey: or<br />
[02:16:24 AM] Corey: :-)<br />
[02:16:51 AM] Corey: what was her name...<br />
[02:17:13 AM] Corey: Calisto<br />
[02:17:19 AM] Corey: err duh Calista<br />
[02:17:21 AM] Corey: Flockhart<br />
[02:17:28 AM] Corey: right... new blog entry :-P<br />
[02:18:19 AM] Corey: wow the song even mentions "like a Kate<br />
              Moss
clone. without no muscle tone. like a skeleton."</font>
      </div>
    </content>
  </entry>
  <entry>
    <title>Photos and DeviantArt intro for my Auntie Linda...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/09/12/PhotosAndDeviantArtIntroForMyAuntieLinda.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9832da23-bef0-40c8-b42a-4c76d634fb9c.aspx</id>
    <published>2004-09-12T03:06:10.7295273-07:00</published>
    <updated>2004-09-12T03:06:10.9326614-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Hello Auntie Linda... enjoyed our chat on
the phone. Since you were randomly coming to my site and discovered my blog, trying
to find photos I've taken I figured I'd introduce you to <a href="http://www.deviantart.com/">DeviantArt</a> rather
than just giving you a link to my <a href="http://www.auroravisions.com/opendir/portfolio/">portfolio</a>.
If you go to <a href="http://www.deviantart.com/deviation/10512385/">this link here</a>,
you'll get to see the first photo I took using the Kodak T-Max 100 B&amp;W film for
the photography class, it's also the first actual print I made after developing the
film by hand and doing the print as well. I've got a small selection of prints <a href="http://theceg.deviantart.com/gallery/">up
there now</a> but should be adding more soon. Once you get your cable Internet working
you'll probably want to add DA to your favorites and check it out, it's really quite
cool.
</div>
    </content>
  </entry>
  <entry>
    <title>Is Microsoft actually getting closer to cool than uncool in their marketing?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/09/08/IsMicrosoftActuallyGettingCloserToCoolThanUncoolInTheirMarketing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d1d4f2f3-ff93-4099-9f82-22780c1483cd.aspx</id>
    <published>2004-09-07T22:27:26.2293808-07:00</published>
    <updated>2004-09-07T22:40:38.2656998-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Shortly after WMP10 went live I checked
around the <a href="http://www.microsoft.com/windows/windowsmedia/default.aspx">Windows
Media</a> portion of Microsoft.com. Besides the update to match the rest of Microsoft's
online branding they also added some more <a href="http://www.microsoft.com/windows/windowsmedia/content_provider/film/ContentShowcase.aspx">WMV
HD content</a> to their showcase. This is probably one of my most liked portions of
the site, they've even got a stand alone URL for it at <a href="http://www.wmvhd.com/">wmvhd.com</a> (maybe
something bigger planned for it soon?) for some reason this stand-alone site always
has less content, who knows. Anyway, the featured vide on the WMV HD Showcase is currently
the <a href="http://download.microsoft.com/download/d/a/3/da3d8240-ae8a-4d54-ac93-7cedb1b78587/WMP10_Trailer_1280x720_8mbps.exe">Windows
Media Player 10 HD Trailer</a>. 
<p></p><p>
It's really worth a watch, just once at least. While this clearly isn't TV spot material
it would obvious be great for showing off at conferences and other gigs. One thing
that struck me right away was the fact that they didn't have some random uncool Microsoft
sponsored group doing the music. They had <a href="http://www.theheliosequence.com/">The
Helio Sequence</a> a relatively new group on SubPop Records; probably helped
that SubPop is in Seattle. The song you hear in the trailer is called Repeater off
of the album Love and Distance. It's really quite good and unlike most other songs
Microsoft has featured in the past. With maybe the exception of Overseer's Horndog
which most will probably remember best from some car ad (think it was Nissan or Mitsu)
as well as the LH video shown at PDC recently. Madonna's Ray of Light for Windows
XP can't really be counted because everyone knew the song so that made it inherently
uncool I'm afraid.
</p><p>
At any rate, besides having a cool song they managed to make a video that isn't so
bad after repeated viewing :). I still can't quite get past the people dancing around
with their eyes closed and such. Or that guy's quirky smile towards the end.
But looking beyond that and the fact that the people dancing around is so close to
being an Apple iPod ad it's not a bad way to show off what's really hard to show off.
That is, the Windows Media Player, just a little piece of software. I would've liked
to see less people and more player in use doing cool things like showing the ease
of the Auto Sync and such, pop in a CD and show it ripping with album info, not to
mention MSN Music. I'm sure some money could be saved as well, just have two good
looking people for eye candy for each sex, not too stunning though since we wouldn't
want to take away from that new UI. In addition make sure there's plenty of other
cool tunes to go with each spot, and give the group a nice plug, especially when they're
on some indie record label. That's one thing Apple always has going for it, whenever
I see an iTunes/iPod ad, on the web at least, it's always got some basically
unknown but cool tune and they plug it as being available on iTunes. It's sort of
the IKEA effect, people buy into that sort of thing, especially when they see it on
display in it's proper environment. Apple and IKEA go hand in hand imho. Besides that,
just stay away from people dancing with their eyes closed looking just a bit too into,
it'll also help fend off those comments about it so closely matching Apple's rotoscoped
dancers.
</p><p>
All in all, I give it (*)(*)(**).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Music in the Park Tonight... PMC Review Follow up tomorrowish.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/08/27/MusicInTheParkTonightPMCReviewFollowUpTomorrowish.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,05c6b277-6c1d-4461-95d6-ac50e87f5e85.aspx</id>
    <published>2004-08-26T19:37:02.9430348-07:00</published>
    <updated>2004-08-26T19:43:02.9811974-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Bah, second day of classes were slow and
boring. Music in the Park is going on tonight, “eek a mouse”, should be
good. Think I'll grab a starbucks and enjoy as it finally starts cooling down. Part
2 of the PMC blog to follow soon. I've got details on battery life, encoding times,
fun with getting DVD's, XviD, DivX onto the device and more.
</div>
    </content>
  </entry>
  <entry>
    <title>Check out Galan's overview of using a PMC with WMP10 on EZ.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/08/26/CheckOutGalansOverviewOfUsingAPMCWithWMP10OnEZ.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,99e0181a-5136-4029-9f79-65c01f035137.aspx</id>
    <published>2004-08-25T23:17:45.6085912-07:00</published>
    <updated>2004-08-25T23:17:47.7961612-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Provides nice visuals along with an additional
explanation of the syncing and such, definitely <a href="http://www.microsoft.com/windowsxp/using/mobility/expert/bridgman_PMCwmp10.mspx">check
it out</a> :-).
</div>
    </content>
  </entry>
  <entry>
    <title>Creative Zen Portable Media Center Review, Part 1...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/08/25/CreativeZenPortableMediaCenterReviewPart1.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,64fabf6f-8bac-4f2b-90c1-98e162520182.aspx</id>
    <published>2004-08-24T21:45:39.3600712-07:00</published>
    <updated>2004-08-26T19:18:18.5933227-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I guess first things first… A brief
introduction… Some of the people reading this will be friends of mine who have
been eagerly waiting (impatiently) for some time in fact. If you’re one of them,
then too bad, you’ll have to wait a bit more. 
<p></p><p>
I’m Corey Gouker (obviously); I’m a Media Center MVP who hangs out in
the Microsoft newsgroups for everything Digital Media and Media Center related. I’m
20 years old and starting up college again at SJSU after already doing a year abroad
at the University of Manchester in the Queen’s Country.
</p><p>
I’m pretty much an average geek. I think anything electronic (that at least
has some class and style) is totally sexy. For example my cell phone, my Klipsch 5.1
Ultra’s, a 2TB RAID, a super fast Internet connection, you name it. If it’s
geeky, chances are I love it and might find it sexy. And please, I don’t mean
to get you worried at this point, I don’t find them attractive in a sexual way
or anything like that, I’m much more drawn to a nice 5’8” red head
than anything made of silicon, LOL, err, no pun intended. Besides that, I’m
just an average guy with an anything but average collection of digital media. Some
stats I compiled about a month ago are pretty out there. I was sitting on a 204GB
collection of music. That’s approximately 44,190 tracks for the curious. My
main Media Center Edition PC has a 250GB HDD which at any given time has about 200GB
of recorded TV. Then there’s about 500 or so DVDs as well. I’m not even
going to guess on the number of pictures, all I know is that there’s a 50 CD
folder sitting on a book shelf that is filled with DVD+R’s with nothing but
JPG’s from my Canon G2. I’ve actually warn out 3 batteries in the little
time I’ve had the camera.
</p><p>
I personally don’t own that many media devices. In fact, I’ve only got
one at the moment. A small but nice 256MB Creative MuVo TX. I’m in a unique
situation in that unlike some, I couldn’t hope to fit my entire collection on
a device to take it with me. Whether it be music, videos, TV, or pictures. I’ve
almost bought a Dell DJ, 40GB iRiver, and 20GB Rio Karma, but didn’t buy any
since I still felt none of them quite fit what I had in mind.
</p><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px" src="http://www.auroravisions.com/opendir/pmc/IMG_7433-160.JPG" align="left" />Being
a Media Center MVP with some interest in the Digital Media Division as well, I’ve
been keeping track as much as possible about some of the new stuff coming along. <a href="http://www.microsoft.com/windowsmobile/portablemediacenter/default.mspx">Portable
Media Centers (PMC)</a> really caught my eyes and ears when I first heard about them.
Back then I hadn’t a clue what size drives they’d have so I had high hopes
that they might be a breakthrough device that would fit my needs perfectly. Something
that would really do damage to Apple’s iPod. While some might have put the idea
out there that Microsoft wanted the PMC to be an iPod killer, I don’t really
think this is true. I think most people within Microsoft who were working in the area
knew perfectly well that this device was different and really could not be compared
with previous Portable Music Players. The OEMs that signed on to make the device,
Creative, iRiver, Samsung, knew the device was different. The only real way they could
be compared would be in terms of size, weight, battery life, easy of use, style, and
sexiness. The feature set of a PMC far surpasses a regular Portable Music Player.
Besides it having a GUI that’s strikingly similar to the Media Center (imagine
that) it’s got the PMP part down perfectly. You’ve got playlists, album
art, and all that. But you’ve also got videos, TV, and pictures. It really is
a on the go Media Center. Or like Microsoft says, [almost] all your media. Here. There.
Everywhere. 
<p></p><p>
The devices can be used with or without a Media Center PC but it really does go hand
in hand with a MCE. The recorded TV aspect of the device almost makes a MCE a given.
It’s not a device that you plug into a cable box and record TV on it for the
cross country trip, and you don’t put DVD’s into a slot and watch them
that way. To some this might seem pretty odd. I mean, where do you get the video and
TV content then? Well. With a Media Center PC you’ll be sure to have plenty
of Recorded TV content. As for Movies and Video content, well there are/will be a
number of content providers doing subscription/pay for download solutions that will
let people download and sync their content to a PMC through MP10 with the help of
Janus DRM technology. Not got enough music? MSN Music will help you out there as well.
But really one of the main things in WMP10 is Janus. CinemaNow.com will have movies
available for purchase or rent directly from the net and they’re already in
WMV format, perfect for the PMC. Storing home movies from DV cams is also quite easy
when combined with Windows Movie Maker and such. <a href="http://www.eicsoftware.com/PapaJohn/MM2/MM2.html">PapaJohn</a>,
another MVP, will probably have plenty to add to that. The biggest thing will be the
entire rental model for Music. This is quite a bit different than what we’ve
got now. Now you pay 99 cents and you’ve got your song. Soon you’ll pay
your monthly subscription fee and be able to select all the songs you want to be able
to download and listen to, as long as you’ve got a license for those and are
paying those monthly fees you’ll be able to listen to that music. You aren’t
actually paying for each track and don’t own them. To me this seems like an
all around best scenario for music. As long as those monthly fees are right I think
this should be a success. I wouldn’t be surprised if we saw a couple price points
as well. Say a $5.95, 9.95, 19.95, and 29.95 plans. Hopefully that “expensive”
plan will allow for unlimited listening. We’ll see.
</p><p>
Back when my Mom was being educated on MCE’s and PMC’s, she really didn’t
understand the concept of only having digital content. So I showed her MovieLink and
a couple other sites. After having a Media Center PC in the house for a bit she wanted
it in the living room to use, she wanted all her stimulating reality TV shows, Queer
Eye, and home improvement programs recorded so she could follow what was happening
on every possible reality program available. Quite scary really. But anyway, the point
is that after a while our entire TV lifestyle changed. I personally didn’t have
a clue what time anything came on anymore, stopped channel surfing, and my TV time
was cut down drastically. It was a real change, TV started becoming a 1 or 2 hour
a day type thing that I did while eating dinner and relaxing. With a PMC I can easily
see that changing again. With daily schedules becoming tighter and tighter a PMC would
let someone take entertainment with them wherever and enjoy it at any time and not
just enjoy it at home. In that regard, PMC’s really are different from previous
types of portable media devices.
</p><p>
Before you’d have your MP3/WMA player and might only use it while out walking,
jogging, biking, shopping, driving, whatever. It was only music though and really
didn’t do much more than a Walkman did. PMC’s will let people download
a movie to a device, go to a friends house, plug the A/V cable into a TV and enjoy
all their music, pictures, movies, and videos with friends and family. Or a person
on the go might carry it with them on the road and enjoy their favorite TV series
while in a hotel. Maybe I’m making the device out to be something totally revolutionary.
I don’t mean to, but it is a pretty new way of handling media. This is only
the start and I’m sure gradually PMC’s will change the way people think
about how they interact with their media.
</p><p>
So recently out of the blue I got an email from my MVP Lead, Andrew, if I wanted a
PMC to play with for a bit. I was like, what in the world, why me, why now? Especially
since the PMC is not an eHome product like Media Center is. It’s a Windows Mobile
device that’s really under the Digital Media Division at Microsoft. So except
for the fact that it’s called a Portable “Media Center” and that
it’s got a very similar Start (green) button and the UI is also very similar
to the desktop Media Center. It is not a Media Center and doesn’t belong to
eHome. Hence my reasons for wondering why they decided to send one to me. But whatever…
I immediately replied and two days later a 20GB Creative Zen PMC was waiting at my
doorstep when I arrived home. When I first picked up the box I was a bit surprised
at the size of the box and such and how light it was. I honestly thought it was another
Media Center Remote to try out (I’ve got like 4 or 5 of them). So I began opening
it up with anticipation that it might actually be a PMC. Of course… there it
was. I’m not sure why exactly but I was actually pretty excited even though
I knew I’d only get around 2 weeks or so to play with it and decide for myself
if it really was a big deal and whether I’d end up buying one sometime soon.
Andrew didn’t give me a choice in terms of the device. I might have asked for
an iRiver PMC or most likely a Samsung. But heck, beggars can’t be choosers.
</p><p>
First thing I did when I got the device out of the box; I plugged in the juice to
get it going. Then I started examining it to see if it would be easy to take it apart,
LOL. Sadly while I’m sure it is; I don’t have a screw driver small enough
at the moment. So that’ll probably have to wait for a couple more days. I’m
always kind of curious about the batteries they use in these devices since you’ve
got Li-Ion or Li-Poly, Ni-Mh are becoming a thing of the past I think. Both providing
really good battery life, but Polymer usually are even lighter than Ion and are a
bit more advanced. So I was quite pleased when I saw a 3.7V Li-Ion Polymer Battery
in there that had 3.6Ah.
</p><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px" src="http://www.auroravisions.com/opendir/pmc/IMG_7459-160.JPG" align="right" /><p>
Luckily I had to go out for a bit and take care of some things. I was totally ready
to just load the thing with a 20GB selection of music from my 204GB selection but
sadly that would have to wait. Instead I brought my little tiny 256MB Creative MuVo
TX with me which had a whopping 4 CD’s on it. Just my luck though when I got
to the Wash America Laundromat and went to play some tunes the AAA battery turns out
to be dead. I get back in after an hour or so and check the PMC. I unplug it and try
turning it on, it doesn’t come on, I take the battery out and pop it back in,
still nothing. Keep the battery out and plug it in, still nothing, then I pull the
power out slowly and with the plug in half way the screen goes white. I was baffled.
I thought the device might be dead. After letting it charge again for another hour
or so I tried again, still nothing. I tried some tricks to get it to turn on that
sometimes work with electronics and such. Like holding the power button in and popping
the battery in and plugging it in, trying the reset button, holding the Start (aka
green) button and pressing power, everything I could come up with. Finally, somehow
the device turned on. I was set. I kept it plugged in and started playing. Being a
curious geek I went to the Settings and About screen. By that it was pretty easy to
tell the device wasn’t final. So I asked Andrew and was informed that I was
sent a really really expensive engineering sample or something. Whatever it was it
was as close to final as I’d see without actually buying it from Amazon. After
going through every menu I was a little disappointed. I think partly because the sample
media that was on the device left much to be desired. Some of the “classics”
they had on there were just daft. But nm. At this point I pretty much decided that
I was going to post up a massive review of the Creative Zen PMC for all to read, complete
with pictures, video and anything else I could come up with.
</p><p>
I plugged in the USB 2.0 cable into the Zen which connects at the bottom of the device
into the front of my computer and was quite happy that that was it. I didn’t
need to do anything else in terms of drivers or software. I’m running a MCE
with SP2 and MP10 so the device just shows up under Audio Devices in My Computer as
well as the new Portable Media Devices area in Control Panel. To my dismay however,
the device doesn’t exactly work as just another external USB drive. This may
or not matter to you but it can be annoying. The device has a Data and a Media Folder,
the Media Folder has a Music, Pictures, TV, and Video folder. Plus a WMPInfo.xml file
from WMP. If you want you can just copy media to each of the folders and that’ll
work just fine. And if you want to store apps, Word docs, whatever, you can copy it
to the Data folder. One thing that really doesn’t please me though is that you
must copy the data back off the device to use it if you plug it into another computer.
So for example… Say I’ve got this review which I’m writing in Word.
I copy it to the PMC and take a flight over to Jon and plug the PMC into his system,
I can’t just open up the Word doc from the device, do a quick edit and save.
I must copy it off to his system, edit, save, then copy the doc back onto the PMC.
This holds true with any file on the device. Double clicking any of the files on the
device will give you the <a href="http://www.auroravisions.com/opendir/pmc/whale.png">File
Properties Dialog</a> and some nice text that says “Files cannot be opened directly
from this device. Please copy the file to a local folder and open the copy.”
Personally I just fine this to be idiotic. But I’m sure Microsoft had its reasons,
one of which was probably DRM related.
</p><p>
At first I was thinking that it was all a bit daft in terms of getting content onto
the device. But I then popped open WMP10 and started going through my library. One
of the <a href="http://www.auroravisions.com/opendir/pmc/library.png">new things you’ll
see</a> in the Library of WMP10 is that it doesn’t just have Music and Videos
now. It’s got a whole lot more, you’ve got a place for TV, Pictures, Purchased
music, etc. Plus devices like the Zen also show up under the Library. It’s really
quite cool. The Library is probably one of the biggest improvements to WMP10 over
9. There are now two artist views for Music. One for Album Artist and one for Contributing
Artist. This is great because many albums such as Santana’s Supernatural or
Shaman have other artists that are either co-singers or are featured on a song, like
P.O.D., Michelle Branch, or Rob Thomas. In WMP9 they’d all appear under Artists,
which would end up being extremely annoying since you’d have to scroll through
all those artists even if they were only featured on a single song. There’s
also Composer, Rated, and Purchased Music section. Not to mention the Year Released
section which was sort of available before if you installed them. The Purchased Music
view makes it really easy to quickly see what you’ve purchased on Napster or
MSN Music for example.
</p><p>
The All TV section of WMP10 is equally as impressive. In fact, it provides a much
more informative view of TV than the MCE actually does. Obviously there’s a
section for the series’, so I can easily see the two CSI’s, Futurama,
and Family Guy. You’ve also got a section for programs that have not yet been
viewed. Genre view, Date Recorded, and Rated TV as in star rating not parental guideline
ratings. I also thought it was cool that there is an Actors view as well, which might
come in handy. Under Videos, the main new thing is a Purchased Videos view, continuing
to align WMP10 to online content services.
</p><p>
WMP10 can now also be used to organize all your pictures in the Library which is kind
of cool. You can organize stuff by Event, the date the pictures were taken, and can
also continue rating stuff and rate the pictures as well. I was a bit disappointed
that WMP10 didn’t expose EXIF data in a sort of Advanced Tag Editor dialog like
music has. Maybe for WMP11 :-)? Even without that, it’s still a pretty handy
way of organizing all the main media a system might have.
</p><p>
So in WMP10 there really are two ways of actually syncing content to the device. Automatic
mode and Manual mode. Automatic is new and is quite cool. I think while I personally
might like to have some exact say in what goes onto the device WMP help you do a pretty
good job of automatically getting stuff onto the device without any user involvement.
There are too many options to choose from in terms of Automatic syncing to go over.
But you’ve go all the different playlist options for music, adding stuff via
ratings, fresh tracks, pictures taken in the last month, TV from the past week, etc
etc. It really is quite extensive. To Manually get content on the device is equally
as simple. You just go through your library right clicking and then going to Add to
&gt; Sync List. Or at the right side you switch to Sync List then just drag and drop.
From there just press Start Sync. The Burn and Now Playing lists are also separated
from the Sync list, and the entire list concept has undergone some major changes to
fix annoyances caused by creating a massive list only to play some totally random
file and losing that list.
</p><p>
You’ve also got some other options for the device and syncing. You can let WMP
create a folder structure on the device for you automatically and can have it do a
total ActiveSync type thing and start syncing everything when you plug it in. And
finally under the quality tab there’s an option to not convert files. Granted
this option applies to both Music and Video/TV at the same time, it should be a separate
option for each. For example you can have WMP auto set the quality. You can set the
bit rate you want for each. Or you can have it not convert at all. This is really
handy for some people who have large devices say 5GB or larger. It’s pretty
silly on these larger devices to convert a 192K WMA/MP3 down to 128K when you have
all that room. Plus there’s a time factor in converting and this removes it.
But like I said the option to convert or not is singular. So you can’t have
it just convert TV automatically but not touch the Music.
</p><p>
There’s plenty of new features and updates in WMP10, a couple start to address
my previous <a href="http://blogs.coreygouker.com/CommentView.aspx?guid=2ad4521a-8164-45ea-9769-1e45449646aa">blog
entry about WMP9</a>. I’m not going to go too in depth yet about the new Media
Player, that’ll be for another time. I should also note now that this is going
to be the first part in a series of blogs about PMC’s, MCE *cough* and related,
and WMP10. I’ve not go exact times for stuff like battery life and conversion
times yet so that’ll be in the follow-up PMC blog.
</p><p>
Getting back on track now, I ended up adding about 14GB of actual content to the Sync
List. That includes pictures, TV, video and music. I hit sync and minimized WMP10,
a couple hours later it had converted everything and copied it to the device. It ended
up only taking about 2GB on the device. So converting can come in handy.
</p><p>
I popped the headphones on, and started playing. The UI sounds have been borrowed
from MCE as well which wasn’t predictable at all :-). I played my copy of the
Dark Side SACD which was encoded with 90% VBR WMA. It sounded pretty darn good on
the cheap little Creative headphones. Which, btw, have a really annoying cable. Where
the line splits to each phone you’ve got one side longer than the other. But
like I said, it sounded great, especially compared to my Sennheiser EH2270’s
plugged directly into my MCE. Volume level was pretty good with the in the ear cans
and I really couldn’t complain. I plugged in those EH2270’s and was even
happier with the sound quality. Granted the little PMC can’t pump out enough
power for these mighty Senn’s but fidelity and signal to noise was great. I
unplugged the headphones expecting the tiny mono speaker to take over but it didn’t,
instead the PMC auto mutes the device when unplugging the headphones, plus or minus
depending on how you look at it I guess. Turning the sound up all the way, I was immediately
disappointed. The sound is even worse than listening to the same track on my HP iPaq
5550. And can’t even hope compare to the sound coming from the Dell Inpsiron
8600 sitting next to it. While I’d imagine most will use the device with headphones
or the A/V out, having a better speaker than the midget mono would’ve been greatly
appreciated. I can’t overstate just how bad the speaker was on this Creative.
I took it right outside my front door, there’s some construction going on about
400 yards away at this new student housing complex. Even with it being a quiet day
there I couldn’t really make out anything in particular on Money. Just hi-end
noise and that was it. With headphones of course all I heard was beautiful music so
at least it’s got that.
</p><p>
Next thing while outside was the screen. They can range from 3.5 to 4” and have
a standard 320x240 resolution. It looked just fine indoors, especially with the brightness
turned all the way up. But even with the brightness set to its battery killing greatness,
outside it left a lot to be desired. I walked over to the Blockbuster to grab another
3 DVD’s on the Movie Pass while watching Coral Reef Adventure. Still really
happy with the sound quality and just totally guessing as to what was on the screen
since I couldn’t actually see much but highlights. On the way back I walked
a bit more slowly and played with the brightness levels including turning off the
backlight and nothing really seemed to help. The quality of the screen outdoors really
can’t compare to even the iPaq 5550 which I also had with me playing the same
video. They could’ve done a much better job with this one. The other problem
that I saw was that the device has a glass like reflective quality so I kept on getting
reflections over the screen and that only made things worse.
</p><p>
Plugging in the handy little corded remote I tried out the FM features. The remote
itself is quite small, the headphones plug into it like most other corded remotes.
The controls are pretty easy to use, tactile feedback isn’t bad either. I found
even with my big hands I could use it one or two handed. The LCD on the remote has
a nice TReKiE blue backlight which is quite sexy. The text and such is a bit small
and hard to read around the edges because the LCD is set into the remote so deeply.
Bringing it closer to the plastic and removing some of the black border would resolve
that. Sound quality remained good even with the headphones plugged into the remote
and the actual cable length was also plenty long.
</p><p>
There’s also an IR remote, that might seem kind of odd, but it makes sense for
when you’ve got the device plugged into a TV and are sitting back on the couch.
It works quite well too. All of the controls are reproduced including the 4 presets
at the top. I couldn’t actually find a way to customize these presets though.
The remote is quite small, and was pleasant enough. It uses a standard 3V CR2025 battery
and it’s easy enough to replace. The IR receiver on the unit is on the front
of the device so when you’ve got it plugged in you’ll want the screen
facing towards you and the remote.
</p><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px" src="http://www.auroravisions.com/opendir/pmc/IMG_7503-160.JPG" align="right" /><p>
I started browsing through all my pictures on the device and was quite pleased with
the speed of the UI. Thanks to the 400MHz Intel XScale processor and 64MB RAM, I doubt
anyone will have to be concerned about it. Even when I had close to 4,000 tracks on
the device the Songs view only took about 8 seconds to load up the title of every
one of those songs. There was no delay at all though with the Artists and Albums view.
Very pleased indeed. One of the very cool things that I quickly got used to while
using the device was the entire concept of what Microsoft calls “twist navigation”.
The best way of describing it is this. You’ve got the top levels, My Music,
My Pictures, etc. Then you go down into My Music, from there you’ve got at the
top Artists, Albums, Songs, etc. You can either go left or right for that stuff. Or
you can go down through the list of Albums which have album art when you scroll slowly
and switch to the letter that you’re on when you scroll quickly. Say I go down
to In Step by SRV. I can then go down again through the list of tracks on that album.
But now at the top I’ve got the albums to the left and right. If I go left I’ve
got How the West Was Won by Zeppelin, and In the Beginning to the right, another by
SRV. The same thing holds true if you go to Artists. Go down to A Perfect Circle,
to the left you’ve got “A”, to the right you’ve got Audioslave.
If you go down to A Perfect Circle’s first album you’ve got all the tracks
but can go left or right to the other album. You’ve got this entire twist navigation
thing going on throughout the device except in the Settings. This is a real breakthrough
on these small devices in terms of navigation. It really makes things really simple
and easy to jump around through content.
</p><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px" src="http://www.auroravisions.com/opendir/pmc/IMG_7433-160.JPG" align="left" /><p>
So I started up some Cure to listen to while I browsed through the pictures. I’m
not sure what I was expecting really since it’s almost exactly like MCE. The
only real difference is that you’ve only got a fade transition and not some
super almost intelligent moving picture and fade transition that MCE has. You can’t
zoom in or move around as far as I can tell which is kind of a shame considering that
Pictures are one thing that doesn’t get converted down to a smaller size. I’m
kind of curious why since the display is 320x240, you’d think WMP10 would auto
convert down to say 640x480 or 320x240 for each picture going on just to save space.
While yeah, you might want to plug the device in elsewhere and view the originals,
you’ve still got to copy them off the device. So at the moment all my pictures
on the device are over a meg in size and 2272x1704, the default resolution from my
Canon. Along the lines of having EXIF data in the library of WMP10, I would’ve
liked to see some extra features for the pictures on the PMC that might give photographers
reasons to drool. For example, if the device had a SD/CFII slot, you could pop the
card into the device and automatically download all those photos to the device. There
are some stand alone data storage devices but they’re ridiculously expensive
for what they do. For example, Epson sells the P-1000 which holds 10GB (9GB available)
and has a 3.7” 640x480 LCD with USB 1.1. But that runs $599, and while it does
everything a digital photographer wants in external storage, it also costs a lot per
GB and doesn’t do anything else. Who’s to say digital photographers don’t
want to listen to some music while taking photos :-). A couple more features and a
SD/CFII slot and the PMC would be great for them. A couple more cool suggestions which
I like that came from other MVPs (Zarax, Jake Ludington, et al) gave were to give
the device a better display and PowerPoint support. That way a professional could
pop a PPT on the device, plug it into a digital projector through the A/V and use
the IR remote to control the presentation instead of using a laptop. Zarax suggested
Bluetooth support so that you could quickly move all the photos from a camera phone
to the device. Diane Dumas suggested that GPS would also be really cool since the
device has plenty of storage for maps of the entire planet. I think we pretty much
all agreed that memory card slots and USB Host features would be really nice. At the
same time there’s got to be a distinction here between a PMC and a PocketPC.
Maybe at some point we’ll see some sort of convergence here.
</p><p>
When I was going through my music when I had 3968 tracks on it I really started noticing
that unless I remembered the name of something there wasn’t a way for me to
find it otherwise. You can’t really change the order stuff appears in, and you
can’t make changes to any of the content or even delete the content from the
device. This must all be done from a host system. Whether or not this matters is debatable.
</p><img style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px" src="http://www.auroravisions.com/opendir/pmc/IMG_7504-160.JPG" align="left" /><p>
In the Now Playing view you’ve got a couple of viewing options. My favorite
is probably the view that gives you the album art, artist, album, track number, and
track info all in one. This is definitely the best view. In another you’ve got
the album art taking up almost the entire area, with just the track time and number
as well. Next it slides over and half the album art is shown with a complete track
listing and the track time showing for the currently playing track. Next you’ve
still got half the album art but you can change the options, like repeat, shuffle,
eq, rating, and purchase. The way I understand that purchase option is that it’s
for when you’re renting music and like something enough to want to buy it. You
check the box and WMP10 will go out and buy it. I’ve got to confirm this but
that’s my current understanding since I can’t think of any other reason
for it. Anyway the last view is a bit pointless imho, it’s only got the album
info but no art, and is frankly quite boring. One of the cool things is when you’re
in the half album art and track listing view. You can scroll up and down through not
just that album but all the tracks on the PMC. I think for some they might be a bit
disappointed that there aren’t any visuals, not even a spectrum analyzer visual.
Any visuals like this would mean a battery trade off so it’s my only guess as
to why they weren’t included.
</p><p>
With My Videos, you can sort things by Date or Name as well as a place for New stuff.
There aren’t any thumbnails of the videos which might make video browsing more
of a chore if you’ve got a lot of similarly named videos. Overall picture quality
while watching videos is quite good. Even when I transcoded the Rules of Attraction
WMV HD down to 320x240 800K for the device with all the fast movement and such it
still performed well. You can see a few artifacts and notice a couple dropped frames
in very fast scene changes and such. Like when you’ve got a close up of this
girls face with her lips. Then it draws the next scene which is all black. You can
see the diagonal blocks for a quick frame or so. I think if you’ve seen the
video quality of a high end PocketPC with an XScale processor that will give you an
idea of the actual video playback capabilities of the device. My TV quality is just
like My Videos, same views, no thumbs, and the quality is still just as good as other
videos. You’ve still got the same transport controls as well so you can still
pause, rewind, and fast forward any of the videos or TV. You also have the now pervasive
30 second commercial skip as well. Conversion times for TV specially (DVR-MS files)
relies on the MPEG-2 decoder that your system has installed whether that be CyberLink,
InterVideo, nvDVD, etc. They’ll produce about the same results, generally I’ve
found InterVideo to be the all around best decoder but that’s not to say the
others are bad. I’ll go more in depth about the conversion process and conversion
times in a follow on article since I’ve not had a complete experience yet and
can’t report the findings just yet.
</p><p>
One of the major gripes I have with the device is the fact that I’ve got all
these cables coming out of all but one of the sides. For the amount of money that
these are running it really should have a charging/sync cradle. My HP iPaq has on
which is quite sexy because it hides the cables behind the device and the screen is
still fully viewable and you can use the device while docked. Creative do something
equally as pleasing, I figured you could make it really sexy and add one or two TReKiE
blue LED’s and such but that’s just me. I’ve been told that there
will be a cradle available as an after market accessory. It’ll let you sync,
charge, and even do A/V out from the device. Great right? But yeah, they could really
have used a cheaper one with sync and charge only included with the device.
</p><p>
So the size and weight of the device. Well here’s the specs of the Zen, which
if I remember right, is the largest and heaviest of the 3 PMC’s atm. It’s
12 oz or 340 gms with the battery. The device is actually pretty thick, you can see
from my pictures in the PMC gallery that it’s as thick as my Inspiron 8600 with
the lid open. 144mm x 80.7mm x 22mm or 5.67” x 3.18” x 1.06” (WxHxD).
The display is described as a “large 3.8” or 96.5mm 64k color 320x240
resolution backlit display”. Battery life is claimed to be up to 22 hours for
audio and 7 hours for video. That’s just an estimate for 64K WMA and 500K WMV.
I’ll do a full run down and charge and post some real stats in the next few
days. The frequency response is quite good, giving a full 20-20, I would’ve
liked to see some more info, like signal to noise and such but oh well.
</p><p>
So how does it compare to the iPod and other PMP’s in terms of the coolness
factor. Well, the Creative certainly doesn’t look as sleek and sexy as the iPod
that’s for sure. It doesn’t have that Click Wheel which people seem to
have a love/hate thing going with it. But it does have this massive screen with color
and album art and all that. But like I said before, you can’t compare them directly.
The PMC does so much more than an iPod. I honestly can’t say at this point whether
I’d buy one or not. While the entire idea behind PMC’s has grown on me
since using it over the past few days it still hasn’t won me. I think it might
just be the Creative device so if MS decides to send me a Samsung and/or iRiver to
review I’d be more than happy to do so. In the end the consumers will decide
whether or not this device is cool and whether they want it. Personally I can see
it doing much better than TabletPC’s and PocketPC’s that’s for sure.
I hope that we’ll see many more OEM’s sign onto the idea as well since
that’ll help improve things.
</p><p>
I guess I’ll sign off now with links to what everyone has been wanting for some
time. Be sure to check back over the next few days as I’ll be getting one or
two more blogs up with more specs and more information with regards to using the device
every day on campus along with other peoples reactions. Not to mention the all important
battery life and conversion times.
</p><p>
For now I’ve got 2 mirrors in addition to my own for the pictures and videos.
The videos are both about 23MB WMV’s. They were recorded with my trusty Intel
CS-430 including the demo of the PMC UI through the video in. Sorry there isn’t
any audio in either, I should be getting another video up soon including one that
will have the player playing audio until the battery dies.
</p><p>
(Please use a mirror first, this server is only on a lowly DSL connection, Thanks)
</p><p>
WMV: External Overview of Creative Zen PMC (temporarily down) – <a href="http://coreyg.mvps.org/pmc/zenext.wmv"><strong>Mirror
1</strong></a><strong> – </strong><a href="http://sinapse.arc2.ucla.edu/streaming/joel/wmla/coreypmcgallery/zenext.asx"><strong>Mirror
2</strong></a><br />
WMV: Demo of Portable Media Center UI (temporarily down) – <a href="http://coreyg.mvps.org/pmc/zenint.wmv"><strong>Mirror
1</strong></a><strong> – </strong><a href="http://sinapse.arc2.ucla.edu/streaming/joel/wmla/coreypmcgallery/zenint.asx"><strong>Mirror
2</strong></a><br />
Gallery of Images from Creative Zen PMC (down due to DSL dying) – <a href="http://coreyg.mvps.org/pmc/"><strong>Mirror
1</strong></a><strong> – </strong><a href="http://sinapse.arc2.ucla.edu/streaming/joel/wmla/coreypmcgallery/default.aspx"><strong>Mirror
2</strong></a></p></div>
    </content>
  </entry>
  <entry>
    <title>Dom's PMC Teaser...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/08/24/DomsPMCTeaser.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,37e69e12-0d8b-412d-9faa-742e74ead8b9.aspx</id>
    <published>2004-08-24T13:53:01.1939161-07:00</published>
    <updated>2004-08-24T13:53:03.3345411-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Guess he wasn't happy with that previous,
it's coming... so here's a pic and a promise that i'll be up before before hell freezes,
complete with plenty of photos, and at least two videos. 
<p></p><a href="http://www.auroravisions.com/opendir/IMG_7398.jpg"><img src="http://www.auroravisions.com/opendir/IMG_7398_Thumb.jpg" border="0" /></a></div>
    </content>
  </entry>
  <entry>
    <title>It's coming...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/08/24/ItsComing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7156df9a-f174-4df8-8ce4-67a6be02b98c.aspx</id>
    <published>2004-08-24T03:17:26.8462302-07:00</published>
    <updated>2004-08-24T03:17:26.9556038-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Soon!
</div>
    </content>
  </entry>
  <entry>
    <title>Sick of newspaper websites requiring a login? BugMeNot!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/07/22/SickOfNewspaperWebsitesRequiringALoginBugMeNot.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,459a2d39-5d2f-46c0-9535-c2c8ccc8589a.aspx</id>
    <published>2004-07-21T23:52:43.9367798-07:00</published>
    <updated>2004-07-21T23:52:46.1242658-07:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">While searching for reviews about various
VoIP services such as <a href="http://www.vonage.com">Vonage</a>, I stumbled upon
this one <a href="http://www.washingtonpost.com/wp-dyn/articles/A56841-2004Jul17.html">WashingtonPost.com</a> article
linked on <a href="http://www.broadbandreports.com/forum/remark,10808290~root=voip~mode=flat">Broadband
Reports</a>. One of the people in the thread linked to this other site called <a href="http://bugmenot.com/">BugMeNot</a>.
What's so cool about it? It provides you with login details for various sites out
there that require registration or some other ridiculous login just to read an entire
article. Sites like the NYTimes.com, LATimes.com, WashingtonPost.com. It's really
cool, totally on par with the coolness of <a href="http://tinyurl.com">tinyurl.com</a>.
Give it a try :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Oh yes... about that previous entry's origins...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/06/11/OhYesAboutThatPreviousEntrysOrigins.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,06039f93-e0b2-4faa-9445-6c0e7944ff1b.aspx</id>
    <published>2004-06-11T04:33:57.51612-07:00</published>
    <updated>2004-06-11T04:34:00.0942285-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I should explain how that entire <a href="http://blogs.coreygouker.com/CommentView.aspx?guid=9d2c4ff3-33d0-476f-9976-83bdf3655935">McDonald's
thing</a> came about... It started off with <a href="http://mcdealcanada.com/mcdeal/bigmac/">this
link</a> that <a href="http://www.jonathankay.com/">Jon</a> sent me. Normally it wouldn't
be that big of a deal, but with all the recent crap about iTunes and Pepsi, and McDonald's
pondering WiFi access, etc etc... It all just got to be a bit much. 
<p></p><p>
While I enjoy the idea of sitting down in a Starbucks with my laptop chatting with <a href="http://www.codevoid.net/">Dom</a> and
Jon on Messenger about how sexy the G5 case design might be, taking all the
time in the world sipping my delicious mocha. I can't stand the idea of
McDonald's doing WiFi, especially when doing it with all those kids yelling and screaming,
playing with their happy meal twenty minute toys and the throwing of plastic
balls in the Ronald McDonald play area is even worse.
</p><p>
Then there is this entire Adult Happy Meal with the stepometer. That's just sad. Hmm
I'm McDonald's marketing, “oh we're sorry we got you super fat with our
Big Mac's, how about a bacon ranch salad instead? we'll throw in this stepometer
too... just to remind you to take that extra step to burn off the calories and fat
from that Big Mac you'll just have to give in to because the salad wasn't enough”.
</p><p>
So after all that... now get a free music downloads with your meal!? WTH is going
on with these nuts!?
</p><p>
Oh and while browsing their site... yet another example. <a href="http://www.i-am-asian.com/">I-Am-Asian.com</a>.
Now I'm not Asian, which you can mostly likely gather from my <a href="http://www.auroravisions.com/newu/2/nakedtruth.asp?img=http://www.auroravisions.com/autosnap.jpg">webcam</a>,
but is this not offensive? I'm not even Asian yet I find this to be somewhat offensive,
and <em>no</em>, I'm really <strong>not</strong> the type to be easily offended or
sickened. But geez, could it get any worse, “sipping green tea or enjoying a
Big Mac sandwich, we're helping make the magic mix called America become even richer”.
If that Big Mac didn't make me puke, their marketing sure will. What in the world
is with the AIMesque teeny messages in the background? Subliminal messages to go to
McDonald's?
</p><p>
Is it just me or does it seem like a lot of marketing departments are as in touch
with their targeted demographic about as much as Bush is with the American and global
population?
</p></div>
    </content>
  </entry>
  <entry>
    <title>McDonald's begins hostile takeover of Windows... queue fear jingle.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/06/11/McDonaldsBeginsHostileTakeoverOfWindowsQueueFearJingle.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9d2c4ff3-33d0-476f-9976-83bdf3655935.aspx</id>
    <published>2004-06-11T03:38:52.8171538-07:00</published>
    <updated>2004-06-11T03:39:21.3959866-07:00</updated>
    <category term="Comedy" label="Comedy" scheme="http://blogs.coreygouker.com/CategoryView,category,Comedy.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">The year is 2004, the great empire of iTunes
and Napster are delivery more and more &lt;finger-quotes&gt;<em>legal</em>&lt;/finger-quotes&gt;
music, the house of Starbucks has had a lasting trade agreement with T-Mobile to delivery
weapons through the air for quite some time now. But the evil Borg still rule the
Delta quadrant. The last hope for the Alpha quadrant is the Federation of McDonald's,
they alone hold the key to resisting and destroying that which previously seemed impossible.
Giving people hope and dreams that their prior attempts weren't totally futile. By
slowly and infectiously planting a command in the Borg collective they believe they
can overcome that which was unstoppable. By reducing the Borg to their primal needs,
the need to feed! And with the knowledge that the Borg's vast supply of caffeine in
the form of Mt. Dew, Coke, Vanilla Coke, and for the weak of heart assorted flavors
of fruit juice, is dwindling and could soon meet its end. The Federation of McDonald's
has taken the offensive. <a href="http://www.auroravisions.com/opendir/msmclovinit.jpg">Witness
the evidence</a> for yourself! Love it!
</div>
    </content>
  </entry>
  <entry>
    <title>Life before TechEd 2004...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/05/21/LifeBeforeTechEd2004.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,aa523a9c-8265-4224-8618-0e623a38bd21.aspx</id>
    <published>2004-05-21T12:27:41.296875-07:00</published>
    <updated>2004-05-23T21:37:38.703125-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well for me it's been a long two months,
I've been steadily busy at the studio which I manage. I must have printed at least
20,000 photos in the past two months and have seen countless school kid faces from
all the school event pictures of taken. I've given two businesses and an artist a
corporate identity. Plus the artist's ad (Regimbal) will be in Southwest Art so in
a way my work will be in there as well, kinda neat. But all in all it's been really
hectic. To get out the fall school photos there were more than a few late nights.
Including one massive one from 8AM all the way till 2AM with only a break for lunch
preparing the massive amounts of ink and paper. I'm friends with the owner at this
studio and the current arrangement is that I open the place up in the morning and
am here till the end. I would say I'm the manager but there's no one else here to
manage. Since the current deal is that I'm paid 40% of whatever the studio makes,
in many ways I've got a personal stake in the business. It's all a bit weird really
because I just fell into it. Yes I'm in love with photography just as much as computers
and all things holy to geeks. But I really like taking photos and I'm not producing
as much crap out of Photoshop as I was before, so that must mean something. The scary
thing is... since I've got close to 7 years experience with Photoshop and seem to
know more about photography than the owner here, I'm really doing 80% of the work
for the business. Sometimes I worry that I'm being relied on a tad too much and when
I leave she'll not be able to function. Oh yes and one last thing... If you ever ever
use a Wagner Power Sprayer and decide to paint a 1600 sq. ft. room (including
5 walls and the entire ceiling) totally and completely black, place plastic over <em>everything.</em> I made
a plastic wall and taped off the entire area but everything still got covered with
paint dust and dried and everything has this black layer of yuck. 
<p></p><p>
Anyway, in other news, I'm no longer a college student left behind. After weeks of
thinking I wasn't accepted to any Cal State colleges because of my lower division
transfer status; out of the blue I get an acceptance letter for SJSU. To be completely
honest, I was really disheartened by the entire experience with Cal Poly Pomona and
totally forgot all about college after what I was told. Besides, the studio was doing
really well and as long as I was making 40% it was looking really really up. At any
rate, I had to complete a very abrupt 180° and make plans to move to San Jose
to start college as a freshman (completely losing the entire year I spent in England
doing CS). Right now I've done all the financial aid crap which I honestly don't understand
because of how complex things are made to be. I'm desperately looking for an apartment
or room mate so I can move up there as on campus housing isn't an option apparently.
I've got to head up there for a two day orientation and registration thingy in July.
That'll really be the only time I have to check out the area and check out a few potential
places to live. I'll most likely be moving up mid August time frame, I haven't quite
decided if I'm just going to make a full on move or if I'll be leaving stuff at my
Mom's place. But my gut is telling me the best thing for me would be to just find
a place to live for the next 4 years and move everything all in one go. We're really
only talking a bedroom of stuff and 5 computers, LOL. As for the entire freshman thing...
I'm more than a little ticked off by the fact that I'm not getting credit where credit
is due. I spent a huge load of cash to attend UMIST for that one year and it sure
as hell is going to count for something. So my current plan is to just get in there
and see an adviser after a month or so to see about getting proper credit transferred.
The entire thing is a mess really because apparently Cal State rules are basically
made up so that lower division transfers aren't considered at all when applying. Which,
I guess, is the reason why someone just decided to consider me as a freshman. Who
knows. It's all a mystery to me. The only real bonus I can see coming of this is the
fact I'll be 21 and all the chicks, will be 19ish. As if I'll have any luck even with
that to my advantage! LMAO. On the other hand I feel a bit weird starting all over
again as a freshman at 21. Something just seems a bit odd about it all. I'll of course
be applying for various internships during the summer, if not at the northern campus
then at the nearby bay area campus :-). All other summer job offers welcome.
</p><p>
Because of all the real work from the studio, and the fact that I really only have
around 2 - 3 hours every night to get anything done, I haven't actually gotten anything
done in the past two months. The new Windows Media / Digital Media site I've been
working on for a while now has just sat there collecting dust. I've got all the designs
done, I just need to start work on the ASPX and CSS. Plus I'm beginning to think that
I'll never get this stupid blog redone so it doesn't look so bad. Not to mention the
rest of my personal site. I'll probably start bringing my laptop into the studio soon.
I've also got to find a replacement for me here. I think once that happens I'll cut
back and start working more on my stuff and do it from home. It would be really nice
to just do that from June on-wards so I can concentrate on getting that stuff done
before I head up to San Jose. It's all a bit up in the air at the moment.
</p><p>
But with that I get to the TechEd bits... I'll be heading up to stay with my grandma
in Oceanside tomorrow and will be popping down to San Diego every morning for TechEd.
I'll be there as a MVP helping out in the Community Lounge area. I'm really looking
forward to the event as it'll be my first TechEd and the DVDs I received from last
years event were awesome. I'm sort of wondering how this event will turn out compared
to PDC. I know there isn't going to be a huge Longhorn announcement like there was
at PDC (heck I'm not even going to do a countdown for TechEd, lol). But at least there'll
be plenty of news about Whidbey and my most favourite product of all...! Once I get
back from TechEd it'll be life after, I'll talk a little about my experience there.
And most definitely get back into blogging more regularly, even if I'm doing it from
the studio. Yes, I promise Jon, I'll create something to compete with your Imagery
sooner rather than later (hopefully).
</p><p>
Anyway, with that, the Epson 7600 just finished printing another 40' of photos...
Time to start cutting again ;-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>WMP vs. WinAmp, random listening showdown.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/05/16/WMPVsWinAmpRandomListeningShowdown.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0b0087a5-bec1-46ba-ae88-3f4c31689fbf.aspx</id>
    <published>2004-05-15T20:46:12.796875-07:00</published>
    <updated>2004-05-15T20:46:15.328125-07:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So it's been a little while since I posted
the mother of all <a href="http://blogs.coreygouker.com/PermaLink.aspx?guid=2ad4521a-8164-45ea-9769-1e45449646aa">WMP9
the good, the bad, and the ugly</a> posts, one thing I really wasn't
happy about was the poor demonstration that a <a href="http://www.auroravisions.com/opendir/wmpalbums.png">screen
shot provided</a> when demonstrating just how much of a pain jumping through
your music collection is with WMP9. So after all this time and because I know a new
version will always be coming for WMP I figured wth, lets provide a video.
<p>
So here we have it. First the <a href="http://www.auroravisions.com/opendir/wmp.wmv">minute
long demonstration</a> of trying to pull up Weezer's Green Album from the Task Bar
Player menu in WMP9. Note the multiple listings of Greatest Hits. Also, I'm sorry
about the 1600x1200 res, it's my LCD's native... also at lower resolutions there are
even more menus so I figure I saved some time but keeping it at 1600x1200 :-).
</p><p>
Next we have the <a href="http://www.auroravisions.com/opendir/winamp.wmv">30 second
demonstration</a> of me using CTRL+ALT+J, otherwise known as the global hot key for
Jump in WinAmp 5. Now for this I've added audio, mostly because I think it clearly
shows just how quickly WinAmp will go from file to file immediately playing as soon
as I hit enter. Also note that the mouse does not move once after I make the player
smaller. In WMP I had to move the mouse back and forth umpteen times. With WinAmp,
I could simply be carrying on a convo in Messenger and hit jump and type the title,
hit enter, then get back in my convo without ever taking my hands off the keyboard.
Furthermore, even after I got all the way to the Green Album in WMP it still took
another 4 seconds before it even began to play.
</p><p>
Clearly WinAmp wins hands down, and sadly as much as I'd want to solely use WMP, I
think I'll be using both players for quite some time.
</p></div>
    </content>
  </entry>
  <entry>
    <title>SP2... Great for security and protecting users but at what cost?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/05/01/SP2GreatForSecurityAndProtectingUsersButAtWhatCost.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,404b503b-ce0d-4d55-9151-c4b457ac0e0b.aspx</id>
    <published>2004-05-01T03:12:14.027125-07:00</published>
    <updated>2004-05-01T15:52:32.046875-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I just installed Build **** of XP
SP2 and I honestly can say that the improvements Microsoft have made for security
and protecting users is great. I think it'll help my Mom from getting herself into
trouble. But at the same time it's more than safe to say that Microsoft got way way
ahead of itself in even thinking they had a post RC1 interim build on their hands.
At best RC1 is more like Beta 1 and **** is like an interim build leading to
Beta 2. It's truly pathetic, and I'm glad that SP2 has been delayed since these crappy
issues need to be resolved otherwise SP2 will soon be SP2a. First thing I did after
I did a clean install of XP Pro a week or so ago on my Inspiron 8600 was install
SP2 RC1... What happened? Well only two of my 6 system tray icons would load. I'd
get service errors, My Network Places and Network Connections would never come up,
and loads of other BS problems. So I immediately uninstalled it. I'm happy to say
that **** seems to be working okay on the laptop now... But of course all isn't
Bliss with SP2... I installed it on my 2004 MCE. On first boot some of my system tray
icons were missing. Quick Launch was missing and every other toolbar was turned off.
That was a bitch because I had to rearrange all the icons I keep in my quick launch.
Then I noticed <a href="http://synergy2.sourceforge.net/">Synergy</a> wasn't working
even though I did get the prompt to unblock it and did. So I tried pulling up the
settings for ICF but what do you think happens? 
<p></p><p>
---------------------------<br />
Windows Firewall<br />
---------------------------<br />
Due to an unidentified problem, Windows cannot display Windows Firewall settings.<br />
---------------------------<br />
OK   
<br />
---------------------------
</p><p>
Great... What a pile of cow dung. I'm going to reboot right now and hopefully I'll
actually get to change my firewall settings, otherwise screw it, who needs security
when I can't even control that security I'll just uninstall SP2 (note: I'm being facetious
and I don't actually mean that). :-) 
</p><p>
[<strong>UPDATE</strong>: Well as I expected but hoped wouldn't be the case, the Windows
Firewall settings still cannot be displayed. And the problem really is unidentifiable
since the error doesn't even show up in the Event Viewer. ;-)]
</p></div>
    </content>
  </entry>
  <entry>
    <title>Following John Eddy in The Book Game</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/04/19/FollowingJohnEddyInTheBookGame.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,58a4c197-b475-437f-9bd2-19390c38d565.aspx</id>
    <published>2004-04-19T00:44:13.859375-07:00</published>
    <updated>2004-04-19T00:44:16.09375-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Not really sure what the entire point is
but wth, I'll join in just because <a href="http://www.jaydeflix.com/archives/000068.html">John</a> asks
me to, plus the nearest cliff is a little too far of a walk.
<p>
First the instructions for <a href="http://blogs.officezealot.com/marc/archives/000578.html">this
game</a>:<br />
1. Grab the nearest book. 
<br />
2. Open the book to page 23. 
<br />
3. Find the fifth sentence. 
<br />
4. Post the text of the sentence in your journal along with these instructions.
</p><p>
I did ask John if I could pick a book from my PocketPC since that's the main way I
read, but he said I should stick with paper. So... the next closest book was <a href="http://www.amazon.com/exec/obidos/ASIN/0062506595/">The
Holotropic Mind</a> by Stanislav Grof, M.D., so the quote is...
</p><p>
“During experiential sessions in Holotropic Breathwork™, it is amazing
to witness the depth to which people are able to go as they relive the earliest experiences
of their lives.”
</p><p>
Gramps asked me to read the book and tell him what I thought, so I am, so far I can
say it's interesting but I'm not sure I agree with the entire logic in it, the author
seems to speculate a little too much without having real science behind what he's
suggesting. But then again it's psychology and deals with the human consciousness
so I guess anything goes since we really don't have a clue.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Cool GirlsGoTech.org ads...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/04/18/CoolGirlsGoTechorgAds.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9a24c0ad-ec46-4489-b773-e55102072d16.aspx</id>
    <published>2004-04-17T23:20:03.375-07:00</published>
    <updated>2004-04-17T23:20:06.046875-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was just watching Live TV on my MCE for
a change when a perfectly innocent ad came on, at first it just seemed like a Mom
and daughter reading in bed, but then they started talking about downloading gigabytes,
and bits, and all that cool stuff. Needless to say it caught my attention and I wanted
to see if there were any more of these ads. Which of course there are. They're done
in part by the Ad Council for <a href="http://www.girlsgotech.org/">GirlsGoTech.org</a>,
and can be <a href="http://www.adcouncil.org/campaigns/girls_go_tech/">found here</a>.
It's a shame that they're only encoded in low res Real format. I'll see
about getting a WMV made from my DVR-MS when I have some time.
</div>
    </content>
  </entry>
  <entry>
    <title>Yet another college student left behind... </title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/03/29/YetAnotherCollegeStudentLeftBehind.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,18d86066-92ea-4076-b1ef-4e878c1a3015.aspx</id>
    <published>2004-03-29T00:53:31.01875-07:00</published>
    <updated>2004-03-29T00:57:02.284375-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So it looks like the shutter on
my life's picture regarding college is drawing to a close. The <a href="/PermaLink.aspx?guid=1034e356-1622-48e0-9e58-70d5c119fc98">deliberation</a> and <a href="/PermaLink.aspx?guid=60ba8bbd-455a-456f-b971-2a7ed9c396e8">application</a> process
has pretty much ended as a total and complete waste of physical and emotional energy.
Basically the gist of things is that I'm not even going to be considered for admission
at pretty much any Cal State college, that includes <a href="http://www.calpoly.edu/">SLO</a>, <a href="http://www.sjsu.edu/">SJSU</a>,
and <a href="http://www.csupomona.edu/">CSU Pomona</a>. Why you ask? Well it's pretty
simple, thanks for California Education budget cuts all of the state funded colleges
are being forced to find ways of saving money by curtailing the amount of new students
admitted each year along with drastic cuts in many programs including Graphic Design
which is included in the Fine Arts department. 
<p></p><p>
I first received word from SLO who told me immediately that for these basic reasons
my application for Graphic Design with minor in CS wouldn't even be considered. I
called up for more info and was told that the cards were stacked against me due to
the fact that I was lower division transfer (in other words a transfer student with
less than 60 credits, aka Junior status). SLO first considers freshman then upper
division transfers then lower division. Add to that the law of screwing people who
are trying to further their dreams and knowledge and career and you get a department
that has room for about 50 new students whether they're transfers or freshman.
They never even bothered to ask for a portfolio, it doesn't matter. I could've been
a dev on Photoshop and a National Geographic photographer and it wouldn't have mattered.
</p><p>
So onto CSU Pomona, I haven't received any word from them at all since I first applied
in November. Well, unless you count the letter from the EOP which isn't a part of
the normal admissions process. I did finally receive an email but the “bronco
number” they provided didn't work so I couldn't login and find anything out.
When I finally got logged in for the first time my application status was showing
as “withdrawn at applicants request” or some bs like that. I found this
quite hilarious since I had never logged in before and never called or received anything
in the mail. So after about two weeks I was finally able to reach someone in the admissions
department, it was such a pain because I could only call during the week when I wasn't
busy with stuff in the studio. I got transferred four times, first time it seemed
like a student secretary or something, pretty unprofessional sounding with “like,
can I put you on hold for a minute?”. So I had to repeat my question each time,
and finally on the forth time I got someone who basically asked if I had withdrawn
the application and I said “no, someone in your department obviously made a
mistake” then I got a big “oh!!!”, and then “I see why your
application was withdrawn, you're a lower division transfer, we aren't accepting those.”
I basically went through the entire history and said that I never went to high school,
got my GED at 16, then did a year on a BSc. Computing Science course at UMIST in England
then decided to come back here to finish up. She said that I needed at least 60 credits
to even be considered. I said well great, but that doesn't mean anything to me because
of the fact that in England I was working on 120 credits per year. At the end of this
very frustrating conversation I was told to call up this lady named Gloria who could
better comprehend my international credits or lack of whichever the case may be to
them. Despite trying five times I've yet to get a hold of her because of her apparently
long lunch hours. Oh and what I loved more was when I asked, “why couldn't I
have just applied as a freshman and totally left off any mention of England and college
there? At least that way I would actually be considered as an equal” to which
she replied “Because that would be illegal and when we eventually found out,
which we would, you'd be in an even bigger mess. Even if you only did a single college
credit you must be considered as a transfer.” Then of course I had to ask, “so
you're saying if I had gone to high school but decided that I wanted to take a single
credit on networking at a nearby JC or college I'd be considered a lower
division transfer and effectively would NOT be considered at all at any Cal State
College unless I obtained 60 credits before the fall term started?” All I got
was a very brusque “yes”. So I just said thanks and hung up then tried
calling Gloria for the first time.
</p><p>
I called SJSU as well but their automated system is so borked I'm going to have to
find a direct line on their site and try on Monday. Like CSU Pomona I haven't had
a single word from them. I did receive an email from them around the same time as
Pomona but their system uses PeopleSoft 8 and has never worked right for me to be
able to log in.
</p><p>
I'm usually very optimistic about things but not this time, I was totally set on actually
finishing college but not now. I know with near 100% certainty that when I do reach
someone that will be able to answer my questions at SJSU and CSU Pomona I'll be told
that I won't be considered due to my lower division status. So screw it, I'm totally
sick to my stomach with the way people like me are being treated.
</p><p>
After talking to Kyle a bit about technical schools I'm curious what the general opinion
is of bachelors degrees from schools like these in Corporate America (read: Microsoft)
really is. I don't think I'll be able to fit a stereotypical college degree into my
life.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Was Taito inspired by Hendrix when they created Space Invaders?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/03/25/WasTaitoInspiredByHendrixWhenTheyCreatedSpaceInvaders.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e6b5e48d-2f96-4461-bd3d-e041df1cc783.aspx</id>
    <published>2004-03-25T01:17:13.8685-07:00</published>
    <updated>2004-03-25T01:17:16.259125-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">On <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=Azx6ibks9jakc">Jimi
Hendrix's Woodstock</a> album there is an awesome rendition of Red House. Right around
1:03 he does this <a href="http://www.auroravisions.com/opendir/HendrixSpaceInvaders.wma">little
riff</a> that totally reminded me of some blast from the past antique arcade game,
most specifically <a href="http://en.wikipedia.org/wiki/Space_Invaders">Space Invaders</a> but
I could of course be mistaken, who knows. Is it just me? Any more specific examples
of what it might sound like? It does beg the question, what was Toshihiro Nishikado
smoking or listening back in 1978 to when they came up with the sounds :)?
</div>
    </content>
  </entry>
  <entry>
    <title>Patrick Stewart uses one of his best assets with Crestor once more.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/03/23/PatrickStewartUsesOneOfHisBestAssetsWithCrestorOnceMore.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d511f12a-f678-474c-af42-7c54de471b26.aspx</id>
    <published>2004-03-23T01:31:22.509125-07:00</published>
    <updated>2004-03-23T01:38:53.634125-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So <a href="/PermaLink.aspx?guid=0071bb79-11f3-4c04-b723-bcce3238ead2">once
again</a> Capt. Picard, aka, Patrick Stewart's voice can be heard on a <a href="http://www.crestor.com/">Crestor</a><a href="http://www.auroravisions.com/opendir/PicardDoesCrestorAgain.wma">advert</a> (<a href="http://www.auroravisions.com/opendir/PicardDoesCrestorAgain.wma">492K
WMA</a>). Not sure if I like this one better than the last, though his little “bye
bye” might make for a good system sound or something :-). I'm a tad curious if
he managed to get it in one take or if he started laughing half way through.
I can't help but find both ads slightly amusing. Every time I hear them they remind
me of his narration on <a href="http://www.allclassical.com/cg/acg.dll?p=acg&amp;sql=3:27966">Peter
and the Wolf</a>, which was quite good I might add.
</div>
    </content>
  </entry>
  <entry>
    <title>NewsGator 2.0 temporarily canned because it made Outlook suck...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/03/18/NewsGator20TemporarilyCannedBecauseItMadeOutlookSuck.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0f60c8e1-ca42-4561-8367-b63141d734e5.aspx</id>
    <published>2004-03-18T04:39:04.265625-07:00</published>
    <updated>2004-03-18T04:42:58.625-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well I just woke up after falling asleep
at 9PM, figured I should undress and take my contacts out, brush my teeth, save the
shower for the morning since obviously it would just wake me up anyway. As I came
back in my room and turned off the lights save the XP Lava Lamp and read my final
IM's from <a href="http://www.deviantdan.com/">deviantDan</a>. 
<p></p><p>
I also checked Outlook, but what's this? That piece of crap <a href="/PermaLink.aspx?guid=941c0b77-7b7a-436a-8a6d-637dfdb0dbd8">Outlook
stops responding</a> again. What's worse is that this isn't on my laptop which has
loads upon loads of beta's installed this is on my relatively new installation of
XP MCE. I know Outlook runs fine on my Mom's machine and never ever stops responding
so my guess is that it's <a href="http://www.newsgator.com/">NewsGator</a> since I've
only got it on this MCE and the laptop. I've checked the NewsGator forums and even <a href="http://www.google.com/search?hl=en&amp;lr=&amp;ie=ISO-8859-1&amp;safe=off&amp;q=newsgator+outlook+2003+%22stops+responding%22">Googled</a> to
no avail (though it was nice to see my site in the top ten rofl). Obviously I'm special
because no one else in the whole wide web has this issue...
</p><p>
In any case I've had enough. Outlook is open (and never closed) on my systems, so
as long as the computer is on, it's open, so on the laptop Outlook has been open for
15 days 6 hours and 37 minutes minus of course the times I had to use the Office Application
Recovery tool. It really really pisses me off when I go to pull up Outlook from the
system tray and it's not immediately available when I'm on the phone trying to pull
up some info. So I've totally canned NewsGator for a while, I'm going to see how life
used to be without it. Till then I've exported my OPML (wonder if the presidential
candidates know what that is ;-)) and imported it into <a href="http://www.bloglines.com/">Bloglines</a>.
It's just a quick solution till I go back to using NewsGator (if it's not what was
causing the problem) or another RSS reader.
</p><p>
So far though I must say that Bloglines isn't half bad for reading everything, the
only thing I'm bummed about is that in order for me to really figure out the problem
I've lost track of what's been read and what hasn't, not to mention the organization
I had already done... I wonder if Bloglines will export folder structure in OPML?
Is that even possible in OPML? If not, why isn't it?
</p><p>
In the words of Kansas, “<a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=Arz6gtra9kl6x">carry
on my wayward son</a>”. :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>I'm a pathetic excuse for a web developer and designer.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/03/17/ImAPatheticExcuseForAWebDeveloperAndDesigner.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2860dce5-12c4-4ea7-8e90-fccfb5d0a551.aspx</id>
    <published>2004-03-17T00:54:00.396375-07:00</published>
    <updated>2004-03-17T00:54:17.31825-07:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It's already been at least a month since
I first started working on the new design for my site. So far I have... nothing. Great,
this is just great, sure I'm working just about full time but I know I could've
gotten something up and running by now. This layout and design is really pissing me
off. It's really limiting because of the way the center content is in a div and doesn't
reflow. Plus I broke just about every rule possible by hard coding the navigation
on the left side but gah there's not enough time in a day! Heck, I haven't even had
time in the past few weeks to write my thoughts down regularly. Wait, I take that
back, I have written plenty, but it's but of such crap quality it wasn't even worth
posting. Which reminds me, I must create two new categories. One will be Personal
which I hope won't show up in the feed or on the main page but only in it's little
category. The other will be Buffer Overflows where I talk about useless crud. Okay,
this post would be in that category. Night :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Windows XP Reloaded... Yes, it was all a lie.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/28/WindowsXPReloadedYesItWasAllALie.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0fa103cb-6482-47b2-b648-560aa2319619.aspx</id>
    <published>2004-02-28T00:01:39.203625-08:00</published>
    <updated>2004-02-28T00:01:41.391125-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Yes the rumors are true, I know this because
ever since the <a href="/PermaLink.aspx?guid=4a68cc2d-2195-4c9c-801c-da4804924dae">Microsoftrix</a> video
was released on my website I've been disseminating information, truth and lies surrounding
the next release of Windows XP. I've used all of my Borg like abilities to assimilate
information from all of my inside sources at Microsoft and slowly but surely used
my ESP to tip <a href="http://www.winnetmag.com/windowspaulthurrott/">Paul Thurrott</a> off
so he could write this article <a href="http://www.winnetmag.com/windowspaulthurrott/Article/ArticleID/41858/windowspaulthurrott_41858.html">Windows
XP Reloaded</a>. I deliberated for ages over who deserved the exclusive more, <a href="http://www.microsoft-watch.com/">Mary
Joe Foley</a> or Paul Thurrott. In the end I sent my telepathic messages to both of
them so as to not break my NDA by revealing the information via normal forms
of communication. Paul just received them quicker so obviously he got the exclusive.
But now you know. It's all one big lie, there never was or will be a Reloaded, you
have all been caught up in the Microsoftrix!
</div>
    </content>
  </entry>
  <entry>
    <title>Ladies and Gentlement we're proud to present Norah Jones on LSD!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/27/LadiesAndGentlementWereProudToPresentNorahJonesOnLSD.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,717926b7-f401-49a6-b1cc-e8917d6407e2.aspx</id>
    <published>2004-02-27T04:25:56.188-08:00</published>
    <updated>2004-02-27T12:41:43.8755-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Yep, that's right, appearing till someone
fixes the insect problem, <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=A1p8o1vf4zzua">Norah
Jones</a> will be performing while on LSD. It's only available <a href="http://wms.auroravisions.com/Default.asp?q=f&amp;f=%2FNorah+Jones%2FFeels+Like+Home">over
the Internet</a> in Windows Media Player, streaming via Windows Media Services so
get your copy while you can, this is one show that's sure to be standing room only. 
<p></p><p>
Here's a <a href="http://www.auroravisions.com/opendir/NorahJonesSunriseOverLSD_Clip.wma">30
second clip</a> (240K WMA at 64kbps)<br />
Here's the <a href="http://www.auroravisions.com/opendir/NorahJonesSunriseOverLSD.wma">full
song</a> (3.66MB WMA at 128kbps)<br />
And of course the <a href="http://www.auroravisions.com/opendir/NorahJonesSunrise.mp3">original</a> (3.98
VBR MP3)
</p><p>
My quick and totally lay guess at 3AM is this <a href="http://www.microsoft.com/windows/windowsmedia/9series/server/faq.aspx?section=USINGWINDOWSMEDIASERVICES&amp;question=USINGWINDOWSMEDIASERVICES4#NAME_USINGWINDOWSMEDIASERVICES">bug
stems</a> from the fact WMP9 can't properly figure out the bit rate to play the VBR
MP3 at when it's streaming over WMS, hence the wonderful drugged effect. The problem
isn't as noticeable in WMP6.4, it only stutters without the drugs in that player.
If you're from Microsoft, ping me for the URL to the actual file via WMS :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Why I bitch and moan and rant about Microsoft.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/27/WhyIBitchAndMoanAndRantAboutMicrosoft.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f352505b-8a78-438f-ba1e-e31cd10a66a5.aspx</id>
    <published>2004-02-27T03:25:19.359875-08:00</published>
    <updated>2004-02-27T04:28:45.141125-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've spent a good hour today just ranting
to a few people within Microsoft about all the little things that piss me off. Mostly
to do with Windows Media Player, but in various Office apps like Outlook (still
having the <a href="/CommentView.aspx?guid=941c0b77-7b7a-436a-8a6d-637dfdb0dbd8">hanging
problem</a>), Word (Grandma still thinks PFS Write for DOS is easier to
use), FrontPage (don't get me started). Surprisingly, I don't have many complaints
about the product I'm a MVP for, Media Center, it's not perfect but I have yet to
find any particular bug or undeveloped feature to complain about. That's a good
thing! It won't last though, trust me :-). Most likely my head will start heading
into the avenues that MCE could take in terms of integrating the entire digital media
experience, something I've become totally obsessed with. 
<p></p><p>
Anyone that really knows me knows how I would give my entire life and future
professional career (hint) to be able to have ALL my media in the Windows Media
format and to have all that media perfectly organized complete with meta data. And
BTW I definitely include photos when I talk about media. I know I've probably become
so overzealous with this idea that it's actually slowing me down in finishing up my
site which is specifically designed to help others who have the same passion.<br /><br />
Anyway, I sincerely apologize if I'm actually rambling on irately and I definitely
must apologize for taking so damn long with my new site. I've definitely had enough
content now since late November/December. My original design was inescapably crap
so I totally scratched the entire thing and started over.
</p><p>
One thing I realized though is that it's better to have one loud voice complaining
(for the most part) rationally rather than infinity plus one. I genuinely hope that
even just one (okay maybe two or three :-)) of the things I've complained about
in the <a href="/CommentView.aspx?guid=2ad4521a-8164-45ea-9769-1e45449646aa">Windows
Media Player</a> make it into WMP10. Not just for me, for every poor user that has
to put up with “<a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=Avsja7i3jg7xr">the
thing that should not be</a>”.
</p></div>
    </content>
  </entry>
  <entry>
    <title>How many Scobleizer's are there?!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/22/HowManyScobleizersAreThere.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c5e9e089-dba9-464a-bccf-b33ba49bc20d.aspx</id>
    <published>2004-02-22T06:13:54.516125-08:00</published>
    <updated>2004-02-22T06:16:14.734875-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Why is it that I've got 6 folders in <a href="http://www.newsgator.com/">NewsGator</a> for <a href="http://radio.weblogs.com/0001011/">Scoble</a>?
They're all for <a href="http://radio.weblogs.com/0001011/rss.xml">the same feed</a> yet
because Scoble has been changing the title of his feed lately, NewsGator and it's
Automatic Folder Creation based on feed title doesn't realize it's the same feed and
decides to make a new folder. What a PITA. 
<p>
I keep on clicking on the wrong folder and only realize which is the newest after
the fact. It's nice to know he's “Celebrating the Geek lifestyle“ and
that he's a “Geek Aggregator” and he's living “A Geek's Life”
and we all know he's the “scobleizer” so stating that it's the “Scobleizer
Weblog” is a bit obvious, I'm pretty sure we've all realized he's a “Microsoft
Geek Blogger“ too.
</p><p>
It's fine and dandy changing the title and such or changing the description of the
blog, but why should that mean breaking the Automatic Folders in NewsGator :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>For god sakes man! Rip your music at 192K WMA or better!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/18/ForGodSakesManRipYourMusicAt192KWMAOrBetter.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,10faa89c-91ac-416b-9ee4-2789c3b55095.aspx</id>
    <published>2004-02-17T21:39:32.984375-08:00</published>
    <updated>2004-02-17T21:39:35.203125-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">My <a href="http://www.klipsch.com/product/product.aspx?cid=712">Klipsch
ProMedia 5.1 Ultra's</a> arrived today. I bought them through <a href="http://www.newegg.com/app/ViewProductDesc.asp?description=36-119-106&amp;depa=0">NewEgg.com</a> since
the price was right compared to other online retailers. And great scott! These are
even better than the original 5.1's. Only real down is that I think the headphone
jack on the original unit outputted more power to my <a href="http://www.sennheiserusa.com/newsite/productdetail.asp?transid=004730">Sennheiser
EH2270's</a>, it hardly makes a difference though since it was so much power you couldn't
wear the cans. They'd literally vibrate on the table when I played <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=A7zpyxdgb1ol0">Massive
Attack's Angel</a>.
<p>
My bedroom really isn't built for these speakers though, it is the perfect size at
11x11' but my entire set up is so ridiculous at the moment with all the
cables everywhere. I did have 4 computers plugged into one set of Altec ADA885's which
was quite funny but nevermind. I'm not sure when it happened, but I was testing the
speakers out with all the WMA Pro/WMV HD demonstrations. After walking into my room
a couple times to convince my Mom even more that he doesn't quite understand how amazing
Windows Media is, I noticed a crack on this little modification we made to the upper
wall. Before the ceiling was open, I had closed it off so that sound wouldn't escape.
It must have been the T2 Ultimate Edition or Beethoven's 9th at 100dB because I noticed
a crack in the wall :-). It's not cracked the actual dry wall, just where it meets.
I love these speakers!
</p><p>
A while back when I had my BostonAcoustics THX speakers (later stolen) I had broken
a window. That was understandable really, I mean the sub alone was 1000W RMS iirc.
It didn't really matter back then when I had those speakers because WMA9 didn't exist
(I so wish it did) and I only had a 8.4GB HDD to hold the music anyway. But today,
if you're going to be ripping your entire music collection to the computer and really
do care about the sound and plan on some day being an audiophile wannabe, do yourself
a favor. Rip at 192K WMA CBR or 135-215K WMA VBR. Heck you may even want to turn it
up all the way. I currently use 135-215K and you can really tell the difference on
good speakers/headphones at louder volumes. For example The <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDCASS70402040309291726&amp;sql=Ahk1gtq9ztu47">Moody
Blues' Ride My See-Saw</a>, you can hear some distortion at 128K WMA and even 160K
WMA in the tamborine. Symbols and tamborines seem the be the hardest thing to compress
in most music. It may not matter on your portable music player and probably won't
matter on your average $100 computer speakers but spend more than $300 and it will.
Keep in mind too that someday you'll probably be listening to these same files on
your home theatre system as well. Rip high, play high, and if you're listening to
Moody Blues, well, you probably already are high ;-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>MSN kills pop-up ads, now how about intrusive Flash ads as well?!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/17/MSNKillsPopupAdsNowHowAboutIntrusiveFlashAdsAsWell.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6aac61ba-809d-4f68-a6f8-21d6a131b348.aspx</id>
    <published>2004-02-17T01:08:48.234375-08:00</published>
    <updated>2004-02-17T01:15:35.703125-08:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">According to <a href="http://news.zdnet.co.uk/software/windows/0,39020396,39146220,00.htm">this
ZDNet/Reuters</a> article, MSN is killing pop-up and pop-under ads on all of
their sites due to newly *realized* market research showing that visitors find them
bloody annoying. Well here's some more market research for the guys at MSN as well... 
<p></p><p>
We hate those damn intrusive Flash ads too!
</p><p>
I'm not talking about the ones that sit nicely in an industry standard ad space (like <a href="http://global.msads.net/ads/3493/0000003493_000000000000000055406.swf">this
one</a> or <a href="http://global.msads.net/ads/52060/0000052060_000000000000000053606.swf">this
one</a> on MSN) I'm talking about the ads that <a href="http://www.eyeblaster.com/website/new_archive/2003/January_03/DD_On_iwon/DD_Launch.htm">fly
on the screen</a> (see <a href="http://www.eyeblaster.com/">Eyeblaster's</a> site
for more) covering what you're reading and have hard to find if non existant close
buttons. Even worse are the Flash ads that play sound. I love listening to my music
nice and loud. When I suddenly hear Adam Sandler's even louder laugh in <a href="http://www.imdb.com/title/tt0343660/">50
First Dates</a> in the middle of my <a href="http://www.sophieellisbextor.net/">Sophie
Ellis-Bextor</a>, you can bet I'm annoyed! Luckily there aren't too many of these
types of ads *yet*, but why not ban them before they really start :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Picard tells you to engage and get somewhere in lowering your cholesterol.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/17/PicardTellsYouToEngageAndGetSomewhereInLoweringYourCholesterol.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0071bb79-11f3-4c04-b723-bcce3238ead2.aspx</id>
    <published>2004-02-17T00:11:14.40625-08:00</published>
    <updated>2004-02-17T00:45:23.28125-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Now every <a href="http://www.startrek.com/">Star
Trek</a> captain has done voice overs, great. <a href="http://www.auroravisions.com/opendir/PicardDoesCrestor.wma">Here
is Picard's</a> (aka <a href="http://www.imdb.com/name/nm0001772/">Patrick Stewart's</a>)
voice over for <a href="http://www.crestor.com/">Crestor</a> in <a href="http://www.auroravisions.com/opendir/PicardDoesCrestor.wma">WMA</a>.
Personally I like it better than <a href="/PermaLink.aspx?guid=db28b842-cf33-4fac-b238-d144c7f43d9b">Janeway's</a> (aka <a href="http://www.imdb.com/name/nm0000550/">Kate
Mulgrew</a>), but the ad was volume boosted which lowers the quality of the voice
but nevermind. Unfortunately I can't get a hold of Archer's (aka <a href="http://www.imdb.com/name/nm0000836/">Scott
Bakula's</a>) ad or Sisco's (aka <a href="http://www.imdb.com/name/nm0000984/">Avery
Brooks</a>) [UPDATE: Just had to look for his IBM ad, couldn't find the Epiphany
TV spot, but found this <a href="http://www.auroravisions.com/opendir/AveryBrooksDoesNotUseLinux.avi">Linux
one</a> instead lying on a DVD+R, knew I had it somewhere, don't remember where I
got it though, sorry] but I do have a link to <a href="http://img1.priceline.com/pcln/media/wm/320x240_lg.wmv">Shatner's
latest</a> (aka <a href="http://www.imdb.com/name/nm0000638/">Kirk</a>) for <a href="http://www.priceline.com/">Priceline.com</a> which
also features Spock (aka <a href="http://www.imdb.com/name/nm0000559/">Leonard Nimoy</a>).
Difference there though is that they're both actually physically in the commercial
:-). As if that wasn't enough links, here's <a href="http://www.jonathankay.com/">another</a>.
</div>
    </content>
  </entry>
  <entry>
    <title>GM may have OnStar but Ford has the Captain of Voyager.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/12/GMMayHaveOnStarButFordHasTheCaptainOfVoyager.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,db28b842-cf33-4fac-b238-d144c7f43d9b.aspx</id>
    <published>2004-02-11T23:05:37.796875-08:00</published>
    <updated>2004-02-11T23:05:54.296875-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">While still not as chic as the voice of
the computer (aka Troi's mother), <a href="http://www.auroravisions.com/opendir/FordFreestarByJaneway.wma">Janeway's
voice</a> in a Ford might actually make me buy one, LOL! Although I do remember early
reviews of ST:Voyager where people would complain about her annoying voice. She's
probably one of the few characters besides Troi to actually get voice lessons for
the show. Personally, even though he's a guy and I don't swing that way, I've found
Picard's voice to be sexiest. I can only hope that when I'm his age I'll sound
that wise and strong. It sort of has that Connery feal to it. Anyway, Janeway's voice
sounds pretty good in the Ford Freestar advert. Hmm, maybe I'll start capturing every
famous voice over I hear in commercials. Don't ask how I know this, but some of the <a href="http://www.countrycrock.com/">Country
Crock</a> (or was it some other butter) uses the voice of the guy that does the <a href="http://www.imdb.com/name/nm0727051/">voice
for the Dad</a> in <a href="http://www.imdb.com/title/tt0134067/">Rugrats</a>. Actually
looking at that IMDB listing was educational, didn't realize Whoopi did voices for
that last film as well.
<p>
This just goes to show what a Media Center will do to your TV viewing habits. I really
don't watch a lot of TV, usually only while I'm eating dinner. Sometimes though when
I'm eating I can't skip commercials so because the networks tend to run the same adverts
with the same shows they're constantly being pounded into my mind at 3 times the volume
of my regularly scheduled program :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>iDon't do iTunes and this is a good reason why.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/11/iDontDoITunesAndThisIsAGoodReasonWhy.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bfd0cc23-eaf1-4bb9-a250-a13dd4c59e7a.aspx</id>
    <published>2004-02-10T23:09:18.947375-08:00</published>
    <updated>2004-02-10T23:09:21.166125-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was browsing for more info on iTunes when
I just happened to click through to <a href="http://www.tunerecycler.com/">this
nice site</a> called Tune Recycler ;-). While the aim of it is to discourage people
from using iTunes to purchase music from RIAA labels, not from purchasing and downloading
music in general. I found that like so many other online political movements
of sorts, it gets its message across whether or not you think it's right or wrong.
It informs and helps people make up their own minds by giving them both sides to the
story. Be sure to watch all of the remixed and parody Pepsi iTunes ads. While
at it, pop over to <a href="http://www.downhillbattle.org/">Downhill Battle</a> and
learn how you can support artists with talent.
</div>
    </content>
  </entry>
  <entry>
    <title>Windows Media Player 9 and beyond, the good, the bad, and the ugly.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/10/WindowsMediaPlayer9AndBeyondTheGoodTheBadAndTheUgly.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2ad4521a-8164-45ea-9769-1e45449646aa.aspx</id>
    <published>2004-02-10T02:25:34.5255-08:00</published>
    <updated>2004-02-12T23:02:14.421875-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Recently <a href="http://blog.seanalexander.com/">Sean</a> sent
me a link to his <a href="http://blog.seanalexander.com/PermaLink.aspx?guid=a8bbde7b-13ae-4355-8ec2-8e45f7a8c53c">blog
about</a> portable media players and other <a href="http://www.microsoft.com/windows/windowsmedia/9Series/GettingStarted/Personalization/CoolDevices.asp">cool
devices</a>. I immediately told him that I'd have some comments on it but sure enough
I not only commented on that I started in on the poor innocent Windows Media Player.
I gave him plenty to go on and he asked me to send him an email but I figured my blog
was a better medium.
<p>
Portable Media Devices, I decided that I'll never find one that will meet the storage
requirements of my vast media library, 100GB+. The <a href="http://www1.us.dell.com/content/products/category.aspx/dj?c=us&amp;cs=19&amp;l=en&amp;s=dhs">Dell</a> would
probably be my pick for music players, I'm looking forward to the <a href="http://www.creative.com/products/product.asp?prodid=9882">Portable
Media Center</a> we will have to wait and see on that one though.
</p><p>
Knowing that for the time being I'll never find a 250GB portable media device and
wouldn't want to carry around a desktop hard drive anyhow. I figure the only solution
that suits my needs is to get a decent sized device that most easily lets me synchronize
my data back and forth as fast as digitally possible (read: USB 2.0). If I copy over
8GB of music I want to listen to for my trip up to <a href="http://www.city.kitchener.on.ca/">Canada</a> to
visit <a href="http://www.jonathankay.com/">Jon</a> and come back with an additional gig
of music from his system that I downloaded through my account on Napster, I expect
it to synchronize nicely with my Windows Media Library.
</p><p>
I also find the idea of buying a $249+ device that doesn't support the second most
popular audio format on the Internet to be complete idiocy. Frankly I don't really
like any of the players for reasons of audio formats. Why isn't there one that will
play <i>everything</i>? MP3, WMA, <a href="http://www.vialicensing.com/products/mpeg4aac/standard.html">AAC</a>, <a href="http://www.vorbis.com/">OGG</a>,
it's all the same to my ears. :-)
</p><p>
The center of my media experience at home is the Windows Media Player and the Windows
Media Center. The former is really the only way I'd stay half-way sane when trying
to organize all my media. Classical music is still a bit of a problem, but for everything
else, Microsoft's data providers, <a href="http://www.allmusic.com/">AMG</a> and <a href="http://www.muze.com/">Muze</a> do
a pretty good job of helping WMP identify what I've just popped in and what I'm listening
to. I still have plenty of issues with it though. I wish user submitted data would
be integrated more quickly and even though it probably won't happen for reasons I
won't get into, I'd like to see <a href="http://www.gracenote.com/">GraceNote's</a> CDDB
as another data provider even if there are times it's less than 100% perfect. Then
again neither is AMG or Muze. More on that later.
</p><p>
The latter tool has revolutionized the way I relax and enjoy media, much the same
way TiVo users have found their TV viewing experience changed drastically upon getting
the device. I too find that I watch less TV and only watch what I'm interested in.
I don't know when The Simpsons or That 70's Show comes on, and I don't even know what
day MythBusters comes on. It doesn't matter. I practically never see a commercial
anymore, and my archive of favorite episodes is growing as well since I can easily
cut out commercials before archiving to DVD+R in .DVR-MS. Hopefully soon that'll be
every episode in WMV format on CDR. Another cool use of media, the 20,000 photos I've
taken so far with my <a href="http://www.powershot.com/">Canon PowerShot G2</a> are
all on Media Center and when I'm not using the machine I have the pictures going as
a slideshow with music playing at the same time. All too often people just take pictures
and put them away, what's the point of that?
</p><p>
While WMP and MCE are great they are nowhere near perfect. One thing I try to remember
when making these rants and/or suggestions is that they're all from my point of view.
There are plenty of other people that won't find any of what I suggest relevant to
their needs or what they're interested in. Anyway, ever since Microsoft allowed us
to send in wishes through the MVP Wish page as well as the public <a href="http://www.microsoft.com/windows/windowsmedia/wish/wish.asp">WMP</a> and
MS Wish methods I've been coming up with a few ideas and suggesting the relatively
good ones. So Sean, as requested here's the list:
</p><ul><li>
I hate to admit it and I hate using it, but WinAmp 2/5 are so much better when it
comes to jumping through and listening to <i>all</i> of my music <i>quickly</i>. I
use WMP9 to organize and play albums and music from individual artists. But when I
want to play <i>all</i> of my music I feel as if I must use WinAmp. I simply tell
it to recursively go through my music share on M:\ and load all of the music in the
playlist. At this point I hit <a href="http://www.auroravisions.com/opendir/winampjump.png">CTRL+ALT+J</a> which
is WinAmp's global shortcut for Jump. The cursor is already set in the search field
so I type in Rolling Stones and instantly the 12,466 songs is narrowed down to only
those with "Rolling Stones" somewhere in the file or the file's pathname. Then I use
the arrow keys and go down to "The Rolling Stones - Wild Horses" and hit enter, the
song plays <i>immediately</i>. Heck if I wanted to I could cut out one step and just
type Wild Horses and hit enter.<br /><br />
Now lets compare the steps required in WMP to do something very similar. Well, there
are a couple of ways of doing this. If you usually use WMP in full mode then you'd
go to Media Library and either scroll through the list of 976 artists or you'd click
Search. Take your hands off the mouse and type in Rolling Stones. Take a hand off
the keyboard and click Find Now then go back to using the mouse again. Scroll through
the list of songs and then double click Wild Horses. So that right there proves WinAmp
is much easier to use, I never take my hands off the keyboard when I use it.<br /><br />
There is one cool feature of WMP9 that allows you to minimize to the Task Bar, this
used to be done by using a Power Toy written by <a href="http://www.nwlink.com/~zachd/pss/pss.html">Zach</a>.
Unfortunately moving through music isn't any easier this way, if anything it's harder
than granite. You click this little down chevron and go to Artists (there is no Songs,
which would be dumb anyway) then you start to move through the 976 artists, unfortunately
R is pretty deep in the list so you keep moving your mouse back and forth over to
More to pop up the next set of Artists. Care to guess how many times I had to do this
before getting to Rolling Stones? <a href="http://www.auroravisions.com/opendir/wmpalbums.png">Try
13</a>! What if I wanted to play my Zero 7? That takes 18 hovers over More. Oh I'm
sorry did I say 18? I meant 36 because the first time I accidentally moved the mouse
a bit too far and had to start over. It's worse when trying to do this through the
list of Albums because the menu tends to be wider and you have more mouse travel over
the screen as the menus don't pop up back and forth. But yes, after 13 menus you get
to listen to <i>all</i> off your Rolling Stones even though you only wanted to listen
to Wild Horses.<br /><br />
If it were me, in the Task Bar mode I'd basically change that chevron menu and create
a new dialog and a new global shortcut (CTRL+ALT+F maybe, or  [thanks <a href="http://www.codevoid.net/">Dom</a> for
the reminder, even though “global 'and windows' shortcuts is a big no-no“]...
a Windows key shortcut, or a LH Sidebar tile, maybe even one of the multimedia keys
on the MS Keyboards). Remove Albums and Artists from the chevron menu and replace
it with Find Media. So you either hit the global shortcut or click the menu but a
dialog comes up that lets you go through your media the same way the WinAmp Jump feature
does only this has been enhanced and made far superior by Microsoft. On the first
tab we've got the search field ready selected and below it we have everything in columns
so you can see the artist, album, and song title as WMP narrows down the Local Media.
Surely there's going to be more than one file with "Horses" in it. Heck maybe even
let us customize the columns in there. On the next tab we've got search functions
for Internet Media, basically this lets you look up online radio stations and other
media ala windowsmedia.com and the Find Media button in Now Playing. The key to actually
making this useful is speed and accurate results. Local Media must be returned as
quickly as AutoComplete items are returned when typing in the search field. I should
be able to type in artist, album, or song title and have the right results. What would
be really cool would be some IntelliSense, type in "[track] 6 on Dark Side" and hit
enter then WMP plays Money. The main thing is just making it really easy to jump quickly
from one item to another with the least amount of interruption in work flow. Moving
my hands back and forth from the keyboard is not an option. I think that covers that
feature well enough. If I could pick one feature to include in WMP10 it would be this
one. Not just because it's the only reason why I install WinAmp but also because I
think it would require a change forcing the Windows Media Library in general to be
much quicker. Who knows, maybe everything will actually be fixed in Longhorn. ;-)<br />
  
</li><li>
All Music Progressive Shuffling, I haven't a clue what to call it so never mind that.
The concept behind the idea is pretty simple. John Eddy was telling me that he just
plays his music through WMP using All Music. I said that was great and all but it's
not intelligent. The music doesn't flow in genre or style and that's one reason why
I have to use jump in WinAmp. The <i>concept</i> is pretty simple, it's even being
done by Microsoft already on <a href="http://music.msn.com/">MSN Music</a> it's called <a href="http://help.msn.com/!data/en_us/data/entertainmentv2.its51/$content$/mu_sl_mood.htm">SoundsLike</a>,
they use "18 different criteria" to match music. When you view an artist on MSN Music,
say <a href="http://entertainment.msn.com/artist/?artist=111334">CSNY</a>, at the
bottom of the artist or album page you'll see SoundsLike Artists. These are artists
that MSN thinks I'll like based on the fact it's similar to CSNY. While I can't say
it's been 100% accurate in guessing my true musical tastes it's certainly not jumping
from Led Zeppelin to Britney Spears to Dvorak. Therein lies my problem with the All
Music and Shuffle feature in both WMP and WinAmp for that matter. If you just want
to hit play and have <i>all</i> your music go through randomly but in a progressive
listening style that's not really possible. Yes we do have the Auto Playlists including
the playlists by decade, they are pretty nice, they still don't play music progressively.
I'll touch on another feature request with Auto Playlists in a moment.<br /><br />
Another example of the idea of linking music is a site that's been getting around
a lot lately, it's called <a href="http://www.musicplasma.com/">Musicplasma</a>. It
takes music genres and the artists and sort of gives it that three degrees of separation
feel to finding new music. I'd really like to thank the people behind this one. For
me it's a great way to finding more music that I'd be into that I might not ordinarily
now about. I've got loads of music in every genre out there. I've often said it would
be great if I could find more music that sounded like, for example, Robert Miles,
well, Musicplasma and SoundsLike allows me do that.<br /><br />
Why can't my Shuffling in WMP be intelligent like that when I want? Well I think it
can, if Microsoft builds it that way. Two immediate problems though, first is the
one I touched on earlier. Microsoft doesn't say what music is what, it's data providers
do. For the most part they give good information. The results start breaking down
when it comes to music genres. AMG for example just loves putting everything under
the sun into the <a href="http://www.allmusic.com/amg_stats.html">rock genre</a>.
This is probably the main factor that limits us from having smart music shuffling.
If WMP can only go on the data provided by AMG and Muze to know how to go from Coltrane
to Miles Davis <i>not</i> Coltrane to the Foo Fighters, it's going to fail.<br /><br />
The same problem with data continues in that there often isn't enough of it coming
from the providers. This data shouldn't be left to the user to input manually as that
just ruins the user experience. WMP has plenty of other ways for getting a feel for
music, take a look at the Advanced Tag Editor and you'll see Genre, Style, Mood, a
field for the beats per minute, and even what key the song is in, what else would
it need?<br />
  
</li><li>
Back to the Auto Playlists quickly then onto a couple small "quirks" in the Media
Library. I'm not sure if this is what you meant Sean by Auto Playlist Sync support,
but I'll go ahead anyway. So I went on that hypothetical trip to Canada and brought
10GB of totally random music. It turns out that for most of the flight I actually
listened to Styx (scary thought). I also adjusted the rating on some of my music and
decided that Supertramp really did get me in the right mood for traveling. I get back
home from the land of the maple and plug my device back in, I expect all of my meta
changes and listening stats to be synchronized back into the Media Library. 
</li></ul><ul><li>
WMP's Media Library is by far the best media library available in a media player.
There is <a href="http://www.musicmatch.com/">MusicMatch</a>, downside to that player
is the $19.99 price tag, you can however spend $39.99 and get every future version
but still I'm not ready to pay for something that I can get for free. <a href="http://www.winamp.com/">WinAmp</a> also
has a media library which puts up a good fight but I find it to have a slightly less
panache than the others. I won't even touch <a href="http://www.real.com/">Real's</a> droppings
because it totally invades my system. <a href="http://www.apple.com/">iTunes/QuickTime</a> is
great and all but it's Apple, I don't even consider it to be at the same level or
same category as WMP... So, having tried all of competitors I can safely say I like
WMP's media library best.<br /><br />
I have some major problems with its automatic media information updating though. Don't
get me wrong, when popping in a CD for the first time then going to rip it, it's nearly
flawless, exception being classical music (maybe because of <a href="http://www.allclassical.com/">AMG
Classical's</a> data). If you download music (without getting into whether it's legally
or illegally) or if you're adding music ripped to MP3 by another app then you're results
start going south like a duck in winter. Yes, that's exaggerating, it's really okay,
but is okay good enough? My biggest gripe with the media library would have to be
inconsistent results. Sometimes it'll find albums automagically when adding the media
in without me doing a thing, that's the way it should be. :-)<br /><br />
Sometimes I have to use Find Album Info for the first two or three tracks and it figures
it out. Most of the time I have to use Find Album Info for <i>every</i> track, if
it would work the way I'd expect it to, it wouldn't be a problem. Find Album Info
is usually the only method that will work when an album has multiple versions. For
example one with explicit lyrics, one without, one with bonus tracks, one without,
a [UK] version and one for the states, compilation CD's, and my favorite, the multi
disc albums. Mix and match all those variations and it's easy to understand why WMP
has a hard time occasionally.<br /><br />
There are some nifty ways of figuring out what's what though. CD's like just about
everything else on this planet have unique id's. That's the first method that WMP
uses to know that the CD you just popped in is the Best of the Doors [2000/Enhanced]
Disc 1 not Disc 2. When you rip your media to WMA it embeds a WMID into the file that
marks as being apart of that album. Unless you use the SDK or another tool, there's
no way to change this in WMP. The other method that <i>can</i> be used are to search
based on total disc and individual track times. For finding media information from
MP3's and untagged WMA's it can use the file name for a start. So many people will
use something like The Doors - Riders on the Storm.mp3. It's then up to you to tell
WMP which album it's from. This is this gray area where you enter the twilight zone
and the laws of SQL physics don't apply. But for most of the media out there WMP should
have the data to go with it. Unless the data hasn't been provided yet by AMG or Muze
the best thing to do is try and adjust your search. You have to maybe remove the album
title or maybe give it an album title but no artist, or the best way to return amusing
results, adjust the song title and play with the former two adjustments (this and
of itself is a great way to discover new music ;-)).<br /><br />
As if I wasn't ranting yet it only gets better. I'll use an example that I've provided
Microsoft before, just for fun... First, if you were to pop in a CD and WMP couldn't
immediately recognize it you'd go through the album information search wizard. First
you'd search for Led Zeppelin then on the next page you'd click the exact match, Led
Zeppelin (Rock : 96 Albums). Somewhere in that list you find what you're looking for
and click How the West Was Won [3 Albums] (Atlantic : 2003-05-27) then click for Disc
1. Normally the page would <a href="http://metaservices.windowsmedia.com/CDWizard/CDWizard2.asp?WMPFriendly=true&amp;locale=409&amp;SearchType=Artist&amp;SearchString=76,101,100,32,90,101,112,112,101,108,105,110&amp;MODE=DISPLAYDETAILS&amp;AlbumID={7E7A23B1-C150-4D3C-B44D-E3C9100BE1F9}&amp;ArtistID={C5E3C85F-62F7-4">look
like this</a> and clicking Finish would match that album information with the CD.
Here's an <a href="http://metaservices.windowsmedia.com/cdinfopages/album.aspx?locale=409&amp;version=9.0.0.3075&amp;wmid=7E7A23B1-C150-4D3C-B44D-E3C9100BE1F9">Album
Information</a> page that WMP shows normally when it <i>has</i> successfully found
the track information. Now clearly I've made my point that it has all of the meta
data for Zeppelin's How the West Was Won. Why is it that I can import the 3 disc album
as WMA, enter in <i>all</i> of the meta information that I can as the Album Information
and CD Wizard page provides it, do a search for exactly the same information using
Find Album Information and get 0 results? Mind you I finally managed to get Disc 2
found, but the other two are still waiting in my queue. Heck, I've even go the WMID
that WMP would put into the tracks for disc one and three and from what I've tested,
WMP would find the album information if I popped the ID into the files, there is no
way to do this though in WMP's Advanced Tag Editor. If there was, I'd only have to
insert the WMID and click Update Album Info to force it to associate correctly. I
first noticed this when my CD of Mozart's Clarinet Concerto in A was changed to Ladies
&amp; Gentlemen, The Best of George Michael because I had manually entered the track
information and WMP didn't already have a WMID for the Mozart CD.<br /><br />
Does Microsoft really think it can beat Google at searching when it can't even find
results for something when I give it exactly what's supposedly in it's database? Build
it and they will come! If the Find Album Information in WMP weren't so overly precise
I'd imagine this issue would go away. When returning results provide <i>every</i> results
for albums matching How the West Was Won. If I provide WMP with <i>all</i> of the
required information it better damn well find it.<br />
  
</li><li>
While on the topic of meta data, WMP allows you to automatically update media information
and location of files. I personally use it to overwrite existing information so it
best matches what's in the Windows Media Meta Services. I also let it add information
to media that was copied with another program and <i>best</i> of all, I let it rename
and rearrange music using the media information. Normally this works beautifully,
it saves me time by not having to add the information to the files and not having
to move the files into the correct directories and adjust files using my naming scheme.
My only problem with it is that if WMP decides that my Mozart isn't really Mozart
instead it's George Michael, when I go to look for Mozart in My Music folder I'll
have a hard time finding it. My suggestion would be to just add a simple dialog when
WMP decides to automatically move media from one folder to another. Just let us confirm
the new directory and if necessary change it. Have a yes to all and no to all button
as well. I don't think a confirmation is really needed when renaming files that stay
in the same folder, only when moving them from one location to another. Because there
was no confirmation I would've never realized that my media was moved unless I happened
to notice it in the Media Library.<br />
  
</li><li>
One more thing about the data as well. It's a very minor issue, and most users in
the US would never notice it. It's not really Microsoft's fault either as far as I
can tell but I'm sure they could use their weight just a bit to help the data providers
shift over a bit. A lot of the album information is regional based. If I've popped
in Elton John's Greatest Hits 1970-2002 that I've bought in the US, I'll get all the
wonderful album information, including the album art and review as well as the track
listing. If I had purchased the album in the UK (which I did), I get nothing in the
View Album Info area. Just the message "No additional information was available for
the selected media". I'm not asking for a completely different set of information
for each world wide album release because I realize that's just not possible. But
at least provide whatever information is shared between the album. Even adding a sentence
saying "... Click here to view other similar albums by this artist." If the album
art is the same for both US and UK version then they both should be using it, not
the default music note and frames of film. Similarly, if I've provided WMP with a
multi disc album, when I click on any of the tracks from any <i>one</i> of the album
discs the view album information should show up for all of the discs not just the
first as it is now.<br />
  
</li><li>
I asked <a href="http://raysblog.com/">Ray Dixon</a> what he'd like to see changed
in WMP. He reminded me once again of the second reason why I still use WinAmp. It
needs to "take up fewer resources and manage the ones it uses better".  Even
though it has improved drastically over WMP8, "right now [in WMP9], it's a freakin'
PIG sometimes - especially when using it with plug-ins and add-ons". Why is it that
even when I import my entire media library into WinAmp, iTunes, or RealOne, any of
those players can instantly pull up its library and immediately narrow down what I'm
looking for but WMP does it in half the time? Ray also said that developing plug-ins
for WMP needs to have a better framework and be much easier to write for so we can
create good ones that don't steal valuable system resources.  There's already
plenty of good information available for developers through <a href="http://www.wmplugins.com/Developers.aspx">WMPlugins.com</a> and
MSDN. It just doesn't feel as if there's as much weight behind the WM SDK's as there
is with say the DirectX SDK. Oh and why is it that WMP kills <i>all</i> of my plug-ins
if one caused it not to shut down correctly? Change the way plug-ins work so that
I can just kill the nasty one not the entire lot.<br />
  
</li><li><a href="http://raysblog.com/">Ray</a> also brought up codec management which is something
I totally forgot about since I usually use a third party tool to view what codecs
I've got installed and what codecs are needed for any particular media file. As Zach
points out on his <a href="http://www.nwlink.com/~zachd/pss/pss.html">WMP support
page</a> (see questions 4, 5 and 7...), a problem with media playback sometimes stems
from bad third party and hacked codecs. WMP should allow us to better manage the codecs
and restore <i>all</i> of the <i>certified</i> Microsoft provided codecs to their
default settings. A single page would be nice to provide a list of all known reliable
and supported codecs available for installation. Maybe just add a codecs section under
WMPlugins.com, I shouldn't have to use a third party tool to figure out what codec
is needed, Google for multiple versions and releases of a codec and try each one out
crossing my fingers it doesn't cause some collateral damage.<br />
  
</li><li>
While improving the codec management, we could also use better error messages, it's
just a sad state when errors and their error codes need a <a href="http://support.microsoft.com/default.aspx?scid=/support/mediaplayer/wmper/wmperrcode_main.asp">KB
article</a> to not only explain the error but explain the error code as well. Zach
does a good job of <a href="http://www.nwlink.com/~zachd/pss/pss.html#errcodes">answering</a> questions
regarding various errors. Why not provide a real plain english explanation for the
error, the error code, and a link to a proper entry in the Help system for more information
about the error? Can Microsoft really expect the average user to know what "No Combination
of Filters Could Be Found to Render the Stream" means? After talking to John Eddy
(another MVP Lead), he asked on Messenger why might the <a href="http://support.microsoft.com/newsgroups/default.aspx?NewsGroup=microsoft.public.windowsmedia.player&amp;SLCID=US&amp;ICP=GSS3&amp;sd=GN&amp;id=fh;en-us;newsgroups">windowsmedia.player</a> group
have so many 0 and 1 line posts with so many coming from the <a href="http://support.microsoft.com/newsgroups/default.aspx?NewsGroup=microsoft.public.windowsmedia.player&amp;SLCID=US&amp;ICP=GSS3&amp;sd=GN&amp;id=fh;en-us;newsgroups">webnews
interface</a>. I guess I've gotten so used to the posts like that, I stopped
noticing why. I can safely say that every single post that is 2 lines or less has
the error code in the subject line or one one of those 2 lines. What does that say?
It says that the user probably thinks the error is so obscure or unique that surely
by just giving the error message we (as MVP's and helping individuals) should be able
to give them their exact answer. Post after post repeat like a broken record:<br /><ul><li>
Subject: error 0xC00D11BA 
<br />
any ideas would be appreciated 
</li><li>
Subject: 80040154 
<br />
HELP, it wont play video from the web????? 
</li><li>
Subject: code error 
<br />
anyone know how to fix this error C00D2845. Thanks in advanced</li></ul>
This says to me that the error messages and support information provided with the
WMP is totally inadequate. Error messages need to first provide a clear description
of what's going on and why, and where to find more information. Then via an Advanced
button or whatever provide the exact diagnostic error message and error code. 
</li></ul><p>
This rant/suggestion/love/hate for WMP has certainly gotten longer than I was originally
expecting it to be. It does seem quite long but realistically we're only talking about
roughly a dozen key issues with WMP right now. That's nothing compared to the competition.
I wouldn't want to even start on the shortcomings of WinAmp, MusicMatch or Real. To
summarize these issues again in far fewer words...
</p><ol><li>
Quicker Access to Media via a "J"ump feature similar to WinAmp's. 
</li><li>
All Music Progressive Shuffling. 
</li><li>
Auto Playlist and Meta Data / Media Library Synchronizing. 
</li><li>
Finding and Updating Meta Data for Media in the Library. 
</li><li>
Ask to confirm when automatically moving files based on Meta Data. 
</li><li>
More consistent experience when viewing album information. 
</li><li>
Still continue improving WMP's resource utilization. 
</li><li>
Make plug-in development even easier. 
</li><li>
Provide some form of codec management and information. 
</li><li>
Provide plain english error messages and resolutions. 
</li></ol><p>
If the SDE's working on WMP and Longhorn really have been given a carte blanche then
anything should be possible. <a href="http://scoble.weblogs.com/">Scoble</a> and other
softies have said repeatedly that they're giving us so much information so early so <i>they
really can</i> make a difference in the final product. In the past good beta testers
and MVP's have been fed this idea before but it usually never went any further than
a response of "that's an interesting idea, ping me and I'll follow up on it". I think
for the most part they really mean it this time, it shows in their blogs and it certainly
shows on <a href="http://msdn.microsoft.com/longhorn/">MSDN</a> and other community
sites. Many skeptical supporters are starting to believe it as well. I feel that if
Microsoft is going to start cooking the eggs it's our job to keep the heat under their
pan and if they screw up let them have it. That being the case I will be <i>severely</i> disappointed
if we don't get at least one or two of these suggestions into the next WMP in some
form or fashion. If anyone has some other great ideas for the player please comment
or email me. The time to blast the speakers is now! :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Bitter Films T-Shirt Arrived Today! Yay!!! Yay!!!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/07/BitterFilmsTShirtArrivedTodayYayYay.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,522bb399-037f-41bf-84cc-2e21332b0ea4.aspx</id>
    <published>2004-02-06T19:25:02.515625-08:00</published>
    <updated>2004-02-06T19:29:02.09375-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I don't know what drove me to buy <a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/hahatee.jpg">this
shirt</a> but boy I'm glad I did. Yes it's just a plain 100% cotton t-shirt but it's
so cool! The red is just right, not like the picture at all. Plus there's the added
bonus that I'm supporting one of the funniest animations ever, that being <a href="http://www.bitterfilms.com/">Rejected</a>...
Never have so few minutes caused so many hours of laughing and crying. I totally recommend
watching this film over and over again :-). If you do decide to order a DVD or something,
they got my order here pretty darn quick, all the more reason to say yay! my anus
is bleeding, yay!!! I am a banana! yay!
</div>
    </content>
  </entry>
  <entry>
    <title>Linux kid in both IBM and Chevy Super Bowl Adverts.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/02/02/LinuxKidInBothIBMAndChevySuperBowlAdverts.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,688dce0b-fa36-4777-8a2e-2d974b0c7903.aspx</id>
    <published>2004-02-01T19:34:49.75-08:00</published>
    <updated>2004-02-01T19:34:52.140625-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">At some point during the Super Bowl adverts
I noticed that the “Linux Kid” most well known for appearing in the <a href="http://www-306.ibm.com/e-business/doc/content/ondemand/tvspot.html">IBM
adverts</a> also appeared in <a href="http://www.chevrolet.com/library/commercials/">Chevy's
“Soap”</a> advert. Here's a capture from <a href="http://www.auroravisions.com/opendir/linuxkid_ibm.jpg">IBM's</a> and <a href="http://www.auroravisions.com/opendir/linuxkid_chevy.jpg">Chevy's</a> ad to
compare.
</div>
    </content>
  </entry>
  <entry>
    <title>No product activation in Visual Studio.NET 2003? Why not?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/01/30/NoProductActivationInVisualStudioNET2003WhyNot.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c5e5bfee-2c2b-4e0d-aeee-7005d1f9e94d.aspx</id>
    <published>2004-01-30T04:09:45.19-08:00</published>
    <updated>2004-01-30T04:10:09.8775-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was just redoing one of my machines today
and wondered again why there's no product activation for Visual Studio.NET 2003? As
I was popping in each MSDN DVD I had to provide PID's for Windows XP, for Office 2003,
for OneNote, for FrontPage, etc. 
<p></p><p>
Pop in VS.NET and what's this, not even a request for a PID, my my I wonder why that
is? Surely one of Microsoft's more expensive and powerful applications would at least
ask for a PID and then require activation. But no, it doesn't, it simply installs
the best development environment available today. :-)
</p><p>
I haven't seen a retail box so I can't say that it doesn't actually ask for a PID
at some point but I've never seen a copy installed that has asked for one let alone
asked to be activated. I've still got my boxed copy of Visual Studio 6 sitting up
in the closet and that copy doesn't require a PID either (I checked again just to
make sure). What's with this?
</p><p>
My take is that it's an evil mind control plot to get more developers onto Microsoft's
development platform. There's plenty of releases of Ent. Arch. going around the net
(yeah it's 5 CD's but nm). It's like Microsoft is saying,
</p><p>
“yeah sure we'll protect our IP and way of business but this time it's okay,
we want you to use this for free, you'll create more stuff for Windows and indirectly
make us money anyway. So here ya go you little script kiddy, have fun with this, learn
to program the Microsoft way, you'll love it, it sure as hell beats that pie in the
sky Sun thingamabob mocha almond fudge Java stuff”.
</p><p>
“why thank you 
<INSERT name="name" here="here" softies="softies" preferred="preferred">
, I love you, I could kiss you. I promise I'll never ever stray away from the
true path to righteousness and enlightenment.”
</INSERT></p><p>
Anyway, pardon the 4AM ramblings, but if Office and Windows has activation why doesn't
Visual Studio? :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Google, err I mean, MSN has a new Toolbar in beta, cough, how original...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/01/26/GoogleErrIMeanMSNHasANewToolbarInBetaCoughHowOriginal.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,44bd9a8d-2413-477d-9ace-3bf3c428debf.aspx</id>
    <published>2004-01-26T01:13:39.266-08:00</published>
    <updated>2004-01-26T01:15:35.250375-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It looks like MSN now has an IE search <a href="http://toolbar.msn.com/">toolbar
in beta</a>. Somehow I don't think Google is too worried. They look like twins really,
it's almost uncanny. Just compare MSN's toolbar page to <a href="http://toolbar.google.com/">Google's
toolbar</a> page. Come on Microsoft, be original ;-). 
<p></p><p>
So I've compared the two for a little while now, Google's toolbar gets the nod plain
and simple MSN's search is still just way too slow and doesn't provide results like
Google does. The other thing that stinks about MSN's toolbar is that the pop-up blocker
is limited to only 250 URL's in the allow list and unlike Google's toolbar it doesn't
let you hold down CTRL to temporarily allow pop-ups for a site.
</p><p>
Things I do like about the MSN toolbar. The Hotmail, Messenger, and News buttons.
Messenger crashes a lot, the icon for Messenger in IE is Windows Messenger not MSN,
I use MSN, so it's nice to have that handy since I always have an IE window open.
I log into Hotmail a lot as well so it's nice to have a link directly to the home
page so I can log into multiple accounts quicker. News goes to MSNBC which I read
as much as Google's <a href="http://news.google.com/">News aggregate</a>. The highlight
feature is pretty cool too and seems to work well, only a few minor bugs so far. The
last thing I like are the extra search options which let you search Encarta for definitions
and check the encyclopedia, stocks and companies through MSN Money, shopping, movies,
and the yellow and white pages.
</p><p>
Granted I use TweakUI to add in searches for this stuff directly into the address
bar. I just type in “dic eschew” for a definition of eschew. Or “stck
MSFT” for a stock quote on Microsoft. I've got all sorts of those set up, I
can look up recipes, drinks, MSDN, acronyms, the list goes on and on.
</p><p>
So the end result. I like both toolbars, MSN's seems promising. Ideally I'd like to
combine the two. Hopefully Longhorn's IE will work well enough to neither toolbar
will be necessary. :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>While working on a new design, how about improving your Google rank too.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/01/25/WhileWorkingOnANewDesignHowAboutImprovingYourGoogleRankToo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0af0443b-45dc-4adc-98d0-01317064f91c.aspx</id>
    <published>2004-01-25T04:12:09.656625-08:00</published>
    <updated>2004-01-25T04:15:01.281625-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Okay so at first I wanted to become #1 for <a href="http://www.bridgman.com/">Galan
Bridgman</a> on Google. I've given that up, I'm not even on the first page now.
I was #5 which wasn't bad considering I only mentioned his name twice before. I've
got a new goal now. I want to be <a href="http://www.google.com/search?q=Corey">#1
for Corey</a>, just Corey. I've got at least the first 3 results for Gouker and the
first page for Corey Gouker (big surprise there) but I'm still only #10 for Corey.
I was #34 then 23, 21, then 13, now #10. Only just noticed this week, I do only check
this every two weeks or so, I'm not really that obsessed over it and because my Google
toolbar doesn't seem to like me right now it's not displaying PageRank at all. It
was a couple weeks ago, I did notice a PageRank of 6 when I looked. 
<p></p><p>
Anyway, I've got a couple people to surpass before I can claim I'm #1 for Corey on
Google. I've got <a href="http://www.coreyharrismusic.com/ch/Music_Section/Music_Home.asp">Corey
Harris</a> a <a href="http://www.coreyharrismusic.com/ch/Music_Section/Music_Files/let_em_roll.asx">blues
musician</a> at #1, he's actually quite good.
</p><p>
Coming in at #2 there's <a href="http://www.coreyfeldman.com/">Corey Feldman</a>,
we all know and love him from <a href="http://www.imdb.com/title/tt0089218/">Goonies</a>,
he's done some albums too apparently, I haven't heard of them so that's no consequence
to me. Other than being in Tales From The Crypt: Bordello Of Blood and playing Donatello
in Teenage Mutant Ninja Turtles, I have no bad feelings about trying to knock him
down in Google. Heck, he's even got a pic with <a href="http://www.coreyfeldman.com/site_images_system/user/hughheffner.jpg">Hugh
Heffner</a>, nice going man! <a href="http://www.coreywolfe.com/">Corey Wolfe</a> places
third, he's an artist who specializes in Illustration.
</p><p>
Fourth place is <a href="http://www.imdb.com/name/nm0000433/">Corey Haim</a>, best
known for the 1987 film the <a href="http://www.imdb.com/title/tt0093437/">Lost Boys</a> and
being an “80s teenage heartthrob”. One <a href="http://www.canadians.ca/more/profiles/h/h_corey_haim.htm">Canadians.ca</a> site
said “It seem that the 80s teen scene was ruled by guys named Corey, or perhaps
it was the magnitude of it's two Coreys, Haim, and Feldman, that made it seem that
way.” Please, Mom, Dad, don't tell me I was named Corey because of the prevalence
of these two in the 80s?!
</p><p>
So now we've got another <a href="http://www.coreyhart.com/samples/SunglassesAtNight-RadioClub_hi.asx">musician</a>, <a href="http://www.coreyhart.com/">Corey
Hart</a>, though he's in a totally different genre than Harris he's nowhere near as
good imho. Hmm, I'm noticing a pattern here with these Corey's. I'll get to that in
a minute :-).
</p><p>
Woohoo, good for Feldman he comes in again at sixth. Obviously a bigger heartthrob
than Haim. Seventh place is this go named Nahmman or something, his site is filled
with drug information. Then we've got Mr. Teenage Georgia 2000, Corey Mote, a body
builder. 9th place goes to a violinist Corey Cerovsek, I can't find any links to his
music on the Geocities hosted site so I won't bother.
</p><p>
I wonder how hard it'll be to make it to number one? How about this, if you've got
a site and you're reading this, just pop in a little link somewhere to this page,
I bet that'll help (consider this a subliminal message). So that pattern... It seems
that 8 out of 10 of these guys are all artists, maybe that's my true direction as
well? A graphic designer / GUI maker by day and a casual programmer by night? Heck
if you combine the first 9 of them you've probably got every girls dream! LMAO! Hopefully
that says something for me too. The other thing I noticed was 6 of them had last names
that started with letters close to G. H being used 3 times and F twice for Feldman.
Maybe there's something with this, then again NOT.
</p><p>
After I combine the plethora of sites I have maybe then I'll get to #1, plus with
the subliminal messages and your help of course maybe I'll stay there, LOL :-). Thanks!
</p></div>
    </content>
  </entry>
  <entry>
    <title>New design coming at some point...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/01/23/NewDesignComingAtSomePoint.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,fead996a-614e-47d5-a092-07a621b95a6b.aspx</id>
    <published>2004-01-23T02:37:46.141-08:00</published>
    <updated>2004-01-25T04:13:54.500375-08:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Yes, that's right, after years of being
online I think I've finally got the vision right for my site. So here's my <a href="http://www.auroravisions.com/opendir/cgdesign1.jpg">very
first drawing</a> for the new design, yes it's a total rip off of <a href="http://www.windowsmedia.com">WindowsMedia.com</a> and <a href="http://www.wmplugins.com">WMPlugins.com</a> but
it was my first drawing brainstorm. When I was working on my last site design I ended
up doing 6 drawings in total and the first and the last looked nothing alike. I usually
like to check out all the sites at <a href="http://www.coolhomepages.com/">Cool Home
Pages</a> for some general ideas and then go back to the drawing board and see
what of mine works and what doesn't. In any case it'll probably be a good month before
I even get the time to work up all the graphics for the thing and get a template for
each section of the site done. 
<p></p><p>
Hopefully once I get going I can get back into the groove with my blog too, I haven't
been a very good writer later when it comes to posting. Looking at January at left
I can see only 3 days in bold, compare that to November or December last year. Soon,
I promise to getting back to posting every day.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Really bad design on the part of the hardware team creating the F-Lock key.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2004/01/12/ReallyBadDesignOnThePartOfTheHardwareTeamCreatingTheFLockKey.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7e28a7e6-44cd-4abd-b303-65b5ea0446e6.aspx</id>
    <published>2004-01-12T13:54:52.734375-08:00</published>
    <updated>2004-01-12T13:56:14.640625-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I really hope to meet someone who took part
in design the latest incarnation of Microsoft keyboards and give them a piece of my
mind at the next MVP summit. I have the <a href="http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=014">Wireless
Optical Desktop Pro</a> which is absolutely hands down the best keyboard and mouse
money can buy. The <a href="http://www.microsoft.com/presspass/images/gallery/hardware/WirelessOpticalDesktopPro.jpg">sex
appeal</a> on these two input devices is unmatched by any other keyboard or mouse. 
<p></p><p>
For years I was anxiously awaiting the day I could pick up a desktop set that was
wireless, had a natural keyboard, and most importantly had style by being black. Heck
they even did one better by having clear keys, save the F keys and the multimedia
keys, that's my only gripe about the keyboards looks. The mouse is just gorgeous,
the fluid scroll wheel (name © <a href="http://www.jonathankay.com/">Jonathan
Kay</a>) feels amazing. Overall the ergonomics of both devices is remarkable.
</p><p>
But all is not well in the land of Microsoft Keyboard products. All of the new generation
keyboards (not including the Natural Elite or Internet keyboard) have these extra
functions for all the function keys. Like F4 is new, F5 is open, and F6 is close,
etc. In order to make these work while still maintaining the original function of
the function keys they created the F-Lock key. That's fine and dandy but they made
a serious flaw in the way it works. Every time your system reboots the F-Lock key
loses its state, it's sort of like the Number Lock key except the BIOS allows you
to take care of that one. In any case this little F-Lock key and the extra uses for
the function keys create a problem when booting to machines that boot really quickly.
</p><p>
I've got a Dell Dimension 4600C Media Center Edition here that boots up extremely
fast. Right now it's plugged into a LCD but if I plug in a CRT the system will get
past the POST screener so quickly the CRT hasn't even warmed up and displayed a picture
yet. I timed the entire boot up process on a clean install and it's pretty spiffy.
The at 2.47 we're past the POST screen, 18.36 and we're at the Welcome screen, 26.65
and we've got a fully loaded Desktop. I've only been using this keyboard for a week
so when I tried booting to the systems boot menu with F12 it took a minute for me
to remember the F-Lock key. Once I remembered it took 5 tries before I could turn
on the F-Lock key and hit F12 to actually pull the Boot Menu up. You have to have
pretty quick reflexes to hit both keys and get it to work in under 2.5 seconds.
</p><p>
So this is where the problem arises. Since the F-Lock key gets reset after every reboot
you have to turn it back on every time the system boots. There is no reason for the
extra functions of the function keys to work outside of Windows so why bother messing
up things until then? Surely it would've been more intelligent to let the function
keys maintain their original purpose and instead of the current set up reverse things
so that with the F-Lock on the extra functions would be turned on. If it was done
this way, then Windows/IntelliType could've turned on the F-Lock and users would be
able to change a setting in Windows whether they wanted it on or off by default. Now
I won't be surprised if they had some reason for doing things the way they did but
it could've been much much more thought out.
</p><p>
While I'm talking about the lock keys, another minor annoyance is the fact that the
status lights for these keys aren't located on the keyboard with the Wireless line
of keyboards. My guess is that they did it for power saving purposes or something.
But the problem here is that like many people I got the Wireless package to keep my
desk just a tad cleaner so I've hidden the transmitter down and behind my monitor.
If I want to see the status of the of the Caps, Number, or F lock I can't just glance
down at the keyboard, I have to look at the transmitter which is slightly hidden or
I have to use IntelliType. I guess this isn't that big of a deal but something that
takes getting used to. Of course one would normally realize the status of the locks
when they started typing in CAPS or moving left and right instead of typing 46.
</p><p>
I wonder if some sort of update could possibly fix the way the F-Lock key functions...
</p></div>
    </content>
  </entry>
  <entry>
    <title>Last entry of 2003 from snowy England.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/31/LastEntryOf2003FromSnowyEngland.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4c83be98-876b-4100-8314-cfca64cf0312.aspx</id>
    <published>2003-12-31T07:19:16.7505-08:00</published>
    <updated>2003-12-31T07:19:16.828625-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well I did have this really nice 2000 word
blog entry to go up but I pressed ALT+HOME instead of CTRL+HOME by accident and lost
the entire thing so instead I'll just say that this is the last entry for me in 2003
and to be sure and look for a nice big one come the 9th of January when I'm settled
in at home again. Till then, Happy New Year everyone! :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Arrived safely in Manchester, England... sigh.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/12/ArrivedSafelyInManchesterEnglandSigh.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6fb0a072-72f1-4ca3-b4e0-8c8d62b3eefa.aspx</id>
    <published>2003-12-12T15:29:59.857451-08:00</published>
    <updated>2003-12-12T15:29:59.935771-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">After a long long journey I've arrived in
Manchester, it was raining of course. Felt strange for a while after the flight, like
I was up on a 12,000 foot summit. Brain is a bit dead at the moment. I've got two
small pieces of work to do so I guess I'll spend the next X period of time thinking
of something to write. Bang.
</div>
    </content>
  </entry>
  <entry>
    <title>I'm off to Manchester, England till January 8th.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/10/ImOffToManchesterEnglandTillJanuary8th.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,dd47382a-6a0a-434f-a01e-225c4a022e4e.aspx</id>
    <published>2003-12-09T16:48:42.583-08:00</published>
    <updated>2003-12-09T16:48:42.7705-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Flight Details follow, just in case the
flight goes down or something, or if it's delayed or who knows. Of course if anything
like that happens we could at least say that my ESP was out of whack right <a href="http://www.jonathankay.com/">Jon</a>?
Would be kind of ironic I suppose. At any rate that's not going to happen, I'm certainly
not going to be responsible for that, unless of course my WiFi has anything to do
with it :-) lol. Anyway, I'll try blogging once I'm there and when I'm not *busy*.
Have a great holiday!
<p><em>Wed 10-Dec-03</em><br />
LAX to EWR, 2459mi, 5hr. 0mn. - Continental Flight 16<br />
Departs 10:30AM Arrives 6:30PM<br />
Economy/Coach Class (34A), Lunch, Boeing 767-200, 60% on time (ouch)<br /><br />
EWR to MAN, 3336mi, 6hr. 40mn. - Continental Flight 20<br />
Departs 8:20PM Arrives 8:00AM + 1 day<br />
Economy/Coach Class (42A), Dinner, Boeing 767<br /><br />
Total miles: 5795 mi (9326 km)<br />
Total duration: 11hr 40mn (13hr 30mn with connections)
</p><p><em>Thu 8-Jan-04<br /></em>MAN to EWR, 3336mi, 7hr. 35mn. - Continental Flight 21<br />
Departs 10:00AM Arrives 12:35PM<br />
Economy/Coach Class (42A), Lunch, Boeing 767 
<br /><br />
EWR to LAX, 2459mi, 5hr. 45mn. - Continental Flight 65<br />
Depart 3:30PM Arrives 6:38PM<br />
Economy/Coach Class (34A), Dinner, Boeing 767-200, 40% on time
</p></div>
    </content>
  </entry>
  <entry>
    <title>Flight Delays In and Out of Newark.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/07/FlightDelaysInAndOutOfNewark.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bf3004d9-0eda-4e2d-a199-c8b2bdfeb037.aspx</id>
    <published>2003-12-07T00:19:50.536125-08:00</published>
    <updated>2003-12-07T01:11:36.661125-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Watching the news just now it suddenly dawned
on me that this north eastern storm that's going on right now could last more than
a couple days and that there's a slight chance it could even last through the 10th.
I wonder if it's going to affect my Continental flight from LAX to EWR (flight 16) then
from EWR to MAN (flight 20). So far, most flights in and out of EWR the past day seem
to be okay according to the Continental <a href="http://www.continental.com/Company/news/traveladvisory.asp">website</a> but
almost all have been delayed. I've been through a thunderstorm on a flight, I wonder
if I'll be going through a snow storm this time :-).
<p>
I guess I'll also just say that I'll be in Manchester, England till January 8th unless
something comes up around CES and I end up coming back on the 7th instead. I'll probably
be lite on the blogs while I'm away but I'm sure I'll get at least a few in here
or there. Oh and my webcam will also most likely be off for the duration.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Pop goes the bulb in the Windows XP Lava Lamp</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/07/PopGoesTheBulbInTheWindowsXPLavaLamp.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d84203c0-81d9-4ea9-954f-3e1c5b2aadef.aspx</id>
    <published>2003-12-06T19:24:25.348625-08:00</published>
    <updated>2003-12-06T19:40:27.8955-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just tried turning on my sexy <a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://www.auroravisions.com/opendir/FUG2/lamp.htm">Windows
XP Lava Lamp</a> and a nice little flash came from the bulb as it blew. Not too surprising
considering I put a higher wattage bulb in what was recommended and I've been leaving
it on constantly the past few weeks. In any case I started removing the bulb
but noticed that it wasn't coming out quite right. Just as I thought I had it the
bulb came apart from the base, :-). What to do I thought... Hmm well I didn't feel
like going behind the desk and following the cable from the lamp to the plug to unplug
it so I just went for the pair of plyers and started using them to turn the base of
the bulb. I had <a href="http://www.jonathankay.com/">Jon</a> watch my webcam while
I was doing it just in case I did actually get electrocuted, I mean if I did I at
least should get a couple pics of it right? To my dismay I didn't get shocked, or
maybe I was actually semi intelligent about knowing whether the switch for the lamp
was on or off. Anyway it'll be a couple days before I can go to WAL*FART to grab a
new bulb. I think this time I'll get something with a little less wattage.
</div>
    </content>
  </entry>
  <entry>
    <title>Piece of cake upgrade to dasBlog 1.5.3337.0 complete.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/06/PieceOfCakeUpgradeToDasBlog1533370Complete.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,87fe0ec0-14a7-42ef-93c9-65a7c64f27ea.aspx</id>
    <published>2003-12-06T14:06:59.6455-08:00</published>
    <updated>2003-12-07T00:21:33.48925-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <content type="html">The upgrade to the new dasBlog&amp;nbsp;is complete. It was posted over at its &lt;a href="http://workspaces.gotdotnet.com/dasblog/"&gt;GotDotNet&lt;/a&gt; workspace
earlier, I kept on checking the actual dasBlog download page expecting it to be there,
lol.&gt;
&lt;p&gt;
Moving things to the new version was a snap, no problems at all except I forgot to
not copy the smilies I did from MSN Messenger. Of course I copied the wwwroot first
so I just put the GIF's back in :-). I was already running version 1.4.3297.1 so all
I had to do was&amp;nbsp;drag all the files from the &lt;font face="Courier New"&gt;DasBlogWebFiles-1-5-3337-0.zip&lt;/font&gt; except
the SiteConfig, content, logs, and Web.config. Simple as that.
&lt;/p&gt;
&lt;p&gt;
I noticed that &lt;a href="http://staff.newtelligence.net/clemensv/"&gt;Clemens&lt;/a&gt; added
a search to the CandidBlue theme so I popped in the &lt;font face="Courier New"&gt;&lt;%newtelligence.search()%&gt;&lt;/font&gt;then added the two extra classes to the CSS to make it fit. I'm definitely running out of room on that left side. Note to self, never do a site design like this again, it totally blows. Oh and note to self, get your ass in gear and redo your site you lazy bastard. Lastly I also added a link on the left so you can Watch My Webcam.</content>
  </entry>
  <entry>
    <title>Stumbling through Microsoft's Patent List in search of WMMS.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/01/StumblingThroughMicrosoftsPatentListInSearchOfWMMS.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,27758290-3942-4400-ac5d-ee6a7cabfee9.aspx</id>
    <published>2003-12-01T04:06:34.952625-08:00</published>
    <updated>2003-12-01T04:06:35.2495-08:00</updated>
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Since finding out about how the protocol
for the Windows Media Meta Services is patented I've just decided to start a search
for the patent. I did find the patent for <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PALL&amp;p=1&amp;u=/netahtml/srchnum.htm&amp;r=1&amp;f=G&amp;l=50&amp;s1=6,041,345.WKU.&amp;OS=PN/6,041,345&amp;RS=PN/6,041,345">ASF</a> which
was super neat. But I then thought there had to be a way to retrieve all Microsoft
patents, which there is, from what I've <a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;u=%2Fnetahtml%2Fsearch-adv.htm&amp;r=0&amp;p=1&amp;f=S&amp;l=50&amp;Query=AN%2FMicrosoft-Corporation&amp;d=ptxt">discovered</a> this
is it :-)?
</div>
    </content>
  </entry>
  <entry>
    <title>Yet another American vs. British English thing.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/01/YetAnotherAmericanVsBritishEnglishThing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8b9f3f5a-835a-4d16-a331-c7b1248c6c45.aspx</id>
    <published>2003-12-01T01:01:34.702625-08:00</published>
    <updated>2003-12-08T20:24:49.817375-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.codevoid.net/script/getEntry.aspx?id=56">Dominic</a> refers
to a post <a href="http://radio.weblogs.com/0001011/2003/11/26.html#a5592">Scoble</a> made
about Microsoft's “large wodge” of cash. When I first read the post a
while back I read it as a “large wad” of cash. Today looking back at his
site for another reason I noticed that he said wodge. My reaction was “what
the heck is a wodge”? 
<p></p><p>
So I checked and indeed <a href="http://encarta.msn.com/encnet/features/dictionary/DictionaryResults.aspx?search=wodge">wodge</a> is
in the Encarta World Dictionary:<br /><font face="Courier New">U.K. large lump: a large lump or chunk of something (informal) 
<br />
They caught him stuffing wodges of banknotes into his pockets.</font><br /><br />
But somehow I would think that the word <a href="http://encarta.msn.com/encnet/features/dictionary/DictionaryResults.aspx?search=wad">wad</a> is
used more universally. The Encarata World Dictionary gives the definition of wad as:<br /><font face="Courier New">5.  finance a lot of money: a large amount of money
(informal)</font><br /><br /><a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311151230180697&amp;sql=B7ko7gj4rj6im">Pink
Floyd</a> don't use the word wad when they describe <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311151230180697&amp;sql=A68jleal64x07">Money</a>.
They simply say “I'm all right Jack, but keep your hands off my stack”.<br /><br />
So where does this lead us? Well pretty much the same exact place where we started.
There's been this ongoing thing with the US and UK. Who uses the correct spelling
and pronunciation. Is it about or aboot, is it center or centre, aluminum or aluminium.
Who really invented the first personal computer. Was it done in Manchester, England
or was it done in the “Land of the Free”. Sure Oxford owns the English
language so to speak but who's to say Webster didn't make it better?
</p><p>
Words are being added regularly and we're coming up with new meanings for existing
words all the time. When I was in England I heard a couple people yell “shotgun”
as they ran for the passenger door of the car (which is on your left Dom ;-)). But
if it wasn't for the days of the wild west that extra meaning would've never come
about. Back then when stagecoach robbery was common they used to have the driver and
a guy carrying the shotgun to help protect the stagecoach during heists. The driver
alone couldn't protect the stagecoach so there was always a guy riding shotgun.
</p><p>
I guess my point is that the US and UK should settle these trivial differences. We
should become one. If we were just more like Canada and in the words of <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311151230180697&amp;sql=B28q3g4kttv6z">The
Who</a> “join together with the band”.
</p></div>
    </content>
  </entry>
  <entry>
    <title>AcademicLonghorn.com Launches powered by Project Hurricane!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/12/01/AcademicLonghorncomLaunchesPoweredByProjectHurricane.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0e9ea505-a6f0-45e2-bffe-a73022a5a18b.aspx</id>
    <published>2003-12-01T00:29:39.34325-08:00</published>
    <updated>2003-12-01T00:31:01.890125-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Mack D. Male a nice guy from Canada has
launched <a href="http://www.academiclonghorn.com/">AcademicLonghorn.com</a>. I'm
really excited to see it up and running! 
<p></p><p>
It now joins the <a href="http://passion.ctrl.ucla.edu/">UCLA Passion</a> site and
the <a href="http://msp.projecthurricane.com/">Microsoft Student Partners</a>. <a href="http://www.codevoid.net/">Dom</a>, <a href="http://blogs.gotdotnet.com/i-markj/">Mark</a> and
I are all hoping and counting each site as they pop up. I think I can safely say we'll
be seeing a site run by <a href="http://www.oxford.ac.uk">Oxford University</a> soon
as well as another portal for the <a href="http://www.seas.ucla.edu/swe/">Society
of Women Engineers</a> over at UCLA as well.
</p><p>
I also wanted to say Mack did a class job on the graphics for his site. While not
a substantial shift from the original skin I think the colors he used go well both
with the skin and align nicely with the original Longhorn logo. I couldn't have done
better myself. :-) Great work!
</p></div>
    </content>
  </entry>
  <entry>
    <title>Outlook stops responding once again, error report sent!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/30/OutlookStopsRespondingOnceAgainErrorReportSent.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,6f959154-6a8a-4fa2-a9eb-436ca75afb91.aspx</id>
    <published>2003-11-30T04:35:36.90575-08:00</published>
    <updated>2003-11-30T04:35:57.65575-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Fault bucket 70916406.<br />
Hanging application outlook.exe, version 11.0.5510.0, stamp 3f1380f0, hanging module
mso.dll, version 11.0.5703.0, stamp 3f5cbb12, debug? 0, hang address 0x00852084.
<p>
Hanging Office App? Always use the Office Application Recovery tool! So it took a
minute for it to go all the way through the error reporting and restart Outlook but
it's so much better than just killing the process :-). BTW, thanks Kase!
</p></div>
    </content>
  </entry>
  <entry>
    <title>It's amazing what a little topical steroid can do!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/30/ItsAmazingWhatALittleTopicalSteroidCanDo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,15bb8dad-0cd0-4be7-862f-963013da1299.aspx</id>
    <published>2003-11-30T03:55:45.452625-08:00</published>
    <updated>2003-11-30T04:53:34.59325-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Pictures are usually pretty but because
of the state of my hands at the time that really can't be said for these four
pics. 
<p></p><p align="center"><a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/hands/hatedhands1.jpg"><img height="120" src="http://www.auroravisions.com/opendir/hands/thumb_hatedhands1.jpg" width="160" border="0" /></a> <a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/hands/hatedhands2.jpg"><img height="120" src="http://www.auroravisions.com/opendir/hands/thumb_hatedhands2.jpg" width="160" border="0" /></a><br /><a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/hands/hatedhands3.jpg"><img height="120" src="http://www.auroravisions.com/opendir/hands/thumb_hatedhands3.jpg" width="160" border="0" /></a> <a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/hands/hatedhands4.jpg"><img height="120" src="http://www.auroravisions.com/opendir/hands/thumb_hatedhands4.jpg" width="160" border="0" /></a></p><p align="left">
So it really starts back when I first started hitting puberty, I guess around 12 or
13. My hands started getting really dry during the winter and started peeling like
mad. It would get so bad at times that I couldn't fully extend my fingers because
of the pain. And I couldn't cut my nails either because if I did the skin would peel
even worse in those areas and sometimes bleed when the nails started growing back.
It was pretty aweful. The only thing that really seemed to help was a triple antibiotic
gel that would help soothe it but it didn't really treat it properly. Regular hand
lotions are a total waste of money for this too. Finally after it came back the second
year I went to the doctor and he prescribed this one drug I don't remember the
name of, I do remember it was this really really strong topical steroid. I used it
for two months and my hands got better. I started noticing side effects though so
I stopped taking it.
</p><p align="left">
So around 3 years go by and my hands were just fine. We always thought it might be
something in the Joshua Tree area making things worse. It didn't turn out that
way since it was fine when I moved down to Palm Springs for two years as well. Being
in Manchester, England for a year didn't bother it either, only side affect of being
there was that my allergies cleared up from the cool moist air.
</p><p align="left">
In June, as soon as I get back from Manchester, I started noticing that my skin was
acting up again. After two weeks it got the point where my entire palm was peeling.
So after putting up with it for a while I finally went to go see a dermatologist in
Palm Desert last week and he prescribed this stuff called triamcinolone. It's still
a topical steroid which I'm just a tad nervous about but he said it's probably not
nearly as strong as the original prescription. It's not like the small tubes of gel
I had before either, this cream came in a full 1 pound jar!
</p><p align="left">
The coolest thing was that after applying the cream for the first time, after five
minutes I already was noticing an improvement and knew it would work. So I put the
stuff on twice a day and I don't really worry about it after that. Even washing my
hands regularly doesn't seem to make the cream “wear off“. I've been a
tad OC about washing my hands since they first started acting up. That'll
probably continue but I don't think the eczema will :-), well I shouldn't say that.
This stuff isn't a cure, it's just a treatment. There is no cure apparently. So there's
a chance it could flare up yet again some time down the line.
</p><p align="left">
Of course not having insurance I had to pay for the doctors visit, that was $100.
And the cream was another $27. Not too bad I guess, but it's a shame I couldn't use
NHS like I did in England.
</p><p align="left">
Finally! My hands are free from the torture of the peeling. I can now type without
pain. And even worse I won't have the urge to help them along in the peeling process.
They're free at last woohoo! :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Galan Bridgman where are you?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/29/GalanBridgmanWhereAreYou.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,87574502-bce9-4ad9-a606-c8eeddd6ba46.aspx</id>
    <published>2003-11-29T05:06:37.859375-08:00</published>
    <updated>2003-11-29T05:06:37.984375-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Hey <a href="http://www.bridgman.com/">Galan</a>!
Where are you? Last I've seen you on Messenger was two days ago and there were some
things developing where you were at. Everything going well then? Busy? Give me
a buzz when you sign on next. By the way, how's your <a href="http://www.google.com/search?hl=en&amp;lr=&amp;ie=ISO-8859-1&amp;safe=off&amp;q=Galan+Bridgman">Google</a> listing
lately? Hehe ;-). Okay this post really was an excuse to mention that, sorry. But
I couldn't resist. But it has actually been a couple days since we chatted.
</div>
    </content>
  </entry>
  <entry>
    <title>College Applications, 75% complete, still so unsure.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/29/CollegeApplications75CompleteStillSoUnsure.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,60ba8bbd-455a-456f-b971-2a7ed9c396e8.aspx</id>
    <published>2003-11-29T04:52:48.5625-08:00</published>
    <updated>2003-12-08T20:25:11.86425-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well after that <a href="/PermaLink.aspx?guid=1034e356-1622-48e0-9e58-70d5c119fc98">big
post</a> I made a little while back I've pretty much decided and finished up my college
applications. I've still got to apply to <a href="http://www.washington.edu">UW</a>,
but there's still plenty of time. I've so far applied to <a href="http://www2.sjsu.edu/depts/art_design/">San
Jose State University</a> and <a href="http://cla.calpoly.edu/art/">Cal Poly San Luis
Obispo</a>'s BFA Graphic Design/Digital Media degree. I think that would be pretty
good for me since I've got plenty of interest in it plus I'll do it with a minor
in Computer Science. I also had another look at <a href="http://www.csupomona.edu/">Cal
Poly Pomona</a> and found their <a href="http://www.cisdept.csupomona.edu/CIS/default1.asp?resolution=high">Computer
Information Systems</a> department which offers what looks like a really promising <a href="http://www.cisdept.csupomona.edu/cis/curriculum.asp">course</a>.
I get the feeling it'll be a hard choice if I actually get accepted to more than one
of these universities. 
<p></p><p>
Ideally, I think I'd just do a nice combination of SJSU's Graphic Design/Digital media
course with Pomona's CIS. It would be at the price of Cal Poly SLO but actually located
at UW. As Gramps would say, “from your mouth to god's ears“.
</p></div>
    </content>
  </entry>
  <entry>
    <title>Self inflicted hair cuts. Your results may vary.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/29/SelfInflictedHairCutsYourResultsMayVary.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0f25cc55-8e78-43db-a1d3-1769bee12b05.aspx</id>
    <published>2003-11-29T04:34:11.6875-08:00</published>
    <updated>2003-12-08T20:25:29.973625-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I had my second go at giving myself a
hair cut. It didn't turn out *that* bad I guess. Not as good as the first time though.
I should probably let my Mom and Sam be the judge of that. I'm sure my Grandma will
hate it, they always do right? I really must be nuts or something. I'm definitely
really stupid for even thinking that the regular left handed (yes lefties do it right!)
scissors I used would do the job like a pair of real salon scissors. I should ask
my uncle for tips next time, LOL! :-). 
<p></p><p>
If you want to view the results head on over to <a href="http://www.coreygouker.com/">CoreyGouker.com</a> and
click on the webcam in the bottom left. Yes it is on 24 hours a day 7 days a
week 365 days a year. Yes it updates, in fact the JPG is saved every five seconds
and I think I've switched the ASP to refresh the image every 10. It's done with a
little script that I've written/modified/borrowed from <a href="http://www.jonathankay.com/">Jon</a>?
(I can't remember now) along with the power of <a href="http://wwww.conquercam.com/">ConquerCam</a>.
</p><p>
Also while you're there, you might notice the bottom right hand side has a scrolling
text box with lines of gibberish. These are the lovely audio loops. I've done about
60. A little while ago I redid them all so they're all nice MP3's that are packed
into SWF's. The first one will turn off the loops, and all the rest minus the groups
will play a loop (well you don't say?). Give them a bit to load though.
</p><p>
Anyway, so much for head banging. I guess <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311151230180697&amp;sql=Bq2ja7i4jg7xr">CSNY's</a> <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311151230180697&amp;sql=6Almost|Cut|My|Hair">Almost
Cut My Hair</a> doesn't apply to me anymore ;-). I'm still a freakish geek and
my flag is flying high! So high... up in the sky. High above the clouds, at 4AM! Cough.
Jon knows what I'm talking about, isn't that right Jon?
</p></div>
    </content>
  </entry>
  <entry>
    <title>Outlook Not Responding yet again.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/28/OutlookNotRespondingYetAgain.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,941c0b77-7b7a-436a-8a6d-637dfdb0dbd8.aspx</id>
    <published>2003-11-27T20:59:00.630625-08:00</published>
    <updated>2003-12-08T20:25:55.083-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This is really starting to annoy me. Every
couple of days or so I'll try to bring Outlook up where it's nicely minimized in the
system tray and when I do I get the lovely Outlook is not responding error message. 
<p></p><p align="center"><img src="http://www.auroravisions.com/opendir/OutlookNotResponding.jpg" border="0" /></p><p align="left">
So first of all, the wording on the error message stinks. I don't use Exchange server
so that information is irrelevant to me. But there's no way out of this loop unless
you use task manager and kill the process. I've got this nice little quick launch
shortcut that launches “<font face="Courier New">%windir%\System32\taskkill.exe
/IM explorer.exe /F</font>”. I'm thinking I might need another one that
kills outlook.exe too.
</p><p align="left">
Wouldn't the smart thing be to have a Close Outlook option? The next time I bring
up Outlook is should tell me what the hell went wrong and why it stopped responding.
I've viewed my logs and can't find anything useful. I know it's not NewsGator because
it did this plenty before I installed that.
</p><p align="left">
Here's hoping this will get changed for Outlook 12, it's one of the very few nuisances
in Outlook. I don't know why this wasn't actually caught before Outlook 11 RTM'd,
I bugged it every build. Though I do remember MS saying that it was non repro. Maybe
if someone like <a href="http://blogs.gotdotnet.com/kclemson/">Kase</a> reads this,
it might get looked at a bit more :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>I really really dislike these latter set of holidays, everything becomes a pain!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/27/IReallyReallyDislikeTheseLatterSetOfHolidaysEverythingBecomesAPain.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bc076f5f-1c3f-4f6d-86cd-1c292e4c3dec.aspx</id>
    <published>2003-11-27T11:12:50.89625-08:00</published>
    <updated>2003-11-27T11:12:51.068125-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I was woken up by my dog jumping up on
the bed at 5:40AM. It gave me a chance to check my IRC and MSDN downloads I suppose...
I couldn't really sleep anyway, was having the strangest dream about hot air ballooning
and my inability to steer the thing away from trees that kept coming up through
the clouds.
<p>
(Maybe that dream was my unconscience trying to tell me that all this crud going on
with college apps and such is actually going to be more difficult than I imagine?
The balloon is my life and the trees that seemingly stretch themselves thousands of
feet into the sky are my lifes challenges. Who the hell knows. :-))
</p><p>
Anyway, so I finally fell back to sleep and manage to get another 3 hours of sleep.
Now I've got to take a quick shower and drive my Mom's car down to her boyfriends
to pick her up and drive to my Gramps place. Then we've got to drive over to this
other house that he bought where we're going to have Thanksgiving and such. But this
day of complex schedules and driving is sure to get messed up I just know it. In fact
it actually started out yesterday. Me and my Mom drove down to her boyfriend's yesterday
in the Honda just so I could take the Honda back up here immediately after and she
could drive the blue pile of metal that is her van around because she left it at Al's.
That was a complete waste of two hours.
</p><p>
Now mind you, Thanksgiving could've been a lot worse. In addition to yesterday and
today's events, my Grandma in Oceanside wanted us to drive to hers (on Saturday iirc).
Then after a stay at hers she then wanted us to drive to the the son of a family friend's
wedding. I wouldn't have really minded if it wasn't so bunched up with all these other
things. Plus I don't really even remember the guy that well. He's nice and all from
what I remember. But in any case, my Mom just doesn't know him at all. It's also just
another reason for my Grandma to critique what is a perfectly suitable outfit.
</p><p>
Luckily I think I will be missing a lot of the *family* stuff after this by being
in England from the 10th to January 8th. I really can't understand why the all the
holiday season seems to do is make things more complex? A friend of mine is driving
all the way from the Redmond area down to Northern California, then right
after that has a flight half way across the US for work. Talk about exhaustion!
</p><p>
Oh and what do I do for a gift for someone I know so little about? That's something
I'm sure plenty of people will be asking themselves. Shame I can't actually by alcohol
yet. I'd probably just buy a bottle of wine for everyone so at least they can really
feel merry. Maybe I'll just buy Amazon and Starbucks gift cards for everyone instead.
</p><p>
The holiday season turns everyone into commercial sheep :-(.
</p><p>
So many people say that year after year xmas starts just a little bit earlier. It's
no longer a single days event, it now spans to a week after Halloween (that's when
I saw the first xmas advert) all the way till a couple days after New Years when people
start tossing their poor trees to the streets. The corporate dogs are practically
brainwashing the public by sending out messages to prepare for the holiday season
earlier and earlier and that you're a scrooge if you don't.
</p><p>
The DMCA and Patriot Act have me wanting to move to Canada but I think even then I'd
still be surrounded by the greed that surrounds the holidays.
</p><p>
There's my rant for the day. I hope everyone has a great time over the coming days
and that you don't lose too much hair because of it. So now I'm off to have
that shower and pick up my Mom :-).
</p></div>
    </content>
  </entry>
  <entry>
    <title>Results of my October 1st Adventure in Hell</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/25/ResultsOfMyOctober1stAdventureInHell.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f5f680a6-8cb8-48eb-a379-2c9965c63b61.aspx</id>
    <published>2003-11-25T15:38:55.0525-08:00</published>
    <updated>2003-11-25T15:42:44.39625-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well as some of you may remember I had quite
the experience on <a href="/PermaLink.aspx?guid=f34eeaec-3e73-4338-bbef-600256e0fc90">October
1st</a>. So today I finally got a <a href="http://www.auroravisions.com/opendir/speedingticketinfo.jpg">piece
of mail</a> to take care of the speeding ticket. The damage isn't as bad as I thought.
Which I guess is a good thing. If I've figured out their mysterious ways of wording
things I'll be paying $148.80 plus the $24.95 which goes to webtrafficschool.com.<br /><br />
Also along the subject of tickets, I sent a letter to the the Fullerton
Parking people (whatever they're called) contesting my parking ticket of $36... Well
I got a nice notice back from a Sgt. D Peare (sp?) that they've posted signs
now on the street and that my ticket is being upheld. So there's check #105 sent
out :-(. And a total of $209.75 out of my poor savings, consdering I didn't get paid
for anything on that trip that seriously sucks.<br /><br />
The check for the speeding ticket makes #106. You can tell I don't like checks much
;-). In fact my check books calendar still shows 2000 2001, hard to believe only 6
checks in over 3 years.
</div>
    </content>
  </entry>
  <entry>
    <title>CAN-SPAM or can spam?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/22/CANSPAMOrCanSpam.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bac05cc1-212d-47b2-a6a7-1e60fd33af57.aspx</id>
    <published>2003-11-22T12:08:56.03125-08:00</published>
    <updated>2003-11-22T12:31:47.28125-08:00</updated>
    <category term="Internet" label="Internet" scheme="http://blogs.coreygouker.com/CategoryView,category,Internet.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="News" label="News" scheme="http://blogs.coreygouker.com/CategoryView,category,News.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Just noticed this article about <a href="http://rss.com.com/2100-1024_3-5110622.html?part=rss&amp;tag=feed&amp;subj=news">CAN-SPAM</a> over
at CNet (linking to <a href="http://www.wired.com/news/politics/0,1283,61343,00.html">Wired</a> as
well for another view). I seriously question how viable or worthwhile a bill like
this is. I think most spammers will just turn around and say this bill says we “can
spam” all we want, yay, my spoon is too big, yay! Sure it'll probably help
for dealing with stupid spammers and finally make some of the spammers evil methods
illegal but will it help curve spam? My opinion is no, all this will do is simply
move spam sending off shore. Spammers from the states will just do business with people
in China and Russia. Maybe this will raise the cost of doing business for these people
but it won't help the underlying problem. The entire SMTP protocol just wasn't designed
to handle trust with email messages.
</div>
    </content>
  </entry>
  <entry>
    <title>Thank you Justin, you made my day!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/21/ThankYouJustinYouMadeMyDay.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1a3d4c2a-37c9-4e7d-9a1a-8c318895bb86.aspx</id>
    <published>2003-11-21T11:28:14.8125-08:00</published>
    <updated>2003-11-21T11:28:14.953125-08:00</updated>
    <category term="Comdex" label="Comdex" scheme="http://blogs.coreygouker.com/CategoryView,category,Comdex.aspx" />
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just received these comments 10 minutes
ago: 
<p></p><p><font color="#808080" size="1">Dear Corey,</font></p><p><font color="#808080" size="1">My name is Justin Doh, and I have met you at the Comdex
at the ASP.Net booth.<br />
I chatted with you on Monday.</font></p><p><font color="#808080" size="1">I was able to find your websites and read about your
works.</font></p><p><font color="#808080" size="1">Thank you for the opportunity to know about Project
Hurricane and know about you.</font></p><p><font color="#808080" size="1">I was very impressed with professionals like you in
the IT field who have knowledge and passion in what they do.</font></p><p><font color="#808080" size="1">As a web developer, I got more motivation to become
MVP in ASP.Net someday!<br />
I am still in the process of learning C# and ASP.Net myself.</font></p><p><font color="#808080" size="1">Justin Doh<br /></font><a href="http://www.nexcore.com/"><font color="#808080" size="1">www.nexcore.com</font></a></p><p>
That's awesome, I haven't even had the chance to send out emails to all the people
whose business cards I collected. I'm glad I was able to help you out and get you
excited about the <a href="http://mvp.support.microsoft.com/">MVP program</a> and <a href="http://www.projecthurricane.com/">Project
Hurricane</a>. That's partly what the MVP program is all about.<br /><br />
If you're really interested in learning more about ASP.NET and a little bit more about
C# I'd like to recommend giving Project Hurricane a whirl. You can grab a copy of
the <a href="http://www.projecthurricane.com/gethurricane/">source</a> and then
start playing with that, it should give you a nice jump start and provide a good base
to build upon. If you wrote a plug-in for it that would even be better! We're actively
trying to get developers to develop ontop of PH everyday.<br /><br />
Thanks again for the email! :-)
</p></div>
    </content>
  </entry>
  <entry>
    <title>Windows Media Player plug-in for Napster, among others.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/21/WindowsMediaPlayerPluginForNapsterAmongOthers.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,530d643b-e0d1-4a11-ae8e-4a15f9e83d01.aspx</id>
    <published>2003-11-21T11:17:03.578125-08:00</published>
    <updated>2003-11-21T11:20:38.265625-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I tried out the <a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=388">Napster
plug-in for WMP9</a> (members of Napster can <a href="http://sms.napster.com/client/plugin/napster.htm">click
here</a> to install immediately). I figured it was worth a try, but it sucks, big
time. So if you run it from the install web page it tries pulling up WMP but after
a couple seconds of WMP saying “Opening...” the entire thing goes white
and I had to close WMP. So I open it again and then go to Premium Services then Napster
and it just does the same thing. I've even tried turning off all my plugins so I just
don't know what's up with it. When I get some time I'll try and figure it out I suppose.<br /><br />
So I mentioned other plugins. I've tried out most of the plugins that are available
from <a href="http://www.wmplugins.com">WMPLugins.com</a>. Here are the few I still
use:
<ul><li>
First is the <a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=228">Nero Fast
CD-Burning Plug-in</a>, this is a must for anyone that burns CD's in WMP. I usually
use this method since it's sometimes quicker than doing it from within Nero itself.
It will automatically use your Windows Media Library to pull the album info from the
files you're burning. It will also allow you to remove the 2 second gap between tracks.
Plus it's fast :-) 
</li><li>
The second is the <a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=171">TweakMP
PowerToy</a>. This is one of those one time use plug-ins since you set the settings
then forget it. 
</li><li><a href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=291">LyricsAMP</a> is another
kick ass plug-in. When running, it will automatically search a couple different lyrics
sites and pull the lyrics for the currently playing song and place it in your library.
It's pretty darn cool and so much easier than Google! 
</li><li>
Oh and possibly the most important is apart of the <a href="http://www.microsoft.com/windowsxp/windowsmediaplayer/downloads/create.asp">Windows
Media Player 9 Series Fun Pack</a>. The <a href="http://download.microsoft.com/download/A/D/A/ADA9E33F-2EB2-412A-A378-38C22C89055D/creativity_wmpblogging.exe">Blogging
Plug-in</a>, with this installed it makes WMP display the artist and song that's currently
playing in the titlebar. This plug-in allows different blogging apps to read that
out and place the information in a blog entry automatically. Furthermore if you use <a href="http://messenger.msn.com/">MSN
Messenger</a> and <a href="http://www.msgplus.net/?view=download">Messenger Plus!
2.5</a> you can also use this <a href="http://plugins.msgplus.net/down/?action=file&amp;id=60">Song2Nick</a> plug-in
for Messenger Plus! and it will auto update your Messenger name to the currently playing
song. It also works with WinAmp and MusicMatch!</li></ul><p>
All of those plug-ins work well together and really do enhance the built in capabilities
for WMP and Messenger :-). Enjoy!
</p></div>
    </content>
  </entry>
  <entry>
    <title>Here's a Comdex 2003 Steve-o Matrix Parody Video for your enjoyment.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/19/HeresAComdex2003SteveoMatrixParodyVideoForYourEnjoyment.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4a68cc2d-2195-4c9c-801c-da4804924dae.aspx</id>
    <published>2003-11-18T21:33:04.175-08:00</published>
    <updated>2003-12-05T07:54:29.0065316-08:00</updated>
    <category term="Comdex" label="Comdex" scheme="http://blogs.coreygouker.com/CategoryView,category,Comdex.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm planning on posting up my experiences
of my 2 nights and 2 days of Comdex but I wanted to be sure and get this video up
first thing. As a note I should point out that security was pretty darn tight throughout
the entire show. No cameras were being allowed in on the show floor and for the Bill
Gates keynote speech no photos were allowed after the first 60 seconds. Unfortunately
I was found out by one of the security ladies and was asked to turn off the camera
before I could grab the entire video, making things worse my Canon PowerShot G2 only
takes 30 second clips at a time, even with the 1GB MicroDrive in there :-(. To add
to the stupidity, I completely forgot to start recording audio from the start on my
iPAQ 5550, doh! I've got to go through everything I captured still since there might
be some more goodies, if so, I'll be sure to post it :-). So without further ado I
bring you the <a href="http://www.auroravisions.com/opendir/msstuff/Steve-o.wmv">Comdex
2003 Steve-o Matrix</a> (Microsoftrix) Parody video. ;-)<br /><br />
[<strong>UPDATE</strong>: Overnight my connection was hammered, I had to take the
link down just to get on MSN Messenger so I could get the file moved to another server
that's not just on a 128K up DSL line (hopefully that'll be 1500K up soon). In any
case once I get the file copied over I'll put the link back up.<br /><br />
Sorry for any inconvenience and stuff like that :-)]<br /><br />
[<strong>UPDATE</strong>: As I was talking to my MVP lead an email arrived in his
box that asked him to ask me to remove the video. It's gone now, sorry about
that.]<br /><br />
[<strong>UPDATE</strong>: I've noticed a lot of referrerals to this page lately, guess
that's kinda cool. I've also had a number of requests for the video, but really, I
can't give out the video. I promised a friend I wouldn't and I'm sticking to that.
I put up another <a href="http://www.auroravisions.com/opendir/msstuff/Steve-o.wmv">video</a> which
honestly you probably won't even want to bother with. I'm pretty sure this one isn't
sanctioned like the actual Steve-o Microsoftrix video :-). It's a minute long
but be warned after seeing it once imagine sitting through 15 minutes of it!
You'll understand the title after that ;-)]
<p>
[<strong>UPDATE:</strong> Okay this should be the last update to this entry. I've
just been getting a few emails and a few IM's asking if there is more video. There's
also been a couple threads like on Slashdot, GeekNewz, etc. In any case I just wanted
to reiterate that I don't have anything else in terms of photos or video. If I did
I wouldn't be able to share because I've been asked very very nicely by Microsoft
not to (read: never warned, no fists, nothing, just a nice suggestion from a friend).
If there is a full video out there which I doubt since it probably would've turned
up by now, please do feel free to alert me to it. I think it would've been quite difficult
to sneak in a DV, even a really small one and most people probably didn't bother switching
their digital cameras to video clip mode :-)]
</p></div>
    </content>
  </entry>
  <entry>
    <title>The Elegant Universe on PBS.org now available.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/15/TheElegantUniverseOnPBSorgNowAvailable.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,ecbfc1cb-6540-4994-b0ef-1e58329b5416.aspx</id>
    <published>2003-11-15T01:43:32.15625-08:00</published>
    <updated>2003-11-15T02:05:09.046875-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.pbs.org/">PBS.org</a> has
made available the entire show on <a href="http://www.pbs.org/wgbh/nova/elegant/program.html">The
Elegant Universe</a> hosted by Briane Greene, the same guy that wrote the award
winning book. I'm still trying to figure out what one of the <a href="http://www.auroravisions.com/opendir/CelloNR.mp3">cello
pieces</a> in the <a href="http://www.pbs.org/wgbh/nova/elegant/media2/3014_q_02.html">second
part</a> of hour three but regardless this show was pretty darn cool and worth the
3 hours :-). The show takes string theory and all the wonders of it and simplifies
it down with pretty graphics and nice animations. It makes understanding the concepts
behind the physics even easier than they are in the book.
</div>
    </content>
  </entry>
  <entry>
    <title>I'm sure glad I'm not the only homeschooled kid out there...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/13/ImSureGladImNotTheOnlyHomeschooledKidOutThere.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,7e445292-a3f4-4454-8811-472c20c48a34.aspx</id>
    <published>2003-11-13T09:04:31.75-08:00</published>
    <updated>2003-11-13T09:04:31.859375-08:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I know exactly what <a href="http://www.californiahomeschool.net/howto/teen/dropouts.asp">this
article</a> is talking about! I had constant doubt from my Dad and my grandmother
throughout the whole home school process until I got my GED. They both at the
time tried labeling me as a drop out. My Mom was pretty nervous about it as well I
suppose...<br /><br />
I just hope that eventually things will be more open and supportive for those growing
few that are in the same situations.
</div>
    </content>
  </entry>
  <entry>
    <title>How exactly does one "not go to high school"?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/13/HowExactlyDoesOneNotGoToHighSchool.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,2bd456ce-99a3-4061-98fc-b0c589543a6e.aspx</id>
    <published>2003-11-13T08:53:51.703125-08:00</published>
    <updated>2003-11-13T08:56:13.515625-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well to answer the question <a href="http://www.bridgman.com/">Galan
Bridgman</a>, this is how one doesn't go to high school.<br /><br />
Oh an yes, I'm going to beat your <a href="http://www.google.com/search?q=Galan+Bridgman">Google
results</a> sooner or later by popping in your full name... LOL ;-).<br /><br />
Well at somepoint during the 8th grade (1997 iirc) I really had trouble getting into
school at 7:30AM partly for a mile run first thing. And I was having not
so good feelings about the entire school system in Joshua Tree. So I gave my Mom a
hard time for a while about going. I started looking up all the legal info and info
about the GED too. Time went on things didn't get better.<br /><br />
I only completed a third of the 8th grade. Technically I completed all of it with
a 3.5GPA. But one day when I was returning the main secretary's computer after
I took it home for repair, I was called into the principal's office for
a chat. She said that I couldn't graduate because I had missed two thirds of the school
year and that the district rules wouldn't allow me to move on even though I had
straight A's - except for the F- (yes F minus) in P.E. I even missed too much to do
summer school. So my only option was this step program, I won't get into that since
it's a sad story but in any case, I spent a quarter there and then was allowed to
move onto the 9th grade. I spent two weeks in the 9th grade, officially I'm not even
on record for that since I missed the second week and was never entered into the system
to begin with!<br /><br />
Finally after convincing my Mom and showing her the facts and that I was just going
to do the GED at 16 she said okay and we went to the high school to notify the school
district.<br /><br />
Now basically in <a href="http://www.californiahomeschool.net/">California</a> all
you need to do to make this legal is register your home as a private school. When
you do this you make your child(ren) a student of said private school. As long as
you re-register every school year it's perfectly legal.<br /><br />
So after a while of doing real world work as a webmaster and server admin, having
my gramps give me plenty of hard learned lessons, and teaching myself more about all
the stuff I was truly interested in, I took the GED at 16 and practically aced it
with only two wrong answers.<br /><br />
As for the rest... well, I guess that's all on <a href="http://www.auroravisions.com/">AuroraVisions</a> and
in my blog :-).
</div>
    </content>
  </entry>
  <entry>
    <title>Uni choices, UW, SLO, SJSU, UCSD... It's driving me mad.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/13/UniChoicesUWSLOSJSUUCSDItsDrivingMeMad.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1034e356-1622-48e0-9e58-70d5c119fc98.aspx</id>
    <published>2003-11-13T07:54:35.75-08:00</published>
    <updated>2003-11-13T07:55:51-08:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This has been bugging me for a while now.
I've talked to <a href="http://www.jonathankay.com/">Jonathan Kay</a>, <a href="http://www.codevoid.net/">Dominic
Hopton</a>, <a href="http://www.bridgman.com/">Galan Bridgman</a>, Kyle Mulligan,
my gramps, myself and who knows how many others asking for advice about what I should
do?<br /><br />
First a little background about me for those who don't really know me or those who
haven't poured over <a href="http://www.auroravisions.com/">AuroraVisions</a> (my CV
type site). To begin with I never went to high school. Heck I barely went to a third
of the 8th grade which ended up being my last year of K12 schooling. I won't get into
the reasons now but basically I just wasn't happy at school and was extremely
unimpressed by the quality of what my school district had to offer at the high school
level (at the time the only computer class was typing, which iirc was on 286/386's).<br /><br />
In addition to my great distaste for the lower bowels of the American school system
at 13 I was working my ass off doing web design and server administration. I did this
in addition to keeping up my regular school type skills and at 16 I took my GED. I
was really happy about that at the time, especially since I only missed two questions.
Looking back now I wish I had taken my SAT's and started an AA degree right after
that but I didn't. I kept working and working and working. 
<br /><br />
So jump forward to September 2001 and I end up at the University of Manchester Institute
of Science and Technology (a mouthful or <a href="http://www.umist.ac.uk">UMIST</a> for
short). It's a really good uni in Manchester, England it has also recently merged
with the <a href="http://www.man.ac.uk/">University of Manchester</a> to become, from
what I'm told, the largest uni in Europe. It's also supposed to be in the top five
for all of the UK. So I did a full year there, my results left a lot to be desired.
Of course if I had left and come back right after the first semester ended I would've
been at a 2:1 level (I think that's like a 3 or 3.5GPA). Instead I grew increasingly
frustrated with the course but I continued on till the end of the year. I really didn't
like the way things were taught there and was really unhappy with the lack of communication
and the quality of material from my supposed mentors at the university. They liked
using this really big moral speech at random about plagiarism and how we shouldn't
even help others with their code for we might be accused of plagiarism and would be
caught. Forget the fact that the entire first year of the Java module was taken directly
from a single book; slides, code, examples, everything. Why in the world am I paying
£10,000 a year in tuition to learn Java and the purpose of object oriented programming
when I could've bought a <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0077098048/">book
off Amazon </a>for £30 and taught myself? Ergo, the course and uni wasn't for
me.<br /><br />
The second semester was worthwhile I suppose. I wouldn't have ever been apart of <a href="http://www.projecthurricane.net/">Project
Hurricane</a> if I had come back early. So far that's one of the coolest things I've
gotten out of going to England for a year. Plus I made some good friends, closer than
friends ;-), and got to do loads of cool things through <a href="http://www.microsoft.com/uk/academia/">Microsoft
UK</a>. Having baguettes and crepes in Paris wasn't bad either :-). The only downside
to staying was that because I was so annoyed with the course and got thrown around
by the exam and coursework tutor in the end my 2:1 turned into something I'm not very
proud of. But since when are INNER JOIN's not valid SQL? And why in the world would
I only get a 38.5% on a piece of course that was checked over by my other tutor to
confirm that I should've had a 76%? Anyway that's all history and hindsight.<br /><br />
Where am I at now? Well I'm stuck in that big fork in the road called life. I've really
got very little time to procrastinate and decide what I want to do though which makes
things all the more difficult. The worst part about this is that the more and more
I think about going back to uni the more and more I'm unsure of whether or not I really
really want to do a BSc. Computing Science. But then I ask myself why? Is it because
I don't like the fact the most of the CS courses are mostly theoretical and not enough
practical? Is it because most only teach Java or something even worse? Or maybe it's
because I just don't think I'm up to the math involved in the course. I've always
had a major gripe about how at uni math and computers go hand in hand. For what I
want in my future they never will. So all that thinking as almost got me wanting to
do another degree, maybe in photography, I've been really keen to get into that medium
a whole lot more.<br /><br />
I'm still looking at other courses but the only thing that keeps me peddling back
to the Computer Science is the lonesome fact that most employers I'm looking to work
for want a BSc. in Computer Science or equivalent. This includes Microsoft. I've been
told from various people I know there that this isn't always the case and that plenty
of people are hired who have another degree, I'm just still not sure. What's the deal
with this?<br /><br />
Overall I tend to think of myself as a pretty well rounded guy in terms of my interests
and what I actually can and love doing with technology and computers. I do just about
everything, hardware, networking, server admin, ASP.NET, GUI, user experience, graphics
work in Photoshop, support, you name it - I do it. I'm still learning to be a super
hard core programmer like Dom but for the moment I'm teaching myself to be a better
programmer in C# as well as all the ins and outs of SQL. Hopefully redoing all my
sites and packaging it up into something that can actually be used by others might
move things along :-).<br /><br />
So finally, what it all boils down to is that I've got to decide what university is
right for me and figure out the best way to apply when my background isn't that of
the stereotypical high school grad.<br /><br />
I've been thinking about <a href="http://www.ucsd.edu/">UCSD</a> for the main part
because my cousin is going to be stationed on Coronado Island. Most likely we'll be
able to share an apartment to save cash and from what I can see there are some pretty
good jobs down in the San Diego area to get me through college till I hopefully move
up to Redmond ;-). The only concern with UCSD is that I've been told that their <a href="http://www.cse.ucsd.edu/index.php">CS
department</a> isn't all that great in terms of practical application of knowledge
and from what I can see of the course it's pretty heavy in the math/theoretical basis
of computers. Plus I think it's also a bit more difficult for me to get into considering
my background, sigh.<br /><br />
Next I was thinking about <a href="http://www.sjsu.edu/">SJSU</a>, I don't know too
much about it other than it's location close to Silicon Valley (talk about any number
of jobs) and also it looks as if they've got a <a href="http://www.cs.sjsu.edu/">computer
science</a> course that has a little more practicality to it. There's also plenty
of modules to do in photography as well that are also apart of their BA in Photography.
I've also just noticed that they've got a program in <a href="http://www2.sjsu.edu/depts/art_design/">Digital
Media</a> as well. That's pretty darn cool.<br /><br />
Not too far away I've also got <a href="http://www.calpoly.edu/">Cal Poly</a> (SLO).
From everything I've seen about this uni so far I like. It's highly practical and
they say that they really have you doing real world things right from the start. The <a href="http://www.csc.calpoly.edu/">CS
course</a> looks as if it has plenty to offer with not *too* much math. Generally
I guess I just seem to be okay with the way the uni comes across. Like SJSU they've
also got what looks like a pretty good <a href="http://cla.calpoly.edu/art/">arts
program</a> as well.<br /><br />
And of course any <a href="http://www.microsoft.com/careers/default.aspx">Microsoft</a> wannabe
would have to include <a href="http://www.washington.edu/">UW</a>. Main reasoning
here is to just get up to Washington. Plus I would think that the close proximity
to Microsoft would mean that they might cater more towards courses with a stronger
emphasis on Microsoft technologies. But then again it could just be like all the rest?
That's what I'm not sure about.<br /><br />
So the more and more I think about everything the more and more confusing things become.
In the mean time I can at least complete converting my web resume at AuroraVisions.com
to Word and PDF form and start working on a portfolio but I <b>really</b> have to
make sure I send in my application online by November 30th. That's the deadline for
most of the <a href="http://www.calstate.edu/">Cal State</a> Universities.<br /><br />
If anyone reading has gone or is going to, teaches or has taught at, or just as something
to say about any of these universities or just would like to help me along the right,
or left path in the road <b>please please</b> comment, IM, or email me. I sure as
hell am not turning around and walking back where I started ;-). As soon as I come
upon some revelation I'll be sure to travel back in time, tell my younger self about
it along with the lucky lotto numbers for yesterday. Till then live long and prosper.
</div>
    </content>
  </entry>
  <entry>
    <title>1548 down 0 to go... for now at least.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/11/1548Down0ToGoForNowAtLeast.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,994d3823-bc8a-4843-874f-46d98da84170.aspx</id>
    <published>2003-11-11T07:32:37.359375-08:00</published>
    <updated>2003-11-11T07:32:37.5-08:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Since I've been back from the PDC I've been
trying to stay current on all the blogs I've got in NewsGator. It's been a real pain
in the neck lately because I've doubled the blogs I follow since then. When I got
back from the PDC I had 1523 blogs to read. Then on Sunday I had 2467. But now I'm
finally down to 0. I'm afraid that if I hit Get News Now it'll already be back up
to 20 (okay I hit it and it's 8, err wait it didn't finish, it's 12, oh err wait again
just my luck it's 22, err 34).<br /><br />
I'm really not used to just scanning through subject lines of peoples blogs and such,
I'm too used to taking my time and reading every single entry but I've come to realize
that that's just not possible. I've got to scan through all the unread's give the
blog entries various degrees of flag importance and move on till I've got the time
to take a bit of time to really read all the good stuff.<br /><br />
Let's not get started on time to enter in blog entries of my own. Though I use dasBlog
it's pretty limited in the way I want to use it. I've also had the problem of entering
in a nice big long entry in Word then copied it in only to lose it before I could
submit it (also because I use CTRL+C and CTRL+V a lot). So I'm very nervous about
that now. In any case I'm very happy with the progress on the catching up. Now to
do some other catching up... in bed. :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Pink suggests we Try This</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/08/PinkSuggestsWeTryThis.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,66b0dc05-2b97-446b-b1fb-eef80ebde260.aspx</id>
    <published>2003-11-08T03:10:49.267449-08:00</published>
    <updated>2003-11-08T03:10:51.579949-08:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311080554371364&amp;sql=Bkikxikvkbb59">Pink's</a> new
album entitled <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311080554371364&amp;sql=Antc8b5n4zsqk">Try
This</a> is probably her best yet. Especially in terms of her musical evolution. During
some of the first tracks like Trouble her voice almost had the same wailing and raspy
sound of <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=UIDMISS70311080554371364&amp;sql=B369as34ba3pg">Janis
Joplin</a>. The album, while maintaining shadowy ties to her past works
has shown a definite improvement. If you're a hippy looking to get with the times
or an existing Pink pop rock I'd recommend grabbing a copy of this one :-).
</div>
    </content>
  </entry>
  <entry>
    <title>5:34AM Whidbey Uninstall Completes</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/07/534AMWhidbeyUninstallCompletes.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1e414a6a-3f27-4086-8b1e-486b5609a81d.aspx</id>
    <published>2003-11-07T05:41:46.390625-08:00</published>
    <updated>2003-11-07T05:41:46.40625-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was expecting some ridiculous time, wouldn't
have been surprised if it took longer than the install (I won't name the MS apps that
have). But still it did take quite a while on my 2.4GHz P4m with 512MB of RAM and
the 5400RPM laptop HDD. Another note is that the 1.8GHz P4 MCE with 256MB of RAM finished
the batch process in Photoshop of auto touching up 4360 photos and resizing them in
just a little less time.
</div>
    </content>
  </entry>
  <entry>
    <title>4:40AM Whidbey Uninstall Begins... And Begins, And Begins.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/07/440AMWhidbeyUninstallBeginsAndBeginsAndBegins.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3de322ed-6908-4fa5-85af-7ab86c1181d9.aspx</id>
    <published>2003-11-07T04:42:54.59375-08:00</published>
    <updated>2003-11-07T05:43:10.921875-08:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Setup took about 2 hours and 20 odd some
minutes on XP SP1. I wonder if the uninstall will win or lose? And yes I plan on reinstalling
it, just wanted to test out theWhidbey uninstall :-). I guess I got curious.
</div>
    </content>
  </entry>
  <entry>
    <title>Nice idea for an improvement on PDA Screen Protectors...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/07/NiceIdeaForAnImprovementOnPDAScreenProtectors.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,da155346-7841-4d5a-a781-4e2088ed8090.aspx</id>
    <published>2003-11-06T21:31:33.46875-08:00</published>
    <updated>2003-11-06T21:38:13.5625-08:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I just bought a pack of <a href="http://www.fellowes.com/category.aspx?sendingPageType=Category&amp;catalog=Fellowes+Web+Site+Catalog&amp;category=WriteRight+Screen+Overlay(Fellowes+Web+Site+Catalog)&amp;main=3&amp;sub=9&amp;path=Mobile+Accessories(Fellowes+Web+Site+Catalog)%7c%7c%7cPDA+Accessories(Fellowes+Web+Site+Catalog)%7c%7c%7cWriteRight+Screen+Overlay(Fellowes+Web+Site+Catalog)&amp;index=ViewAll">Fellowes
WriteRight</a> screen protectors for my 5550. First of all, they are the biggest pain
in the world to put on. Plus they're just a tad short and so your stylus will drop
a that 0.3mm when you hit the end at the bottom. Now here's a novel idea. First make
sure that the screen protectors fit perfectly! Second why not engineer these just
a tad better, put microscopic air holes in the polymer so that there is no worry about
air bubbles appearing when you put it on. Lastly to remove them easier why not include
a little sticky tag in each package so you can just press down gently on the protector
while it's on the screen to more easily peal it off. Now on the other hand, <a href="http://www.jonathankay.com/">Jon</a> reminded
me that on his Casio <a href="http://www.jonathankay.com/gadgets.aspx">em-500</a> it
“didn't matter on the casios, you just laid it there and the tabs go into the
sides and it's over”. While I know that's definitely not perfect, it sure as
hell is easy :-).
</div>
    </content>
  </entry>
  <entry>
    <title>Longhorn and PDC wallpaper for those with otherwise inadequate desktops.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/06/LonghornAndPDCWallpaperForThoseWithOtherwiseInadequateDesktops.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,bf78409e-6b03-4d48-a797-f6807226daf7.aspx</id>
    <published>2003-11-05T19:17:08.203125-08:00</published>
    <updated>2003-11-15T02:33:32.578125-08:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">There's plenty of other places to get them
but just so I can hand a link to a couple friends here's my little gathering of Longhorn
and PDC 03 wallpaper (they're all 1600x1200). First are the 3 originals. 
<ul><li><a href="http://www.auroravisions.com/opendir/Wallpaper/PDC03Wallpaper.jpg">The first</a> is
the PDC 03 wallpaper from <a href="http://radio.weblogs.com/0124699/">Jeff Sandquist's</a> blog. 
</li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/Longhorn%20Grass.jpg">The
second</a> is the Longhorn Grass which is from the PDC demo of Aero as demonstrated
by <a href="http://themicrosoftexperience.com/default.htm">Hillel Cooperman</a>. 
</li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/Longhorn%20Bliss.jpg">This
third</a> one which everyone knows and loves is Bliss from Longhorn build 4051. 
</li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/PDCAeroEnmeshed.jpg">The last
one</a> is also from the Hillel Cooperman demos and is a shot of the support beams
of the L.A. Convention Center.</li></ul>
The rest of these are just variations I did to better match the Slate theme and the
current theme I'm using. 
<ul><li><a href="http://www.auroravisions.com/opendir/Wallpaper/PDC03WallpaperIce.jpg">PDC
03 Ice</a></li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/PDC03CleanIce.jpg">PDC 03
Clean Ice</a></li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/PDC03CleanSlate.jpg">PDC 03
Clean Slate</a></li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/Stylized%20Longhorn%20Grass.jpg">Stylized
Grass</a></li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/Blue%20Stylized%20Longhorn%20Grass.jpg">Blue
Stylized Longhorn Grass</a></li><li><a href="http://www.auroravisions.com/opendir/Wallpaper/Slate%20Stylized%20Longhorn%20Grass.jpg">Slate
Stylized Longhorn Grass</a></li></ul>
Please download and enjoy :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Well there's one more piece of music found. One and many more to go.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/05/WellTheresOneMorePieceOfMusicFoundOneAndManyMoreToGo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,51cc45a7-5855-4d9e-b351-39a8f126df5b.aspx</id>
    <published>2003-11-05T04:04:16.21875-08:00</published>
    <updated>2003-11-05T04:06:44.96875-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I did a quick Google search for “xerox
ad music“ and <a href="http://lifeinthedistrict.com/discuss/music/000222.php">found
out</a> that Xerox (as well as Vanilla Sky and Project Gotham Racing) uses
Looper's Mondo '77 from <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=A3bfqxq9kldfe">The
Geometrid</a> at the end of their ad's when they display the Xerox logo. I still
don't know if that piece from the Nova show earlier is Schubert or something else,
and I think a Google search will be much harder on that one. In case you want to download
the song to hopefully get the Xerox loop out of your head, feel free <a href="http://www.auroravisions.com/opendir/Looper%20-%20Mondo%20'77.mp3">to
do so</a>. :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Kurt Vonnegut's Cat's Cradle up for grabs on the Microsoft Reader site.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/05/KurtVonnegutsCatsCradleUpForGrabsOnTheMicrosoftReaderSite.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,a93985e3-fb62-4890-ad73-f6e35a041c89.aspx</id>
    <published>2003-11-05T01:20:43.6875-08:00</published>
    <updated>2003-11-05T01:23:31.90625-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Only a couple months after I buy the book
Microsoft has to go and put the <a href="http://www.microsoft.com/reader/promotions/free_shop.asp">eBook</a> up
on it's site for free. Shame... wish my supposed ESP actually worked a little better,
I could've seen this coming. Of course I could now focus all my psychic energy in
trying to visualize whether or not I'll receive a copy of “<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0316919160/">How
Would You Move Mount Fuji?</a>” or if I should buy that one too? In any case
I'd recommend this short and easy read, especially since it's free. I'm reading Cat's
Cradle for the second time on my <a href="http://www.microsoft.com/windowsmobile/devices/devicesdisplay.aspx?module=deviceDisplay;PPC;americas;51">iPaq
5550</a> which I bought at the <a href="http://msdn.microsoft.com/events/pdc/">PDC</a>,
seems like I can actually read faster when I'm doing it on that. I never liked turning
pages anyway ;-).<br /><b><hr noshade="noshade" size="1" /><a href="http://12.149.108.82/authenticate.asp?Id=1170&amp;book=CC65714" target="_blank">Cat's
Cradle</a></b><br />
by Kurt Vonnegut<br />
from <a href="http://www.rosettabooks.com/pages/title_32.html" target="_blank">RosettaBooks</a><br /><br />
If any single novel of Kurt Vonnegut's can represent his unique voice and freewheeling
imagination, it is probably the wildly funny and provocative Cat's Cradle, published
in 1963. Though it might not be his most substantial or popular novel, Cat's Cradle
is a perfect vehicle for his idiosyncratic style and his kaleidoscopic view of the
modern world.
</div>
    </content>
  </entry>
  <entry>
    <title>Is this Schubert or is it someone else?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/05/IsThisSchubertOrIsItSomeoneElse.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8f180041-5653-4aeb-9f33-b1b977f1c3bc.aspx</id>
    <published>2003-11-05T01:08:52.65625-08:00</published>
    <updated>2003-11-05T01:09:28.46875-08:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm pretty sure it's the <a href="http://www.emersonquartet.com">Emerson
String Quartet</a> who's playing <a href="http://www.auroravisions.com/opendir/CelloNR.mp3">this</a> piece
that I heard watching “<a href="http://www.pbs.org/wgbh/nova/elegant">The Elegant
Universe</a>” on PBS's Nova earlier but I can't figure out what it is they are
playing. I've heard it in movies and a couple other TV programs but it's really annoying
me that I can't remember what it is. As a side note I was pretty happy to see that
Microsoft was a provider of major funding for this program which was pretty excellent
indeed. If anyone can tell me the name of this cello composition I'd be very happy
:-). Oh and if anyone else knows the tune Xerox uses at the end of a couple of their
commercials I'd also be very happy for that as well ;-).
</div>
    </content>
  </entry>
  <entry>
    <title>I feel your pain Andy...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/05/IFeelYourPainAndy.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,dd4b0bbc-fe5b-46b4-a188-88c5a05dffeb.aspx</id>
    <published>2003-11-04T22:19:30.703125-08:00</published>
    <updated>2003-11-04T22:21:49.125-08:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Earlier today Andy started chatting with
me about his disatisfaction with his Australian Government IT job. I can totally
feel for his frustration, I experienced the same sort of thing at uni with UMIST.<br /><br />
I think he seriously dislikes Novell, can you blame him?<br /><br /><font size="1">[15:13:12] Andy: Bloody Novell<br />
[15:13:12] Andy: :D<br />
[15:13:12] Andy: Oh,. Hullo!<br />
[15:13:20] Corey Gouker: hey<br />
[15:13:52] Andy: &lt;- Novell sucks.. But then you already knew that..<br />
[15:13:54] Andy: ;)<br />
[15:13:56] Corey Gouker: yep<br />
[15:14:05] Andy: &lt;- having a morning rant<br />
[15:14:35] Andy: tried copying 400mb of data from a novell netware volume.. starts
copying and then the copy process causes an abend!<br />
[15:14:43] Corey Gouker: lol<br />
[15:15:05] Andy: :D Yah.. but get this<br />
[15:15:22] Andy: and it can't handle a fricken file copy! HAHAHAHAHAHAH<br />
[15:15:27] Andy: I am so unhappy :(<br />
[15:15:41] Corey Gouker: make them switch to MS<br />
[15:15:45] Andy: .. That I have to work here, with a Novell Nutware server at the
backend<br />
[15:16:36] Andy: &lt;- we have an Ass Clown for a manager and his technical guru as
well, loves novell<br />
[15:16:48] Andy: it's a fricken sad sad story man<br />
[15:17:51] Andy: I tell you man.. I am so close to just :'-(<br />
[15:18:16] Corey Gouker: nah, you're close to pushing the manager out the window :)<br />
[15:19:19] Andy: And now the EDS technician told me this<br />
[15:19:30] Andy: "no more copying files, it's making the cluster unstable"<br />
[15:19:48] Andy: "we will need an executive decision from the manager before you can
resume"<br />
[15:19:57] Corey Gouker: god that's sad<br />
[15:20:17] Andy: And I was like "you have got to be joking, an executive decision
needs to be made to allow me to copy files?"<br />
[15:20:30] Andy: Now you see why I am going crazy at this place.<br />
[15:20:50] Andy: Thing is, it's a government IT job, so it's permanent.. Therefore
job security<br />
[15:21:08] Andy: But absolutely NO job satisfaction</font><br /><br />
What's the guy to do? Even though it's a government job why do so many companies have
such a rigid policy even when the systems they use are failing the employees that
use them?
</div>
    </content>
  </entry>
  <entry>
    <title>So who's going to Comdex?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/05/SoWhosGoingToComdex.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f3423d3b-33a9-4804-aaf6-13577b023129.aspx</id>
    <published>2003-11-04T21:50:28.28125-08:00</published>
    <updated>2003-11-04T21:50:28.328125-08:00</updated>
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm still contemplating whether or not I
can go. I know I want to though. Especially since there is a nice get together for
MVP's as well. The only real problem I can think of is cash... It's probably at most
only $50 but that's still cash I haven't got. Plus the 4+ hour drive from Joshua Tree,
California. But it would definitely be cool to attend my first Comdex.<br /><br />
I wouldn't be surprised though if they ended up showing the same demos there as they
did at PDC. The Longhorn Rocks video would be very cool to see again though, I just
wish they'd put up a nice WMV of it.<br /><br />
Sigh, so little time, so much info, not enough brain power.
</div>
    </content>
  </entry>
  <entry>
    <title>I'm a geek bearing gifts. Two Longhorn Rocks Videos and Theme Song.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/03/ImAGeekBearingGiftsTwoLonghornRocksVideosAndThemeSong.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d7e564b2-6528-4e66-947c-a85016adf81e.aspx</id>
    <published>2003-11-03T04:54:39.0285-08:00</published>
    <updated>2003-11-03T04:55:49.99725-08:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was talking to <a href="http://www.jonathankay.com/">Jon</a> again
earlier tonight about how it would be really cool if Microsoft (or yours truly) did
a cover video using <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Aja4gtq3zbu47">Louis
Armstrong and Duke Ellington's</a> rendition of "It Don't Mean a Thing (If It Ain't
Got That Swing)" as a theme. The video would basically be a spoof of Apple's wonderfully
plain yet "cool" ads. Much like their new videos showing off Panther. But this video
would simply go from Windows 95 to Longhorn with the beginning of It Don't Mean a
Thing as a backdrop.<br /><br />
Shortly after that we had another one of our ESP moments and both started playing <a href="http://www.winsupersite.com/reviews/pdc2003.asp">Thurrott's</a> PDC
Longhorn <a href="http://www.winsupersite.com/files/pdc2003_aero_rock_video.wmv">Aero
Rocks video</a>. He asked me "what does the screen say at 00:20?". Remembering that
I had recorded some video from the event I popped in the Microdrive and checked, it
says "Welcome to Windows".<br /><br />
Well of course since I found that I just had to ask what the background tune was.
Jon didn't know and neither did I. But I did know it sounded really similar to Led
Zeppelin's "<a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Aeb7uakjk5m3b">Whole
Lotta Love</a>" and I could've swore I heard it before on this Mitsubishi Endeavor
advert. Low and behold I was right, after a quick Google search for the Mitsu ad I
found out it was buy a guy named Rob <a href="http://www.overseeronline.com">Overseer</a> from
his new album titled <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Ab2oibkd9aak9">Wreckage</a>.
The song title, Horndog, is of course perfectly suited for Longhorn, I've just gotta
ask who came up with this one...<br /><br />
Now that I know this guys awesome stuff I could swear I've heard it elsewhere before
this and judging from his lists of spots I'm sure I have. Besides the Mitsubishi ad,
his music was used in Gran Turismo 3, Alias, Snatch, Any Given Sunday, and Tomb Raider
2 among many others. I've listened to all of his clips and I'm definitely going to
be getting this album. It rocks!<br /><br />
So anyway those gifts I promised...<br />
I finally converted the only two videos I managed to take of the PDC Longhorn Aero
Rocks video to WMV so you can download <a href="http://www.auroravisions.com/opendir/msstuff/PDC_LHRocks1.wmv">part
1 here</a> and <a href="http://www.auroravisions.com/opendir/msstuff/PDC_LHRocks2.wmv">part
2 here</a>. As for that special little treat for your ears, here's a nice link to <a href="http://www.auroravisions.com/opendir/msstuff/Overseer%20-%20Horndog.mp3">Overseer's
Horndog</a> as well as <a href="http://www.auroravisions.com/opendir/msstuff/Louis%20Armstrong%20&amp;%20Duke%20Ellington%20-%20It%20Don't%20Mean%20A%20Thing.mp3">Armstrong
and Ellington's It Don't Mean a Thing</a> (maybe someone will like my original idea
and do the Swing video ;-)).
</div>
    </content>
  </entry>
  <entry>
    <title>Upgrading to dasBlog 1.4 sucked</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/11/01/UpgradingToDasBlog14Sucked.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8431fd60-273d-4677-ae22-65d179072b1a.aspx</id>
    <published>2003-11-01T02:41:52.843125-07:00</published>
    <updated>2003-11-01T02:41:53.249375-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It took a bit longer than I expected. The
instructions blew big time. I basically ended up just deleting the existing blog while
copying in the new data. And I had to go through my entire web.config and my site.config
to make sure all the settings were correct. I've only just made sure everything is
still working which it appears to be. There are some new themes but I don't think
I'll be checking them out. I think I'll begin redoing the entire thing shortly. I've
still got plenty to do. Like rewrite my other site <a href="http://www.auroravisions.com/">AuroraVisions</a> as
well as produce a Word version of that to submit to MS and different Universities.
Oh the fun.
</div>
    </content>
  </entry>
  <entry>
    <title>Upgrading to dasBlog v1.4.3297.1 tomorrow AM...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/31/UpgradingToDasBlogV1432971TomorrowAM.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,32c1c21e-7ad5-42b5-8175-b08f4f737fe8.aspx</id>
    <published>2003-10-31T00:23:57.7728918-07:00</published>
    <updated>2003-10-31T00:23:57.7728918-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I could've upgraded sooner but I figured
I'd wait till I got back. I think I'll do this first thing tomorrow. I've already
downloaded the bits, I've just got to save my little theme and pop in the new stuff.
I can wait till tomorrow though :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Back home, tired, stressed, and feeling very lazy.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/31/BackHomeTiredStressedAndFeelingVeryLazy.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,abb1ea46-c373-40ba-9faf-9bcd34a4b436.aspx</id>
    <published>2003-10-31T00:15:06.4352132-07:00</published>
    <updated>2003-10-31T00:15:06.4352132-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I am totally knackered! The drive back from
LA was long. Luckily though, I had Dom as a passanger so I got to use the nice car
pool lane all the way back which probably saved a good 45 minutes. We ordered a pizza
when we got in, watched some pre-recorded TV on the MCE while reading the mayhem on
the blogs. He gets to suffer in my old bed that's in my sisters old room, and now
I get to fall asleep to the sound of my laptop fan spinning at 10480RPM's... Maybe
I'll actually unpack tomorrow and go through all the swag we got during the PDC. I
must finally get things organized here that's for sure. Tomorrow though I think I'm
going to show Dom exactly what I mean by "middle of nowhere" but then also take him
down to Palm Springs. So till tomorrow... Yawn.
</div>
    </content>
  </entry>
  <entry>
    <title>Bloggers at PDC meet tonight at Universal Studios at 8PM!!!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/29/BloggersAtPDCMeetTonightAtUniversalStudiosAt8PM.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5509049e-2dfd-42e7-9792-51012278b38a.aspx</id>
    <published>2003-10-29T14:40:20.296875-07:00</published>
    <updated>2003-10-29T14:40:20.296875-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://soble.weblogs.com">Scoble</a> just
told me about the get together:<br /><br />
"Let's meet tonight at the Hollywood grill inside of Universal Studios at 8PM (#19
on the map, close to the entrance) <a href="http://www.pazsaz.com/unimap.html">http://www.pazsaz.com/unimap.html</a>."<br /><br />
I'm definitely going to be there! :-).
</div>
    </content>
  </entry>
  <entry>
    <title>Meeting and car ride with Mary Jo Foley</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/29/MeetingAndCarRideWithMaryJoFoley.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,eb80fb85-eadc-4f36-b32b-2ce65106dcba.aspx</id>
    <published>2003-10-29T10:31:54-07:00</published>
    <updated>2003-10-29T10:31:54-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.codevoid.net">Dom</a> invited
me to join him, Thomas Lee, Steve Foster, and Mary Jo Foley at a little get together
at the Westin Bonaventure for coffee and a little breakfast. It wasn't really what
I expected but I was actually quite surprised by Mary Jo Foley. She's not really like
the other members of press that I've talked to before. She's really quite interesting,
very knowledgeable and quite cool. I had the please of driving the lot of us from
the Bonaventure to the LA Convention Center, luckily we're all still alive to enjoy
this nice keynote that's mainly about MSR.<br /><br />
It really kicks ass, I really enjoyed this water demo we just had, the ripples, the
reflections, refactions are so much nicer when they applied their extra little effects.
As an example, they had it so that when you get lower or higher in height from the
water level the intensity of the reflection changed accordingly. At the moment we're
being shown new ways to think about contacts and people and the way we interact with
them. And now there's some thing really awesome called Wallop. It's a new way to blog
and to moblog from the looks of it. A way to really connect the blogs together and
see the interactions between the people blogging. From the looks of it there's a much
bigger push on images in their model. But the key thing I'm getting out all of this
is that they really want all the information we know that's out there much much easier
to navigate through. It's kind of like the best of MSR brought out at the PDC :-).
Just awesome.
</div>
    </content>
  </entry>
  <entry>
    <title>Seattle Times quote goes out.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/29/SeattleTimesQuoteGoesOut.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,20d1fd03-314b-4c8d-a45f-ca5d1488590f.aspx</id>
    <published>2003-10-28T17:21:10.375-07:00</published>
    <updated>2003-10-28T17:21:10.375-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I didn't think that <a href="http://seattletimes.nwsource.com/html/microsoft/2001775610_btmicrosoft27.html">my
quote</a> would make it into the Seattle Times but I guess it did. I didn't have a
clue what she'd put in but it looks pretty good. Little bummed that she didn't put <a href="http://mvp.support.microsoft.com">MVP</a> or
mention <a href="http://www.projecthurricane.com">Project Hurricane</a> but that's
okay.
</div>
    </content>
  </entry>
  <entry>
    <title>WiFi at PDC sucks so far.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/27/WiFiAtPDCSucksSoFar.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,19bf7ccc-9a25-4795-a09f-f12451167db2.aspx</id>
    <published>2003-10-26T21:24:07.359375-07:00</published>
    <updated>2003-10-26T21:24:07.359375-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've been losing my WiFi signal and/or IP
on an almost constant rate here at PDC. Both of my Orinoco Gold 802.11b cards just
can't seem to keep a signal.The Wired LAN seems to be a little bit better except for
some slowdowns now and then. The Network Tech guys do seem to be trying to keep things
together though so that's good. I just wish it was five nines up time, but it's not
:-(
</div>
    </content>
  </entry>
  <entry>
    <title>Birds of Feather on Academic Community</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/27/BirdsOfFeatherOnAcademicCommunity.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9182cc79-1bc3-4f80-bb7f-43d721086236.aspx</id>
    <published>2003-10-26T21:20:58.171875-07:00</published>
    <updated>2003-10-26T21:20:58.171875-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So far it's pretty interesting, came in
just a little late. But had a cool little demo of <a href="http://www.go-mono.com/">Mono</a> I
think this could be a good thing, will have to tag it for later.
</div>
    </content>
  </entry>
  <entry>
    <title>Nice pic of Mark at the PDC PreCon, small report for today's stuff too.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/26/NicePicOfMarkAtThePDCPreConSmallReportForTodaysStuffToo.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b705e501-84a9-4325-b64f-b5bbb75886e9.aspx</id>
    <published>2003-10-26T15:55:11.84375-07:00</published>
    <updated>2003-10-26T15:55:11.84375-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">You can tell <a href="http://blogs.gotdotnet.com/i-markj">Mark</a> is
happy as well. Just met up with him and <a href="http://www.codevoid.net">Dom</a> at
the PDC Pre-Conference. We can't make it into for free food or any of the sessions
since we don't have the nice little orange wristbands but we can still use the WiFi
:-). The goodie bags are pretty darn nice too. More to come tomorrow I think when
we receive the bits and other stuff. Hopefully I'll get a load of photos today while
this place is still pretty empty. Everyone is talking about Longhorn... This is awesome!<p align="center"><a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/MarkAtPreCon.jpg"><img height="120" src="http://www.auroravisions.com/opendir/thumb_MarkAtPreCon.jpg" width="160" border="0" /></a></p></div>
    </content>
  </entry>
  <entry>
    <title>Only the first day and my voice is already going.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/26/OnlyTheFirstDayAndMyVoiceIsAlreadyGoing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,40d59ad7-76ad-49a6-a88f-361ee88388a8.aspx</id>
    <published>2003-10-26T01:41:28.703125-07:00</published>
    <updated>2003-10-26T01:41:28.703125-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">It's only the first day and I can already
tell I might lose my voice by the end of this. My throat is kind of dry and itchy
(could be from the fires but I doubt it). I did so much talking today that it's no
wonder my voice is going. A piece of advice to anyone going to the PDC or anyone that's
speaking... Be sure to bring plenty of throat losanges... <a href="http://www.ricolausa.com/">Ricola's</a> usually
do the trick just before going on stage.
</div>
    </content>
  </entry>
  <entry>
    <title>Today at the MVP Regional Summit in LA...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/26/TodayAtTheMVPRegionalSummitInLA.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4a4a1d3d-f080-4c46-adcc-87da9e03cf5e.aspx</id>
    <published>2003-10-26T01:16:48.140625-07:00</published>
    <updated>2003-10-26T01:52:42.671875-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So today was awesome! It started off at
5AM and after an hour and a half drive which should've been 45 minutes due to fog
I made my way to the Bonaventure hotel. After I parked I got out of the car and noticed
I didn't have my wallet so I checked again and couldn't find it in the car. So I assumed
I left it at my aunts, I found out later when she called me on my cell that it was
found under the bed. I remember it falling off last night but forgot in the morning.
I also thought all my nice business cards were in my wallet and in my MSDN CD Case
but it turns out they were in my backpack all along, argh! Anyway once I found the
meeting room and things got started, it really flew by so I must have been having
loads of fun :-).<br /><br />
One thing I forgot to expect was to be overwhelmed with names and faces. I'm pretty
bad at remembering that sort of thing usually so I've come up with a simple way of
at least remembering what I talked about with each person I meet... Simply get their
card and write their IM and quick reminder of who and what they are all about. This
way when I do get the chance I'll be able to follow up. So Chris Muench, I haven't
forgotten, I'll make sure we figure out your Optical Out on MCE ;-).<br /><br />
So today we saw a number of people present: 
<ul><li>
Emily Freet, Community Program Manager - Academic and Tony Hynes, MVP God opened things
up 
</li><li>
Sean O'Driscoll, Director, MVP &amp; Community talked about the MVP Program as a whole
and also displayed the stolen MVP Ad that's really from <a href="http://www.projecthurricane.net">Project
Hurricane</a></li><li>
Wes Miller, Program Manager (forgot to ask which program but it says Windows Server
on the handout?) 
</li><li>
Lenn Pryor, Director, Longhorn... nice demos from him 
</li><li>
Keny Levy, Product Manager, he talked about the XML Data Designer in Whidbey 
</li><li>
Jamie De Guerre, Program Manager talked about the Compact Framework</li></ul>
From what I saw just today, I can safely say that Longhorn is going to blow everyone
away! Even the Apple people with their little kitten they like to call Panther will
be wishing they could be the big alpha lion that is Longhorn. Their jaws are going
to drop. Anyone that doesn't develop using VisualStudio.NET or anyone that doesn't
even develop with any Microsoft technologies is going to drool. Best way to sum it
up is that Longhorn is real!<br /><br />
We ended about 6PM, had some more pretty yummy finger food and free drinks. <a href="http://www.codevoid.net">Dom</a> and
I didn't leave till about 9PM. Some of the time we talked to Joel Schonbrunn a Digital
Media MVP plus my MVP Lead Andrew Brown, both of these guys kick ass :-). We quickly
chatted with Tony Hynes about Project Hurricane and I think we got him interested.
Alex Feinman was also on hand to help chat about MCE plus his skills came in handy
when he helped repair a demo for the Compact Framework peeps. In the end a good majority
of the time was spent talking to the extremely cool, and awesome Emily Freet. She
kicks ass. Half way through the convo Tony came up again, and he said "Emily, I want
to tell you about this cool thing you've really got to look at, it's call Project
Hurricane". Me and Dom just burst up laughing. So I guess we got him more than interested
and from the sounds of it Emily is too. Woohoo :-D!<br /><br />
So I dropped Emily off at her hotel, and then we stopped off at Dom's hotel to grab
his stuff and get directions to <a href="http://blogs.gotdotnet.com/i-markj">Mark's</a> hotel
which was much easier to find since Dom was simply reading me the directions off his
TabletPC through MapPoint 2004. So I drop Dom off at Mark's hotel and leave back to
base at my aunt's. It's now 1AM, I got in at 11:45PM.<br /><br />
I'm shattered. But I told myself that I must blog. It's my duty. And it's my goal
that for this entire week, I will have more personal blog (self written content) entries
than any of the current personal blogs I read (might be hard since that includes <a href="http://scoble.weblogs.com/">Scoble</a> as
well :-S). This isn't just for my own personal benefit and record. It's also because
I know there are many many people out there that want to know as much as possible
about this stuff but couldn't make it. People like my friend <a href="http://www.jonathankay.com">Jon</a>,
who's stuck with the entertainment of people talking about supposedly leaked 4051
builds on IRC, LOL. Jon, I really wish you could've made it down... You know, the
Bank of Corey is currently offering very attractive interest rates ;-). Activate today,
wink wink.<br /><br />
I really can't wait till tomorrow, and the next day and the days after that, should
be quite the experience.<br />
So with that, I bid you goodnight.
</div>
    </content>
  </entry>
  <entry>
    <title>Dom's very happy at the MVP Regional Summit</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/26/DomsVeryHappyAtTheMVPRegionalSummit.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,cb72b156-ea78-450d-9e37-8da157c6d009.aspx</id>
    <published>2003-10-26T00:24:44.640625-07:00</published>
    <updated>2003-10-26T00:27:02.734375-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">You can tell <a href="http://www.codevoid.net/">Dom</a> is
happy. Just look here, he's being told about the new XML features in Whidbey. Minutes
earlier he was drooling. I wonder what he's like when they've actually got Mountain
Dew on hand :-S. Scary thought. On a serious note though, this really does kick ass.
I'm so going to be using Whidbey for editing all sorts of files that I used to use
other editors for. Hmm, maybe I'll even dump Notepad now. Maybe I'll even use it for
SVG... BTW, we've finally got collapseable XML in VS! Woohoo :-) 
<p align="center"><a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/DomHappy.jpg"><img height="120" src="http://www.auroravisions.com/opendir/thumb_DomHappy.jpg" width="160" border="0" /></a></p></div>
    </content>
  </entry>
  <entry>
    <title>The Microsoft MVP Program (Sean O'Driscoll) stole Project Hurricane's ad!!!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/26/TheMicrosoftMVPProgramSeanODriscollStoleProjectHurricanesAd.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3465c594-6c50-4709-8803-3137c1968f8e.aspx</id>
    <published>2003-10-26T00:17:29.078125-07:00</published>
    <updated>2003-10-26T01:19:15.890625-07:00</updated>
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Sitting here at the MVP Regional Summit
in LA. One of the slides Sean O'Driscoll just showed for the MVP Program has a crop
circle. Fancy that... That's the same exact idea we used on Project Hurricane. It's
an uncanny resemblance! 
<p align="center"><a onclick="NewWindow(this.href,'title','800','600','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/MVPCropCircle.jpg"><img height="120" src="http://www.auroravisions.com/opendir/thumb_MVPCropCircle.jpg" width="160" border="0" /></a>  <a onclick="NewWindow(this.href,'title','800','977','yes','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/PHCropCircle.jpg"><img height="120" src="http://www.auroravisions.com/opendir/thumb_PHCropCircle.jpg" width="160" border="0" /></a></p></div>
    </content>
  </entry>
  <entry>
    <title>Not there just yet but I've switched it anyway.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/24/NotThereJustYetButIveSwitchedItAnyway.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,43887745-0590-46b9-9ba1-9cb68a49c2f4.aspx</id>
    <published>2003-10-24T11:15:18.3125-07:00</published>
    <updated>2003-10-24T11:15:42.15625-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'll be leaving in a couple hours for the
PDC but I figured I should switch the PDC image on the left in advance. I guess I'll
switch it again to "I'm here" once I'm actually there. If anyone else wants to use
the images I made here's the <a href="http://blogs.coreygouker.com/PermaLink.aspx?guid=e63d8e4f-3200-47ab-ba4b-6e979e9a5b3e">original
post</a>. :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Be sure to check for the Aurora Borealis tomorrow.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/24/BeSureToCheckForTheAuroraBorealisTomorrow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,fb5ceabf-ce98-4459-9d6c-4525913f30ad.aspx</id>
    <published>2003-10-23T21:38:59.515375-07:00</published>
    <updated>2003-10-23T21:50:11.202875-07:00</updated>
    <category term="Outside" label="Outside" scheme="http://blogs.coreygouker.com/CategoryView,category,Outside.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">According to <a href="http://www.cnn.com/2003/TECH/space/10/23/solar.forecast/index.html">CNN</a> and
the NOAA, there is going to be a pretty massive solar flare tomorrow which means some
not so nice magnetic interference that'll probably scramble cell phone and TV signals.
Without knowing the technical workings of GPS, other than the fact it triangulates
your position using a couple satellites, I could imagine someone checking their unit
to only find themselves in Siple, Antarctica. Besides these effects we should also
see the Northern Lights pretty far south too. So if you live up there (softies), be
sure to get those digital cameras ready to take some amazing shots. Oh and if you're
flying out tomorrow night for the PDC make sure you've got a digital camera ready
on the flight as well. I'd bet that if you were on a transatlantic flight going over <a href="http://www.deviantart.com/deviation/1896825/">Greenland</a> and
Canada that you'd probably be able to capture some amazing photos of the auroras.
In any case, if you do snap any, be sure to blog about it or email them! :-)
</div>
    </content>
  </entry>
  <entry>
    <title>Ooh, I think we've got a keeper. Nice new business cards.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/23/OohIThinkWeveGotAKeeperNiceNewBusinessCards.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9409b56b-1682-4eb1-b4f0-9e03608bc19b.aspx</id>
    <published>2003-10-23T02:18:53.18725-07:00</published>
    <updated>2003-10-23T02:20:44.24975-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well I printed some cards before but they
just blew, big time. So I finally got around to printing some that don't :-). The <a href="http://www.avery.com/products/add_to_cart.jsp?upc=7278208876&amp;catalog_code=WEB01">clean
edge Avery</a> cards are pretty nice too. Yeah I know, I grabbed the eHome logo but
what the heck, the MCE MVP's are a part of the eHome Division and I couldn't find
a good MCE logo. In any case, I'm happy, but WMP is making me mad.<p align="center"><img src="http://www.auroravisions.com/opendir/mynewbizcard.jpg" border="0" /></p></div>
    </content>
  </entry>
  <entry>
    <title>Scoble is yet another hardcore all night softie...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/22/ScobleIsYetAnotherHardcoreAllNightSoftie.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,eddea64a-7810-4d94-95f8-59ea1074e786.aspx</id>
    <published>2003-10-22T01:33:30.3104377-07:00</published>
    <updated>2003-10-22T01:35:03.7931897-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was just heading into bed right now when
I noticed that <a href="http://scoble.weblogs.com">Scoble</a> was still on MSN Messenger.
He's now taken the lead away from Mark Pendergrast of the MCE team for my little list
of contacts late night workings at the campus. I was even more impressed by the fact
that he's actually at work and not networking in from home. But apparently <a href="http://www.aisto.com/Roeder/Frontier/">Lutz
Roeder</a> is also currently online as well so it's okay, he's not alone :-). Totally
hardcore is what I call that!<br /><br />
If anyone out there has beaten a go of 76 hours I'm in total awe... By the time I
hit 24 hours I started feeling a bit weird, 36 hours and I started hearing things,
48 hours and I struggled to maintain focus, after 52 hours I started seeing things,
and by the time I started falling asleep to <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Ajq3zefrk3gf3">Dark
Side</a> at 76 hours I was definitely hallucinating. Of course when I finally woke
up (not sure what day it was at this point) I immediately remembered this amazing
dream I had about a mind blowing design I was going to come up with, in any case I
guess it was all worth it in the end. Anyway enough rambling, I'm off to bed... and
I'll let Robert get back to the latenight tanning ;-)
</div>
    </content>
  </entry>
  <entry>
    <title>So I was interviewed about the PDC by the Seattle Times</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/22/SoIWasInterviewedAboutThePDCByTheSeattleTimes.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,311a080b-810f-455e-8258-b05a4076ee26.aspx</id>
    <published>2003-10-21T23:12:37.5461177-07:00</published>
    <updated>2003-10-21T23:15:17.6791897-07:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I received an email from <a href="http://blog.seattletimes.nwsource.com/e3blog/archives/000882.html">Kim</a><a href="http://seattletimes.nwsource.com/html/businesstechnology/2001311067_msscience30.html">Peterson</a> over
at the <a href="http://www.seattletimes.com">Seattle Times</a> yesterday since she's
going to the conference and was writing a story about it all. She "was hoping to get
a sense of how excited the developer community was about Longhorn and about the upcoming
glimpse of Longhorn that everyone's going to get". So I replied back and today got
a phone call from her. She was really easy to talk to and to be interviewed by. I
might have not sounded so stupid as I normally do in interviews since I actually got
some sleep the night before (unlike my infamous MVS, err <a href="http://www.microsoft.com/uk/academia/students/programmes/student-partner-programme.aspx">MSP</a> interview... <a href="http://blogs.gotdotnet.com/i-markj">Mark</a> you
still need to get me that ;-)). In any case it was cool.<br /><br />
She asked me if I thought it was a bit odd that even though a lot of what Microsoft
is showing won't be coming around for quite some time in Longhorn that MS was still
showing everything off. I basically said that it's probably the most important thing
MS could do with these upcoming products because it will allow developers and the
public to provide more input at this pre-beta stage of Longhorn which is really the
only time we as outsiders can make a drastic difference in the final product. Besides
Aero and Avalon I'm really interested in WinFS, Whidbey and ASP.NET 2.0 so I talked
a little bit about those. But in general the chat was mainly about the cool <a href="http://pdcbloggers.net/">things</a> behind
this entire event and the <a href="http://www.longhornblogs.com">community</a> that
is forming around these new products.<br /><br />
Maybe it's just because I've been talking to loads of softies since I've put up my
blog and the PDC countdown but I genuinely feel like something huge is going on lately.
</div>
    </content>
  </entry>
  <entry>
    <title>Bloggable Surveys, Blogveys, hmm, could it work?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/21/BloggableSurveysBlogveysHmmCouldItWork.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1fad76e6-b5db-47af-8095-53da590d7746.aspx</id>
    <published>2003-10-20T21:19:15.092875-07:00</published>
    <updated>2003-10-20T21:22:34.1085-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="Ideas" label="Ideas" scheme="http://blogs.coreygouker.com/CategoryView,category,Ideas.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I was just thinking about the <a href="http://www.projecthurricane.com/Polls/viewPoll.aspx?pollId=1">first
survey</a> we've got going on <a href="http://www.projecthurricane.com/">Project Hurricane</a> and
how it's not really had any major number of results. Not to mention this <a href="http://survey.atp.co.uk/scripts/mrwebpl.dll?project=j8048sn">Student
Survey</a> that was put up on the <a href="http://www.microsoft.com/uk/academia/">MS
UK Academia</a> site. I'm not sure how many results that's had but the original survey
that the MS one is based on, which I did using <a href="http://www.umist.ac.uk/">UMIST</a> students only
got about 150 and took a couple months to even achieve that.<br /><br />
What if that could be changed, what if there was a way we could conduct surveys and
simple polls through blogs? The idea I have is pretty simply, the technical solution,
most likely, a little more complex.<br /><br />
First you put a survey component on your blog. Then some random reader decides "yeah,
that's a good survey I wouldn't mind finding out the results of it" or maybe "I wouldn't
mind helping that guy out in conducting the survey". So then he takes the blogvey
(blog survey) component and puts it on his blog. Effectively now the survey has my
original set of readers and now has his set of readers. The survey could appear on
any number of blogs but all the results get tracked back to the original blogvey source.
When the readers go to view the results it could appear in the same sort of way trackback
URL's appear on each of my blog entries for example. In any case, those are just minor
details.<br /><br />
Potentially, this one blogvey could have thousands of results rather than a few hundred
from the original posting of it. Does something like this exist already? Is this idea
stupid? Hmm, maybe we should conduct a survey ;-).
</div>
    </content>
  </entry>
  <entry>
    <title>MSDN Customer Service comes through, USPS doesn't.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/21/MSDNCustomerServiceComesThroughUSPSDoesnt.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,75161243-ebc4-4a08-a199-a995ba9c07ed.aspx</id>
    <published>2003-10-20T20:45:09.092875-07:00</published>
    <updated>2003-10-20T20:45:09.092875-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So we left off with my MSDN shipment still
somewhere in the United States (we hope) after 2 weeks from the original ship date.
In all likelihood it's lost somewhere in the postal system or maybe it was stolen
or maybe they found some traces of anthrax, who knows. In any case, I called up the
MSDN customer service center and within 5 minutes the nice lady had sent out my last
two shipments for October in one go via Airborne Express. They'll probably get here
tomorrow or the next day before 12:30 :-). I'm a happy developer!
</div>
    </content>
  </entry>
  <entry>
    <title>Two weeks and still no October MSDN Shipment.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/17/TwoWeeksAndStillNoOctoberMSDNShipment.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,becd81e1-7b29-451b-83db-ae998248e614.aspx</id>
    <published>2003-10-17T14:01:13.280375-07:00</published>
    <updated>2003-10-17T14:01:13.280375-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I haven't the slightest clue why MS uses
the USPS so much to send out MSDN. Sure I didn't pay the $2799 for the Universal subscription
since I got mine through the MVP Award but if I was paying for it I wouldn't be expecting
it to take 2 weeks to get here each month because the USPS is so slow. The October
shipment was done on the 3rd and it's still not here, what I find funny is that the
status page shows the November shipment already in manufacturing. A third shipment
which appears to be for my renewal that I got from my second MVP award shipped on
October 9th, but that's not here either. According to FedEx tracking the new <a href="http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=014">Wireless
Optical Desktop Pro</a> (talk about long name) and MS Rubiks cube I ordered the the
MSeCompanyStore left Atlanta on Wednesday but it should be here Monday thanks to FedEx's
ground service. Maybe USPS should be turned into a private company so that their service
might improve, who knows, the USPS sucks though that's for darn sure.
</div>
    </content>
  </entry>
  <entry>
    <title>Can you spot a fake? What about your Mom?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/17/CanYouSpotAFakeWhatAboutYourMom.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d21ef5c0-e011-4f50-8013-90e684cca6e9.aspx</id>
    <published>2003-10-17T03:49:18.717875-07:00</published>
    <updated>2003-10-17T03:57:22.51475-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">A while back I received an email that was
supposedly from PayPal, it wasn't of course, and it was pretty easy to discern the
fact that it was an identity thief trying to take advantage of unsuspecting users.
The methods used can still be seen today if you just look in your Inbox or browse
many newsgroups. Those messages that masquerade around as helpful <a href="http://www.microsoft.com/security/antivirus/authenticate_mail.asp">MS
Support emails</a>. But what about the laymen, what about my Mom? To the average user,
there's no easy way to tell these are fake. With these PayPal, eBay, and Amazon emails
they often ask for a persons full name, address, social security number, credit card,
and even PIN number. That is a dead giveaway right there isn't it? Well sure, but
what about your grandfather who just happens to be going a little senile. They may
not realize a company would never ask for your PIN but then again they may just enter
it anyway. Then when they go to submit to submit the info they may not realize it
goes to some obfuscated URL, maybe because at least one part of it includes ebay in
plain text? Something has to be done to protect the innocent users from these sort
of emails. Microsoft has posted the page about "How to tell if it's authentic". Yet
even though I've sent the three other emails to PayPal, eBay, and Amazon, I have yet
to see any major warning on their site, that's just plain despicable. In any case,
here's a copy of the email I received on Wednesday at 12:01PM, Outlook 2003 automatically
dropped it in Junk E-mail which is nice. The image was attached but Outlook displayed
it in the contents like a normal plain text email. It also pretended to be from eBay
[supportdep21@eBay.com]; on behalf of; eBay [supportdep71@eBay.com], requesting the
user "Please update your e-Bay account information".<br /><br />
Oh yeah, please copy the shortcut rather than directly clicking on the image, I prefer
not to show up as a big referrer in this guys logs:<br /><br /><a href="http://scgi.ebay.com%69%6E%64%65%78%75%70%64%61%74%65%79%6F%75%72%69%6E%66%6F%72%6D%61%74%69%6F%6E%73%65%63%75%72%65@%32%31%31%2E%34%37%2E%31%39%31%2E%31%32%35:%31%39%39/%69%6E%64%65%78%2E%68%74%6D"><img src="http://www.auroravisions.com/opendir/fakeebay.gif" border="0" /></a><br /><br />
In case you want to check out the original message, <a href="http://www.auroravisions.com/opendir/fakeebay.msg" border="0">here's
a link</a>. I just hope that I've got at least one reader at eBay, PayPal, and Amazon
that will make sure some notice is put up on their site to help notify users of this
problem.
</div>
    </content>
  </entry>
  <entry>
    <title>Awesome shirt from PDCBloggers.net.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/16/AwesomeShirtFromPDCBloggersnet.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,d27746a1-043b-4855-946c-7eb125d9f4f2.aspx</id>
    <published>2003-10-16T13:22:48.88975-07:00</published>
    <updated>2003-10-16T13:53:25.249125-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://radio.weblogs.com/0124699/">Jeff</a> sent
me a really cool gift compliments of the Longhorn Evangelism Team (mooo!). I promised
that I wouldn't blog and speculate about what it might possibly be till after it arrived
so I didn't but it came via Airborne (DHL) today and it kicks ass :-). Here's two
pics I took of it with my Intel CS-430 webcam: 
<p align="center"><a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/pdcbloggers_shirtfront.jpg"><img height="120" src="http://www.auroravisions.com/opendir/pdcbloggers_shirtfront.jpg" width="160" border="0" /></a>  <a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/pdcbloggers_shirtback.jpg"><img height="120" src="http://www.auroravisions.com/opendir/pdcbloggers_shirtback.jpg" width="160" border="0" /></a></p>
When I first looked at the back it was weird, I could've swore they used the "<a href="http://blogs.coreygouker.com/PermaLink.aspx?guid=e63d8e4f-3200-47ab-ba4b-6e979e9a5b3e">I
was there</a>" image that I made a couple days ago. But that couldn't be since he
mailed the shirt before I made them. Oh well, I guess the idea was shared ;-). Great
shirt, thanks Jeff!
</div>
    </content>
  </entry>
  <entry>
    <title>Creatively Desperate Lunch</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/14/CreativelyDesperateLunch.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1c21756a-86df-4d9c-a0f0-431f787ec125.aspx</id>
    <published>2003-10-14T12:32:50.3125-07:00</published>
    <updated>2003-10-14T12:37:14.875-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Found the link to the <a href="http://mama.indstate.edu/users/bones/WhyIHateWebLogs.html">guy
who hates</a> weblogs from <a href="http://scoble.weblogs.com/">Scoble's</a> page
really hilarious and I realized that I have to post about my wonderful lunch that
I just consumed. Yes I made it especially for that guy who hates weblogs, just to
make him happy :-). 
<p align="center"><a onclick="NewWindow(this.href,'title','640','480','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/640_desperatelunch.jpg"><img src="http://www.auroravisions.com/opendir/160_desperatelunch.jpg" border="0" /></a></p>
In case you can't tell what the heck that thing is, it's two hot dogs (frankfurter)
with ketchup, mustard, and relish on a slightly toasted flour tortilla. The hot dogs
suffered from a bit of <a href="http://www.acronymfinder.com/af-query.asp?String=exact&amp;Acronym=URE">URE</a> (Unintentional
Radiation Exploitation). Make you go mmm ;-)? To make things healthy I had a salad
with it. Oh and for breakfast I had a nice stack of pancakes and fruit salad. As soon
as my Mom gets in, I'll go out and get a Starbucks. Maybe I'll come up with something
more creative for dinner. Yawn. Oh BTW, I think I might be a #1 or #4 from that guys
rant. Yay me!
</div>
    </content>
  </entry>
  <entry>
    <title>A classic Longhorn Blogs Thong? What in the world!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/14/AClassicLonghornBlogsThongWhatInTheWorld.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f2d3e8bb-8339-4ce6-9acd-941136122385.aspx</id>
    <published>2003-10-13T23:38:37.0625-07:00</published>
    <updated>2003-10-13T23:40:51.40625-07:00</updated>
    <category term="Longhorn" label="Longhorn" scheme="http://blogs.coreygouker.com/CategoryView,category,Longhorn.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://www.cafeshops.com/longhornblogs.8049760">What
in the world</a>, please tell me this isn't for real?! Maybe if it was sheer a geek
might get turned on by this, but I don't think Barry White or Marvin Gaye could even
save that one, LOL.
</div>
    </content>
  </entry>
  <entry>
    <title>14 days left and 14 days going</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/13/14DaysLeftAnd14DaysGoing.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,948bd7fe-201e-43f2-b822-da811a1dc999.aspx</id>
    <published>2003-10-13T03:57:33-07:00</published>
    <updated>2003-10-13T03:59:45.71875-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well in a couple hours time I'll have had
my blog up for 14 days. I started out with dasBlog because I wanted something up at
least a week before the PDC started. With 13 days left till that starts I think I've
done that quite nicely. This site wasn't pretty to start out with and I still don't
really like it all that much, it's just too limiting. I've been planning on redoing
it from the start. In any case I've been really surprised by the response I've been
getting. I've put up various sites like this before, I've had a plain HTML blog since
1996, and I put up a couple page sites but really only got traffic from a few friends.
I'm still trying to get Analog to report the stats for the site a little more accurately
and I've got to spend time analyzing the raw data I think a bit more. But despite
the trouble in tracking the traffic I'm still excited about the first signs:<br /><br /><font face="Courier New,Courier, Monospace">Successful requests: 174,544<br />
Average successful requests per day: 12,737<br />
Successful requests for pages: 1,663<br />
Distinct hosts served: 582<br />
Data transferred: 233,273,853 bytes</font><br /><br />
Now at first the requests seem impressive but in reality they're all coming from traffic
to the <a href="http://blogs.coreygouker.com/PermaLink.aspx?guid=9b08d1ea-dc97-4a36-b912-289e335ddca1">PDC
Countdown</a>, and even then it's coming from 3! hosts, yes, only 3 that provided
136,390 requests in less than 7 days. They are:<br /><br /><font face="Courier New,Courier, Monospace">68268 11.89% 239x101.filemaker.com<br />
44854 7.81% user-vcauojc.dsl.mindspring.com<br />
23268 5.35% microsoft.com</font><br /><br />
Now the third I can understand. From what I've been told the countdown has been going
around Microsoft, which I think is awesome! I get the feeling people will be coming
up to me saying "hey you're that guy that made the countdown aren't you?". But the
first and second are a little more difficult to comprehend. Thanks to the Apple guy
at FileMaker.com who just happens to be responsible for the most used browser stat
(<font face="Courier New,Courier, Monospace">113169 Mozilla/4.0 (compatible; MSIE
6.0; Windows NT 5.1; MyIE2; .NET CLR 1.0.3705; .NET CLR 1.1.4322</font>) site requests
have gone through the roof. Drew over at <a href="http://pdcbloggers.net/">PDCBloggers.net</a> and
I think he's probably the guy requesting the countdown images every second. So we've
got an Apple guy using a PC with MyIE2 and his cache off, great... I got around this
surge in traffic from the guy by switching the countdown to another one that's plain
JavaScript and no images done by <a href="http://www.jonathankay.com/">Jon</a>, I
had to pop in a few bug fixes but it works great. The second high ranking user I assume
is the same as the first, just someone that has his cache turned off. Who knows, but
if either of you are reading this, thanks for the boost in traffic :-).<br /><br />
The stats don't reveal much other than that. SharpReader beats out NewsGator for number
one feed reader. Even more than the 173 requests via Safari :-P. Interestingly, Mac
beats out Unix and Linux combined. Oh yeah I forgot to mention the host that made
me laugh, proxy4ext2.disney.com, who at Disney has any interest in me? LOL. The PDC
Countdown entry is the most popular read on the site, no surprise. And lastly there's
the 1332 requests for the RSS feed.<br /><br />
Overall I'd say I'm happy with the first two weeks for this site. Hopefully after
PDC I'll get all of my sites redone, get the then 17,000 photos up in a gallery, and
get everything linked up. Thanks for reading!
</div>
    </content>
  </entry>
  <entry>
    <title>Ooh, a real PDC Admission Swipe Card arrived today.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/12/OohARealPDCAdmissionSwipeCardArrivedToday.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,dd7badfc-5e54-4a78-99da-b36f216775da.aspx</id>
    <published>2003-10-11T19:16:01.28064-07:00</published>
    <updated>2003-10-11T19:16:20.907632-07:00</updated>
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've been waiting for my October shipment
of MSDN Universal to come for a while now, it was shipped on October 3rd, 2003...
So obviously since it hasn't arrived yet they shipped it out via USPS! LOL, anyway,
I'm really looking forward to getting this shipment since they finally updated the
DVD color system and are shipping out the entire set all over again :-). It also looks
like they've sent out the renewal kit for next year. I just hope it actually renews
in May and not in December or something funky like that.<br /><br />
MSDN really does kick ass, it's got to be the best online resource that I know of.
When you can actually find what you're looking for that is ;-). 
<p align="center"><a onclick="NewWindow(this.href,'title','320','240','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/pdcswipe.jpg"><img height="120" src="http://www.auroravisions.com/opendir/pdcswipe.jpg" width="160" border="0" /></a></p>
Instead of the MSDN I instead received my PDC registration kit which is just as cool.
I couldn't be arsed to get the G2 out of the bag so I'm afraid it's only a webcam
shot...
</div>
    </content>
  </entry>
  <entry>
    <title>Not enough to do, going mental? Nah, nothing of the sort.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/11/NotEnoughToDoGoingMentalNahNothingOfTheSort.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,8dd7c061-a8f0-4a25-ac6c-e664bc9352e0.aspx</id>
    <published>2003-10-11T08:09:51.56025-07:00</published>
    <updated>2003-10-11T08:16:21.24775-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://blogs.gotdotnet.com/i-markj">Mark
Johnston</a> says that I'm going to go "mental" if I don't have something more to
do. I say bah to that. Although if he said that earlier while I was giving myself
a small hair cut I might have agreed :-). I was just going to wait till I got it done
by a professional, at my uncles salon. But no, it was annoying me so I took matters
in to my own hands, quite literally. So behold, the results! 
<p align="center"><a onclick="NewWindow(this.href,'title','640','480','no','no');return false" href="http://dev.coreygouker.com/popupimg.asp?img=http://www.auroravisions.com/opendir/640_Me1011.jpg"><img src="http://www.auroravisions.com/opendir/160_Me1011.jpg" border="0" /></a></p>
The geek that I am, I couldn't resist touching it up in Photoshop. No I didn't touch
up anything to do with the hair or something like that. I adjusted the two screens,
yep, the screens... In order to get enough light without a flash I had to leave the
shutter open for a quarter of a second but that made the LCD and CRT too bright. So
I adjusted the coloring and curves on that. Maybe you and <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Aekogtq0znu4a">Styx</a> are
right Mark, I do have too much time on my hands.
</div>
    </content>
  </entry>
  <entry>
    <title>PDC is still 15 days away yet I couldn't resist!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/11/PDCIsStill15DaysAwayYetICouldntResist.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,e63d8e4f-3200-47ab-ba4b-6e979e9a5b3e.aspx</id>
    <published>2003-10-11T00:19:00.419625-07:00</published>
    <updated>2003-10-11T00:19:00.419625-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So we've still got more than two weeks left
till the PDC even begins. But hey, who cares, we might as well get these spreaded
around before the event so people can update their sites right before they leave home
or during the event while on the wonderful WiFi which better be working for the public
at the event ;-).<br /><br />
I was talking to <a href="http://www.bridgman.com/">Galan Bridgman</a> about quickly
doing a couple new takes on the "there" image when pointed me to his modified "I'll
be there" suggesting I use it instead of the "royal we" as he put it. So I decided
yeah that's cool, was going to do one myself tbh, lol. Then I figure okay I've got
to do some others as well for during and after the event. So here they are:<br /><br /><img src="http://blogs.coreygouker.com/images/pdc2003there.gif" /> <img src="http://blogs.coreygouker.com/images/pdc2003here.gif" /> <img src="http://blogs.coreygouker.com/images/pdc2003was.gif" /> <img src="http://blogs.coreygouker.com/images/pdc2003were.gif" /><br /><br />
Galan and I were thinking that the future, err. passed tense versions can be used
after as a way of showing attendance at previous events or maybe just for fun, who
knows. In any case they all only took about 10 minutes in Photoshop. The healing tool
does wonders :-). I couldn't match the original font of the "there" but hey, Arial
with a slight touch up seems to do the trick.<br />
Enjoy!
</div>
    </content>
  </entry>
  <entry>
    <title>Napster or should we say Phoenix</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/10/NapsterOrShouldWeSayPhoenix.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,072eb356-6de0-4f75-bb34-e4aec2fc36d1.aspx</id>
    <published>2003-10-10T09:15:15.232125-07:00</published>
    <updated>2003-10-10T10:12:38.482125-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href="http://radio.weblogs.com/0001011/2003/10/10.html#a4963">Robert
Scoble</a> mentions that <a href="http://www.napster.com/index.html">Napster</a> is
coming back... From what I've seen on the <a href="http://www.microsoft.com/windowsxp/mediacenter/">MCE
2004</a> with Napster added into the Online Spotlight, I think it's pretty cool. I
wonder how the "You will need to provide your credit card information to redeem your
tracks." and the general need for a credit card affect the service for people just
a tad younger than me (I'm 20, yikes almost said 19).<br /><br />
I tend to agree with the point of view given by <a href="http://putnamplanet.com/putnamplanet/weblog/weblog.aspx?id=632013604197381600">Chris</a> in
your IM chat. I like him, also don't care about having CD's, in fact I've sold off
every CD I've ever bought. On the other hand we have my <a href="http://www.gostainedglass.com">Mom</a>,
I have pretty eclectic tastes so luckily she just copies the music off me (which is
actually just on my <a href="http://wms.auroravisions.com">server</a> anyway. While
she listens to music on the computer, she'll still burn a copy for the car and will
still buy the used CD's from a local record store.<br /><br />
The RIAA only have themselves to blame, the blatant price fixing of CD's, the rigidity
of their distribution practices, and also what I think is another key factor; is the
way the major music companies ride their artists like it was high tide in San Clemente.
While the latter can't be said for the MPAA since they don't have to give out a dividend
of sales to their artists. The two main issues hold true for them as well. For me,
the only reason why I should buy a CD or DVD through retail distribution is if I truly
love the work, or in the case of a movie really want the special features and own
a good physical copy. I really hope that both industries adopt WM as a new standard
(without getting into quality debates, etc) but because it's already a proven DRM
method, and can quickly be implemented in the wild.
</div>
    </content>
  </entry>
  <entry>
    <title>Microsoft moving in the right direction... uphill of course.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/10/MicrosoftMovingInTheRightDirectionUphillOfCourse.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,08afd6bc-a292-4661-9e47-f27531b2a113.aspx</id>
    <published>2003-10-10T08:25:27.919625-07:00</published>
    <updated>2003-10-10T08:25:27.919625-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="html">I can't really say if I'd consider &lt;a href="http://www.microsoft.com/mscorp/ads/tv.asp"&gt;these
ads&lt;/a&gt; to be cool or not. But I'd definitely say they are a nice step in the right
direction. I like the fact that they aren't marketing any particular product other
than a slight hint of being geared towards small and medium businesses in some of
them. The "Boys &amp; Girls Club of America" advert is good at showing Microsoft's contributions
to the community too, "Creativity" is a good general image shifter ad that probably
needs more air time I think. It's a shame that there aren't some TV ads done about
the great contributions given out by the &lt;a href="http://www.gatesfoundation.org/default.htm"&gt;Bill
and Melinda Gates Foundation&lt;/a&gt;. While they wouldn't be Microsoft ads, I bet most people will put the two together and that'll help change public opinion. Overall I like this latest set of TV advertising for Microsoft. I'm a little curious which ad agency Microsoft used this time around? They should be used again imho. :-)</content>
  </entry>
  <entry>
    <title>Three additional download locations for the Swiss Microsoft ad...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/10/ThreeAdditionalDownloadLocationsForTheSwissMicrosoftAd.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0fe2a508-4304-446b-83dd-58d62ea84194.aspx</id>
    <published>2003-10-10T06:24:45.950875-07:00</published>
    <updated>2003-10-10T06:24:45.950875-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I get the feeling a lot of people will be
downloading the video again so in addition to my poor bandwidth here's three more
URL's to download from that I googled:<br /><a href="http://www.sunbeltsoftware.com/stu/video/30sekdt01.mpeg">Here's one...</a><br /><a href="http://www.puddingonline.com/~dave/stuff/images/30sekdt01.mpeg">Two...</a><br /><a href="http://www.iem.pw.edu.pl/ftp/video/30sekdt01.mpeg">and Three...</a></div>
    </content>
  </entry>
  <entry>
    <title>We've got über l33t international characters...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/10/WeveGot%c3%9cberL33tInternationalCharacters.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1af0bd03-c0e9-4eb8-b130-265e50d7a9a9.aspx</id>
    <published>2003-10-10T06:05:25.888375-07:00</published>
    <updated>2003-10-10T06:06:47.93525-07:00</updated>
    <category term="Friends" label="Friends" scheme="http://blogs.coreygouker.com/CategoryView,category,Friends.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Hey Lee, my awesome girl just told me on
MSN Messenger that doing a nice F1 in Word for "Keyboard shortcuts for international
characters" reveals what we were looking for. How über l33t is that?
</div>
    </content>
  </entry>
  <entry>
    <title>Microsoft's uphill Struggle for the Masses</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/10/MicrosoftsUphillStruggleForTheMasses.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,178a8799-d452-40f6-a52a-0a52ff9f688c.aspx</id>
    <published>2003-10-10T05:21:42.37275-07:00</published>
    <updated>2003-10-10T05:33:06.388375-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Okay so I know this has been debated before
and I know both sides of it. But I still can't help but wonder. Apparently Microsoft
can't help but wonder <a href="http://www.zdnet.com/2100-1104_2-5086260.html">as well</a>.<br /><br />
Why don't we see cooler Microsoft TV spots?<br /><br />
I ask this because Apple has always had semi-cool plugs (for some tech firms they
practically set the standard on what is considered "cool"). Personally, I've found
their ads more annoying than anything else. Partly due to the fact that they know
they set the standard and take advantage of the fact they've got this massive following
of style driven Apple nerds that will think they're cool no matter what. No offense
to Apple nerds... They do make great stuff...<br /><br /><a href="http://www.hp.com/hpinfo/newsroom/hpads/">HP</a> recently has had some adverts
that, while not necessarily marketing any particular product, are very cool and very
good adverts. In some ways they help transform my opinion of the company (even though
I already thought they weren't half bad :-)). They do give the idea of HP's invent
catch-word too. TV Campaigns like "<a href="http://www.hp.com/hpinfo/newsroom/hpads/you/">you</a>"
and "<a href="http://www.hp.com/hpinfo/newsroom/hpads/everything/">everything is possible</a>"
are awesome.<br /><br />
How many times can you say you've actually liked an advert so much you downloaded
it just so you could watch it again? I've done it with those HP adverts. But I can
only say that I've done it once or twice for a Microsoft advert. One of which wasn't
even for the states! I'm speaking of course about the well known <a href="http://microsoft.com/switzerland/de/officexp/">Swiss
Microsoft</a> ad for Office XP. It's a sexy advert that I've watched over
and over again every time I stumble upon it on my HDD. The girl in it is gorgeous!
When I first start watching it I think to myself "right this guy is an über cool Microsoft
Office programming geek that has a really hot girlfriend in a pretty slick flat, I
want to be that guy..." Then you get the humor with the little SmartTag when he struggles
to get her bra off (note to dude, use thumb to push down on one side while using index
finger to push and slide the other clasp side off, works through tops and sometimes
even sweaters too). The SmartTag menu says; Get Help, Print Instructions, Open Immediately,
and Cancel. But of course, he goes for the gold, but alas it's encrypted. This had
works on so many levels, and it's just plain <strong>cool</strong>! I tried linking
to it on AdCritic but forgot they went pay for play so I'm linking to it <a href="http://www.auroravisions.com/opendir/msstuff/30sekdt01.mpg">here
on my server</a>, which is a little bandwidth limited at the moment so please keep
that in mind while downloading the 3,777KB MPG.<br /><br />
IBM seems to come out with something new every couple of weeks, whether it's the ubiquitous
letterbox ads or like the one ad I talked about earlier watching SciFi. The ad,
IBM calls <a href="http://www-3.ibm.com/e-business/doc/content/lp/prodigy.html">prodigy</a> basically
features a kid (aka Linux) taking in information that is being unloaded by great people
of knowledge and wisdom. Supposedly this is an effort to show how quickly Linux is
growing and is being contributed to. Or see it however you'd like.<br /><br />
Now the point I'm trying to make is that Microsoft doesn't have to pump out ads. It's
already got it's marketshare, it doesn't need to spend loads of money on adverts for
Windows. But what it does need is a <strong>major</strong> change in public image
and opinion. Campaigns like HP's help do that. Campaigns like IBM's Prodigy help do
that in a different way, even though many normal people haven't a clue what Linux
is about or have only just heard of it, it gets IBM points on coolness - just for
having Muhammad Ali even. Worse for Microsoft it starts sending the sound waves of
Linux back to the open untuned ears of the masses.<br /><br />
My hope is that this realization is finally starting to sink in for Microsoft and
they will finally start to address their lackluster ad campaigns.<br /><br />
Oh and one last thing, I'm no marketing guy, I personally hate marketing, but if I'm
going to have to eat it, it just might as well taste good. ;-)
</div>
    </content>
  </entry>
  <entry>
    <title>PDC Background gets a nice taskbar countdown!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/09/PDCBackgroundGetsANiceTaskbarCountdown.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9b08d1ea-dc97-4a36-b912-289e335ddca1.aspx</id>
    <published>2003-10-08T22:58:31.68525-07:00</published>
    <updated>2003-10-09T17:48:08.029-07:00</updated>
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="PDC" label="PDC" scheme="http://blogs.coreygouker.com/CategoryView,category,PDC.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Well I don't know how I found the link to
the <a href="http://radio.weblogs.com/0124699/2003/10/01.html">PDC background</a> on <a href="http://radio.weblogs.com/0124699/">Jeff's</a> page
but it's pretty darn cool. In any case back in the XP Launch countdown days <a href="http://www.jonathankay.com">Jon</a> made
a nice taskbar countdown... complements of <a href="http://adact.trexion.com/">ADACT</a> of
course. I'd like to continue the tradition and make a nice PDC Countdown available
for your taskbar. Simply create a new toolbar on your taskbar by right clicking the
taskbar going up to Toolbar and clicking New Toolbar copy in this URL:<br /><br /><a href="http://blogs.coreygouker.com/countdown/pdc/">http://blogs.coreygouker.com/countdown/pdc/</a><br /><br />
Then you're set. Unlock the taskbar if it's locked, position it where you want, get
rid of the title and lock that taskbar down! Enjoy and count down those seconds and
minutes.<br /><br />
I was going to try and integrate the countdown into a webpage that could be used as
a desktop background but someone that should deserve to be axed made it so that
Active Desktop items turns off the alpha blending of desktop icons, yuck. Sorry about
that, maybe some softie reading this will fix that in LH! Yes Jon, there's a chance,
Longhorn may even fix that! Woohoo! PDC!!!
</div>
    </content>
  </entry>
  <entry>
    <title>Project Hurricane .NET goes live...</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/07/ProjectHurricaneNETGoesLive.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,cf997cc7-1d06-4886-9782-e2913fb6055f.aspx</id>
    <published>2003-10-07T05:48:44.9891214-07:00</published>
    <updated>2003-10-07T06:23:25.8888654-07:00</updated>
    <category term="Hurricane" label="Hurricane" scheme="http://blogs.coreygouker.com/CategoryView,category,Hurricane.aspx" />
    <category term="Microsoft" label="Microsoft" scheme="http://blogs.coreygouker.com/CategoryView,category,Microsoft.aspx" />
    <category term="Work" label="Work" scheme="http://blogs.coreygouker.com/CategoryView,category,Work.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've been pretty busy the past couple of
hours and can't believe I forgot to post about <a href="http://www.projecthurricane.net">Project
Hurricane</a> going live yesterday. I wanted to do it before midnight so I'd actually
be posting the same day, but oh well. <a href="http://www.codevoid.net/">Dom</a> and <a href="http://blogs.gotdotnet.com/i-markj">Mark</a> did
all the coding for it. I did the the CSS and graphics/GUI. So really all the credit
goes towards those guys. Oh and please, if you don't like something, axe them, I didn't
code it :-P. Seriously though, they did a damn good job. Here's the standard blurb
about what PH is:<br /><br />
"Project Hurricane is an online community portal built using the .NET Framework. It
is an easily deployable skinnable community for students by students."<br /><br />
And did I mention, like WinFS in Longhorn, it's going to solve ALL of your problems,
yes <a href="http://www.jonathankay.com">Jon</a>, even yours! So don't delay, <a href="http://wpa.auroravisions.com">activate
today</a>!
</div>
    </content>
  </entry>
  <entry>
    <title>Sisters, is this all they're good for?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/07/SistersIsThisAllTheyreGoodFor.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,b620a6f2-c77f-4828-b328-63725b34c185.aspx</id>
    <published>2003-10-07T00:25:03.1798574-07:00</published>
    <updated>2003-10-07T17:05:43.279-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I'm not going to get into all details here
but basically either my sister, her boyfriend, or one of their friends stole over
$3000 worth of my stuff while I was in England. If it was one of their friends there's
no reason for me to doubt that she was connecteed to the deed in one way or another.
I've had to let the entire thing go since other than my skates having a piece of tape
with $35 written on it (MSRP $199.99) that she tried selling at a garage sell before
she moved to Spokane, I have no other (non circumstantial) evidence.<br /><br />
For a while I did just let it go, then her boyfriend called a day after I got back
from England and said nothing but crap while he was stoned on the phone and she was
laughing in the background. She denies this as well telling my Mom she wasn't even
home that night. Though I call her place and hear her in the background yet again.
In any case this is just going around in circles. I can't stop thinking about it.
When I was still in England I was really wanting to come back and sell my student
sax and get a new Selmer, and I wanted to sell my Wacom 9x12" tablet to get a 4x5",
and with the extra money from that and selling my Canon PowerShot G2 I could get a
nice Canon EOS 10D. But no, I can't, I've got to save up loads more cash now and replace
things that I already had:<br /><br /><BL><li>
Wacom Intuos 9x12" Tablet 
</li><li>
External HP CDRW 
</li><li>
Alto Saxophone 
</li><li>
BostonAcoustics Pro Surrounds 
</li><li>
BostonAcoustics Pro Speakers 
</li><li>
BostonAcoustics Pro Subwoofer 
</li><li>
SideWinder FF2 
</li><li>
Some MS Collectables 
<BL><br /><br />
I take back what I said earlier about that massacre site, maybe it was a release of
energy and feelings for what I would like to do to the bastards that took my stuff.
</BL></li></BL></div>
    </content>
  </entry>
  <entry>
    <title>I'm not sure if this tops the sharpie DRM but this is hilarious.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/06/ImNotSureIfThisTopsTheSharpieDRMButThisIsHilarious.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,0a4d41cc-e983-498c-bb37-e9ad6c251011.aspx</id>
    <published>2003-10-06T16:51:57.2270414-07:00</published>
    <updated>2003-10-06T16:52:22.8533454-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So lets see, we'll spend yet more cash just
so our users can hold down shift when they pop in the CD... Yep this will prevent
casual copying. <a href="http://slashdot.org/article.pl?sid=03/10/06/1845205">Check</a>...<br /><br />
The RIAA/MPAA needs to get real, stop spending millions on a solution that just costs
you even more millions. Here's a suggestion screw your attempts at using your existing
PCM format for audio etc. Why not start a push towards next generation devices. Look
how quickly DVD was adopted. Why not say yes, Windows Media kicks ass, it's DRM hasn't
been fully cracked yet and probably won't be for a little while (LOL). You can use
existing CD's and DVD's because WMA/WMV is nicely compressed. And to offset the users
that will no doubt object to everything being DRM'd with certain restrictions (copy
to 5 machines), start using higher standards for your audio. There's no reason why
every DVD can't be HD like that <a href="http://www.amazon.com/exec/obidos/tg/detail/-/B00008PC2O/103-6929610-7157421">T2</a> release,
and there is no reason why all CD's can't be encoded with WMA Pro using 5.1 sound.<br /><br />
Sure it's going to require new hardware that will read WM. There's more and more audio
hardware that reads WMA, and if I remember right there's a couple DVD players coming
that will do WMV (Panasonic?). But they could just easily do what they've done for
a while, simply include both for a bit. Even if it means an extra disc. Within a couple
years (read 5), things might actually be looking up for them and they might make money
again.<br /><br />
On the other hand, don't. What do we care, we'll enjoy your antiquated distribution
system and enjoy the benefits of your mistakes.
</div>
    </content>
  </entry>
  <entry>
    <title>Sleep</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/06/Sleep.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4e4d0ff8-318f-4e87-99b3-4d72c765d2e7.aspx</id>
    <published>2003-10-06T06:27:34.477125-07:00</published>
    <updated>2003-10-06T06:27:34.477125-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Yes <a href="http://www.codevoid.net">Dom</a>,
it's time for sleep :-).
</div>
    </content>
  </entry>
  <entry>
    <title>IBM, Open, Linux... LMAO</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/06/IBMOpenLinuxLMAO.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,9d0308bb-aca0-4572-9ade-26dc8600ede7.aspx</id>
    <published>2003-10-05T23:22:11.945875-07:00</published>
    <updated>2003-10-05T23:23:25.195875-07:00</updated>
    <category term="Media" label="Media" scheme="http://blogs.coreygouker.com/CategoryView,category,Media.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Saw this <a href="http://www-3.ibm.com/e-business/doc/content/lp/prodigy.html">advert</a> watching
Taken on SciFi... Kind of cool, but I can't help but laugh.
</div>
    </content>
  </entry>
  <entry>
    <title>That poor poor dog, but at least she's nicely clean now.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/06/ThatPoorPoorDogButAtLeastShesNicelyCleanNow.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f9244a31-9b1d-44dc-bac8-09d4819f177d.aspx</id>
    <published>2003-10-05T22:26:05.539625-07:00</published>
    <updated>2003-10-05T22:26:05.539625-07:00</updated>
    <category term="Home Life" label="Home Life" scheme="http://blogs.coreygouker.com/CategoryView,category,Home%2BLife.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Bear has been pretty good lately, but she's
been shedding like mad, so I finally gave her a bath and brushed her off. I feel really
mean for doing this but I had to get her chain and she got all excited like we were
going for a walk. But no... I led her into the bathroom which had a nice warm bath
already waiting for her, so I picked her up and put her in. At first she was shaking
and from the looks of it frightened. Just kept saying good dog and putting more warm
water on her. In any case, it took quite a while to clean her off and to dry her.
Someone must know of a better way to groom dogs. Ugh, if only Mom would take her to
the groomers ages ago like I asked.
</div>
    </content>
  </entry>
  <entry>
    <title>What's this massacre I hear you've gone on?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/06/WhatsThisMassacreIHearYouveGoneOn.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1e22248a-542a-4097-8bc7-fef3d93fba4f.aspx</id>
    <published>2003-10-05T21:22:15.7115-07:00</published>
    <updated>2003-10-06T04:07:34.899-07:00</updated>
    <category term="Designing" label="Designing" scheme="http://blogs.coreygouker.com/CategoryView,category,Designing.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I've shown plenty of people my <a href="http://massacre.coreygouker.com/">massacre</a> site...
Most people say it's twisted, gross, weird, or creepy. A couple people really like
it and think it's cool. But every single person asks what it's all about and what
it's for.<br /><br />
First of all, it has no purpose, I only built it as a creative outlet and to see if
I could quickly put something together in Photoshop to improve my skills.<br /><br />
The main spark for the site came from a dream I had while I was listening to this
newly downloaded album by <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Apr1ibkh9aakx">Labradford</a>.
I started falling asleep shortly after the second track came on, and it sounded pretty
dark, not like the first. I can't really remember the dream now, but I woke up and
immediately thought to myself "hey lets take some photos and see if I can make a site
that matches the feeling I got from the dream and track. So I did. Another 8 hours
later and the site was finished.<br /><br />
The entire thing was done in Photoshop, the fake blood on the knife and my wrist was
simply ketchup with some olive oil and vinegar. The faucet is still nice and dirty
just as it was in the photo. The textures were done by hand as well as the torn page
effect. There are 4 <a href="http://images.google.com/images?q=Leonardo+DaVinci&amp;ie=UTF-8&amp;oe=UTF-8&amp;hl=en">Leonardo
DaVinci</a> images imposed into the background texture. Those I got off of Google
images. And lastly the fonts used are all from <a href="http://www.dafont.com/en/">DaFont</a>.<br /><br />
Anyone the page is officially done. I was going to animate things and have a bit of
fun with it but I really don't have the time. Feel free to comment I guess, just remember
the sites name as you do ;-). Oh and if you ever need some handy work done in Photoshop
and are willing to pay, please contact me!
</div>
    </content>
  </entry>
  <entry>
    <title>Damn the Stupid California Election!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/05/DamnTheStupidCaliforniaElection.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,c9280f74-181b-49a9-9837-3bb871ec74bb.aspx</id>
    <published>2003-10-05T16:35:14.133375-07:00</published>
    <updated>2003-10-05T16:38:11.649-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Okay, now I can understand the adverts on
TV and the constant news coverage of this entire fiasco, but Gray Davis and his buddies
have gone too far when they start calling me every couple of hours saying "we urge
you to vote no on the recall". Obviously they're using reverse psychology because
before I wasn't even going to vote, but now they've driven me to go out register to
vote and to vote yes to recall this ass hole. It's clear to me that he doesn't respect
anybody's right to peace at home. And I think we know where he stands on the Do Not
Call list. I've had a recorded call from him, his wife, and Bill Clinton, who know
who's next! One was at noon yesterday, then 8PM, then I got one at 9AM this morning.
All I can is that I'm really :-@. Every time there is an election it just makes me
want to stay in my room and turn off every source of advertisement for these politicians.
I only wish the voice of the public would turn and that the way we conduct political
elections was completely overhauled. This is just sad.
</div>
    </content>
  </entry>
  <entry>
    <title>What to do with 16,000 digital images?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/05/WhatToDoWith16000DigitalImages.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,1f0f88af-0d48-46fa-a8e0-a817f93808c4.aspx</id>
    <published>2003-10-05T02:38:22.289625-07:00</published>
    <updated>2003-10-05T02:39:18.4615-07:00</updated>
    <category term="Photography" label="Photography" scheme="http://blogs.coreygouker.com/CategoryView,category,Photography.aspx" />
    <content type="html">I've only had my &lt;a href="http://www.powershot.com/powershot2/G2/index.html"&gt;G2 PowerShot
Canon&lt;/a&gt; for a little over a year and I've taken over 16,000 photos. I took about
1,000 photos when I went to Paris with Sam, and I filled my &lt;a href="http://www.hgst.com/products/microdrive/"&gt;1GB
MicroDrive&lt;/a&gt; completely the last time I was in Washington. To top that off I've
just randomly taken photos practically every day since I got the camera.&lt;br&gt;
&lt;br&gt;
I've been wanting to sell my G2 for a while now since I feel like I've outgrown it's
near professional capabilities but the fact that it lacks any &lt;a href="http://www.usa.canon.com/eflenses/"&gt;EF
lense&lt;/a&gt; options is severely limiting and I've always known SLR cameras kick ass.
The &lt;a href="http://www.canon.co.jp/Imaging/EOS10D"&gt;Digital EOS-10D&lt;/a&gt; is probably
most attainable out of all the Digital EOS cameras Canon makes. At the MCE launch
on the 30th the camera man had what looked like two EOS 1Ds cameras, I could &lt;em&gt;not&lt;/em&gt; stop
drooling. I think I was making him nervous or something, LOL. Anyway, if anyone wants
to buy my G2, please feel free :-). On the other hand I can't decide wether it's worth
keeping it as a smaller quick camera.&lt;br&gt;
&lt;br&gt;
Err, there I go again talking about that damn camera... I meant to talk about what
to do with all those images. I've already burnt them all to CD so that's taken care
of the originals. Only thing I feel bad about is the fact that I didn't take all the
photos using the RAW setting and batch converting them to JPG. Of course I only later
have to put them through Photoshop to reduce them down in size. So question...&lt;br&gt;
&lt;br&gt;
For a full size images what do you prefer? 1024, 1280, or 1600?&lt;br&gt;
&lt;br&gt;&lt;BR&lt;BR&gt;
I'm not worrying about using Photoshop to do the thumbs at the moment. At least not
yet. I want my image gallery to automatically generate the thumbs on the fly (probably
cached on disk after the first request). I also wouldn't mind generating a medium
size photo as well maybe via a drop down that allows for 320, and 640. The only thing
I'm wondering about is disk usage. Sure the server has 2x120GB SATA drives but we're
talking loads of images here. What's realistic to provide in terms of resolution on
these images?In any case, I'm getting tired... think it's probably from trying to
manage all the disorganized bits all over these machines. Why oh why can't they help
me in the process?! And yes &lt;a href="http://www.jonathankay.com/"&gt;Jon&lt;/a&gt;, everything will be fixed by WinFS!</content>
  </entry>
  <entry>
    <title>It's a good album, a definite improvement on the first.</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/05/ItsAGoodAlbumADefiniteImprovementOnTheFirst.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,fcc6fadc-4d12-4844-8b80-bd5a93281b89.aspx</id>
    <published>2003-10-05T01:55:57.664625-07:00</published>
    <updated>2003-10-05T01:58:28.99275-07:00</updated>
    <category term="Music" label="Music" scheme="http://blogs.coreygouker.com/CategoryView,category,Music.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">I have to agree with <a href="http://www.leegent.net/default.aspx#4ea09e97-5ae3-4a38-a1f7-eebd8d4cebe6">Lee</a> on
the <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=A17rp282l05ja">new
APC</a> album. I originally got turned onto <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=Boq7zefek1gf5">A
Perfect Circle</a> after first finding <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;uid=MISS70310050435&amp;sql=B4dd7gjqrj6i9">Tool</a>.
While I think for me Tool offers more darkness at times APC has definitely won me
over with this new release. Sonically it's more mellow, more thought out, and it has
more coherence than their first. The entire reference to AA is a little strange but
I can sort of get some sense of meaning in the lyrics. Overall a good powerful album.
I'm just looking forward to the next Tool album I guess. And BTW if you haven't seen
their videos I'd highly recommend them. Dark, but cool! FWIW, I'm sure the copy protection
was worth whatever Virgin put into it, LOL. Sadly, <a href="http://dcplusplus.sourceforge.net/">DC++</a>,
provided a quick 14 minute download with a perfect RAR of all 12 tracks as 192K MP3.
</div>
    </content>
  </entry>
  <entry>
    <title>A new look... But is it any better?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/04/ANewLookButIsItAnyBetter.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,65cd5d8f-f539-4a51-b885-6ef7a6c3559f.aspx</id>
    <published>2003-10-04T06:00:15.68025-07:00</published>
    <updated>2003-10-04T06:00:15.68025-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So I spent a lot of time *tweaking* my blogs
site. This is finally what I came up with. I had to remove the blog roll, move the
calendar, update each item style, etc etc etc. List goes on. I still don't like the
way it looks. Especially the calendar. And I also don't like the way the scrolling
of the content area is. If anyone knows of a way to make that div fit better depending
on the resolution of the window even though it's inside a table cell please let me
know.<br /><br />
And after many hours pondering solutions to the worlds trouble Corey went to see to
regain energy for the next day.
</div>
    </content>
  </entry>
  <entry>
    <title>Stylization of Blogs</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/03/StylizationOfBlogs.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,3087049a-a820-49cd-b2e4-a292bfe0c93e.aspx</id>
    <published>2003-10-03T03:24:25.007808-07:00</published>
    <updated>2003-10-03T15:02:06.102125-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Okay, so I was talking at <a href="http://www.codevoid.net/">Dom</a> about
how a blog should *look*. I can't decide what I want to do with mine. I honestly want
to make sure it matches my other sites, like:<br /><br /><a href="http://www.coreygouker.com/">http://www.coreygouker.com/</a><br /><a href="http://dev.coreygouker.com/">http://dev.coreygouker.com/</a><br /><a href="http://www.auroravisions.com/">http://www.auroravisions.com/</a><br /><br />
Those three are the main designs I've used so far. Of course I could also just come
up with a couple new things considering I'm planning on redoing all of my work anyway
on the design front. So, I'd like some opinions at the same time as I'm searching
the web for cool looking blogs. Either comment here, or just ping me on <a href="http://messenger.jonathankay.com/">MSN
Messenger</a>.<br /><br />
Anyway, I can't really think of anything else at the moment. I feel like I'm still
recovering from the 1st.
</div>
    </content>
  </entry>
  <entry>
    <title>And how was your day on October 1st, 2003?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/10/02/AndHowWasYourDayOnOctober1st2003.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,f34eeaec-3e73-4338-bbef-600256e0fc90.aspx</id>
    <published>2003-10-02T15:33:44.216384-07:00</published>
    <updated>2003-10-03T18:05:15.758375-07:00</updated>
    <category term="Rants" label="Rants" scheme="http://blogs.coreygouker.com/CategoryView,category,Rants.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">So here it is... Note that as I'm writing
this I have the very soothing sounds of Rage Against the Machine going in WMP, ahh
how perfect. 
<ol><li>
I'm woken up at 9AM by the plumber after finally falling asleep on the couch at 4AM
at my aunts house. 
</li><li>
Grandma gives me wrong directions to get to the 57S so I take 210E for 20 minutes
then finally turn around and drive 25 minutes on 210W to hit 57S only 3 exits from
where I first got on. 
</li><li>
Once I get on the 57S there's a overturned 18 wheeler and stopped traffic for 2 hours. 
</li><li>
Get to my uncles salon, he's not there but his receptionist tells me how to quickly
get to his house even though I know how to already from Chapman Ave. (apparently her
back way avoids the school traffic). She gives me wrong directions. 
</li><li>
Get to my uncles house, park on the other side of the road since both cars are in
his driveway, walk in and he asks if he needs to move the car since I can't park on
the other side of the road apparently. So we go out after me only being in 10 minutes,
there's a $36 parking ticket. 
</li><li>
So I discover his gf's computer has <a href="http://www.microsoft.com/security/incident/blast.asp">Blaster</a> AND
two variations of <a href="http://securityresponse.symantec.com/avcenter/venc/data/w32.bugbear@mm.html">Bugbear</a> and
to make matters worse, IE is infected. 
</li><li>
So I leave at 11PM, half way home I have to stop for a leak and get gas. So I'm done
pumping gas, get in, about to start the car, but then I forgot the receipt (which
has my card number on it) so I must have dropped the keys on the passenger seat, quickly
got out of the car and was not even 2' from the door when it shuts and locks as soon
as the door shuts. 
</li><li>
So the guy in the gas station gives me the number for Cal's Towing, I call for $.50,
he says he can't do 2002 Civics. So I'm like, crap, I ask the guy if he has any other
numbers which he doesn't, and I ask if he has AAA's 800 number, he doesn't. I ask
for a phone book, I get the number for AAA. They say the guy will be there in 30.
So I call my Mom, she starts yelling at me and so on, she says the AAA card isn't
in the car. So I try giving her the pay phone number so she can call me back and give
me the AAA ID. But she keeps yelling so it disconnects me. So guess who shows up 40
minutes later! Cal from Cal's towing. 
</li><li>
After 15 minutes he finally uses an airbag to wedge the top of the rear left door
open slightly to get a clothes hanger to open the lock. Then after I've searched for
the AAA card in the glove box for like 15 minutes the guy just drives off. So in total
I was at the gas station for about an hour. Maybe he just drove off because he sensed
I was having a bad day. Or maybe because he was in bed seeing as how it was 1AM. 
</li><li>
So I get back on freeway, and I'm starting to merge on but another 18 wheeler is cutting
me off and probably doesn't see me on the side of him. He's merging right while I'm
going left so I'm afraid he's going to hit me. We're both doing like 75MPH (in a 70
zone) at this point. I have to speed up to 80 - 85MPH, then I finally pass the guy,
I stay at 85MPH for a minute just to get some distance. And boom, lights (at 1:15AM)!
So the cop pulls me over, asks if I know the speed limit in the area, I say "yes sir,
70MPH" he asks if I know what I was doing. I say "yes, I was doing 82MPH when I passed
that 18 wheeler which to be honest sir almost hit me". He said "what 18 wheeler"...
Then he just said "well let me see your license registration and proof of insurance"
then he said "so what's the real reason you were doing 85 - 95"? I think to myself
WTF, I was NOT doing 95, as soon as I passed the truck I looked and I was only at
1 line passed 80 which is 82! So rather than argue I just say "well I've been having
a horrible day, I've been given wrong directions, practically had a computer explode
on me, and I just sat and waited for a guy to finally come unlock my car after the
keys got stuck inside for an hour, and to top it all off I nearly get hit by this
truck, which I'm afraid you didn't see, and I've still got another hour and half to
drive home. My Mom is probably going to be worried and mad at me". So he goes back
and talks to the other cop for a second, then they both get in their car and write
me a ticket, he comes back and says "well since you've had a bad day I made the ticket
out for your lower speed range which was 85MPH". I just say thanks, and then he says
"drive carefully as you pull out". And then I do. And then I get home after a horrible
day at 2AM.</li></ol><p>
So now you ask what two GOOD things happened yesterday?<br />
Well, the day before the <a href="http://www.microsoft.com/windowsxp/mediacenter/">MCE
2004 Launch</a> was pretty cool, and I met a MCE Dev named Ian Todd! Really cool guy,
plus Mike Morrison who really likes digital photography and turned me on to the <a href="http://www.wwmx.org/">World-Wide
Media eXchange</a> (WWMX). When I got home and got my email I noticed the nice <a href="http://mvp.support.microsoft.com/">MVP
Award</a> Package, very very happy and honestly surprised. So lastly, I bought 1000'
of CAT5e, 50 RJ45 connectors, and a crimper so I can make my own cable, and I feel
like I'm a true noble geek WOOHOO! But of course if I knew about the later parking
and speeding ticket I wouldn't have spent my money on that. I'll now have to pay $36
for the speeding ticket and at least $29 to the <a href="http://www.co.riverside.ca.us/depts/courts/">county
of Riverside</a> and $24.95 to <a href="http://www.webtrafficschool.com/">web traffic
school</a> (thanks to Justin *Mr. Lead Foot* for pointing me to this) to
keep it off my record. Plus there is some sort of "bail" charge through Riverside
Co., I'm not sure what that is just yet. But according to their *really great and
helpful* "pay your ticket online" site, I can plead guilty to the infraction and pay
$384 and have it appear on my record.
</p><p>
Now here's the kicker! I wasn't even going to drive home on the 1st! If I had stuck
to my original plan and not gone to my aunts to see my grandma then down to my uncles
to help him out on the computer I was just going to drive home right after the MCE
Launch on the 30th. Sure it's probably a good thing that I visited family, but in
this case I wish I hadn't! Sorry.
</p><p>
So, for your viewing pleasure, here's the <a href="http://www.auroravisions.com/opendir/FrontOfSpeedingTicket.jpg">front</a> and <a href="http://www.auroravisions.com/opendir/BackOfSpeedingTicket.jpg">back</a> of
the infamous speeding ticket. As well as the front of the <a href="http://www.auroravisions.com/opendir/FrontOfParkingTicket.jpg">parking
ticket</a>. Which btw I could contest but would have to drive out to Fullerton to
do! The same for the speeding ticket but I'll be in England the day I could appear
in court and I'd most likely lose anyway on this one.
</p><p>
If you have it in your heart, please use the PayPal button! And please oh please add
comments about your day. I only hope yours was better than mine.
</p><a href="http://www.coreygouker.com/paypal.asp?donation=oct1"><img alt="Make payments with PayPal - it's fast, free and secure!" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" /></a><br /><br />
May your life be void of stress,<br />
Corey
</div>
    </content>
  </entry>
  <entry>
    <title>Did I mention that I'm ashamed of the way this looks?</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/09/29/DidIMentionThatImAshamedOfTheWayThisLooks.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,5ee30f4b-d604-4017-a72a-18c7006f3b72.aspx</id>
    <published>2003-09-29T08:20:50.7335-07:00</published>
    <updated>2003-10-03T15:04:25.133375-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This is probably the first time I've posted
up something of my own before I even customized it, but oh well, guess we'll be able
to see the work as it goes along. By the time I'm finished it better not look like
it did OOTB!
</div>
    </content>
  </entry>
  <entry>
    <title>First Entry, Ugliest Entry, but definitely not the last!</title>
    <link rel="alternate" type="text/html" href="http://blogs.coreygouker.com/2003/09/29/FirstEntryUgliestEntryButDefinitelyNotTheLast.aspx" />
    <id>http://blogs.coreygouker.com/PermaLink,guid,4ced982d-0ae9-4c86-b436-75bc1d9021fe.aspx</id>
    <published>2003-09-29T08:16:27.01475-07:00</published>
    <updated>2003-10-05T17:28:18.602125-07:00</updated>
    <category term="Blog System" label="Blog System" scheme="http://blogs.coreygouker.com/CategoryView,category,Blog%2BSystem.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Okay so the look of this blows, the content
for now blows, the only thing that doesn't blow is well, maybe the links?<br /><br />
In any case I finally wanted to get some sort of real blog up and running before the <a href="http://www.microsoft.com/windowsxp/mediacenter/">Media
Center Edition 2004</a> launch tomorrow. I've had a plain text (HTML) blog since I
first got on the net back in '96 but half the time it's never seen or never even published.<br /><br />
I evaluated a couple different blogging solutions for a little bit of time and finally
decided to go with <a href="http://www.dasblog.net/">dasBlog</a> for now. I got turned
on to it after looking at <a href="http://www.simplegeek.com">BlogX</a>. There was
also good competition from <a href="http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407">.Text</a> but
I felt for now keeping the data in XML rather than SQL was a much better solution.
I really loath the fact that I'm using something that I didn't build. But it's only
for a little bit till I can finally, and I do mean finally, get my personal site up.<br /><br />
What I'll talk about here is anyone's guess. But anyway it's 8:14AM and I've been
up all night. Just finished watching my rip of <a href="http://www.imdb.com/title/tt0140352/">The
Insider</a>, a damn good film.<br /><br />
So, am off to bed :-).
</div>
    </content>
  </entry>
</feed>