<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>SharePoint</title>
        <link>http://geekswithblogs.net/slock/category/7995.aspx</link>
        <description>SharePoint</description>
        <language>en-US</language>
        <copyright>Scott Lock</copyright>
        <managingEditor>scott@caparea.net</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>SharePoint Upgrade - Completed - Final Thoughts</title>
            <link>http://geekswithblogs.net/slock/archive/2008/10/20/125947.aspx</link>
            <description>&lt;p&gt;After many long hours working on upgrading our clients intranet from SPS 2003 to MOSS, we completed the rollout over a very long weekend.  Ed Buhain, the client and I spent a fair bit of time babysitting the process, tackling last minute gotchas as they came up. &lt;/p&gt;
&lt;p&gt;One of the final issues we had was after all of the time testing, debugging, prepping, etc we had not run through the upgrade process with the infrastructure update applied.  I was fully prepared to do my &lt;a href="http://geekswithblogs.net/slock/archive/2008/07/25/124011.aspx"&gt;workarounds&lt;/a&gt; in order to get all the content moved.  However, during upgrade process we learned that many of the issues that we had hit previously were now no longer issues.  I must assume that these bugs were addressed in either SP1 or the infrastructure update.  For example:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;We fully expected that the WSUS_ database would not be sized correctly, therefore large content DB's would cause it to autogrow when copying the document related tables.  The temp database did size correctly or adequately during the upgrade.&lt;/li&gt;
    &lt;li&gt;Timeouts were an issue due to the tempdb and wsus_ databases thrashing SQL Server.  This also did not seem to be an issue during the upgrade.  SQL Server stayed relatively quiet during the process.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We did run into an issue with creating advanced search pages and a search center.  Still working those bugs out.  All in all I think it was a success.  We also managed to squeeze in a new master page with a fresh new look and branding which ultimately was the "sizzle" the new site needed.  &lt;/p&gt;
&lt;p&gt;Good times...good times.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125947"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125947" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/slock/aggbug/125947.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Lock</dc:creator>
            <guid>http://geekswithblogs.net/slock/archive/2008/10/20/125947.aspx</guid>
            <pubDate>Mon, 20 Oct 2008 15:29:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/slock/comments/125947.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/slock/archive/2008/10/20/125947.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/slock/comments/commentRss/125947.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/slock/services/trackbacks/125947.aspx</trackback:ping>
        </item>
        <item>
            <title>Timeout Error When Upgrading SPS 2003 Content Database </title>
            <link>http://geekswithblogs.net/slock/archive/2008/07/25/124011.aspx</link>
            <description>&lt;p&gt;Man, this issue has been kicking my butt all day.  We've been working on a SharePoint 2003 upgrade (testing) and got to the final content database.  Life was good up to this point.  110GB of content had upgraded and there were just a few hiccups, mostly related to size.  Then, it came.  The nasty, evil, dispicable:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;em&gt; Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.&lt;/em&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Over and Over...&lt;/p&gt;
