<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>SharePoint - Smooth Sailing</title>
    
    <link rel="hub" href="http://hubbub.api.typepad.com/" />
    <link rel="alternate" type="text/html" href="http://www.paulswider.com/" />
    <id>tag:typepad.com,2003:weblog-537367</id>
    <updated>2010-02-04T19:13:02-05:00</updated>
    <subtitle>Paul J. Swider is a freelance consultant and the Enterprise SharePoint Strategist for OnClick Solutions. In addition he is president of the Charleston SharePoint Users Group and an accomplished entrepreneur.  

Straight from a barrier Island near Charleston, SC Paul chases the tides and winds as an avid boater and sailor. In the winter months you might also find him snowboarding down the slopes of Vermont.

Paul is grateful he is able escape the summer heat in Charleston and consults with some of the most successful companies in the country. 17 years of software consulting experience combined with many Microsoft certifications and speaking credentials has made Paul an authority in the SharePoint Community.  

Paul has trained and consulted thousands of SharePoint administrators, developers and architects.  His vast knowledge is not overshadowed by his witty entertainment when he speaks at numerous conferences and seminars nationwide.
With unique creativity, 

Paul implements enterprise SharePoint Solutions for clients around the country.  In addition, he writes and teaches about enterprise collaboration concepts with demonstrated knowledge you can only get in "the trenches". His specialties include enterprise SharePoint deployment, information architecture, SharePoint development best practices and social media integration.
</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/PaulsharepointSwider" /><feedburner:info uri="paulsharepointswider" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:browserFriendly></feedburner:browserFriendly><entry>
        <title>A Great Tip for Great SharePoint 2010 Presentations</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/02/tip-for-sharepoint-2010-presentations.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/02/tip-for-sharepoint-2010-presentations.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e2012877654f72970c</id>
        <published>2010-02-04T19:13:02-05:00</published>
        <updated>2010-02-04T20:11:09-05:00</updated>
        <summary>Due to the interest in SharePoint 2010 at some point you may be asked to demo features, code, etc. Making sure your virtual server image is reliable and responsive is key to any great demonstration. The last thing you want...</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="SharePoint 2010 Presentations" />
        <category scheme="http://sixapart.com/ns/types#tag" term="SPWakeup" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Due to the interest in SharePoint 2010 at some point you may be asked to demo features, code, etc. Making sure your virtual server image is reliable and responsive is key to any great demonstration. The last thing you want to do is have to wait for web sites and features to load into memory, etc. while in front of a crowd.</p>  <p>One of the techniques I use to ensure acceptable performance and eliminate memory problems is resetting IIS to clean out all memory pools on my web server. After the reset I run a warm up script to instantiate my web applications and created required SP objects in memory on the web server. You can <a href="http://spwakeup.codeplex.com/" target="_blank">download a great little tool</a> called SPWakeup to “warm up” your SharePoint sites from <a href="http://spwakeup.codeplex.com/" target="_blank">CodePlex</a>. The tool was created by Andrew Kennel (not Andrew Connell) and inspired by an original post by Joel Oleson about using warm up scripts for SharePoint.</p>  <p>I like to open the Windows Task Manager in my host machine and view the Performance tab during the process. You will see massive amounts of memory become free after the IISRESET and you will observe “clean” memory being consumed as the sites are warmed. </p>  <h5>Figure 1 – Task Manager</h5>  <p><a href="http://paulswider.typepad.com/.a/6a00d8354a698669e20128776581dc970c-pi"><img alt="memory" border="0" height="244" src="http://paulswider.typepad.com/.a/6a00d8354a698669e20120a863339e970b-pi" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="memory" width="232" /></a> </p>  <p><strong>To reset IIS:</strong></p>  <p>1) Click Start, Run and type IISREST</p>  <p>2) Press Enter</p>  <p>3) After the IISRESET execute SPWakeup.exe and test your sites.</p>  <h5>Figure 2 - Output from SPwakeup.exe</h5>  <p><a href="http://paulswider.typepad.com/.a/6a00d8354a698669e20120a8632e6b970b-pi"><img alt="wakeup" border="0" height="159" src="http://paulswider.typepad.com/.a/6a00d8354a698669e2012877657ca6970c-pi" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wakeup" width="244" /></a> </p>  <p>I prefer to create a batch file on my desktop with the command to reset IIS and execute SPWakeup allowing me to execute the process quickly with confidence. </p>  <h5>Figure 3 - Sample Batch File</h5>  <p><a href="http://paulswider.typepad.com/.a/6a00d8354a698669e2012877657cb1970c-pi"><img alt="clean sharepoint" border="0" height="170" src="http://paulswider.typepad.com/.a/6a00d8354a698669e20120a8632e88970b-pi" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clean sharepoint" width="244" /></a> </p>  <p>After this memory recycle is complete you can count on fresh IIS memory pools and responsive SharePoint sites. I like to recycle and then “warm up” my memory pools during my introduction. The procedure is also useful if during your presentation you get surprised with unexpected results or errors. By recycling memory you may be able to resolve the issue quickly and continue the presentation.</p>  <p>Try it out, practice ahead of time. I promise you won’t be disappointed. Happy Demos!</p></div>
