<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WebARJ</title>
	<atom:link href="http://webarj.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webarj.wordpress.com</link>
	<description>Delving into SharePoint 2007</description>
	<lastBuildDate>Wed, 18 May 2011 09:13:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webarj.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WebARJ</title>
		<link>http://webarj.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webarj.wordpress.com/osd.xml" title="WebARJ" />
	<atom:link rel='hub' href='http://webarj.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint 2007 Forms Server</title>
		<link>http://webarj.wordpress.com/2011/03/03/sharepoint-2007-forms-server/</link>
		<comments>http://webarj.wordpress.com/2011/03/03/sharepoint-2007-forms-server/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 04:45:36 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/?p=21</guid>
		<description><![CDATA[Right now I&#8217;m troubleshooting a mysterious error that one of my support customers is experiencing using InfoPath forms on a SharePoint site. The users are entering information into a browser enabled form, taking a really long time, and I&#8217;m pretty sure there&#8217;s a session timeout happening. What&#8217;s mysterious is that I can&#8217;t reproduce the error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=21&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right now I&#8217;m troubleshooting a mysterious error that one of my support customers is experiencing using InfoPath forms on a SharePoint site. The users are entering information into a browser enabled form, taking a really long time, and I&#8217;m pretty sure there&#8217;s a session timeout happening. What&#8217;s mysterious is that I can&#8217;t reproduce the error exactly by opening a form and letting the session time out, then attempting to save it. I get a completely different error. So there must be more at play.</p>
<p>My current working theory is that there are 2 separate (but possibly related) issues happening at the same time. One error when the user attempts to save the form (resulting in the loss of all their changes), and one when the browser attempts to reload/display it (resulting in the error message shown and the inability to go back to a view of the form with their updated content).</p>
<p>Here are some sanitised error messages I&#8217;ve captured from the event log when the problem happens.</p>
<p><code>InfoPath Forms Services has detected a mismatch between the user's data in the browser and on the server. This may indicate the SESSION_STATE_PASCAL_CASED is not configured properly on a multiple front end farm or that a malicious user is trying to tamper with client data. (User: DOMAIN\username, Form Name: Form, IP: , Request: http://website/_layouts/FormServer.aspx?XmlLocation=/filepath.xml&amp;Source=http://website/Library/Forms/AllItems.aspx?RootFolder=%&amp;FolderCTID=0x0120004AE5D17103937E4DAC784D461AF8C33D&amp;View=%257b9AD631DA%252d5EDE%252d4EF1%252d8FF3%252d14ED56F1471A%257d&amp;DefaultItemOpen=1, Form ID: urn:schemas-microsoft-com:office:infopath:Form:-myXSD-2009-09-01T01-30-36) 604f4e9e-bff3-460d-af19-229411e20ab9</code></p>
<p><code>WARNING: Invalid Canary for view file. StackTrace: at Microsoft.Office.InfoPath.Server.Controls.ResourcePage.GetSolutionAndVerifyCanary(HttpContext context, String solutionId, SPSite contextSite, ResourceErrorType&amp; error) at Microsoft.Office.InfoPath.Server.Controls.ResourcePage.HandleViewFile(HttpContext context) at Microsoft.Office.InfoPath.Server.Controls.ResourcePage.&lt;&gt;c__DisplayClass2.b__0() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.Office.InfoPath.Server.Controls.ResourcePage.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error) at S</code></p>
<p>Don&#8217;t you love how that last stack trace just gets cut off like that? Woo!</p>
<p>Here is my current link log from researching the issue:</p>
<ul>
<li>Reading this now: <a href="http://blogs.msdn.com/b/shivajin/archive/2009/05/11/deep-dive-on-infopath-request-and-response.aspx">http://blogs.msdn.com/b/shivajin/archive/2009/05/11/deep-dive-on-infopath-request-and-response.aspx</a></li>
<li>This describes the error message I can&#8217;t reproduce. I&#8217;ve already verified that AAM isn&#8217;t the problem, the users are accessing the site via the Default Zone URL. <a href="http://social.msdn.microsoft.com/Forums/en-US/sharepointinfopath/thread/1729d3eb-b63f-462d-bbb6-53a735ad6b98/">http://social.msdn.microsoft.com/Forums/en-US/sharepointinfopath/thread/1729d3eb-b63f-462d-bbb6-53a735ad6b98/</a></li>
<li>This could be more likely. All service accounts are domain accounts, but I do know that our client&#8217;s infrastructure had some odd AD policies that might be occasionally wreaking havoc somehow. <a href="http://blog.sharepointrx.com/2010/02/05/infopath-forms-server-error-there-has-been-an-error-while-loading-the-form-a-required-resource-could-not-be-downloaded-to-try-to-resume-the-download-refresh-the-page/">http://blog.sharepointrx.com/2010/02/05/infopath-forms-server-error-there-has-been-an-error-while-loading-the-form-a-required-resource-could-not-be-downloaded-to-try-to-resume-the-download-refresh-the-page/</a></li>
<li>This is also likely but I hope it&#8217;s not the case. Having people delete their temporary internet files is not going to really help the problem much if they&#8217;ve just lost an hour&#8217;s worth of work in their form. Even though this is ostensibly a workflow issue, the workflow forms are InfoPath, so it could be related. <a href="http://www.dev4side.com/community/blog/2010/6/11/error-there-has-been-an-error-while-loading-the-form-in-an-approval-workflow.aspx">http://www.dev4side.com/community/blog/2010/6/11/error-there-has-been-an-error-while-loading-the-form-in-an-approval-workflow.aspx</a></li>
<li>This one also suggests a caching/temporary files issue might be causing this. No, no! It can&#8217;t be true. Also, further reading indicates the suggestion to run stsadm -o reconvertallformtemplates is a really bad idea. <a href="http://vspug.com/ssa/2007/12/24/tip-session-state-pascal-cased-is-not-configured-properly/">http://vspug.com/ssa/2007/12/24/tip-session-state-pascal-cased-is-not-configured-properly/</a></li>
<li>Once again suggesting IE&#8217;s caching is at fault: <a href="http://blog.jussipalo.com/2008/02/forms-server-invalid-canary-for-view.html">http://blog.jussipalo.com/2008/02/forms-server-invalid-canary-for-view.html</a></li>
<li>More info on what the &#8220;Invalid canary&#8221; warning means: <a href="http://social.technet.microsoft.com/Forums/en/office2010/thread/0acbb4e3-4526-487d-8f67-781cc3bb63b1">http://social.technet.microsoft.com/Forums/en/office2010/thread/0acbb4e3-4526-487d-8f67-781cc3bb63b1</a></li>
<li>This post suggests SP2 will fix things&#8230; except the environment is already running SP2. Bother. <a href="http://blog.sharepointalist.com/2009/10/invalid-canary-for-view-file.html">http://blog.sharepointalist.com/2009/10/invalid-canary-for-view-file.html</a></li>
</ul>
<p>My conclusion is that there is some type of caching, cookie expiry, session timeout bad juju going on. Unfortunately that&#8217;s not one I can document for an end user!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=21&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2011/03/03/sharepoint-2007-forms-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Code Snippet: Calculating the first date of the week for a given date &amp; a given week start</title>
		<link>http://webarj.wordpress.com/2008/11/06/code-snippet-calculating-the-first-date-of-the-week-for-a-given-date-a-given-week-start/</link>
		<comments>http://webarj.wordpress.com/2008/11/06/code-snippet-calculating-the-first-date-of-the-week-for-a-given-date-a-given-week-start/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:52:02 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/?p=17</guid>
		<description><![CDATA[I know I&#8217;m going to need to use this again at some point &#38; it took me an hour and a half to figure this one out. I can&#8217;t believe .NET 2.0 doesn&#8217;t have a built-in method to do this&#8230;? // C# public DateTime GetStartOfWeek(DateTime date, DayOfWeek WeekStartDay) { double daysToStart = (Convert.ToDouble(today.DayOfWeek) - Convert.ToDouble(WeekStartDay) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=17&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;m going to need to use this again at some point &amp; it took me an hour and a half to figure this one out. I can&#8217;t believe .NET 2.0 doesn&#8217;t have a built-in method to do this&#8230;?</p>
<p><code><br />
// C#<br />
public DateTime GetStartOfWeek(DateTime date, DayOfWeek WeekStartDay) {<br />
double daysToStart = (Convert.ToDouble(today.DayOfWeek) - Convert.ToDouble(WeekStartDay) + 7) % 7;<br />
DateTime weekStartDate = date.AddDays(0 - daysToStart);<br />
return weekStartDate;<br />
}<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=17&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2008/11/06/code-snippet-calculating-the-first-date-of-the-week-for-a-given-date-a-given-week-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Admin Tip: starting the Windows Services Web Application Service</title>
		<link>http://webarj.wordpress.com/2007/10/17/sharepoint-admin-tip-starting-the-windows-services-web-application-service/</link>
		<comments>http://webarj.wordpress.com/2007/10/17/sharepoint-admin-tip-starting-the-windows-services-web-application-service/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 07:40:05 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/10/17/sharepoint-admin-tip-starting-the-windows-services-web-application-service/</guid>
		<description><![CDATA[I reconnected a disconnected server to a SharePoint farm, and after the Configuration Wizard finished running, I checked the Services on Server page to verify that everything was OK and start up the Search and Excel services. Much to my consternation, the &#8220;Window SharePoint Services Web Application&#8221; service was stuck on &#8220;Starting&#8221; and none of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=15&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I reconnected a disconnected server to a SharePoint farm, and after the Configuration Wizard finished running, I checked the Services on Server page to verify that everything was OK and start up the Search and Excel services. Much to my consternation, the &#8220;Window SharePoint Services Web Application&#8221; service was stuck on &#8220;Starting&#8221; and none of my web applications had appeared in IIS. Argh.</p>
<p><a href="http://blogs.msdn.com/joelo/archive/2006/07/11/microsoft-it-upgrade-learnings.aspx">Fortunately, Joel Oleson&#8217;s blog came to the rescue</a>. The correct stsadm command to use to force this sucker to start is:</p>
<blockquote><p>stsadm -o provisionservice -action start -servicetype SPWebService</p></blockquote>
<p>It took a while for the command to complete, but that seemed to fix everything up nicely.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=15&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/10/17/sharepoint-admin-tip-starting-the-windows-services-web-application-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Bookmarked for Future Reading: Content Deployment Deep Dive</title>
		<link>http://webarj.wordpress.com/2007/09/04/bookmarked-for-future-reading-content-deployment-deep-dive/</link>
		<comments>http://webarj.wordpress.com/2007/09/04/bookmarked-for-future-reading-content-deployment-deep-dive/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 06:45:06 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/09/04/bookmarked-for-future-reading-content-deployment-deep-dive/</guid>
		<description><![CDATA[I know I&#8217;m going to need to read this shortly: Deep Dive into the SharePoint Content Deployment and Migration API &#8211; Part 1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=12&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;m going to need to read this shortly:</p>
<blockquote><p><a href="http://blogs.technet.com/stefan_gossner/archive/2007/08/30/deep-dive-into-the-sharepoint-content-deployment-and-migration-api-part-1.aspx"> Deep Dive into the SharePoint Content Deployment and Migration API &#8211; Part 1</a></p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=12&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/09/04/bookmarked-for-future-reading-content-deployment-deep-dive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Using WSE in SharePoint Context</title>
		<link>http://webarj.wordpress.com/2007/08/22/using-wse-in-sharepoint-context/</link>
		<comments>http://webarj.wordpress.com/2007/08/22/using-wse-in-sharepoint-context/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 04:35:44 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/22/using-wse-in-sharepoint-context/</guid>
		<description><![CDATA[I am currently working on integrating some existing ASP.NET forms into the /_layouts/ folder in SharePoint as they will need to run in SharePoint context. These forms call web services using Microsoft&#8217;s Web Services Enhancements add-on. The add-on creates a config file with the WSE settings for your project, but it needs to be stored [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=10&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am currently working on integrating some existing ASP.NET forms into the /_layouts/ folder in SharePoint as they will need to run in SharePoint context. These forms call web services using Microsoft&#8217;s <a href="http://msdn2.microsoft.com/en-us/webservices/Aa740663.aspx">Web Services Enhancements add-on</a>. The add-on creates a config file with the WSE settings for your project, but it needs to be stored in the root of the web application, so you need to make sure to put a copy of this config file in the web root of the SharePoint site (e.g. c:\Inetpub\wwwroot\wss\VirtualDirectories\&lt;site&gt;).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=10&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/22/using-wse-in-sharepoint-context/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating ASP.NET pages that run in a SharePoint site context</title>
		<link>http://webarj.wordpress.com/2007/08/17/creating-aspnet-pages-that-run-in-a-sharepoint-site-context/</link>
		<comments>http://webarj.wordpress.com/2007/08/17/creating-aspnet-pages-that-run-in-a-sharepoint-site-context/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 03:03:03 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/17/creating-aspnet-pages-that-run-in-a-sharepoint-site-context/</guid>
		<description><![CDATA[Because I keep losing this link &#38; keep needing to perform 800 searches to find it again, I am bookmarking it here: SharePoint 2007 &#8211; /_layouts and how to create pages that run in site context &#8211; Serge van den Oever It is also a very useful link if you are doing any kind of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=9&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Because I keep losing this link &amp; keep needing to perform 800 searches to find it again, I am bookmarking it here:</p>
<p><a href="http://weblogs.asp.net/soever/archive/2006/11/09/SharePoint-2007-_2D00_-_2F005F00_layouts-and-how-to-create-pages-that-run-in-site-context.aspx">SharePoint 2007 &#8211; /_layouts and how to create pages that run in site context</a> &#8211; Serge van den Oever</p>
<p>It is also a very useful link if you are doing any kind of custom development that requires a custom &#8220;settings&#8221; type page (for instance, if you are writing a custom workflow without InfoPath to handle the forms).</p>
<p>I also found that you may need to <a href="http://go.microsoft.com/fwlink/?LinkId=73863">install a hotfix</a> on your Windows 2003 VPC in order to install SP1 for Visual Studio in order to get the <a href="http://msdn2.microsoft.com/en-us/asp.net/Aa336618.aspx">web application project type</a> mentioned in that blog post. The hard way. After wasting many valuable hours.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=9&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/17/creating-aspnet-pages-that-run-in-a-sharepoint-site-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Map Technologies</title>
		<link>http://webarj.wordpress.com/2007/08/12/online-map-technologies/</link>
		<comments>http://webarj.wordpress.com/2007/08/12/online-map-technologies/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 02:10:47 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/12/online-map-technologies/</guid>
		<description><![CDATA[The current web site project I&#8217;m on has a requirement around using live maps for showing location information. On my last day at TechEd I sat in on a session on Virtual Earth so I could get a better idea of the technology and compare it with what I knew about Google Maps. It was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=8&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The current web site project I&#8217;m on has a requirement around using live maps for showing location information. On my last day at TechEd I sat in on a session on <a href="http://www.microsoft.com/virtualearth/overview.mspx">Virtual Earth</a> so I could get a better idea of the technology and compare it with what I knew about <a href="http://www.google.com/apis/maps/index.html">Google Maps</a>. It was a very nicely done demo, and also included integration with other Live technologies, like messaging. It seemed like a very straightforward JavaScript library with a pile of useful features. Pulling together a quick POC for either platform for a proper comparison should be a snap.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=8&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/12/online-map-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Workflow Tip</title>
		<link>http://webarj.wordpress.com/2007/08/09/workflow-tip/</link>
		<comments>http://webarj.wordpress.com/2007/08/09/workflow-tip/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 06:59:40 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/09/workflow-tip/</guid>
		<description><![CDATA[Mick Badran reckons that you should always be developing workflows based on WF that are state machine based instead of sequential workflows. Since I&#8217;ve never done a state machine workflow, I&#8217;ll need to investigate them more and find out what the major advantages are; I think the main thing would be flexibility &#38; extensibility of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=7&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.breezetraining.com.au/mickb/">Mick Badran</a> reckons that you should always be developing workflows based on <a href="http://wf.netfx3.com/">WF </a>that are state machine based instead of sequential workflows. Since I&#8217;ve never done a state machine workflow, I&#8217;ll need to investigate them more and find out what the major advantages are; I think the main thing would be flexibility &amp; extensibility of the workflow. Google is indicating I might want to start <a href="http://www.microsoft.com/belux/msdn/nl/community/columns/kurtclaeys/wf.mspx">here</a> and <a href="http://www.odetocode.com/Articles/460.aspx">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=7&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/09/workflow-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Non-SharePoint Stuff</title>
		<link>http://webarj.wordpress.com/2007/08/09/non-sharepoint-stuff/</link>
		<comments>http://webarj.wordpress.com/2007/08/09/non-sharepoint-stuff/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 02:29:25 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[TechEd 2007]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/09/non-sharepoint-stuff/</guid>
		<description><![CDATA[TechEd has been a good opportunity to pop my head up out of the Sea of SharePoint and check out some of the interesting new/other technologies coming out from Microsoft. Since the conference this year has been not as SharePoint centric now that 2007 is an established product, there have been plenty of opportunities to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=6&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TechEd has been a good opportunity to pop my head up out of the Sea of SharePoint and check out some of the interesting new/other technologies coming out from Microsoft. Since the conference this year has been not as SharePoint centric now that 2007 is an established product, there have been plenty of opportunities to have a look at all kinds of stuff. Here&#8217;s a quick overview of things I wouldn&#8217;t mind checking out in my free (ha! yeah, right) time.</p>
<ul>
<li><a href="http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx">LINQ</a><br />
Extends the .NET framework for easy data query &amp; transformation operations in a functional programming type approach. LINQ will be integrated into Visual Studio 2008, but you can use it now. I also found this very nifty <a href="http://www.codeplex.com/LINQtoSharePoint/">LINQ to SharePoint provider</a> on CodePlex that I will need to check out (could it be the end of having to manually compose CAML? Oh I hope so)!</li>
<li><a href="http://quickstarts.asp.net/Futures/dynamicdatacontrols/default.aspx">Dynamic Data Controls</a><br />
This ASP.NET library provides a set of web controls that bind to data sources and cut out a lot of the typical, repetitive drudgery of setting up a rich, data-driven web application with data listings, views, insert, update &amp; delete operations &amp; UI. And, even better, combine them with LINQ for some really simple, clean, maintainable code. We got a demo of the library that will be ready in the August ASP.NET futures download.</li>
<li><a href="http://wpf.netfx3.com/">WPF/XAML</a><br />
The Windows Presentation Foundation is a framework for developing rich applications using a declarative XML format (XAML) to control UI, and .NET managed code to handle the business logic/functionality. Having seen the demos, I think XAML is what XHTML should be! Well formed and with tons of functionality (like, *gasp* columns!). Better still, WPF applications will be able to work as web applications as well as Windows client applications.</li>
</ul>
<p>Veerrry interesting&#8230; Is it especially geeky of me to contemplate chucking a sickie just so I can play around with new development technologies?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=6&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/09/non-sharepoint-stuff/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
		<item>
		<title>Feature Stapling &#8211; the Best Thing Since Sliced Bread</title>
		<link>http://webarj.wordpress.com/2007/08/08/feature-stapling-the-best-thing-since-sliced-bread/</link>
		<comments>http://webarj.wordpress.com/2007/08/08/feature-stapling-the-best-thing-since-sliced-bread/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 07:37:14 +0000</pubDate>
		<dc:creator>Andrea Roceal James</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://webarj.wordpress.com/2007/08/08/feature-stapling-the-best-thing-since-sliced-bread/</guid>
		<description><![CDATA[OK, that may be a mild exaggeration, but the best thing I learned today was in a session co-presented by SharePoint genius, and my co-worker, Ishai Sagi. If you don&#8217;t know how SharePoint Features work, take a quick look at the SDK as it can explain it far better than I can. Essentially what feature [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=5&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK, that may be a mild exaggeration, but the best thing I learned today was in a session co-presented by SharePoint genius, and my co-worker, <a href="http://www.sharepoint-tips.com/" title="Ishai's blog - SharePoint Tips &amp; Tricks">Ishai Sagi</a>.</p>
<p>If you don&#8217;t know how SharePoint Features work, take a <a href="http://msdn2.microsoft.com/en-us/library/ms460318.aspx">quick look at the SDK</a> as it can explain it far better than I can. Essentially what feature stapling allows you to do is piggyback features into a specific existing site definition without actually altering that site definition. Since you can implement just about any type of SharePoint functionality as a feature, including creating lists, content types, content, changing site settings, adding UI elements, and so on, that means you can easily customise out of the box site definitions.</p>
<p>SHEESH! I wish I had payed more attention to this six months ago&#8211; it would have saved me so many headaches.</p>
<p>I did a quick search and found this very thorough <a href="http://blogs.msdn.com/cjohnson/archive/2006/11/01/feature-stapling-in-wss-v3.aspx">blog post by Chris Johnson</a> from November last year that covers how to do it. A big thank you to Ishai and Milan Gross for introducing this concept to me.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webarj.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webarj.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webarj.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webarj.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webarj.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webarj.wordpress.com&amp;blog=917752&amp;post=5&amp;subd=webarj&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://webarj.wordpress.com/2007/08/08/feature-stapling-the-best-thing-since-sliced-bread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b079729e9c70b81396452bbe0c50b6eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Andrea Roceal James</media:title>
		</media:content>
	</item>
	</channel>
</rss>
