<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.mpking.com/feeds/atom10.xml" rel="self" title="Michael King" type="application/atom+xml" />
    <link href="http://www.mpking.com/"                        rel="alternate"    title="Michael King" type="text/html" />
    <link href="http://www.mpking.com/rss.php?version=2.0"     rel="alternate"    title="Michael King" type="application/rss+xml" />
    <title type="html">Michael King</title>
    <subtitle type="html">My little place on the web</subtitle>
    <icon>http://www.mpking.com/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://www.mpking.com/</id>
    <updated>2010-05-25T21:16:01Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4">Serendipity 1.4 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.mpking.com/archives/37-Nerdtest.html" rel="alternate" title="Nerdtest" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2010-05-25T21:16:01Z</published>
        <updated>2010-05-25T21:16:01Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=37</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    
    
        <id>http://www.mpking.com/archives/37-guid.html</id>
        <title type="html">Nerdtest</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.nerdtests.com/ft_nt2.php"> <img src="http://www.nerdtests.com/images/badge/nt2/996f26e39f9ee45a.png" alt="NerdTests.com says I'm an Uber Cool Nerd King.  Click here to take the Nerd Test, get geeky images and jokes, and talk to others on the nerd forum!" /> </a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/36-WPAD-does-not-resolve-in-DNS.html" rel="alternate" title="WPAD does not resolve in DNS" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2010-02-17T17:33:29Z</published>
        <updated>2010-02-17T17:33:29Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=36</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/8-Tech-Stuff" label="Tech Stuff" term="Tech Stuff" />
    
        <id>http://www.mpking.com/archives/36-guid.html</id>
        <title type="html">WPAD does not resolve in DNS</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>At work, we're doing a POC (proof of concept) with a web-proxy, specifically Ironport Websecurity Appliance. &#160;Like&#160;most all proxies, you have to get the traffic from the client to the proxy. &#160;It supports transparent traffic redirection, but we're looking at using WPAD instead.<br />However, when I created the WPAD DNS entry, it didn't resolve...</p> <br />
<pre>C:\&gt;ping wpad<br />
Ping request could not find host wpad. Please check the name and try again.</pre> <br />
<pre></pre> <br />
<pre>C:\&gt;nslookup wpad &lt;DNSServer1&gt;<br />
Server: &#160;&lt;DNSServer1&gt;.domain.net<br />
Address: &#160;&lt;IPofDNSServer1&gt;<br />
*** &lt;DNSServer1&gt;.domain.net can't find wpad: Non-existent domain&#160;</pre> <br />
<p>This of course, is a big problem. &#160; It took a little investigating, but I found the cause..<br />Windows Server 2008 introduced a new feature, called &quot;Global Query Block list&quot;, which prevents some arbitrary machine from registering the DNS name of WPAD. &#160;This is a good security feature, as it prevents someone from just joining your network, and setting himself up as a proxy.&#160;However, my DNS server is Windows 2003? &#160;It doesn't have the &quot;Global Query Block List&quot;. &#160;Well, when the documentation was written, it didn't, but a DNS service patch&#160;Microsoft&#160;published last year DID!&#160;<br />As far as I can tell,&#160;<a href="http://support.microsoft.com/kb/961063">http://support.microsoft.com/kb/961063</a>&#160;&#160;included the&#160;&quot;Global Query Block List&quot;, it's not supposed to be enabled by default but mine was, and I did not intentionally turn it on, But here's the best news, not all the pieces of the feature made it down to 2003. &#160;The TechNet article:<a href="http://technet.microsoft.com/en-us/library/cc995158.aspx">http://technet.microsoft.com/en-us/library/cc995158.aspx</a>&#160;shows how to manipulate the&#160;&quot;Global Query Block List&quot;, and sure enough, the command of:</p> <br />
<pre>dnscmd /info /enableglobalqueryblocklist<br />
Query result:<br />
Dword: &#160;1 (0000000000000001)<br />
Command completed successfully.</pre> <br />
<p>Shows the block list is enabled, but the command:<br /><span style="font-family: monospace; white-space: pre; ">dnscmd /info /globalqueryblocklist Info query failed &#160;&#160; &#160;status = 9553 (0x00002551) Command failed: &#160;DNS_ERROR_INVALID_PROPERTY &#160; &#160; 9553 &#160;(00002551)</span></p> <br />
<p>Which is supposed to show you what's in the block list fails.<br />Great..<br />So there are two options here:<br /><span class="Apple-tab-span" style="white-space: pre; "> </span>1.&#160;Turn off the &quot;Global Query Block List&quot;<br /><span class="Apple-tab-span" style="white-space: pre; "> </span>2. Remove WPAD from the &#160;&quot;Global Query Block List&quot;<br />Turning off&#160;&quot;Global Query Block List&quot; is easy, just run the command:<br /><span style="font-family: monospace; white-space: pre; ">dnscmd /config /enableglobalqueryblocklist 0&#160;&#160; <span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">That's it. &#160;It's off. No service restart required.&#160;But what if you turned it off and want to turn it back on? You can't run the opposite command of:<br /><span style="font-family: monospace; white-space: pre; ">dnscmd /config /enableglobalqueryblocklist 0&#160; <span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">Why not? &#160;Cause Microsoft goofed in they're&#160;documentation. &#160;It's actually the same command as to turn it off! &#160;The correct command is:<br /><span style="font-family: monospace; white-space: pre; ">dnscmd /config /enableglobalqueryblocklist 1  <span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; "></span></span></span></span></span></span></p> <br />
<p><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; "><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; "><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">To remove WPAD, but leave the Blocklist enabled, is a little more difficult</span></span></span></span></span></span></p> <br />
<p><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">The &quot;Global Query Block List &quot; is stored here:</span></span></p> <br />
<p><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters\GlobalQueryBlockList</span></span></p> <br />
<p><span style="font-family: monospace; white-space: pre; "><span style="font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; ">Mine had the entries of WPAD and ISATAP. &#160;Remove the WPAD entry and restart the DNS service for it to reload the Blocklist. &#160;Note, there is a trailing newline character after ISATAP, it's best to leave it there. &#160;Note, there is a command line that is supposed to edit this blocklist, &#160;but again it's broken in the 2003 implementation,&#160;hopefully a later patch, or Service pack will fix these features. &#160;Make sure to makes changes to all your DNS services. &#160;This is a per machine setting, not a zone setting, so if your using Active Directory&#160;Integrated&#160;zones, it won't replicate this change.&#160;</span></span></p> <br />
<p> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/35-Windows-Server-2003-allows-old-passwords-for-60-minutes.html" rel="alternate" title="Windows Server 2003 allows old passwords for 60 minutes" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2009-04-27T18:38:28Z</published>
        <updated>2009-04-27T18:38:28Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=35</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    
    
        <id>http://www.mpking.com/archives/35-guid.html</id>
        <title type="html">Windows Server 2003 allows old passwords for 60 minutes</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Took me forever to find this again.&#160;&#160; </p><br />