</content>


    </entry>
    <entry>
        <title>Microsoft Offers Second Shot  Just in Time for SharePoint 2010 Exams.</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/02/microsoft-offers-second-shot-just-in-time-for-sharepoint-2010-exams.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/02/microsoft-offers-second-shot-just-in-time-for-sharepoint-2010-exams.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e20120a8620c0e970b</id>
        <published>2010-02-04T16:06:05-05:00</published>
        <updated>2010-02-04T16:06:05-05:00</updated>
        <summary>Second Shot, the most popular certification offer in Microsoft history, has returned to help you pass your next certification exam and further your career. Second Shot gives you a free retake offer if you do not pass a Microsoft Certification...</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.microsoft.com/learning/career/en/us/career-offer.aspx" target="_blank">Second Shot</a>, the most popular certification offer in Microsoft history, has returned to help you pass your next certification exam and further your career. Second Shot gives you a free retake offer if you do not pass a Microsoft Certification Exam on the first attempt.</p>  <p><a href="http://www.microsoft.com/learning/career/en/us/career-offer.aspx" target="_blank">More information on Second Shot</a></p></div>
</content>


    </entry>
    <entry>
        <title>Fix Performance Issues Running SharePoint 2010 using VMWare Hosted on Windows 7</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/02/running-sharepoint-2010-in-vmware-or-hyper-v-and-usb-drive-on-windows-7.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/02/running-sharepoint-2010-in-vmware-or-hyper-v-and-usb-drive-on-windows-7.html" thr:count="3" thr:updated="2010-02-03T22:15:16-05:00" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e2012877576191970c</id>
        <published>2010-02-02T21:55:27-05:00</published>
        <updated>2010-02-02T22:13:13-05:00</updated>
        <summary>Fix Performance Issues Running SharePoint 2010 using VMWare Hosted on Windows 7</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="SharePoint 2010; USB; VMWare; Windows 7" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Are you experiencing poor performance? Does your virtual machine feels sluggish.</p>
<p>Try this: (especially if virtual drives are located on external USB drives)</p>
<p>Disable Superfetch and Remote Differential Compression.</p>
<p><br />Superfetch can be disabled by; <br />Going to start &gt; right clicking Computer &gt; Click Manage &gt; Choose Services and Applications &gt; Services <br />Find "Superfetch" in the list, and right click &gt; Properties &gt; Change "Startup Type" to "Disabled" <br />Then Hit "Stop" then "Apply" <br /></p>
<p>Remote Differential Compression can be disabled by: <br />Going to Start: Control Panel &gt; All Control Panel Items &gt; Programs and Features &gt; "Turn Windows Features on or Off" <br />Uncheck Remote Differential Compression and Click OK. <br />Restart the computer after these changes.</p>
<p>When I made this change I noticed an immediate boost in performance. </p>
<p>I was so excited I took the next step and added a second virtual hard drive on a second physical drive and moved my swap file for Windows Server to the new location.</p>
<p>Drive configuration: (ThinkPad w700 with two 7200RPM internal drives)</p>
<p>Internal Drive 1: Windows 7 Host</p>
<p>USB Drive: VMWare Primary partition running Windows Server 2008 R2 and SharePoint 2010</p>
<p>Internal Drive 2: Second VMWare drive for Windows Server R2 Swap file.</p>
<p><a href="http://social.technet.microsoft.com/Forums/en/w7itproperf/thread/c723939a-c917-486a-a57c-83d0f76dfc49" target="_blank">Superfetch fix is courtesy of Stev</a></p></div>
</content>


    </entry>
    <entry>
        <title>Recap of The Humanizing of SharePoint In NYC</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/02/recap-of-the-humanizing-of-sharepoint-in-nyc.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/02/recap-of-the-humanizing-of-sharepoint-in-nyc.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e20120a8472f5f970b</id>
        <published>2010-02-02T01:57:05-05:00</published>
        <updated>2010-02-02T02:00:01-05:00</updated>
        <summary>I would like to thank John Anderson of the just-launched Bamboo Nation community for his write up and recap of my session at NYC. You can find the article at Bamboo Nation.
