<?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>Add-in Express Blogs &#187; smart tags</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/smart-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:25:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating integrated Office solutions with Add-in Express</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 13:25:49 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3559</guid>
		<description><![CDATA[Add-in Express enables you as a developer to quickly and easily create, not just MS Office add-ins but also Excel XLL add-ins, Excel Real-time data (RTD) servers and smart tags. In this post I'll demonstrate how you could include all this functionality in one Visual Studio project. Start by creating a new ADX COM Add-in project in Visual Studio]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/06/07/integrated-office-solution-outlook-excel-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redeploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 10:43:13 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3151</guid>
		<description><![CDATA[This is the final part of the series that describes all possible ways of deploying your Add-in Express-based Office extensions. I recommend that you begin from the very beginning: Step-by-step deployment of Office extensions: Overview. Or, if you are interested only in ClickTwice :) deployment, you can start right away with Deploying Office extensions via ClickTwice :)]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/03/01/redeploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Office extensions via ClickTwice</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 17:29:17 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3142</guid>
		<description><![CDATA[Part 7 of the deployment series explains how you can use your favorite installer software to deploy your Office extensions over the web; this is the essence of ClickTwice :). If you didn’t read the previous parts of the series, I'd advise that you start with Part 1 - a brief overview of the available deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/28/deploying-office-extensions-clicktwice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Redeploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:15:07 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3069</guid>
		<description><![CDATA[This is part 5 of the series of articles which describes all possible ways of deploying your Office extensions based on Add-in Express. I recommend you starting from the very beginning: Step-by-step deployment of Office extensions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/redeploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via ClickOnce</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:09:46 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3064</guid>
		<description><![CDATA[In part 4 of the deployment series I will show you how to deploy your per-user Office extension using ClickOnce. Before we proceed, I recommend that you read Part 1 for a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/24/deploying-peruser-office-extensions-clickonce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-machine Office extensions via an MSI installer</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:45:42 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3045</guid>
		<description><![CDATA[This is part 3 of the deployment series that provides step-by-step instructions for deploying your per-machine Office extensions via an MSI installer. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-permachine-office-extensions-msi-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying per-user Office extensions via an MSI installer</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:36:02 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=3008</guid>
		<description><![CDATA[This is part 2 of the series that covers all possible ways of deploying Add-in Express based Office extensions. Part 1 provided a brief overview of the available deployment technologies and now we are going to have a close look into deploying per-user Office extensions via an MSI installer]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deploying-peruser-office-extension-msi-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Office extensions &#8211; step-by-step guide</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deployment-office-extensions-overview/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deployment-office-extensions-overview/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 17:06:18 +0000</pubDate>
		<dc:creator>Renat Tlebaldziyeu</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[RTD servers]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XLL]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2968</guid>
		<description><![CDATA[The table below gives an overview of the main features supported by the above mentioned technologies that you can use for deploying your Add-in Express based Office extensions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2011/02/22/deployment-office-extensions-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Tags and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:30:35 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[smart tags]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2068</guid>
		<description><![CDATA[Smart Tags is a feature in Office by which Word, Excel, PowerPoint and Outlook (if Word is used as the default editor) recognizes certain words and then presents the user with additional actions based on the selected text.  It is available in Office 2002 to 2007, it is noticeably absent in Office 2010 as it has been deprecated, meaning that Word, Excel, PowerPoint and Outlook will not automatically recognize words as in the previous versions]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/28/smart-tags-office2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