<p><a href="http://support.microsoft.com/kb/906305">http://support.microsoft.com/kb/906305</a></p><br />
<p>&#160;</p><br />
<p>Orignally I had a software vendor clue me into this registry key.&#160; It's the reason why you change your password, your old one still works for 60 minutes.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/34-Find-stale-computer-accounts-in-active-directory.html" rel="alternate" title="Find stale computer accounts in active directory" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2009-01-20T18:14:13Z</published>
        <updated>2009-01-20T18:14:13Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=34</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/10-Websites" label="Websites" term="Websites" />
    
        <id>http://www.mpking.com/archives/34-guid.html</id>
        <title type="html">Find stale computer accounts in active directory</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>So it's inevitable that if you run Active Directory long enough, you will have &quot;stale&quot; accounts.&#160;&#160; Stale accounts are accounts that no-one is using anymore, be it because the user is no-longer employed, it was a shared account that no-one uses anymore, or people just forgot the account is there.&#160; Yes, Yes, you should have good practices in place to prevent this kind of account stagnation, but it happens.</p><br />
<p>The easiest way to find accounts is to use DSQuery:</p><br />
<pre><br />
dsquery user domainroot -name * -inactive 18</pre><br />
<p>which will display the distinguished names of all users in only the current domain who have been inactive for 120 days (17+ weeks rounded to 18 weeks) or more.</p><br />
<p>But what about computer accounts?</p><br />
<p><em>dsquery computer -inactive 8 -limit 0</em> </p><br />
<p>Searches for computers that have been inactive (stale) for the number of weeks that you specify (in this case 8 weeks) and displays all entries (Default is 100)</p><br />
<p>But what if you want pretty output ?&#160; </p><br />
<p>Joeware has a nice little utility that does all of the hard part for you, and can display in a DHTML table that is easily sortable</p><br />
<p><a href="http://www.joeware.net/freetools/tools/oldcmp/index.htm">http://www.joeware.net/freetools/tools/oldcmp/index.htm</a></p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/33-New-CCA-site.html" rel="alternate" title="New CCA site" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-12-31T22:26:56Z</published>
        <updated>2008-12-31T22:26:56Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=33</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/13-CCA" label="CCA" term="CCA" />
    
        <id>http://www.mpking.com/archives/33-guid.html</id>
        <title type="html">New CCA site</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>The Clean Access users page I was hosting got hit by a bad hack.&#160; Google very nicely sent me a message saying I was being removed from the search index's till I clean it up.</p><br />
