<?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>Daniel Pavelescu&#039;s Blog</title>
	<atom:link href="http://daniel-pavelescu.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel-pavelescu.ro</link>
	<description>.Net Technologies, Architecture and Design</description>
	<lastBuildDate>Sun, 18 Oct 2009 09:09:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Email Notifications and Alerts &#8211; Sharepoint Tasks List</title>
		<link>http://daniel-pavelescu.ro/email-notifications-and-alerts-sharepoint-tasks-list/</link>
		<comments>http://daniel-pavelescu.ro/email-notifications-and-alerts-sharepoint-tasks-list/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:29:40 +0000</pubDate>
		<dc:creator>daniel.pavelescu</dc:creator>
				<category><![CDATA[.Net Technologies]]></category>

		<guid isPermaLink="false">http://daniel-pavelescu.ro/?p=21</guid>
		<description><![CDATA[<p>A few days ago I had a problem with sending emails when a new task is added to a Sharepoint tasks list. I want to make a brief introduction for you to understand the context before going on with explaining the issue:  we have a workflow that creates tasks in the default task list of [...]]]></description>
		<wfw:commentRss>http://daniel-pavelescu.ro/email-notifications-and-alerts-sharepoint-tasks-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007 SP1 &#8211; Security Exposure of Form Library</title>
		<link>http://daniel-pavelescu.ro/sharepoint-2007-form-library-security-issue/</link>
		<comments>http://daniel-pavelescu.ro/sharepoint-2007-form-library-security-issue/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:34:59 +0000</pubDate>
		<dc:creator>daniel.pavelescu</dc:creator>
				<category><![CDATA[.Net Technologies]]></category>

		<guid isPermaLink="false">http://daniel-pavelescu.ro/?p=33</guid>
		<description><![CDATA[<p>Recently we have launched a SharePoint application based on InfoPath forms. The functionality is very simple: the user creates browser-enabled InfoPath forms and an event receiver of the form library sets specific permissions. The security trimming works as expected so the forms&#8217; owner is able to see only his forms. In production we found out [...]]]></description>
		<wfw:commentRss>http://daniel-pavelescu.ro/sharepoint-2007-form-library-security-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Data Connection Files (.udcx) to Sharepoint Data Connection Library</title>
		<link>http://daniel-pavelescu.ro/deploy-data-connection-files-udcx-to-sharepoint-data-connection-library/</link>
		<comments>http://daniel-pavelescu.ro/deploy-data-connection-files-udcx-to-sharepoint-data-connection-library/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:33:42 +0000</pubDate>
		<dc:creator>daniel.pavelescu</dc:creator>
				<category><![CDATA[.Net Technologies]]></category>

		<guid isPermaLink="false">http://daniel-pavelescu.ro/?p=31</guid>
		<description><![CDATA[<p>The following xml snippets gives you an example about how to construct a feature that will deploy a data connection file (.udcx) into a pre-created data connection document library in Sharepoint (The current sample is using only one data connection file but feel free to include as many as you need):</p>
<p>Feature.xml:</p>
<p> &#60;Feature
    Title=&#8221;Data Connections Feature&#8221;
    Description=&#8221; [...]]]></description>
		<wfw:commentRss>http://daniel-pavelescu.ro/deploy-data-connection-files-udcx-to-sharepoint-data-connection-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Browser-Enabled InfoPath Forms based on Content Types</title>
		<link>http://daniel-pavelescu.ro/deploy-browser-enabled-infopath-forms-based-on-content-types/</link>
		<comments>http://daniel-pavelescu.ro/deploy-browser-enabled-infopath-forms-based-on-content-types/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:28:39 +0000</pubDate>
		<dc:creator>daniel.pavelescu</dc:creator>
				<category><![CDATA[.Net Technologies]]></category>

		<guid isPermaLink="false">http://daniel-pavelescu.ro/?p=28</guid>
		<description><![CDATA[<p>I want to…</p>
<p>…deploy a few InfoPath forms based on content types. Some of the site columns are used across many content types. I need some level of control on the content type generation and deployment.</p>
<p>How…</p>
<p>The deployment of browser-enabled InfoPath forms using features is described in http://blah.winsmarts.com/2008-8-Deploying_InfoPath_2007_Forms_to_Forms_Server_-and-ndash_Properly.aspx post. However this post is not specific to content [...]]]></description>
		<wfw:commentRss>http://daniel-pavelescu.ro/deploy-browser-enabled-infopath-forms-based-on-content-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Content Query Webpart &#8211; Deploy Custom Style</title>
		<link>http://daniel-pavelescu.ro/content-query-webpart-deploy-custom-style/</link>
		<comments>http://daniel-pavelescu.ro/content-query-webpart-deploy-custom-style/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:17:57 +0000</pubDate>
		<dc:creator>daniel.pavelescu</dc:creator>
				<category><![CDATA[.Net Technologies]]></category>

		<guid isPermaLink="false">http://daniel-pavelescu.ro/?p=25</guid>
		<description><![CDATA[<p>Problem:</p>
<p> I want to deploy my custom style for the Content Query Web Part (CQWP).</p>
<p> The CQWP is using the following files to style its presentation: ContentQueryMain.xsl, Header.xsl and ItemStyle.xsl. The files are located under /Style Library/XSL Style Sheets in the root site.</p>
<p> The first solution that comes into my mind is to replace the OOTB xslt files [...]]]></description>
		<wfw:commentRss>http://daniel-pavelescu.ro/content-query-webpart-deploy-custom-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
