<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SharePoint 2007 &amp; 2010 Weblog</title>
	
	<link>http://blog.funknstyle.com</link>
	<description>Using SharePoint Effectively for Business</description>
	<lastBuildDate>Wed, 21 Sep 2011 18:44:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Funknstyle" /><feedburner:info uri="funknstyle" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Site and Site Collection Level Recycle Bin</title>
		<link>http://blog.funknstyle.com/?p=1387</link>
		<comments>http://blog.funknstyle.com/?p=1387#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:44:28 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=1387</guid>
		<description><![CDATA[Previously a common question I would get from folks new to SharePoint would be &#8220;How do I recover the site I just deleted via the Recycle Bin?&#8221; to which unfortunately my reply would be &#8220;Umm you don&#8217;t.&#8221; This was a &#8230; <a href="http://blog.funknstyle.com/?p=1387">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Previously a common question I would get from folks new to SharePoint would be &#8220;How do I recover the site I just deleted via the Recycle Bin?&#8221; to which unfortunately my reply would be &#8220;Umm you don&#8217;t.&#8221;  This was a little scary for some situations since in many cases in SharePoint, we might use a site as a container for a group of documents rather than a folder and it can be a bit of a headache to do a site level restore from a larger backup. Plus let&#8217;s face it…If I accidentally delete something, I don&#8217;t necessarily want to run off to IT to confess to it.
</p>
<p>With SharePoint 2010 Service Pack 1, one of the new features that was introduced was a site and site collection level recycle bin.
</p>
<p>Once Service Pack 1 has been installed within your SharePoint environment, deleted sites will appear in the Site Collection Recycle Bin ((Site Settings -&gt; Site Collection Administration -&gt; Recycle Bin) under &#8220;Items Deleted From End User Recycle Bin&#8221;.
</p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/09/092111_1844_SiteandSite1.png" alt=""/>
	</p>
<p>If you have a deleted Site Collection that you need to rescue, you can run a Powershell Command to get your site back.
</p>
<p>First you must run the Get-SPDeletedSite command to retrieve information regarding deleted site collections that exist within the farm.
</p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/09/092111_1844_SiteandSite2.png" alt=""/>
	</p>
<p>Then once you know the ID of the deleted site collection, you can run the following command.
</p>
<p><span style="color:black">Restore-SPDeletedSite -Identity ENTER ABOVE VALUE FOR SITEID<br />
</span></p>
<p><span style="color:black">And just like that your site collection is restored!<br />
</span></p>
<p>
 </p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=1387</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Quick Hints – Where Are All The Templates?</title>
		<link>http://blog.funknstyle.com/?p=1380</link>
		<comments>http://blog.funknstyle.com/?p=1380#comments</comments>
		<pubDate>Sun, 29 May 2011 21:00:53 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=1380</guid>
		<description><![CDATA[So one of the things that you may notice when you create a new site collection in SharePoint Server 2010 based upon the Publishing Portal is that your initial options for creating new content areas such as lists and sites &#8230; <a href="http://blog.funknstyle.com/?p=1380">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So one of the things that you may notice when you create a new site collection in SharePoint Server 2010 based upon the Publishing Portal is that your initial options for creating new content areas such as lists and sites are limited.
</p>
<p>For example, when you attempt to create a new site, you may only see the following as options:
</p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/06/062911_2101_SharePoint21.png" alt=""/>
	</p>
<p>In addition, you may want to create a simple collaboration list such as a contacts list, but when you go to the list creation options, you only see the following:
</p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/06/062911_2101_SharePoint22.png" alt=""/>
	</p>
<p>However have no fears! You can still create items based on the missing templates,  you just have to enable the options for these other templates first. So here are the steps you need to follow:
</p>
<p><span style="font-size:12pt"><strong>Configuring Which Site Templates Are Available For Use as a Subsite<br />
</strong></span></p>
<ol>
<li><strong>Select Site Settings</strong> from the Site Actions menu.
</li>
<li>
<div>From the Look and Feel section of links, select the <strong>Site Templates and Page Layouts</strong> option.
</div>
<p>
 </p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/06/062911_2101_SharePoint23.png" alt=""/>
			</p>
<p>
 </p>
</li>
<li>
<div>From this location you can either select to all subsites to use any template or you can specifically select your desired templates to allow from this list.
</div>
<p>
 </p>
</li>
</ol>
<p>So you might be thinking, &#8220;Why didn&#8217;t they just allow all site templates to be used from the start? It&#8217;s so lame that I have to complete this step&#8221;.
</p>
<p>Well the truth is that this is just a single step in configuring the Publishing Portal (or any site collection) for use and it&#8217;s a valid consideration when planning your SharePoint site collections to determine which subsites you are going to allow from specific areas. As an example, in a Projects area, you may only want users to create sites that are based upon the templates you have defined for managing projects. Therefore you would restrict the Projects landing area to only allow those templates as subsites. Similarly if you have a Departmental sites area and you have defined a standard template for Departmental sites, you would apply this setting there so that people couldn&#8217;t just choose any site for that area.
</p>
<p><span style="font-size:12pt"><strong>Configuring the Publishing Portal to Allow All Common Collaborative List Templates<br />
</strong></span></p>
<ol>
<li><strong>Select Site Settings</strong> from the Site Actions menu.
</li>
<li>From the Site Administration section of links, select the <strong>Site Features</strong> option.
</li>
<li>
<div>Scroll to the Team Collaboration Lists feature and click <strong>Activate</strong>.
</div>
<p>
 </p>
<p><img src="http://blog.funknstyle.com/wp-content/uploads/2011/06/062911_2101_SharePoint24.png" alt=""/>
			</p>
</li>
</ol>
<p>Now when you return to the list creation screen, you will see all the common collaborative list types including the missing Contacts list.
</p>
<p>Again you may be asking why this wasn&#8217;t enabled by default like it was in 2007.  Well the truth here again comes down to initially limiting choices to those most commonly required for a specific site type or usage scenario. Because the Publishing Portal is a template designed for usage around a communications type site using the publishing capabilities of SharePoint, collaborative features are not turned on by default. However as you can see, they can be added if required by following the above described steps.  That said, I do advise to use careful planning when turning on features to ensure you are activating features in the places where you actually need them.  To quote <a href="http://www.harbar.net/">a great mind in the SharePoint world</a>, just because you can doesn&#8217;t always mean you should. In a lot of cases, you don&#8217;t really need or want to be adding collaborative content to the top level of your communications site collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=1380</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Has Amanda Been?</title>
		<link>http://blog.funknstyle.com/?p=1370</link>
		<comments>http://blog.funknstyle.com/?p=1370#comments</comments>
		<pubDate>Thu, 28 Apr 2011 15:33:00 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Book]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=1370</guid>
		<description><![CDATA[Well its certainly been a while since I have posted here.  This past year has introduced a wide variety of things that have slowed down my blog posts. First up, we released our latest book! Beginning SharePoint 2010: Building Business &#8230; <a href="http://blog.funknstyle.com/?p=1370">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well its certainly been a while since I have posted here.  This past year has introduced a wide variety of things that have slowed down my blog posts.</p>
<p>First up, we released our latest book! <a title="Beginning SharePoint 2010 Building Business Solutions with SharePoint Book" href="http://www.amazon.com/Beginning-SharePoint-2010-Solutions-Programmer/dp/0470617896">Beginning SharePoint 2010: Building Business Solutions with SharePoint</a>.  This book was a major effort and consumed the majority of my non-business time related to the world of SharePoint in the past year.  Of course, it was a joint effort between my most awesome co-authors, <a title="Shane Perran SharePoint Customization Blog" href="http://www.graphicalwonder.com">Shane Perran</a>, <a title="Jennifer Mason SharePoint Blog" href="http://blogs.sharepoint911.com/blogs/jennifer/default.aspx" target="_blank">Jennifer Mason</a> and <a title="Laura Rogers SharePoint Blog" href="http://www.sharepoint911.com/blogs/laura" target="_blank">Laura Rogers</a>.  So far feedback on this book has been great and I think it is an excellent asset for anyone that is getting started with SharePoint 2010 that is either completely new or has had prior experience with a previous version.</p>
<p>Another reason for the slow down has been a major extension to our little family.  Shane and I now have a daughter, Dylan Perran.  She is an amazing little girl and a total breath of fresh air that was much needed in the past year between professional life and an illness in the household.  She has introduced a whole new role to my life as a mother and its one that I am enjoying tremendously.</p>
<p><img class="aligncenter size-medium wp-image-1371" title="Dylan Perran" src="http://blog.funknstyle.com/wp-content/uploads/2011/04/Dylan-022as-224x300.jpg" alt="" width="224" height="300" /></p>
<p>So now that things have settled down a bit, I am looking forward to getting back into writing. I am currently on Maternity Leave from work so its nice to spend some time with technology that is more around discovery, research and investigation and less about projects and timelines.</p>
<p>Shane and I are also planning to launch a new site in the near future but we will be cross posting for a while on our existing blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=1370</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Content Query Web Part, A Document Library and An Anonymous User</title>
		<link>http://blog.funknstyle.com/?p=1367</link>
		<comments>http://blog.funknstyle.com/?p=1367#comments</comments>
		<pubDate>Sat, 02 Apr 2011 19:48:16 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=1367</guid>
		<description><![CDATA[The title of this post sounds something like a joke but alas it&#8217;s no joke but rather an unpleasant error you may encounter at some point using SharePoint Server 2010. If you have a Content Query Web Part (CQWP) on &#8230; <a href="http://blog.funknstyle.com/?p=1367">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The title of this post sounds something like a joke but alas it&#8217;s no joke but rather an unpleasant error you may encounter at some point using SharePoint Server 2010.</p>
<p>If you have a Content Query Web Part (CQWP) on a page that is pointing to a SharePoint Library (Asset, Picture, or Document), you may discover that an anonymous user will receive an exception error similar to the following when they access the page. </p>
<blockquote>
<div>Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.</div>
<div>Correlation ID: Blah Blah Blah</div>
</blockquote>
<p>Meanwhile an authenticated user will see the content just fine.  At first, my instinct was to look to see if I had made an error in the custom xsl that I had applied to the web part.  But alas, I then remembered that I do not make errors. (Just kidding!!!) However applying a default style resulted in the same error.  As did pointing the web part to another library and trying different page layouts etc&#8230;  I then thought perhaps that a stylesheet was checked out and not published as that might help explain the different behaviour for the different user types.  But again this turned out not to be the issue.</p>
<p>Then I did some searching around and found <a href="http://blog.mastykarz.nl/inconvenient-sharepoint-2010-content-query-web-part-anonymous-access/" target="_blank">a great blog post by Waldek Mastykarz</a> that is the solution to the above error.  Essentially the problem is caused by missing values for the CommonViewFields property of your web part.  By exporting the web part, opening it in Notepad and replacing the CommonViewFields property line with Waldek&#8217;s suggested properties and importing the web part back onto the page &#8211; you are golden!</p>
<p>A big thanks to Waldek for coming up with this fix! Saved me a major headache.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=1367</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effectively Leveraging Project 2010 with SharePoint 2010 for Project Management Success</title>
		<link>http://blog.funknstyle.com/?p=1365</link>
		<comments>http://blog.funknstyle.com/?p=1365#comments</comments>
		<pubDate>Tue, 14 Sep 2010 22:36:57 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=1365</guid>
		<description><![CDATA[Join us 8pm EST on Wednesday, September 29th for another SharePoint Nation! User Group Meeting and Webcast featuring Dux Raymond Sy (http://www.meetdux.com). Session Abstract: Effectively Leveraging Project 2010 with SharePoint 2010 for Project Management Success Microsoft Project is a project &#8230; <a href="http://blog.funknstyle.com/?p=1365">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Join us 8pm EST on Wednesday, September 29th for another SharePoint Nation! User Group Meeting and Webcast featuring Dux Raymond Sy (<a href="http://www.meetdux.com/">http://www.meetdux.com</a>).</p>
<p><strong>Session Abstract:</strong></p>
<p><strong>Effectively Leveraging Project 2010 with SharePoint 2010 for Project Management Success</strong></p>
<p>Microsoft Project is a project management tool widely used by project managers today. Its’ ability to support project managers to define a schedule, assign resources to tasks and track project status has been instrumental in contributing to project success. However, it can be a challenge for a project manager to share project information and collaborate with the project team with Microsoft Project alone. Microsoft SharePoint 2010 can complement Microsoft Project 2010 and address this gap.<br />
 <br />
In this session, you will learn how to:<br />
- Effectively create a Microsoft Project Plan<br />
- Create a SharePoint-based Project Management Information System (PMIS)<br />
- Integrate Microsoft Project information with SharePoint<br />
- Empower a project team to collaboratively share relevant information<br />
- Build a project management dashboard in SharePoint</p>
<p><a href="https://www.livemeeting.com/cc/mvp/join?id=SPN0929&amp;role=attend&amp;pw=SPN0929" target="_blank">Live Meeting URL</a></p>
<p><a href="http://www.facebook.com/?sk=events#!/event.php?eid=126078547442726" target="_blank">Sign Up to Our Facebook Group and Event</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=1365</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Content Management Webcast</title>
		<link>http://blog.funknstyle.com/?p=15</link>
		<comments>http://blog.funknstyle.com/?p=15#comments</comments>
		<pubDate>Thu, 05 Aug 2010 20:08:22 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://sharepointnation.org/?p=15</guid>
		<description><![CDATA[Join us on Wednesday, August 25th at 8PM EDT for another SharePoint Nation Virtual User Group Meeting featuring Amanda Perran and Shane Perran.  Details below: Web Content Management with SharePoint 2010 Looking for a detailed overview on the capabilities of SharePoint &#8230; <a href="http://blog.funknstyle.com/?p=15">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Join us on Wednesday, August 25<sup>th</sup> at 8PM EDT for another SharePoint Nation Virtual User Group Meeting featuring Amanda Perran and Shane Perran.  Details below:</p>
<p><strong>Web Content Management with SharePoint 2010</strong><br />
Looking for a detailed overview on the capabilities of SharePoint Server 2010 for your company’s public facing website.  Or perhaps you are interested in building an Intranet for your organization that doesn’t have that “SharePointy” look and feel.  Join us for a review of the web content management features of SharePoint Server 2010 as well as an overview of your options to brand your website to look exactly how you want it.<br />
Level: Beginner – Intermediate</p>
<p><strong>Live Meeting Address:</strong></p>
<p>https://www.livemeeting.com/cc/mvp/join?id=SPN082510&amp;role=attend&amp;pw=SPN_0825</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SharePoint Nation! Creating Custom Actions</title>
		<link>http://blog.funknstyle.com/?p=13</link>
		<comments>http://blog.funknstyle.com/?p=13#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:56:59 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://sharepointnation.org/?p=13</guid>
		<description><![CDATA[Join us on Wednesday, July 21st at 8PM EDT for another SharePoint Nation Virtual User Group Meeting featuring Geoff Varosky.  Details below: Creating Custom Actions within SharePoint Custom Actions control features in SharePoint such as the Edit Control Block, the Site &#8230; <a href="http://blog.funknstyle.com/?p=13">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Join us on Wednesday, July 21st at 8PM EDT for another SharePoint Nation Virtual User Group Meeting featuring Geoff Varosky.  Details below:</p>
<p><strong>Creating Custom Actions within SharePoint</strong></p>
<p>Custom Actions control features in SharePoint such as the Edit Control Block, the Site Actions menu, toolbars, and the links within the Site Settings page. Learn how to leverage Custom Actions to extend the SharePoint User Interface. This session will describe the basics of Custom Actions, a demonstration to build one or more and apply them to a site in SharePoint, as well as provide resources for additional information.<br />
Level: Beginner – Intermediate</p>
<p>Presenter Name: Geoff Varosky<br />
Email: <a href="mailto:gvarosky@grace-hunt.com">gvarosky@grace-hunt.com</a><br />
Twitter: @gvaro<br />
Blog: <a href="http://www.geoffvarosky.com/">http://www.geoffvarosky.com</a><br />
Photo: <a href="http://www.grace-hunt.com/PublishingImages/Geoff150.jpg">http://www.grace-hunt.com/PublishingImages/Geoff150.jpg</a><br />
Bio: Geoff Varosky (MCP, MCTS) is a Senior Solutions Developer for Grace-Hunt, LLC (<a href="http://www.grace-hunt.com/">http://www.grace-hunt.com</a>), a Microsoft Gold Partner focusing on SharePoint and Dynamics Solutions based out of Hudson, MA. He has been architecting and developing web based applications for over a decade, and has been working with SharePoint Technologies for the past 6 years. Geoff is an active member of the SharePoint community, and speaks regularly at SharePoint events and user groups, and maintains a blog on SharePoint at <a href="http://www.geoffvarosky.com/">http://www.geoffvarosky.com</a>.</p>
<p><strong>Live Meeting Address:</strong></p>
<p>https://www.livemeeting.com/cc/mvp/join?id=N2MK63&amp;role=attend&amp;pw=SPN072110</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customizing Breadcrumbs in SharePoint 2010</title>
		<link>http://blog.funknstyle.com/?p=784</link>
		<comments>http://blog.funknstyle.com/?p=784#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:45:52 +0000</pubDate>
		<dc:creator>shaneperran</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.graphicalwonder.com/?p=784</guid>
		<description><![CDATA[For those of you that are struggling with breadcrumb customization in SharePoint 2010 (as I have), I would strongly advise on using the breadcrumb from nightandday.master &#8211; after several hours of trial and error this breadcrumb acts as expected. Happy &#8230; <a href="http://blog.funknstyle.com/?p=784">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you that are struggling with breadcrumb customization in SharePoint 2010 (as I have), I would strongly advise on using the breadcrumb from nightandday.master &#8211; after several hours of trial and error this breadcrumb acts as expected.</p>
<p>Happy Customizin&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=784</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another SharePoint MVP Chat</title>
		<link>http://blog.funknstyle.com/?p=782</link>
		<comments>http://blog.funknstyle.com/?p=782#comments</comments>
		<pubDate>Sun, 18 Jul 2010 14:06:40 +0000</pubDate>
		<dc:creator>shaneperran</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.graphicalwonder.com/?p=782</guid>
		<description><![CDATA[Do you have questions about SharePoint? Want to learn more about the recently launched SharePoint 2010?  By popular request, SharePoint MVPs from around the world are participating in a live chat event about SharePoint. These Q&#38;A events are a great opportunity &#8230; <a href="http://blog.funknstyle.com/?p=782">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you have questions about SharePoint? Want to learn more about the  recently launched SharePoint 2010?  By popular request, SharePoint <a href="http://mvp.support.microsoft.com/">MVPs</a> from around the world  are participating in a live chat event about SharePoint. These Q&amp;A  events are a great opportunity to tap into the vast knowledge of these  industry professionals who are regarded as the best in their field.</p>
<p>Please join us on Wednesday July 21st at 9am PDT!</p>
<p><a href="http://msdn.microsoft.com/en-us/chats/default.aspx" target="_blank">Join the MVP Chat Here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=782</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning SharePoint 2010: Building Team Solutions with SharePoint</title>
		<link>http://blog.funknstyle.com/?p=629</link>
		<comments>http://blog.funknstyle.com/?p=629#comments</comments>
		<pubDate>Wed, 14 Jul 2010 22:36:58 +0000</pubDate>
		<dc:creator>amandaperran</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.funknstyle.com/?p=629</guid>
		<description><![CDATA[After a busy few months of heavy duty writing, it looks like we are getting close to the final stages of our Beginning SharePoint 2010: Building Team Solutions with SharePoint book.  This book is a continuation of the book we &#8230; <a href="http://blog.funknstyle.com/?p=629">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a busy few months of heavy duty writing, it looks like we are getting close to the final stages of our Beginning SharePoint 2010: Building Team Solutions with SharePoint book.  This book is a continuation of the book we had written for 2007 with a few additional topics that were not included in the 2007 version such as Governance, Records Management, Social Networking, and Branding.  We are also joined on this book by two great ladies in the SharePoint world, Jennifer Mason and Laura Rogers.  These guys bring great insight to our book and we are thrilled to have them onboard for this project. </p>
<p><strong>Is this a book on SharePoint Development or for End Users?</strong></p>
<p>I get this question a lot.  Officially we state that this book is ideal for anyone getting started with SharePoint as it will bring you end to end on the various features and functionilty that are available out of the box in SharePoint.  Our goal is to teach the readers how to use and configure the various settings to build an environment that matches their business needs.  So in my opinion if you have been given the keys to SharePoint in your organization and are responsible for configuring it to meet your needs, then our book will be perfect for you.  Now if you are developer, I still think you should read this book because its critical that you understand what SharePoint provides from a features and functionality point of view before you crack open Visual Studio and decide to build everything from scratch yourself. Having a solid understanding of what the platform provides is your first step to becoming a solid SharePoint developer as you need to understand where the logical points of extension are.  Sadly I have come across too many situations in my consultant life where a developer or set of developers have custom built items that existed in SharePoint out of the box simply because they were not aware the feature even existed. </p>
<p style="text-align: center;"><a href="http://www.amazon.com/Beginning-SharePoint-2010-Building-Solutions/dp/0470617896/ref=sr_1_14?s=books&amp;ie=UTF8&amp;qid=1279233174&amp;sr=1-14"><img class="aligncenter size-full wp-image-630" title="book" src="http://ecx.images-amazon.com/images/I/51DbKwj5p1L._SL500_AA300_.jpg" alt="" /></a></p>
<p><a href="http://www.amazon.com/Beginning-SharePoint-2010-Building-Solutions/dp/0470617896/ref=sr_1_14?s=books&amp;ie=UTF8&amp;qid=1279233174&amp;sr=1-14"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.funknstyle.com/?feed=rss2&amp;p=629</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

