<?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>Sintax &#187; Sharepoint</title>
	<atom:link href="http://www.sintax.org/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sintax.org</link>
	<description>IT Consultant - Photo Lover</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SharePoint 2007 &#8211; Custom Look Field with Ajax</title>
		<link>http://www.sintax.org/2010/07/19/sharepoint-2007-custom-look-field-with-ajax/</link>
		<comments>http://www.sintax.org/2010/07/19/sharepoint-2007-custom-look-field-with-ajax/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 08:35:19 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Custom Field]]></category>
		<category><![CDATA[CustomField]]></category>
		<category><![CDATA[Look Field]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=227</guid>
		<description><![CDATA[In my current project I have to find some trick for the end user that shows the Sharepoint application as a complete WEB 2.0 application. I have a lookup field and so why not create a lookup field without the classic drop down but with the intellisense. I searched in the net and I found [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2010/07/19/sharepoint-2007-custom-look-field-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UserControl ascx in a webpart: managing Controls</title>
		<link>http://www.sintax.org/2010/06/22/usercontrol-ascx-in-a-webpart-managing-controls/</link>
		<comments>http://www.sintax.org/2010/06/22/usercontrol-ascx-in-a-webpart-managing-controls/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:10:58 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Web Part]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=201</guid>
		<description><![CDATA[Scenario: I have a a webpart that load a ascx control; the user control contains a grid (in my case a RadGrid) and when i tried in the Page Load of ascx get my grid, I had always a null object. Solution: My error was that in the OnLoad event of my web part I instantiated the user control [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2010/06/22/usercontrol-ascx-in-a-webpart-managing-controls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 &#8211; Some useful link</title>
		<link>http://www.sintax.org/2010/06/17/sharepoint-2010-some-useful-link/</link>
		<comments>http://www.sintax.org/2010/06/17/sharepoint-2010-some-useful-link/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:09:26 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=169</guid>
		<description><![CDATA[Yesterday I finally configured my new server with SharePoint 2010. First of all I took a WSP solution created with MOSS 2007 and run the PowerShell Script to install, deploy it and activate all the features. WOW! Everything worked perfectly! After seeing all the changes in the look&#38;feel of Sharepoint 2010,  I need now to [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2010/06/17/sharepoint-2010-some-useful-link/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extend WikiPage ContentType with a feature</title>
		<link>http://www.sintax.org/2010/06/11/extend-wikipage-contenttype-with-a-feature/</link>
		<comments>http://www.sintax.org/2010/06/11/extend-wikipage-contenttype-with-a-feature/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 13:26:43 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Custom Content Type]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=145</guid>
		<description><![CDATA[In Sharepoint 2007 is available the Wiki Page Library template; this is a useful document library to store pages like a wiki; however sometime you need extended this library, for example, adding some new field. To do that I used a feature, deployed with WSPBuilder. In the feature I created the Content Type and programmatically, in the FeatureActivated event I create [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2010/06/11/extend-wikipage-contenttype-with-a-feature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Usare un oggetto SPSite pur non essendo SiteCollection Admin</title>
		<link>http://www.sintax.org/2009/11/12/usare-un-oggetto-spsite-pur-non-essendo-sitecollection-admin/</link>
		<comments>http://www.sintax.org/2009/11/12/usare-un-oggetto-spsite-pur-non-essendo-sitecollection-admin/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:46:59 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=73</guid>
		<description><![CDATA[Un problema in cui è facile imbattersi durante lo sviluppo di un&#8217;applicazione sharepoint è la possibilità di eseguire operazione &#8211; a livello di coding &#8211; su Sitecollection, Web o liste. Durante la prima realizzazione di un sito Sharepoint avevo scritto un bel po&#8217; di codice in cui eseguivo recupero di SPWeb, navigazione di List ecc&#8230; [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2009/11/12/usare-un-oggetto-spsite-pur-non-essendo-sitecollection-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il ContentDeployment in MOSS 2007</title>
		<link>http://www.sintax.org/2009/11/12/il-contentdeployment-in-moss-2007/</link>
		<comments>http://www.sintax.org/2009/11/12/il-contentdeployment-in-moss-2007/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:10:43 +0000</pubDate>
		<dc:creator>man</dc:creator>
				<category><![CDATA[Developing]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[ContentDeployment]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://www.sintax.org/?p=37</guid>
		<description><![CDATA[In un&#8217;architettura articolata di Farm Sharepoint, l&#8217;esigenza di eseguire il ContentDeployment è piuttosto comune. Spostare contenuti da una Site Collection ad un&#8217;altra, eseguire una migrazione di contenuti parziali, oppure solo di contenuti approvati. Lo scenario che possiamo immaginare è il seguente: abbiamo un Publishing Site Portal di Sharepoint in cui abbiamo pubblicati una serie di [...]]]></description>
		<wfw:commentRss>http://www.sintax.org/2009/11/12/il-contentdeployment-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