&lt;p&gt;Basically what's happening from what we can tell is SQL Server is choking on the large document library table copy (dbo.doc) and (dbo.docversion).  The temporary database (WSSUS_) log file timesout during autogrowth.  It just can't keep up with the upgrade.&lt;/p&gt;
&lt;p&gt;I'm trying again...this time I've set the autogrowth to grow by MB instead of percentage.  This is a tricky to get set simply because this database isn't created until the process starts.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;UPDATE&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The solution turned out to be relatively simple.  I grew the transaction log for the WSSUS_ database to 70GB which effectively stoped the autogrow thrashing.  After doing this, the process completed as expected.  The trick is that you have to run the script:&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;The catch is that you have to run it &lt;em&gt;after&lt;/em&gt; the WSSUS database has been created.  I simply watched in Managment Studio until I saw the database in the list and ran the script.  It took 13 minutes for my hardward to execute the query.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;ALTER&lt;/font&gt;&lt;/p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;DATABASE&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; [WSSUP_Temp_675cfeec-6d15-414a-aae2-a3deabbbf01b] &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;MODIFY&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;FILE&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;NAME&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; N&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;'WSSUP_Temp_675cfeec-6d15-414a-aae2-a3deabbbf01b_log'&lt;/font&gt;&lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;SIZE&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 73400320KB &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;,&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;FILEGROWTH&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 10240KB &lt;/font&gt;&lt;font color="#808080" size="2"&gt;&lt;font color="#808080" size="2"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt;We also changed the default file location to a local disk rather than a SAN connected volume.  This may have had some impact, but did not solve the problem.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124011"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124011" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/slock/aggbug/124011.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Lock</dc:creator>
            <guid>http://geekswithblogs.net/slock/archive/2008/07/25/124011.aspx</guid>
            <pubDate>Fri, 25 Jul 2008 05:34:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/slock/comments/124011.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/slock/archive/2008/07/25/124011.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/slock/comments/commentRss/124011.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/slock/services/trackbacks/124011.aspx</trackback:ping>
        </item>
        <item>
            <title>Database gotchas when upgrading SPS 2003 to MOSS</title>
            <link>http://geekswithblogs.net/slock/archive/2008/07/22/123955.aspx</link>
            <description>&lt;p&gt;Again, maybe old news but I thought I would post something interesting that happened during a recent upgrade from SPS 2003 to MOSS.  SharePoint is very finicky when it comes to database transactions and sizing during the gradual upgrade process.  Here are a couple of things to note:&lt;/p&gt;
&lt;p&gt;1.  Make sure you have enough size - When upgrading a site that had about 150GB in content, we needed about 500GB in space to complete the migration.&lt;/p&gt;
&lt;p&gt;2.  Make sure you know where your _Pair DB's Are - SharePoint for some reason didn't put the _Pair db's on the default data and log file locations (C:\) and had to be moved to a larger volume.  This caused the upgrade to fail with space issues.&lt;/p&gt;
&lt;p&gt;3.  Make sure to set the _Pair data and log files to AutoGrow - Now that you have the right amount of space, make sure that you configure the new databases to grow correctly.  Large content databases will have large transactions when copying the sitecollections.  This can also lead to things like timeouts and space issues.  You should also consider setting the recovery model to "Simple" during the migration to keep things tight.&lt;/p&gt;
&lt;p&gt;Just some things to think about.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123955"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123955" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/slock/aggbug/123955.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Lock</dc:creator>
            <guid>http://geekswithblogs.net/slock/archive/2008/07/22/123955.aspx</guid>
            <pubDate>Tue, 22 Jul 2008 23:10:12 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/slock/comments/123955.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/slock/archive/2008/07/22/123955.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/slock/comments/commentRss/123955.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/slock/services/trackbacks/123955.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint gradual upgrade disabled when using a SQL instance named SharePoint</title>
            <link>http://geekswithblogs.net/slock/archive/2008/07/22/123954.aspx</link>
            <description>This may be old news, but we just hit this issue the other day.  If you try to upgrade an instance of SharePoint Portal Server 2003 or WSS 2.0 that is running on a named instance of SQL Server called "SharePoint", the gradual upgrade option is greyed out.  It turns out that this is because the installer &lt;em&gt;thinks&lt;/em&gt; that you are trying to upgrade an instance of MSDE.  Changing the instance name to something other than "SharePoint" does the trick.  Talk about hardcoding something...&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123954"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123954" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/slock/aggbug/123954.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Lock</dc:creator>
            <guid>http://geekswithblogs.net/slock/archive/2008/07/22/123954.aspx</guid>
            <pubDate>Tue, 22 Jul 2008 23:03:55 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/slock/comments/123954.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/slock/archive/2008/07/22/123954.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/slock/comments/commentRss/123954.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/slock/services/trackbacks/123954.aspx</trackback:ping>
        </item>
        <item>
            <title>Setting up an SPS 2003 VM to test a MOSS Upgrade</title>
            <link>http://geekswithblogs.net/slock/archive/2008/04/18/121370.aspx</link>
            <description>&lt;p&gt;I finally got a Virtual Server 2005 VM running with my clients entire intranet SPS 2003 portal running.  It took a bit of time to restore all 70GB of content data.  What I have now is a 120 GB VM that is a great way to test the upgrade.  &lt;/p&gt;
