<?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</title>
	<atom:link href="http://officedeveloper.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Sun, 05 May 2013 21:34:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Auto Style It for PowerPoint 2010</title>
		<link>http://officedeveloper.net/2013/05/auto-style-it-for-powerpoint-2010/</link>
		<comments>http://officedeveloper.net/2013/05/auto-style-it-for-powerpoint-2010/#comments</comments>
		<pubDate>Sun, 05 May 2013 21:34:05 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Office News]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[duplicates-the-selected]]></category>
		<category><![CDATA[ighlighted-on-their]]></category>
		<category><![CDATA[point-addin]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[selected]]></category>
		<category><![CDATA[the-selected]]></category>
		<category><![CDATA[their-own]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2013/05/auto-style-it-for-powerpoint-2010/</guid>
		<description><![CDATA[AutoStyle IT is a PowerPoint Addin that duplicates the selected slide x number of times so that each bullet (paragraph) will be highlighted on their own slide.]]></description>
				<content:encoded><![CDATA[<p>AutoStyle IT is a PowerPoint Addin that duplicates the selected slide x number of times so that each bullet (paragraph) will be highlighted on their own slide.</p>
<p>View post: <br />
<a target="_blank" href="http://autostyleit.codeplex.com/" title="Auto Style It for PowerPoint 2010">Auto Style It for PowerPoint 2010</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2013/05/auto-style-it-for-powerpoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apps for Office: Get selection-change coordinates in an Excel table</title>
		<link>http://officedeveloper.net/2013/04/apps-for-office-get-selection-change-coordinates-in-an-excel-table/</link>
		<comments>http://officedeveloper.net/2013/04/apps-for-office-get-selection-change-coordinates-in-an-excel-table/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office Developer Tools]]></category>
		<category><![CDATA[code sample (standalone)]]></category>
		<category><![CDATA[data-from]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[display-the-coordinates]]></category>
		<category><![CDATA[named-range]]></category>
		<category><![CDATA[sample-writes]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[shows-how]]></category>
		<category><![CDATA[sites and content]]></category>
		<category><![CDATA[the-table]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2013/04/apps-for-office-get-selection-change-coordinates-in-an-excel-table/</guid>
		<description><![CDATA[?This sample app shows how to detect when the selection changes in a table (named range) in Excel 2013, and then display the coordinates, relative to the table, of the new selection. It]]></description>
				<content:encoded><![CDATA[<p>?This sample app shows how to detect when the selection changes in a table (named range) in Excel 2013, and then display the coordinates, relative to the table, of the new selection. It</p>
<p>Original post:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/Apps-for-Office-Get-51cc1aac" title="Apps for Office: Get selection-change coordinates in an Excel table">Apps for Office: Get selection-change coordinates in an Excel table</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2013/04/apps-for-office-get-selection-change-coordinates-in-an-excel-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apps for Office: Interact with Facebook APIs</title>
		<link>http://officedeveloper.net/2013/04/apps-for-office-interact-with-facebook-apis/</link>
		<comments>http://officedeveloper.net/2013/04/apps-for-office-interact-with-facebook-apis/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office Developer Tools]]></category>
		<category><![CDATA[data-from]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[pro devs]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[sample-writes]]></category>
		<category><![CDATA[sites and content]]></category>
		<category><![CDATA[skilled (300)]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2013/04/apps-for-office-interact-with-facebook-apis/</guid>
		<description><![CDATA[?This sample task pane app for Excel shows how to log on to Facebook from an Excel 2013 task pane, and then how to retrieve some basic user data from Facebook by using the Facebook API.]]></description>
				<content:encoded><![CDATA[<p>?This sample task pane app for Excel shows how to log on to Facebook from an Excel 2013 task pane, and then how to retrieve some basic user data from Facebook by using the Facebook API.</p>
<p>Read the original: <br />
<a target="_blank" href="http://code.msdn.microsoft.com/Apps-for-Office-Interact-440d536c" title="Apps for Office: Interact with Facebook APIs">Apps for Office: Interact with Facebook APIs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2013/04/apps-for-office-interact-with-facebook-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apps for Office: Work with custom XML parts</title>
		<link>http://officedeveloper.net/2013/04/apps-for-office-work-with-custom-xml-parts/</link>
		<comments>http://officedeveloper.net/2013/04/apps-for-office-work-with-custom-xml-parts/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 06:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Office Developer Tools]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[2013-document-]]></category>
		<category><![CDATA[a-content-control]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[Content Control]]></category>
		<category><![CDATA[pro devs]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[sample-writes]]></category>
		<category><![CDATA[skilled (300)]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2013/04/apps-for-office-work-with-custom-xml-parts/</guid>
		<description><![CDATA[?This sample writes user-specified text to a custom XML part that is bound to a content control within a Word 2013 document.]]></description>
				<content:encoded><![CDATA[<p>?This sample writes user-specified text to a custom XML part that is bound to a content control within a Word 2013 document.</p>
<p>See more here:<br />
<a target="_blank" href="http://code.msdn.microsoft.com/Apps-for-Office-Work-with-d58e7a79" title="Apps for Office: Work with custom XML parts">Apps for Office: Work with custom XML parts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2013/04/apps-for-office-work-with-custom-xml-parts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Inches Ever-Closer to a Usable Office Alternative</title>
		<link>http://officedeveloper.net/2013/01/google-inches-ever-closer-to-a-usable-office-alternative/</link>
		<comments>http://officedeveloper.net/2013/01/google-inches-ever-closer-to-a-usable-office-alternative/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 01:44:37 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[all-stories]]></category>
		<category><![CDATA[and-the]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google-drive]]></category>
		<category><![CDATA[has-used]]></category>
		<category><![CDATA[img-border]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[the-issue]]></category>
		<category><![CDATA[thurrott]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2013/01/google-inches-ever-closer-to-a-usable-office-alternative/</guid>
		<description><![CDATA[ No one who has used both Microsoft Office/ Office 365 and the Google Drive web apps (Docs, Sheets, and Slides) would ever try to claim that Google&#039;s solutions are “superior”. But the issue for Microsoft is whether Google Drive is “good enough,” which it ..]]></description>
				<content:encoded><![CDATA[<p> No one who has used both Microsoft Office/ Office 365 and the Google Drive web apps (Docs, Sheets, and Slides) would ever try to claim that Google&#039;s solutions are “superior”. But the issue for Microsoft is whether Google Drive is “good enough,” which it ..</p>
<p>Read more here: <br />
<a target="_blank" href="http://www.google.com/url?sa=X&amp;q=http://winsupersite.com/office-365/google-inches-ever-closer-usable-office-alternative&amp;ct=ga&amp;cad=CAcQARgAIAAoATAAOABA7PGBiAVIAlAAWABiBWVuLVVT&amp;cd=jcLY2jvm9_o&amp;usg=AFQjCNGUYT-Sm7cz7HUPZkn_iTY5TqL9lw" title="Google Inches Ever-Closer to a Usable Office Alternative">Google Inches Ever-Closer to a Usable Office Alternative</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2013/01/google-inches-ever-closer-to-a-usable-office-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2013 SettingUp A Clean And Recoverable Development &#8230;</title>
		<link>http://officedeveloper.net/2012/11/sharepoint-2013-settingup-a-clean-and-recoverable-development/</link>
		<comments>http://officedeveloper.net/2012/11/sharepoint-2013-settingup-a-clean-and-recoverable-development/#comments</comments>
		<pubDate>Wed, 14 Nov 2012 09:40:58 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[2013-development]]></category>
		<category><![CDATA[clean-and]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[have-it-clean]]></category>
		<category><![CDATA[own-way]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2012/11/sharepoint-2013-settingup-a-clean-and-recoverable-development/</guid>
		<description><![CDATA[My own way of setting-up a SharePoint 2013 development virtual machine wherein I wanted to have it clean and recoverable anytime just in case I made a mess ... www.codeproject.com/.../SharePoint-2013-Setting-Up-A-Clea... ]]></description>
				<content:encoded><![CDATA[<p>My own way of setting-up a SharePoint 2013 development virtual machine wherein I wanted to have it clean and recoverable anytime just in case I made a mess &#8230; www.codeproject.com/&#8230;/SharePoint-2013-Setting-Up-A-Clea&#8230; </p>
<p>See the original post: <br />
<a target="_blank" href="http://www.google.com/url?sa=X&amp;q=http://www.codeproject.com/Articles/490811/SharePoint-2013-Setting-Up-A-Clean-And-Recoverable&amp;ct=ga&amp;cad=CAcQARgAIAEoATAAOABAkZjuhAVIAlgBYgVlbi1VUw&amp;cd=DvvqQdgbrgs&amp;usg=AFQjCNFvAlX7cmL0dkbjaYWlFUqWKg6nzQ" title="SharePoint 2013 SettingUp A Clean And Recoverable Development ...">SharePoint 2013 SettingUp A Clean And Recoverable Development &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2012/11/sharepoint-2013-settingup-a-clean-and-recoverable-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contoso Learning Companion Ver. 1.0 Sample</title>
		<link>http://officedeveloper.net/2012/11/contoso-learning-companion-ver-1-0-sample/</link>
		<comments>http://officedeveloper.net/2012/11/contoso-learning-companion-ver-1-0-sample/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 10:29:40 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[365-and]]></category>
		<category><![CDATA[a-the-browser-]]></category>
		<category><![CDATA[aggregated-experience]]></category>
		<category><![CDATA[baseline-solution]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Companion]]></category>
		<category><![CDATA[friendly-baseline]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[providing-users]]></category>
		<category><![CDATA[sites-via]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2012/11/contoso-learning-companion-ver-1-0-sample/</guid>
		<description><![CDATA[The Contoso Learning Companion provides a touch-friendly baseline solution built on top of Office 365 and Windows 8, that developers can use to build out, providing users with an aggregated experience that would otherwise require them to access multiple sites via the browser.]]></description>
				<content:encoded><![CDATA[<p>The Contoso Learning Companion provides a touch-friendly baseline solution built on top of Office 365 and Windows 8, that developers can use to build out, providing users with an aggregated experience that would otherwise require them to access multiple sites via the browser.</p>
<p>Continued here: <br />
<a target="_blank" href="http://www.microsoft.com/en-us/download/details.aspx?id=35556&amp;WT.mc_id=rss_alldownloads_devresources" title="Contoso Learning Companion Ver. 1.0 Sample">Contoso Learning Companion Ver. 1.0 Sample</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2012/11/contoso-learning-companion-ver-1-0-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s new in Access 2013 for developers</title>
		<link>http://officedeveloper.net/2012/10/whats-new-in-access-2013-for-developers/</link>
		<comments>http://officedeveloper.net/2012/10/whats-new-in-access-2013-for-developers/#comments</comments>
		<pubDate>Wed, 24 Oct 2012 23:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[a-polished-user]]></category>
		<category><![CDATA[a-search-box-]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[small-business]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2012/10/whats-new-in-access-2013-for-developers/</guid>
		<description><![CDATA[ Mike Stowe, Programming Writer, Office Developer Documentation team, authored today&#039;s post. Access 2013 features a new type of application model, Access apps, that’s makes it easy to create, customize, and deploy an app to the cloud. ]]></description>
				<content:encoded><![CDATA[<p> Mike Stowe, Programming Writer, Office Developer Documentation team, authored today&#039;s post. Access 2013 features a new type of application model, Access apps, that’s makes it easy to create, customize, and deploy an app to the cloud. </p>
<p>Read the rest here: <br />
<a target="_blank" href="http://blogs.msdn.com/b/officedevdocs/archive/2012/10/24/what-s-new-in-access-2013-for-developers.aspx" title="What’s new in Access 2013 for developers">What’s new in Access 2013 for developers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2012/10/whats-new-in-access-2013-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a SharePoint 2013 Development Environment 101</title>
		<link>http://officedeveloper.net/2012/10/setting-up-a-sharepoint-2013-development-environment-101/</link>
		<comments>http://officedeveloper.net/2012/10/setting-up-a-sharepoint-2013-development-environment-101/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 05:10:40 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[distribute-apps]]></category>
		<category><![CDATA[operating-environment]]></category>
		<category><![CDATA[preparation]]></category>
		<category><![CDATA[prepare-the-operating]]></category>
		<category><![CDATA[read-more]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[the-apps]]></category>
		<category><![CDATA[the-systems]]></category>
		<category><![CDATA[you-have]]></category>
		<category><![CDATA[you-want]]></category>
		<category><![CDATA[you-will]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2012/10/setting-up-a-sharepoint-2013-development-environment-101/</guid>
		<description><![CDATA[Step 1 Prepare the Operating Environment Preparation of your development environment is determined by the apps you will develop and the systems you have access to.  If you want to distribute apps for SharePoint through an app catalog, such as apps...( read more ) ]]></description>
				<content:encoded><![CDATA[<p>Step 1 Prepare the Operating Environment Preparation of your development environment is determined by the apps you will develop and the systems you have access to.  If you want to distribute apps for SharePoint through an app catalog, such as apps&#8230;( read more ) </p>
<p>Excerpt from:<br />
<a target="_blank" href="http://feedproxy.google.com/~r/wbaer/~3/VZ6vhSyA6x0/setting-up-a-sharepoint-2013-development-environment-101.aspx" title="Setting up a SharePoint 2013 Development Environment 101">Setting up a SharePoint 2013 Development Environment 101</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2012/10/setting-up-a-sharepoint-2013-development-environment-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Channel 9 Interview: Building an Outlook Mail App using the &#8220;Napa&#8221; Office 365 Development Tools</title>
		<link>http://officedeveloper.net/2012/09/channel-9-interview-building-an-outlook-mail-app-using-the-napa-office-365-development-tools/</link>
		<comments>http://officedeveloper.net/2012/09/channel-9-interview-building-an-outlook-mail-app-using-the-napa-office-365-development-tools/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 01:50:25 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Office Developer Tools]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[a-lot-easier]]></category>
		<category><![CDATA[building-office]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[devcenter]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[outlook-saurabh]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[vs2012]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/2012/09/channel-9-interview-building-an-outlook-mail-app-using-the-napa-office-365-development-tools/</guid>
		<description><![CDATA[ If you haven’t heard, the new Office &#38; SharePoint 2013 Developer Preview has a brand new development model that should make it a lot easier and flexible to build consumer and enterprise applications running within Office &#38; SharePoint. Based on web technologies like HTML5, XML, CSS3, JavaScript, and REST APIs, you can use your existing knowledge of these web technologies to quickly build your apps. What’s cool is these apps can not only run in the desktop versions of Office, they can also run in the web app versions. ]]></description>
				<content:encoded><![CDATA[<p> If you haven’t heard, the new Office &amp; SharePoint 2013 Developer Preview has a brand new development model that should make it a lot easier and flexible to build consumer and enterprise applications running within Office &amp; SharePoint. Based on web technologies like HTML5, XML, CSS3, JavaScript, and REST APIs, you can use your existing knowledge of these web technologies to quickly build your apps. What’s cool is these apps can not only run in the desktop versions of Office, they can also run in the web app versions. </p>
<p>The rest is here: <br />
<a target="_blank" href="http://blogs.msdn.com/b/bethmassi/archive/2012/09/27/channel-9-interview-building-an-outlook-mail-app-using-the-quot-napa-quot-office-365-development-tools.aspx">Channel 9 Interview: Building an Outlook Mail App using the &#8220;Napa&#8221; Office 365 Development Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2012/09/channel-9-interview-building-an-outlook-mail-app-using-the-napa-office-365-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