</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="SharePoint Social" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>I would like to thank John Anderson of the just-launched Bamboo Nation community for his <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2010/02/01/spsny-paul-j-swider-on-the-humanizing-of-sharepoint-in-2010.aspx" target="_blank">write up and recap</a> of my session at NYC. You can find the article at <a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2010/02/01/spsny-paul-j-swider-on-the-humanizing-of-sharepoint-in-2010.aspx" target="_blank">Bamboo Nation</a>.</p></div>
</content>


    </entry>
    <entry>
        <title>2010 Information Worker Demonstration Virtual Machine</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/01/2010-information-worker-demonstration-virtual-machine.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/01/2010-information-worker-demonstration-virtual-machine.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e2012877178e6c970c</id>
        <published>2010-01-26T20:29:18-05:00</published>
        <updated>2010-01-26T20:38:07-05:00</updated>
        <summary>Download a Hyper-V image with SharePoint 2010 and Office 2010 installed and configured</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="SharePoint 2010 Hyper-V Image" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0c51819b-3d40-435c-a103-a5481fe0a0d2&amp;displaylang=en" target="_blank">Download a Hyper-V image</a> with SharePoint 2010 and Office 2010 installed and configured. Sample data includes over 200 user profiles and configured SharePoint sites.</p></div>
</content>


    </entry>
    <entry>
        <title>What the F**K is Social Media: One Year Later</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/01/what-the-fk-is-social-media-one-year-later.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/01/what-the-fk-is-social-media-one-year-later.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e20128770a6403970c</id>
        <published>2010-01-25T00:02:00-05:00</published>
        <updated>2010-01-25T00:02:00-05:00</updated>
        <summary>What the F**K is Social Media: One Year Later</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.slideshare.net/mzkagan/what-the-fk-is-social-media-one-year-later" target="_blank">What the F**K is Social Media: One Year Later</a></p></div>
</content>


    </entry>
    <entry>
        <title>SharePoint 2010 Training</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/01/sharepoint-2010-training.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/01/sharepoint-2010-training.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e20128770a6515970c</id>
        <published>2010-01-24T17:07:05-05:00</published>
        <updated>2010-01-24T17:15:55-05:00</updated>
        <summary>If you’re going to be near NYC this Saturday, check out my session at the free SharePoint Saturday event on 1/30 http://bit.ly/8LaH4S If you will be near San Francisco the week of 2/09 check out my sessions at the SPTech...</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>If you’re going to be near NYC this Saturday, check out my session at the free SharePoint Saturday event on 1/30 <a href="http://bit.ly/8LaH4S">http://bit.ly/8LaH4S</a></p>
<p>If you will be near San Francisco the week of 2/09 check out my sessions at the SPTech conference. <a href="http://sptechcon.com/">http://sptechcon.com/</a></p></div>
</content>


    </entry>
    <entry>
        <title>Microsoft Will Produce Four SharePoint 2010 MOC Learning Titles</title>
        <link rel="alternate" type="text/html" href="http://www.paulswider.com/2010/01/microsoft-will-produce-four-sharepoint-2010-moc-titles.html" />
        <link rel="replies" type="text/html" href="http://www.paulswider.com/2010/01/microsoft-will-produce-four-sharepoint-2010-moc-titles.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8354a698669e20120a6ff0c4c970b</id>
        <published>2010-01-04T14:50:00-05:00</published>
        <updated>2009-12-02T14:30:21-05:00</updated>
        <summary>Microsoft is producing four MOC titles for SharePoint 2010. There will be two developer titles and two IT Pro titles. The titles will be authored by MVP’s and offered worldwide at Microsoft Certified Learning Centers in 2010. The community is...</summary>
        <author>
            <name>Paul J. Swider</name>
        </author>
        
        <category scheme="http://sixapart.com/ns/types#tag" term="SharePoint 2010 Training" />
        
<content type="xhtml" xml:lang="en-US" xml:base="http://www.paulswider.com/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Microsoft is producing four MOC titles for SharePoint 2010. There will be two developer titles and two IT Pro titles. The titles will be authored by MVP’s and offered worldwide at <a href="http://www.microsoft.com/learning/en/us/default.aspx" target="_blank">Microsoft Certified Learning</a> Centers in 2010. The community is stepping up and generating content for the Microsoft Courseware Library as well. In the past the lack of MOC courseware and classes has been a sore point for IT professionals seeking professional training by the MCT community. As a bonus Microsoft customers will be able to use <a href="http://www.microsoft.com/licensing/software-assurance/training-vouchers.aspx" target="_blank">Software Assurance training vouchers</a> for the SharePoint 2010 training delivered through the Learning Partners.</p></div>
</content>


    </entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
