<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>OfficeDeveloper.NET&#187; Tool</title>
	<atom:link href="http://officedeveloper.net/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 00:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Build a Collapsible Task Pane in Outlook &#8211; Part 2</title>
		<link>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/</link>
		<comments>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:02:52 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Bar Displays]]></category>
		<category><![CDATA[Chevrons]]></category>
		<category><![CDATA[Collapse]]></category>
		<category><![CDATA[Collapsed State]]></category>
		<category><![CDATA[Development Effort]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Explorer Windows]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Instances]]></category>
		<category><![CDATA[Issue 1]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Msdn]]></category>
		<category><![CDATA[Outlook Explorer]]></category>
		<category><![CDATA[Panes]]></category>
		<category><![CDATA[Preview Window]]></category>
		<category><![CDATA[Task Bar]]></category>
		<category><![CDATA[Time Saver]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Vertical Bar]]></category>
		<category><![CDATA[xobni]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/build-a-xobni-like-task-pane-in-outlook-part-2/</guid>
		<description><![CDATA[In part 1 of this series I gave a (brief) overview of the Outlook Task Pane and provided a couple of links to articles on MSDN that explain how to build one. Recap – 2 Problems with Task Panes within Outlook Building a task pane and displaying it within Outlook is easy but as I [...]]]></description>
			<content:encoded><![CDATA[<p>In part 1 of this series I gave a (brief) overview of the Outlook Task Pane and provided a couple of links to articles on MSDN that explain how to build one.</p>
<h3>Recap – 2 Problems with Task Panes within Outlook</h3>
<p>Building a task pane and displaying it within Outlook is easy but as I mentioned in Part 1, there are a couple of problems:</p>
<ol>
<li>Managing the multiple Task Pane instances, attaching to the Explorer and Inspector windows, and destroying each task pane when its Explorer or Inspector windows closes can be a pain. </li>
<li>The task pane you build does not come with an “collapse” button. You know, the button with a couple of chevrons pointing in the direction it will collapse? You have to add this functionality yourself. It can be done but there are easier methods.</li>
</ol>
<p>This brings me back to the point of this series, <a href="http://www.add-in-express.com/" target="_blank">Add-In-Express 2009</a> (ADX). This tool takes care of Issue #1 and. Issue #2. Yes, ADX costs a few bucks but it’s a time-saver and it reduces development effort. Either one of those is typically reason enough for me to purchase a tool (especially if the client is paying for it).</p>
<h3>Quick Overview of the Design for the Collapsible Task Pane</h3>
<p>By collapsible, I mean it can be &quot;minimized&quot; so that it resembles the collapsed state of the ToDo Bar. The task pane  has a “collapse” button and resides between the mail preview window and the ToDO bar within Outlook Explorer windows.</p>
<p>Here is the design for the sample add-in I will build in Part 3:</p>
<p><a href="http://officedeveloper.net/wp-content/uploads/2009/09/Outlook_open2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Outlook_open" border="0" alt="Outlook_open" src="http://officedeveloper.net/wp-content/uploads/2009/09/Outlook_open_thumb1.png" width="386" height="278" /></a> </p>
<p>The task pane displays exactly where it should. You can see the collapse button on the upper right-hand corner of the task pane. When the user clicks that button, they will see something like this image:</p>
<p><a href="http://officedeveloper.net/wp-content/uploads/2009/09/Outlookcollapsed1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Outlook-collapsed" border="0" alt="Outlook-collapsed" src="http://officedeveloper.net/wp-content/uploads/2009/09/Outlookcollapsed_thumb1.png" width="390" height="281" /></a> </p>
<p>In this collapsed-state, only a vertical bar displays with an “expand” button. Clicking the expand button will return the task pane to its open state.</p>
<h3>Preview of Part 3</h3>
</p>
<p>Next-up, I’ll dig into the code and actually build the add-in. Also, I’ll decide on what to display within the task pane besides a lame button. Not to worry, I’ll think of something useful to put there and it will be code you can steal…put to use today.</p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make SharePoint 2007 Act Like SharePoint 2010 (sort of &#8230;)</title>
		<link>http://officedeveloper.net/2009/09/11/make-sharepoint-2007-act-like-sharepoint-2010-sort-of/</link>
		<comments>http://officedeveloper.net/2009/09/11/make-sharepoint-2007-act-like-sharepoint-2010-sort-of/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 18:19:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-small-space]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[control-block]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/make-sharepoint-2007-act-like-sharepoint-2010-sort-of/</guid>
		<description><![CDATA[ I'm pretty sure every SharePoint enthusiast has seen those great Sneak Peek videos Microsoft released some time ago. And I'm sure that lots of the new features shown were very exciting for lots of you. Since SharePoint 2010 is still quite far away in the future, let's try to bring some of the 2010 stuff to SharePoint 2007! In the overview video , Tom Rizzo showed some new user interface functionality, pretty much all of it was heavily using asynchronous Javascript code to dynamically do updates, change layouts etc]]></description>
			<content:encoded><![CDATA[<p> I&#8217;m pretty sure every SharePoint enthusiast has seen those great Sneak Peek videos Microsoft released some time ago. And I&#8217;m sure that lots of the new features shown were very exciting for lots of you. Since SharePoint 2010 is still quite far away in the future, let&#8217;s try to bring some of the 2010 stuff to SharePoint 2007! In the overview video , Tom Rizzo showed some new user interface functionality, pretty much all of it was heavily using asynchronous Javascript code to dynamically do updates, change layouts etc</p>
<p><img src="" /></p>
<p>Read more from the original source:<br />
<a target="_blank" href="http://weblogs.asp.net/jan/archive/2009/09/11/make-sharepoint-2007-act-like-sharepoint-2010-sort-of.aspx" title="Make SharePoint 2007 Act Like SharePoint 2010 (sort of ...)">Make SharePoint 2007 Act Like SharePoint 2010 (sort of &#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/09/11/make-sharepoint-2007-act-like-sharepoint-2010-sort-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding an Open XML File in another Open XML File</title>
		<link>http://officedeveloper.net/2009/06/30/embedding-an-open-xml-file-in-another-open-xml-file/</link>
		<comments>http://officedeveloper.net/2009/06/30/embedding-an-open-xml-file-in-another-open-xml-file/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:26:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[embedded-object]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[following]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[wordprocessingml]]></category>
		<category><![CDATA[zeyad's sdk examples]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/embedding-an-open-xml-file-in-another-open-xml-file/</guid>
		<description><![CDATA[ A couple of weeks ago I gave a presentation on the Open XML SDK to a few customers, where I was asked questions on how to embed files within Open XML documents. I thought it would be a good opportunity to devote a couple of posts around this topic. In today's post I am going to show you how to embed an Open XML file in another Open XML file]]></description>
			<content:encoded><![CDATA[<p> A couple of weeks ago I gave a presentation on the Open XML SDK to a few customers, where I was asked questions on how to embed files within Open XML documents. I thought it would be a good opportunity to devote a couple of posts around this topic. In today&#8217;s post I am going to show you how to embed an Open XML file in another Open XML file</p>
<p><img src="" /></p>
<p>Original post: <br />
<a target="_blank" href="http://blogs.msdn.com/brian_jones/archive/2009/06/30/embedding-an-open-xml-file-in-another-open-xml-file.aspx" title="Embedding an Open XML File in another Open XML File">Embedding an Open XML File in another Open XML File</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/30/embedding-an-open-xml-file-in-another-open-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft warns of Google Apps Sync for Outlook issue</title>
		<link>http://officedeveloper.net/2009/06/17/microsoft-warns-of-google-apps-sync-for-outlook-issue/</link>
		<comments>http://officedeveloper.net/2009/06/17/microsoft-warns-of-google-apps-sync-for-outlook-issue/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:27:10 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[a-registry-key]]></category>
		<category><![CDATA[a-serious-bug]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[problem-as-well]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows-desktop]]></category>
		<category><![CDATA[windows-vista]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/microsoft-warns-of-google-apps-sync-for-outlook-issue/</guid>
		<description><![CDATA[ Microsoft has responded, sort of, to Google&#39;s delivery of a free Exchange migration tool for Outlook users by trying to poke holes in the end result. More specifically, the company claims that the tool has a &#34;bug/flaw&#34; that causes Outlook search to stop working. Obviously, the solution is to stop using Outlook, but I&#39;ll let Google communicate that. ]]></description>
			<content:encoded><![CDATA[<p> Microsoft has responded, sort of, to Google&#39;s delivery of a free Exchange migration tool for Outlook users by trying to poke holes in the end result. More specifically, the company claims that the tool has a &quot;bug/flaw&quot; that causes Outlook search to stop working. Obviously, the solution is to stop using Outlook, but I&#39;ll let Google communicate that. </p>
<p>Read the rest here: <br />
<a target="_blank" href="http://community.winsupersite.com/blogs/paul/archive/2009/06/17/microsoft-warns-of-google-apps-sync-for-outlook-issue.aspx" title="Microsoft warns of Google Apps Sync for Outlook issue">Microsoft warns of Google Apps Sync for Outlook issue</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/17/microsoft-warns-of-google-apps-sync-for-outlook-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implement the Ribbon UI in Windows Forms</title>
		<link>http://officedeveloper.net/2009/06/04/implement-the-ribbon-ui-in-windows-forms/</link>
		<comments>http://officedeveloper.net/2009/06/04/implement-the-ribbon-ui-in-windows-forms/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:45:31 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net sql tester]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[img-title]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[tester-]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[windows-forms]]></category>
		<category><![CDATA[with-the-tabs]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/implement-the-ribbon-ui-in-windows-forms/</guid>
		<description><![CDATA[ Some of us Excel developers like the Ribbon UI while others find it more difficult to work with it. No matter what we developers think about it exist a growing number of clients requiring that the Ribbon UI to be implemented in .NET based Excel solutions. Microsoft offers no controls that can be used to implement any Ribbon UI solution so we are forced to decide which third-party controls package to be used.  Of cause, most large vendors, such as Component One et al, offer components that can be used but they can be rather expensive.  DotNetBar from DevComponents is an inexpensive controls package including controls for the Ribbon UI.  I have been using the package for a while in clients solutions. DotNetBar includes 47 controls whereof some controls allow us to create a Ribbon UI in Windows Forms]]></description>
			<content:encoded><![CDATA[<p> Some of us Excel developers like the Ribbon UI while others find it more difficult to work with it. No matter what we developers think about it exist a growing number of clients requiring that the Ribbon UI to be implemented in .NET based Excel solutions. Microsoft offers no controls that can be used to implement any Ribbon UI solution so we are forced to decide which third-party controls package to be used.  Of cause, most large vendors, such as Component One et al, offer components that can be used but they can be rather expensive.  DotNetBar from DevComponents is an inexpensive controls package including controls for the Ribbon UI.  I have been using the package for a while in clients solutions. DotNetBar includes 47 controls whereof some controls allow us to create a Ribbon UI in Windows Forms</p>
<p><a href="http://0.gravatar.com/avatar/0b726f84b521d43e352c96a4a4f5f376?s=96&amp;d=identicon&amp;r=G" class=""></a></p>
<p><img src="" /></p>
<p>See original here:<br />
<a target="_blank" href="http://xldennis.wordpress.com/2009/06/04/implement-the-ribbon-ui-in-windows-forms/" title="Implement the Ribbon UI in Windows Forms">Implement the Ribbon UI in Windows Forms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/04/implement-the-ribbon-ui-in-windows-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronize with SharePoint under the hood</title>
		<link>http://officedeveloper.net/2009/05/26/synchronize-with-sharepoint-under-the-hood/</link>
		<comments>http://officedeveloper.net/2009/05/26/synchronize-with-sharepoint-under-the-hood/#comments</comments>
		<pubDate>Tue, 26 May 2009 16:46:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[access 2007]]></category>
		<category><![CDATA[gladstone-solutions]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[quickly-and]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wire]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/synchronize-with-sharepoint-under-the-hood/</guid>
		<description><![CDATA[ Recently I was asked the following question: I am looking to get an understanding of the internal operations during an Access 2007 synchronize execution. I have just been exposed to a SharePoint MOSS and Access 2007 environment where at times the normal sync time goes from 7-minutes to around an hour. I am taking the side of “network bandwidth” as the reason and not the side of “data quantity” as the root cause for the increased time. ]]></description>
			<content:encoded><![CDATA[<p> Recently I was asked the following question: I am looking to get an understanding of the internal operations during an Access 2007 synchronize execution. I have just been exposed to a SharePoint MOSS and Access 2007 environment where at times the normal sync time goes from 7-minutes to around an hour. I am taking the side of “network bandwidth” as the reason and not the side of “data quantity” as the root cause for the increased time. </p>
<p><img src="" /></p>
<p>The rest is here:<br />
<a target="_blank" href="http://blogs.msdn.com/access/archive/2009/05/26/synchronize-with-sharepoint-under-the-hood.aspx" title="Synchronize with SharePoint under the hood">Synchronize with SharePoint under the hood</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/26/synchronize-with-sharepoint-under-the-hood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Open XML Solution Tools</title>
		<link>http://officedeveloper.net/2009/03/26/more-open-xml-solution-tools/</link>
		<comments>http://officedeveloper.net/2009/03/26/more-open-xml-solution-tools/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:07:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[context-switch-]]></category>
		<category><![CDATA[open xml sdk]]></category>
		<category><![CDATA[powertools]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/more-open-xml-solution-tools/</guid>
		<description><![CDATA[ While I finish up another blog solution, this time on importing a table from Word into Excel, I thought I would share some information on two useful tools you guys can leverage when building Open XML solutions. The first tool I want to talk about is the next release of PowerTools for Open XML. PowerTools for Open XML is an open source project on CodePlex , which is entirely based on version 1 of the Open XML SDK. ]]></description>
			<content:encoded><![CDATA[<p> While I finish up another blog solution, this time on importing a table from Word into Excel, I thought I would share some information on two useful tools you guys can leverage when building Open XML solutions. The first tool I want to talk about is the next release of PowerTools for Open XML. PowerTools for Open XML is an open source project on CodePlex , which is entirely based on version 1 of the Open XML SDK. </p>
<p>Here is the original: <br />
<a target="_blank" href="http://blogs.msdn.com/brian_jones/archive/2009/03/26/more-open-xml-solution-tools.aspx" title="More Open XML Solution Tools">More Open XML Solution Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/03/26/more-open-xml-solution-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site aggregates SharePoint Developer Topics…</title>
		<link>http://officedeveloper.net/2008/11/20/new-site-aggregates-sharepoint-developer-topics/</link>
		<comments>http://officedeveloper.net/2008/11/20/new-site-aggregates-sharepoint-developer-topics/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 18:53:53 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Aggregates]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Content Types]]></category>
		<category><![CDATA[Custom Themes]]></category>
		<category><![CDATA[Developer Portal]]></category>
		<category><![CDATA[Development Efforts]]></category>
		<category><![CDATA[Event Handlers]]></category>
		<category><![CDATA[Idm]]></category>
		<category><![CDATA[Interactive Developer]]></category>
		<category><![CDATA[Interactive Map]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Developer]]></category>
		<category><![CDATA[Page Navigation]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Site Developer]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[User Management]]></category>
		<category><![CDATA[Virtual Labs]]></category>
		<category><![CDATA[White Papers]]></category>
		<category><![CDATA[Wpf]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/new-site-aggregates-sharepoint-developer-topics/</guid>
		<description><![CDATA[Microsoft has a new site that helps you get started using SharePoint in your development efforts. The site aggregates virtual labs, webcasts, white papers, tutorials and other related content. Instead of searching everywhere for good code to steal, you can go to this site and find what you need to get started with SharePoint development [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a new <a href="http://www.microsoft.com/click/SharePointDeveloper/" target="_blank">site</a> that helps you get started using SharePoint in your development efforts. The site aggregates virtual labs, webcasts, white papers, tutorials and other related content. Instead of searching everywhere for good code to steal, you can go to this site and find what you need to get started with SharePoint development</p>
<p><a href="http://www.microsoft.com/click/SharePointDeveloper/" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin: 5px auto; border-left: 0px; border-bottom: 0px" title="image" src="http://officedeveloper.net/wp-content/uploads/2008/11/image1.png" border="0" alt="image" width="244" height="146" /></a></p>
<p>The site covers the foundational topics of SharePoint development such as:</p>
<ul>
<li>building Web Parts</li>
<li>working with SharePoint Data Lists</li>
<li>creating custom Workflows</li>
<li>creating Event Handlers</li>
<li>Designing custom Themes (or Brands)</li>
<li>using SharePoint Web Services</li>
<li>creating custom Content types</li>
<li>and more (i.e. Silverlight, page navigation, user management, etc)</li>
</ul>
<p>The site reminds me of the <a href="http://msdn.microsoft.com/en-us/office/bb497969.aspx" target="_blank">Interactive Developer Map</a> (IDM) available at the <a href="http://msdn.microsoft.com/en-us/office/default.aspx" target="_blank">Office Developer Portal</a>. The IDM highlights what you can do with WPF while also providing a tool that aggregates content related to Office development (i.e. VSTO, SharePoint, &amp; more).</p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2008/11/20/new-site-aggregates-sharepoint-developer-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced Blogging with SharePoint</title>
		<link>http://officedeveloper.net/2007/10/16/enhanced-blogging-with-sharepoint/</link>
		<comments>http://officedeveloper.net/2007/10/16/enhanced-blogging-with-sharepoint/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 22:12:40 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Blog Entry]]></category>
		<category><![CDATA[Custom Skin]]></category>
		<category><![CDATA[Document Library]]></category>
		<category><![CDATA[Ebe]]></category>
		<category><![CDATA[Feed Support]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Night Time]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Triming]]></category>
		<category><![CDATA[Url Fields]]></category>
		<category><![CDATA[Wsp]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/?p=19</guid>
		<description><![CDATA[I use SharePoint as my blogging engine. It makes sense as almost every project my company delivers these days involve SharePoint or are completely based upon SharePoint. Create a blog in SharePoint is easy and it is the main reason my blog is a SharePoint-based blog. It works for me. Still, if I could change [...]]]></description>
			<content:encoded><![CDATA[<div class="ExternalClassC4151908EC7D4747A9636407B371556C">
<p>I use SharePoint as my blogging engine. It makes sense as almost every project my company delivers these days involve SharePoint or are completely based upon SharePoint. Create a blog in SharePoint is easy and it is the main reason my blog is a SharePoint-based blog. It works for me. </p>
<p>Still, if I could change only one thing about the SharePoint blog tools it would be the ease of customizing the blog design. I know, I can use SharePoint designer to modify the page and apply my own custom skin. After a long day of performing such tasks for my client, I have to admit I don&#8217;t want to do the same for myself. I want it to be easier. I would rather focus on writing a blog entry that you would find valuable than mess with my blog&#8217;s design.</p>
<p>The announcement that the <a href="http://www.codeplex.com/CKS/Wiki/View.aspx?title=Enhanced Blog Edition&amp;referringTitle=Home" target="_blank">Enhanced Blog Edition</a> (EBE) has reached beta 2 and is now feature complete has me cautiously optimistic that my life will improve. Here are the features provided by this tool (with the those that interest me most in bold format):</p>
<ul>
<li>Easily deployable solution file (.WSP) with Features that can be activivated or deactivated </li>
<li>Modular Theme Framework (&quot;MTF&quot;) with optional &quot;night time&quot; autoswitch themelet </li>
<li><strong>Protection for anonymous access to &#8216;System Pages&#8217;. This means anonymous users cannot access /lists/.aspx, /forms/.aspx, /_layouts/*.aspx</strong> </li>
<li><strong>MetaBlogApi working a bit better&#8230;You will need to create a Picture/Document library called Media for it to upload images.</strong> </li>
<li><strong>Support for Akismet comment spam detection</strong> </li>
<li><strong>Multiple categories/tags can be mapped to each blog entry/post</strong> </li>
<li>Anonymous comments can be moderated </li>
<li>Name and URL fields in comments </li>
<li>Friendly URL (&quot;FURL&quot;) for the blog&#8217;s posts </li>
<li>Friendly URL for the blog&#8217;s RSS feed </li>
<li><strong>Support for CKS:TagCloud web part (being released separately)</strong> </li>
<li>Configurable settings
<ul>
<li>Enable content caching </li>
<li>Enable post triming (Vince, can you add a number field to set the # of characters?) </li>
<li>Lock down system pages </li>
<li>Akismet key </li>
<li>Set specific blog theme (as the default) </li>
<li>Custom RSS feed (e.g. from Feedburner) </li>
<li><strong>Enable Theme Selector (so users can select their own theme)</strong> </li>
<li>Redirect the Post.aspx page (Vince, what&#8217;s this for?) </li>
<li></li>
</ul>
</li>
</ul>
<p>Hopefully I will find some time to mess with EBE and dramatically improve the image of officedeveloper.net. Nothing against the default SharePoint look&#8230;it&#8217;s just a bit stale for me.</p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2007/10/16/enhanced-blogging-with-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Classic Menus for Office 2007 &#8211; For Those Who Do Not Like Change</title>
		<link>http://officedeveloper.net/2007/05/29/classic-menus-for-office-2007-for-those-who-do-not-like-change/</link>
		<comments>http://officedeveloper.net/2007/05/29/classic-menus-for-office-2007-for-those-who-do-not-like-change/#comments</comments>
		<pubDate>Tue, 29 May 2007 04:41:43 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Cubicle]]></category>
		<category><![CDATA[Desk]]></category>
		<category><![CDATA[Fetal Position]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Main Menu Bar]]></category>
		<category><![CDATA[Menu System]]></category>
		<category><![CDATA[Menus]]></category>
		<category><![CDATA[Office Menu]]></category>
		<category><![CDATA[Pivot Table In Excel]]></category>
		<category><![CDATA[Previous Office]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Ribbons]]></category>
		<category><![CDATA[Spreadsheets]]></category>
		<category><![CDATA[Superior Design]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Table Button]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/?p=17</guid>
		<description><![CDATA[I love Office 2007&#8242;s Ribbon menu system as it has made my efforts to author spreadsheets, documents, and presentations less painful. Granted it did take about 2-3 hours total to become accustomed to how the Ribbon switches to present buttons specifically related to the task I want to accomplish (i.e. formatting a table, working with [...]]]></description>
			<content:encoded><![CDATA[<div class="ExternalClass05D9995E9A9644938AF6EECA0F7F3922">
<div>I love Office 2007&#8242;s Ribbon menu system as it has made my efforts to author spreadsheets, documents, and presentations less painful. Granted it did take about 2-3 hours total to become accustomed to how the Ribbon switches to present buttons specifically related to the task I want to accomplish (i.e. formatting a table, working with data, etc.). </div>
<div>&#160;</div>
<div>The only time I really became frustrated was the first time I tried to create a Pivot Table in Excel. In previous Excel versions, Pivot Table commands resided in the Data menu of the main Menu Bar. Office 2007 has a Data panel on the Ribbon. I must have spent 15 minutes looking for anything Pivot Table related on the Ribbon&#8217;s data pane before I became enraged enough to consider other options.</div>
<div>&#160;</div>
<div>That&#8217;s when I took a look at the Insert pane and found the Insert Pivot Table button. Whatever&#8230;.I still like the Ribbon. Overall it is a superior design to previous Office menu versions.</div>
<div>&#160;</div>
<div>I know not everyone agrees. I know many don&#8217;t like the Ribbon. I know that, even further, some simply hate the Ribbons. I am sure there are many reasons for this but I am sure they will all boil down to the fact it forces you to change and learn a new way of doing things. I know, I know! Change is hard and sometimes scary but when it comes to the new Ribbon you now have a choice.</div>
<div>&#160;</div>
<div>If you think the Ribbon is horrible or so frustrated that you find yourself rocking in the fetal position underneath the desk in your cubicle, repeating to yourself, &quot;If only they had left the damn Data menu the same!&quot; over and over again&#8230;.then I suggest you check out <a href="http://www.addintools.com/english/menuoffice/">Classic Menus from Addintools.com.</a></div>
<div>&#160;</div>
<div>This add-in will embed the Office classic menus onto new Ribbon pane appropriately named Menu.</div>
<div>&#160;</div>
<div>I don&#8217;t use it but the screenshots look like this tool just might be a winner for those of you that see absolutely nothing wrong with keeping things they way the are (even if the new way might be teensy weensy bit more productive).</div>
<div>&#160;</div>
<div>I&#8217;m just saying.</div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2007/05/29/classic-menus-for-office-2007-for-those-who-do-not-like-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