<p>Since there wasn't alot of content there, I decided to delete the entire folder (and corresponding database) because it looks like they had pretty much rooted the entire site.&#160; (There was link spam being injected on every page of the site)</p><br />
<p>So this is the first entry.&#160; I'll post more of them as I manage to dig them out of the archives.&#160;&#160; Most of the content however was talking about releases, and changes from the previous releases.&#160; Since this information is time sensitive, I don't think I'll be posting any of the older releases.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/32-Multi-User-Picasa.html" rel="alternate" title="Multi User Picasa" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-11-15T07:26:03Z</published>
        <updated>2008-11-15T07:26:03Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=32</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/10-Websites" label="Websites" term="Websites" />
    
        <id>http://www.mpking.com/archives/32-guid.html</id>
        <title type="html">Multi User Picasa</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Just setup a new family computer, and I wanted to setup a different user account for both me and Rachel.</p><p></p><p>One of the programs both of us use is Picasa, and of course we want to share the same photos (and reflect edits back to each other. </p><p>This guy has some nifty tips on how to do that:</p><p><a href="http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx">http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx</a></p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/31-ASDM-error-Unconnected-sockets-no-implemented..html" rel="alternate" title="ASDM error: Unconnected sockets no implemented." />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-11-03T23:40:00Z</published>
        <updated>2008-11-03T23:44:39Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=31</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/10-Websites" label="Websites" term="Websites" />
    
        <id>http://www.mpking.com/archives/31-guid.html</id>
        <title type="html">ASDM error: Unconnected sockets no implemented.</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p /><p>I was installing ASDM on a new machine at work, and was greeted with the following Error:</p><p><span style="FONT-WEIGHT: bold; FONT-FAMILY: arial">ASDM is unable to continue loading. Click OK to exit from ASDM.</span><br /><span style="FONT-WEIGHT: bold; FONT-FAMILY: arial">Unconnected sockets not implemented.</span></p><p>Thankfully, this gentleman had already had this particular grief, and had found the resolution:</p><p><a href="http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html">http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html</a></p><p>Short answer, uninstall Java6 Update 10, and roll back to Java6 Update 7.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/30-Carbonite-vs-Mozy-vs-Jungle-Disk.html" rel="alternate" title="Carbonite vs Mozy vs Jungle Disk" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-08-18T03:43:30Z</published>
        <updated>2009-12-02T05:15:24Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=30</wfw:comment>
    
        <slash:comments>14</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/8-Tech-Stuff" label="Tech Stuff" term="Tech Stuff" />
    
        <id>http://www.mpking.com/archives/30-guid.html</id>
        <title type="html">Carbonite vs Mozy vs Jungle Disk</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>I decided that with my daughter coming into my life, that I need to now backup all my precious pictures of her.</p><br />
<p>This is slightly easier said than done, since I'm currently clocking in around 30 GB of pictures.</p><br />
<p>Click the read more (or the article title) to read which backup solution I chose.</p><br />
<p> </p> <br /><a href="http://www.mpking.com/archives/30-Carbonite-vs-Mozy-vs-Jungle-Disk.html#extended">Continue reading "Carbonite vs Mozy vs Jungle Disk"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/28-iCarbon.html" rel="alternate" title="iCarbon" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-07-10T03:32:32Z</published>
        <updated>2008-07-10T03:51:23Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=28</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/10-Websites" label="Websites" term="Websites" />
    
        <id>http://www.mpking.com/archives/28-guid.html</id>
        <title type="html">iCarbon</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>One of the nice things about having a scanner and a printer is that you should be able to photocopy something.  Unfortunately, if you have a generic scanner (Like I do) you don't get the nice software that does that automatically.</p><p>I've been &quot;using&quot; Photocoper v3.03 for a few years, &quot;using&quot; being a relative term as it didn't work for me.  It did a few times, then it just stopped.  I've had to compensate by just using Photoshop, or Picasa2 to fake it.</p><p>I just found this software, iCarbon today, and it works great!</p><p><a href="http://www.idev.ch/index.php?option=content&amp;task=view&amp;id=76&amp;Itemid=54">http://www.idev.ch/index.php?option=content&amp;task=view&amp;id=76&amp;Itemid=54</a></p><p>Thanks to Steve Bass for pointing it out<br /><a href="http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm">http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm</a>l</p><p><br /><br /><br /> </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/27-Sophia-Marilyn-King.html" rel="alternate" title="Sophia Marilyn King" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-06-16T16:46:24Z</published>
        <updated>2008-06-19T17:28:23Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=27</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/12-Sophia" label="Sophia" term="Sophia" />
    
        <id>http://www.mpking.com/archives/27-guid.html</id>
        <title type="html">Sophia Marilyn King</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
Sophia was born June 16th 2008 at 9:46 pm, at 6lbs 4 ounces.  She's 20 1/4 inches long.<br />
<br />
<embed width="800" height="533" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMichael.P.King%2Falbumid%2F5213598762713991809%3Fkind%3Dphoto%26alt%3Drss" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/24-Hubconnect.html" rel="alternate" title="Hubconnect" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-02-27T16:38:00Z</published>
        <updated>2008-02-27T16:38:25Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=24</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/1-Work" label="Work" term="Work" />
    
        <id>http://www.mpking.com/archives/24-guid.html</id>
        <title type="html">Hubconnect</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<a href="http://www.mpking.com/uploads/HUB-Connect.exe">http://www.mpking.com/uploads/HUB-Connect.exe</a><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/25-Sophias-Room.html" rel="alternate" title="Sophia's Room" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-02-18T19:26:16Z</published>
        <updated>2008-02-18T19:26:16Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=25</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/12-Sophia" label="Sophia" term="Sophia" />
    
        <id>http://www.mpking.com/archives/25-guid.html</id>
        <title type="html">Sophia's Room</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>So my family came over this weekend to get Sophia's room ready.</p><p>After many hours of hard work, the room is ready for furniture.</p><p>The picture below is of how it looks.  It's a light pink, with a ladybug border.</p><p></p><p><!-- s9ymdb:8 --><img width="512" height="340" src="http://www.mpking.com/uploads/DSC_4922.JPG" style="border: 0px none ; padding-left: 5px; padding-right: 5px;" alt=""  /></p><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/23-Sophias-Ultrasound!.html" rel="alternate" title="Sophia's Ultrasound!" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-02-08T07:53:00Z</published>
        <updated>2008-02-18T19:24:42Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=23</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/12-Sophia" label="Sophia" term="Sophia" />
    
        <id>http://www.mpking.com/archives/23-guid.html</id>
        <title type="html">Sophia's Ultrasound!</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>So we had Sophia's Ultrasound today.  I'll post pictures when I get them from Rachel, but for now, you can see the video.  (Ain't technology great?)</p><p>You'll have to click the video to start it (It will open up in Picasa Web Albums in a new window)  If there is a big play button, you'll have to click twice.</p><p /><p><br />