&lt;p&gt;Here are some lessons learned:&lt;/p&gt;
&lt;p&gt;1.  &lt;strong&gt;VPC 2007 to Virtual Sever 2005 Does not always work as advertised&lt;/strong&gt; - I started off this project with a baseline Windows 2003 VPC built on my laptop.  The trick is that the VPC used specific IDE controller drivers based on the hardware configuration of my Dell Latitude 820.  I tried to move this over as is but got the BSOD during reboot.  After several failed attempts to fix the image, I ultimately had to rebuild the image on VS 2005.&lt;/p&gt;
&lt;p&gt;2.  &lt;strong&gt;Size Matters&lt;/strong&gt; - When you build a new image, make sure you size it appropriately.  Dynamic disks are great, but when you need to restore a 52GB database, you need to make sure you have at least that much space to do the restore.  Fixed disks do the trick here, but how do you convert a disk that was already fixed at 64 GB?  Easy...you download &lt;a href="http://vmtoolkit.com/default.aspx"&gt;VM Resizer&lt;/a&gt;, epand the disk then use &lt;a href="http://support.microsoft.com/KB/325590"&gt;DiskPart&lt;/a&gt; to extend the partition.  Worked like champ.  One thing to note, if you are extending a VHD that you plan to keep as an IDE drive, make sure to keep it under the 127GB max size.&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt; It makes a "Difference"&lt;/strong&gt; - Use Differencing disks.  Repeat.  Use Differencing Disks.  It's not easy to use undo disks on a VHD that is 120GB in size.  Even on a SAN that's a lot of disk space.  By building that baseline and using VS 2005 differencing disks, you can keep that baseline pristine and make changes to a seperate vhd.&lt;/p&gt;
&lt;p&gt;4.  &lt;strong&gt;Know&lt;/strong&gt; &lt;strong&gt;Thy Version&lt;/strong&gt; - If you follow &lt;a href="http://www.sharepointblogs.com/holliday/archive/2007/06/19/restore-production-sharepoint-2003-databases-to-test-servers.aspx?CommentPosted=true#commentmessage"&gt;Jeff Holliday's Blog Entry on Restoring SharePoint Production Servers to Test Servers&lt;/a&gt; it is very easy to actually restore the portal.  What's the catch?  You ABSOLUTELY need to make sure that WSS 2.0 and SPS 2003 are up to the same version.  There were a few posts and comments from folks who got this error:&lt;/p&gt;
&lt;p&gt;'SvrAdminPortalCreate_SecurityConfigurationSection_Text' is not a valid value for attribute 'TitleLocID'. It must be of enum type 'Microsoft.SharePoint.Portal.WebControls.LocStringId'&lt;/p&gt;
&lt;p&gt;This was because there was a mismatch in version between the production source server and the test target servers.  You can verify versions &lt;a href="http://mindsharpblogs.com/penny/articles/481.aspx"&gt;against this chart&lt;/a&gt; and install the appropriate hotfixes, patches, and service packs.&lt;/p&gt;
&lt;p&gt;Hope that this helps someone along the way.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121370"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121370" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/slock/aggbug/121370.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Lock</dc:creator>
            <guid>http://geekswithblogs.net/slock/archive/2008/04/18/121370.aspx</guid>
            <pubDate>Sat, 19 Apr 2008 03:44:13 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/slock/comments/121370.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/slock/archive/2008/04/18/121370.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/slock/comments/commentRss/121370.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/slock/services/trackbacks/121370.aspx</trackback:ping>
        </item>
    </channel>
</rss>