</p><br />
<br />
<embed width="288" height="192" type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMichael.P.King%2Falbumid%2F5164466482187443457%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/22-Its-a-GIRL!.html" rel="alternate" title="It's a GIRL!" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2008-01-07T06:30:37Z</published>
        <updated>2008-02-18T19:25:06Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=22</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/12-Sophia" label="Sophia" term="Sophia" />
    
        <id>http://www.mpking.com/archives/22-guid.html</id>
        <title type="html">It's a GIRL!</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>It's a girl and her name is Sophia!</p><p /><p>Click on the pictures to see a bigger version.</p><p><br />
</p><embed width="600" height="400" type="application/x-shockwave-flash" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&captions=1&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMichael.P.King%2Falbumid%2F5152570301078830513%3Fkind%3Dphoto%26alt%3Drss" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.mpking.com/archives/20-Were-Having-a-BABY!.html" rel="alternate" title="We're Having a BABY!" />
        <author>
            <name>Michael King</name>
                    </author>
    
        <published>2007-11-08T19:39:56Z</published>
        <updated>2008-02-18T19:25:23Z</updated>
        <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=20</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.mpking.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    
            <category scheme="http://www.mpking.com/categories/12-Sophia" label="Sophia" term="Sophia" />
    
        <id>http://www.mpking.com/archives/20-guid.html</id>
        <title type="html">We're Having a BABY!</title>
        <content type="xhtml" xml:base="http://www.mpking.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Meet the newest member of our family.</p><p /><p>(HINT:  In the black spot, the lima bean shape.  It's upside down, so the head is on the bottom.  What appears to be an eye is actually the heart.)</p><p><img src="http://www.mpking.com/uploads/ultrasound.jpg" alt=""  /><br />
</p> 
            </div>
        </content>
        
    </entry>

</feed>