<?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>Marc D Anderson&#039;s Blog</title>
	<atom:link href="http://mdasblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mdasblog.wordpress.com</link>
	<description>A Knowledge Management Zealot Speaks Out</description>
	<lastBuildDate>Tue, 01 Dec 2009 13:48:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mdasblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ebc89f2445125d4111c02f160a264272?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Marc D Anderson&#039;s Blog</title>
		<link>http://mdasblog.wordpress.com</link>
	</image>
			<item>
		<title>Interesting New Uses for SPDisplayRelatedInfo: Follow Up</title>
		<link>http://mdasblog.wordpress.com/2009/11/30/interesting-new-uses-for-spdisplayrelatedinfo-follow-up/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/30/interesting-new-uses-for-spdisplayrelatedinfo-follow-up/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 04:53:33 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery library for SharePoint Web Services]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11141</guid>
		<description><![CDATA[Following up on my post Interesting New Uses for SPDisplayRelatedInfo, I&#8217;ve just added two new options to the SPDisplayRelatedInfo function in the first alpha for v0.4.7 of the jQuery Library for SharePoint Web Services.  The function is getting a little overloaded with options, but these two seemed pretty valuable yet not worth breaking things out into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11141&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Following up on my post <a href="http://mdasblog.wordpress.com/2009/11/27/interesting-new-use-for-spdisplayrelatedinfo">Interesting New Uses for SPDisplayRelatedInfo</a>, I&#8217;ve just added two new options to the SPDisplayRelatedInfo function in the <a href="http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36650" target="_blank">first alpha for v0.4.7</a> of the <a id="ctl00_ctl00_MasterContent_ProjectTitleControl1_ProjectTitleLink1" href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services</a>.  The function is getting a little overloaded with options, but these two seemed pretty valuable yet not worth breaking things out into a new function.</p>
<p> The two new options are:</p>
<pre class="brush: jscript;">
numChars: 0,      // If used on an input column (not a dropdown), no matching will occur until at least this number of characters has been entered
matchType: &quot;Eq&quot;,     // If used on an input column (not a dropdown), type of match. Can be any valid CAML comparison operator, most often &quot;Eq&quot; or &quot;BeginsWith&quot;</pre>
<p>With these options, you can now use SPDisplayRelatedInfo more flexibly with columns which are not dropdowns or multi-selects, specifically <strong>Single line of text</strong> or <strong>Number</strong> columns.</p>
<p>By specifying a number of characters in numChars, you can limit the Web Services calls to find matching items in the relatedList from occurring until there have been at least that many characters typed.</p>
<p>By specifying a different value for matchType, you can change the type of comparison which is done to find matching items.  As noted above, the two most common values will be Eq and BeginsWith, however, there didn&#8217;t seem to be any reason not to allow all of the other available CAML comparison operators: Contains, Geq, Gt, Leq, Lt, Neq, etc.  You can see the descriptions for all of these CAML operators in the <a href="http://msdn.microsoft.com/en-us/library/ms467521.aspx" target="_blank">CAML Query Schema</a> in the SDK on MSDN.</p>
 Tagged: jQuery, jQuery library for SharePoint Web Services, SharePoint <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11141&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/30/interesting-new-uses-for-spdisplayrelatedinfo-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>Great reference JQuery and SharePoint 2007 Blog Post</title>
		<link>http://mdasblog.wordpress.com/2009/11/27/great-reference-jquery-and-sharepoint-2007-blog-post/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/27/great-reference-jquery-and-sharepoint-2007-blog-post/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:30:44 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/2009/11/27/great-reference-jquery-and-sharepoint-2007-blog-post/</guid>
		<description><![CDATA[I ran across a great JQuery and SharePoint 2007 blog post yesterday, and I wanted to capture the URL here for later reference. Vedant Kulshreshtha has done a great job gathering up links to explain what jQuery is all about, why it is a good thing, what people think about it, how you might use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11137&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I ran across a <a href="http://blogs.technet.com/vedant/archive/2009/02/08/jquery-and-sharepoint-2007.aspx" target="_blank">great JQuery and SharePoint 2007 blog post</a> yesterday, and I wanted to capture the URL here for later reference. <a href="http://blogs.technet.com/user/Profile.aspx?UserID=51921">Vedant Kulshreshtha</a> has done a great job gathering up links to explain what jQuery is all about, why it is a good thing, what people think about it, how you might use it with SharePoint, etc.&#160; From now on when people ask me what they should read to learn about jQuery with SharePoint, this is where I&#8217;m going to send them.</p>
 Tagged: jQuery, SharePoint <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11137&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/27/great-reference-jquery-and-sharepoint-2007-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>A Little Perspective on Running Your Own Business</title>
		<link>http://mdasblog.wordpress.com/2009/11/27/a-little-perspective-on-running-your-own-business/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/27/a-little-perspective-on-running-your-own-business/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 14:12:09 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[running a business]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11133</guid>
		<description><![CDATA[I was pinged the other day through LinkedIn by one of my wife&#8217;s former colleagues.  Here&#8217;s the nut of her request:
&#8230; suggested that I contact you to see if you&#8217;d be willing to talk with my husband.  He is currently a principal / management consultant at &#8230; and is trying to break out of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11133&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was pinged the other day through LinkedIn by one of my wife&#8217;s former colleagues.  Here&#8217;s the nut of her request:</p>
<blockquote><p>&#8230; suggested that I contact you to see if you&#8217;d be willing to talk with my husband.  He is currently a principal / management consultant at &#8230; and is trying to break out of the MC industry to be able to spend more time at home and less time traveling.  &#8230; said that you were able to do this and I&#8217;d appreciate it if you could give him some tips for breaking free.  He has always been a MC since graduating college and needs guidance on other positions / roles where he can use his skills and feel challenged.  And, of course, still make a good salary. </p></blockquote>
<p>Those of you who follow me on this blog, through my <a href="http://social.msdn.microsoft.com/Profile/en-US/?user=sympmarc" target="_blank">MSDN answers</a>, through my <a href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services,</a> or via Twitter (<a href="http://twitter.com/sympmarc" target="_blank">@sympmarc</a>) may not realize it, but I do work for a living.  I have my own company called <a href="http://www.sympraxisconsulting.com/" target="_blank">Sympraxis Consulting LLC</a>.  I don&#8217;t push it much across those vehicles much because I find it truly annoying when people push too hard. (And here I am pushing a little – I&#8217;m not perfekt, you know.)</p>
<p>Here&#8217;s the quick perspective that I shared in case anyone else finds it useful:</p>
<blockquote><p>In my case, it was less &#8220;breaking out&#8221; and more &#8220;changing the rules&#8221;.  I worked for some big firms, and loved it much of the time.  Then I went with a very small firm (I was the third hire) and most recently started my own consultancy.</p>
<p>So I still do much the same sort of work, but I do it on my terms.  There are three major benefits that I see:</p>
<p>* I answer to every single employee, but they are all me! (I started Sympraxis Consulting with a partner, but he has moved on to a great new position.)<br />
* I get my own rate. Low overhead, same rates, more $$$ for me and my family.<br />
* I do the work that I choose, whether that means taking something purely for the $$$ or because it&#8217;s totally cool work.</p>
<p>With all benefits come some downsides:<br />
* The work is not predictable or steady.  You need to be able to deal with the gaps.<br />
* You have to do everything yourself. That means sales (my least favorite activity, but I&#8217;ve gotten more comfortable with it) and managing QuickBooks and all of the paperwork.</p></blockquote>
 Tagged: consulting, running a business <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11133&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/27/a-little-perspective-on-running-your-own-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting New Uses for SPDisplayRelatedInfo</title>
		<link>http://mdasblog.wordpress.com/2009/11/27/interesting-new-use-for-spdisplayrelatedinfo/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/27/interesting-new-use-for-spdisplayrelatedinfo/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 05:39:50 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery library for SharePoint Web Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/2009/11/27/interesting-new-use-for-spdisplayrelatedinfo/</guid>
		<description><![CDATA[I had a question on my recent article over at EndUserSharePoint.com entitled A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 1.  The question was about the SPDisplayRelatedInfo function, and while I was setting things up to see if I had a bug, I found that there were [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11126&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had a question on my recent article over at <a href="http://www.endusersharepoint.com" target="_blank">EndUserSharePoint.com</a> entitled <a href="http://www.endusersharepoint.com/2009/11/23/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-real-world-example-part-1/">A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Real World Example – Part 1</a>.  The question was about the <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPDisplayRelatedInfo" target="_blank">SPDisplayRelatedInfo</a> function, and while I was setting things up to see if I had a bug, I found that there were some interesting ways you could use the SPDisplayRelatedInfo function that I hadn&#8217;t considered.</p>
<p>I added a Single line of text column to my old standby Sales Opportunities list and called it StateID.  In my EditFormCustom.aspx, I added this call to SPDisplayRelatedInfo:</p>
<pre class="brush: jscript;">$().SPServices.SPDisplayRelatedInfo({   
    columnName: &quot;StateID&quot;,
    relatedList: &quot;States&quot;,
    relatedListColumn: &quot;ID&quot;,
    relatedColumns: [&quot;ID&quot;, &quot;Title&quot;],
    displayFormat: &quot;table&quot;
});</pre>
<p>The States list is one of the lists I use in testing <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns" target="_blank">SPCascadeDropdowns</a>, and it has these columns: State (the original Title column) and State Abbreviation. Now, when I typed digits into the StateID column, I got real-time results from the SPDisplayRelatedInfo function as the digits matched the ID of the State item. Cool!</p>
<p>So if I started out with the column empty, I saw:</p>
<p><a href="http://mdasblog.files.wordpress.com/2009/11/image5.png"><img style="display:inline;border:0;" title="image" src="http://mdasblog.files.wordpress.com/2009/11/image_thumb5.png?w=617&#038;h=54" border="0" alt="image" width="617" height="54" /></a></p>
<p>then when I typed 1:</p>
<p><a href="http://spservices.codeplex.com/"></a><a href="http://mdasblog.files.wordpress.com/2009/11/image6.png"><img style="display:inline;border:0;" title="image" src="http://mdasblog.files.wordpress.com/2009/11/image_thumb6.png?w=613&#038;h=72" border="0" alt="image" width="613" height="72" /></a></p>
<p>then when I typed 2:</p>
<p><a href="http://mdasblog.files.wordpress.com/2009/11/image7.png"><img style="display:inline;border:0;" title="image" src="http://mdasblog.files.wordpress.com/2009/11/image_thumb7.png?w=609&#038;h=72" border="0" alt="image" width="609" height="72" /></a></p>
<p>This also worked if the StateID column was a Number column.  Looking through the code, there was no reason this shouldn&#8217;t work, it&#8217;s just not the use I had intended.</p>
<p>So then I thought, well what if I wanted to match as I type the State?  I switched the function call to this:</p>
<pre class="brush: jscript;">$().SPServices.SPDisplayRelatedInfo({   
    columnName: &quot;StateID&quot;,
    relatedList: &quot;States&quot;,
    relatedListColumn: &quot;Title&quot;,
    relatedColumns: [&quot;ID&quot;, &quot;Title&quot;, &quot;State_x0020_Abbreviation&quot;],
    displayFormat: &quot;table&quot;
});</pre>
<p>Then when I typed Massachusetts, I saw:</p>
<p><a href="http://mdasblog.files.wordpress.com/2009/11/image8.png"><img style="display:inline;border:0;" title="image" src="http://mdasblog.files.wordpress.com/2009/11/image_thumb8.png?w=614&#038;h=108" border="0" alt="image" width="614" height="108" /></a></p>
<p>Hmm, that can&#8217;t be right.  I went and checked the States list, and sure enough, I had some junk test data in there that I had forgotten about.  Even cooler!  The SPDisplayRelatedInfo function essentially acts like an as-you-type reference lookup!</p>
<p>These examples aren&#8217;t exactly what you&#8217;d be doing in the real world, but think about the situation where you had a product code that could be 1-5 digits or numbers or something where you wanted to let the user type instead of dealing with a dropdown. If you come up with another interesting use, let me know about it.</p>
<p>It&#8217;s always nice to find out that code you&#8217;ve written is *more* useful than you thought (as opposed to the dreaded less useful situation).</p>
 Tagged: jQuery, jQuery library for SharePoint Web Services, SharePoint, SharePoint Designer <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11126&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/27/interesting-new-use-for-spdisplayrelatedinfo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Too Soon for SharePoint 2010? &#8211; Part Deux</title>
		<link>http://mdasblog.wordpress.com/2009/11/25/too-soon-for-sharepoint-2010-part-deux/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/25/too-soon-for-sharepoint-2010-part-deux/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 17:09:52 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11115</guid>
		<description><![CDATA[The other day, I tweeted “Am I the only one who thinks that spending a lot of time on #SP2010 right now is premature?” and subsequently wrote my Too Soon for SharePoint 2010? post. I certainly didn&#8217;t want to cause trouble with the question, but it&#8217;s garnered some interesting responses.
Bjørn Furuknap posted his thoughts on his blog today, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11115&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The other day, I tweeted “Am I the only one who thinks that spending a lot of time on #SP2010 right now is premature?” and subsequently wrote my <a title="Permanent Link to &quot;Too Soon for SharePoint 2010?&quot;" rel="bookmark" href="http://mdasblog.wordpress.com/2009/11/23/too-soon-for-sharepoint-2010/">Too Soon for SharePoint 2010?</a> post. I certainly didn&#8217;t want to cause trouble with the question, but it&#8217;s garnered some interesting responses.</p>
<p>Bjørn Furuknap <a href="http://furuknap.blogspot.com/2009/11/is-it-time-to-learn-sharepoint-2010-yet.html" target="_blank">posted his thoughts on his blog</a> today, and in the <a href="http://en.wikipedia.org/wiki/Foggy_Mountain_Breakdown" target="_blank">Foggy Mountain Breakdown</a> / dueling banjos tradition, I wanted to reply to him.</p>
<p>I agree with Bjørn&#8217;s well-said thoughts on Developers and Administrators.  But what should &#8220;End Users&#8221; be doing while the Developers are developing and the Administrators are administrating?  I would posit that the last thing the Developers and Administrators ought to be doing is, as Bjørn says, letting &#8220;end users [be] the last to see these fancy new features&#8221;.</p>
<p>No, this is the time to get some of those End Users involved in the process. Without them you&#8217;re sitting on a two-legged stool at best; SharePoint shouldn&#8217;t even exist without End Users.  Get them involved by doing some pilots of SharePoint 2010 functionality.  Heck, form a SharePoint 2010 committee and use SharePoint 2010 to host a site, a wiki, a blog, whatever it takes to get the End User community up to speed.  Start planting the seeds of what might be.  Do demos, roadshows, create trial sites, get the executives to  see what SharePoint 2010 is all about, etc.  The only way that you&#8217;ll have anything to develop on or to administer is if those End Users (as I like to think of them: people) really want SharePoint 2010.  Otherwise, it&#8217;s IT just &#8220;doing it to them&#8221; again.</p>
<p>What ideas do you have to engage End Users now, at this point in the process?  Post &#8216;em!  I&#8217;ll bug Mark Miller over at <a href="http://www.endusersharepoint.com" target="_blank">EndUserSharePoint.com</a> to get on board with this idea, too.  It&#8217;ll get the ecosystem revving up more, and more productively, for the long term.</p>
 Tagged: SharePoint 2010 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11115&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/25/too-soon-for-sharepoint-2010-part-deux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery Library for SharePoint Web Services v0.4.6 Released</title>
		<link>http://mdasblog.wordpress.com/2009/11/24/jquery-library-for-sharepoint-web-services-v0-4-6-released/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/24/jquery-library-for-sharepoint-web-services-v0-4-6-released/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:06:48 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery library for SharePoint Web Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11103</guid>
		<description><![CDATA[Today I released v0.4.6 of my jQuery Library for SharePoint Web Services.  This version was fun to work on because I&#8217;ve got quite a few people out there in the world (California, North Carolina, Sweden) using the library actively, so we were able to work together pretty much real time to get enhancements and bug fixes into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11103&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I released v0.4.6 of my <a id="ctl00_ctl00_MasterContent_ProjectTitleControl1_ProjectTitleLink1" href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services</a>.  This version was fun to work on because I&#8217;ve got quite a few people out there in the world (California, North Carolina, Sweden) using the library actively, so we were able to work together pretty much real time to get enhancements and bug fixes into the library together.  This was also the first release where I decided to keep a current alpha version posted on Codeplex while I was doing the work.  This was rewarding because there was a real feedback loop going on.  I think this is a better way to go in the future, so watch for more alpha versions you can kick the tires on for me (actually for all of us).</p>
<p>This release has two really nice enhancements:</p>
<ul>
<li>SPCascadeDropdowns now works with multi-select child columns. This was the most requested enhancements over the last few months, and to be honest I dragged my feet on it.  The controls that SharePoint uses for multi-select choices are just plain complicated.  There&#8217;s also a whole pile of JavaScript which sites behind it all (groupeditempicker.js) that took some time to dig through.  The good news is that I was able to take advantage of those &#8220;native&#8221; JavaScript functions and write less of my own code.</li>
</ul>
<p style="text-align:center;"><a href="http://mdasblog.files.wordpress.com/2009/11/multi-select.jpg"><img class="size-medium wp-image-11108 aligncenter" title="Multi-select" src="http://mdasblog.files.wordpress.com/2009/11/multi-select.jpg?w=300&#038;h=83" alt="Multi-Select Example" width="300" height="83" /></a></p>
<p style="text-align:left;">
<ul>
<li>Both SPCascadeDropdowns and SPDisplayRelatedInfo now have a new CAMLQuery option which allows you to specify additional filters on the relationshipList.  You specify this as an additional CAML fragment which is then &lt;And&gt;ed with the filters which the library uses to grab the allowable values.  For example, the CAMLQuery option can contain a CAML fragment like:</li>
</ul>
<pre class="brush: jscript;">CAMLQuery: &quot;&lt;Gt&gt;&lt;FieldRef Name='ID'/&gt;&lt;Value Type='Counter'&gt;1&lt;/Value&gt;&lt;/Gt&gt;&quot;</pre>
<p>or
<pre class="brush: jscript;">CAMLQuery: &quot;&lt;Eq&gt;&lt;FieldRef Name='Status'/&gt;&lt;Value Type='Text'&gt;Active&lt;/Value&gt;&lt;/Eq&gt;&quot;</pre>
<p>Additionally, the <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a> and <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPSPDisplayRelatedInfo">$().SPServices.SPSPDisplayRelatedInfo</a> functions are now *much* more efficient.  As part of the refactoring I did in v0.4.5, there were some unnecessary Web Services calls happening.  With this efficiency change, there are no unneeded calls, so the dropdowns ought to behave almost as fast as they would without the functions sitting behind them.Of course there are some bug fixes as well.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<h3>Release Notes</h3>
<p><strong>New Functionality</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom"><strong>Issue Tracker Item </strong></td>
<td valign="bottom"><strong>Function </strong></td>
<td valign="bottom"><strong>Operation </strong></td>
<td valign="bottom"><strong>Description </strong></td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a></td>
<td><em>NA</em></td>
<td>SPCascadeDropdowns now works with multi-select <strong>child</strong> columns.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a> and <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPSPDisplayRelatedInfo">$().SPServices.SPSPDisplayRelatedInfo</a></td>
<td><em>NA</em></td>
<td>Added a new option on SPCascadeDropdowns and SPDisplayRelatedInfo for an additional filter, specified as a CAML fragment which is inserted into the existing filter. See the documentation for details.</td>
</tr>
</tbody>
</table>
<p> <strong>New Operations</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom"><strong>Web Service </strong></td>
<td valign="bottom"><strong>Operation </strong></td>
<td valign="bottom"><strong>Options </strong></td>
<td valign="bottom"><strong>MSDN Documentation </strong></td>
</tr>
<tr>
<td><strong>Lists</strong></td>
<td>UpdateList</td>
<td>listName, listProperties, newFields, updateFields, deleteFields, listVersion</td>
<td><a href="http://msdn.microsoft.com/en-us/library/lists.lists.updatelist.aspx">Lists.UpdateList Method</a></td>
</tr>
</tbody>
</table>
<p> <strong>Bug Fixes and Efficiency</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom"><strong>Issue Tracker Item </strong></td>
<td valign="bottom"><strong>Function </strong></td>
<td valign="bottom"><strong>Operation </strong></td>
<td valign="bottom"><strong>Description </strong></td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a> and <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPSPDisplayRelatedInfo">$().SPServices.SPSPDisplayRelatedInfo</a></td>
<td><em>NA</em></td>
<td>Added an additional check for column value changes within the cascadeDropdown and showRelated private functions to reduce unnecessary Web Service calls. This change makes both functions considerably more efficient and therefore faster.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a></td>
<td><em>NA</em></td>
<td>Fixed an issue in SPCascadeDropdowns when a child column is a Lookup to a Lookup column, and therefore displayed option values in the format &#8216;ID;#Value&#8217;, e.g., 1;#Massachusetts.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td>All list-based functions</td>
<td><em>NA</em></td>
<td>Tighter code to find z:row elements in XML using the selector: find(&#8220;[nodeName=z:row]&#8220;) based on a <a href="http://kevinwhinnery.com/post/165178165/jquery-xml-parsing-and-xml-namespaces">nice trick</a> from <a href="http://kevinwhinnery.com/">Kevin Whinnery</a>.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">$().SPServices.SPCascadeDropdowns</a></td>
<td><em>NA</em></td>
<td>Fixed an issue in SPCascadeDropdowns when a parentColumn has multiple childColumns which caused only the first childColumn to be filtered.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td>listNameFromUrl() private function</td>
<td><em>NA</em></td>
<td>More reliable listNameFromUrl() using GetListCollection. The prior version was failing if the list had been renamed.</td>
</tr>
<tr>
<td><em>NA</em></td>
<td><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.%20SPRequireUnique">$().SPServices. SPRequireUnique</a></td>
<td><em>NA</em></td>
<td>Fixed a bug in SPRequireUnique where both values for duplicateAction (0 = warn, 1 = prevent) were acting like prevent. Also made the &lt;span&gt; which contains the messages unique per column in case the function is used more than once on the form.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
 Tagged: jQuery, jQuery library for SharePoint Web Services, SharePoint, SharePoint Designer <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11103&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/24/jquery-library-for-sharepoint-web-services-v0-4-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/multi-select.jpg?w=300" medium="image">
			<media:title type="html">Multi-select</media:title>
		</media:content>
	</item>
		<item>
		<title>Too Soon for SharePoint 2010?</title>
		<link>http://mdasblog.wordpress.com/2009/11/23/too-soon-for-sharepoint-2010/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/23/too-soon-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:58:43 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11097</guid>
		<description><![CDATA[I tweeted this last night: &#8220;Am I the only one who thinks that spending a lot of time on #SP2010 right now is premature?&#8221; and I&#8217;ve gotten quite a few interesting responses.  I figured I&#8217;d start a blog post on this and add in the replies as I get them (see the bottom of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11097&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I tweeted this last night: &#8220;Am I the only one who thinks that spending a lot of time on #SP2010 right now is premature?&#8221; and I&#8217;ve gotten quite a few interesting responses.  I figured I&#8217;d start a blog post on this and add in the replies as I get them (see the bottom of this post).  Feel free to comment here as well!</p>
<p>I&#8217;m not trying to be a provocateur with the question.  I follow some of the brightest bulbs in SharePoint-land and reading their tweets and blog posts, I hear a lot of furstration about things that don&#8217;t work in the SharePoint 2010 Beta.  It&#8217;s a beta, so that&#8217;s to be expected, and I&#8217;m not dissing Microsoft in any way.  I just wonder how much energy should go into SharePoint 2010 <strong>right now</strong>.</p>
<p>There&#8217;s an entire ecosystem around SharePoint, and that ecosystem needs to be well versed in SharePoint 2010 before RTM (Release to Manufacturing, for those not up on Microsoft acronyms).  By that ecosystem, I mean those of us who are consultants, system integrators, trainers, and the like. But should *everyone* be digging deeply into SharePoint 2010? Might we not learn bad habits when we&#8217;re forced to come up with workarounds for bugs or missing functionality? Might we not get a bad impression of perfectly good software that isn&#8217;t ready yet?</p>
<p>I&#8217;m as fascinated with some of the new concepts in SharePoint 2010 as just about anyone.  Some of the new taxonomy ideas are things I&#8217;ve been building (or trying to build) into solutions for a good 15 years. The new UI is far spiffier than the MOSS/WSS  3.0 UI (though I&#8217;m trying to do my small part to improve the MOSS/WSS 3.0 UI with <a href="http://spservices.codeplex.com/" target="_blank">jQuery Library for SharePoint Web Services</a>). But is it really time?</p>
<p><a href="http://twitter.com/jthake" target="_blank">@jthake</a>: RT <em>@</em>sympmarc: Am I the only one who thinks that spending a lot of time on #SP2010 right now is premature? &gt;&gt; Premature SharePointCulation?</p>
<p><a href="http://twitter.com/pndrw" target="_blank">@pndrw</a>:<em> @</em>sympmarc It&#8217;s not to early to start learning #SP2010 if you want to be ready go when we get to RTM. There&#8217;s lots to learn</p>
<p><a href="http://twitter.com/jeffbecraft" target="_blank">@jeffbecraft</a>: RT @sympmarc Am I only one thinks spending time on #SP2010 now is premature? &#8211; agree:users; disagree: hosters, consultants, product co&#8217;s</p>
<p><a href="http://twitter.com/andrewwalmsley" target="_blank"><em>@</em>andrewwalmsley</a>: @sympmarc If own time or nothing to do fine, but suspect some are way to early.Maybe 2007 work is drying up,like it did with 2003/7 :-(</p>
<p><a href="http://twitter.com/andrewwalmsley" target="_blank">@andrewwalmsley</a>: @sympmarc many peeps will be earning money from early &#8216;heads up&#8217; type information on #sp2010 for their clients and conferences.</p>
<p><a href="http://twitter.com/brianroche" target="_blank">@brianroche</a>: @sympmarc there is way too much in the feature set to not spend any time on it. If you want to bet hedge focus on new features only.</p>
<p><a href="http://twitter.com/CStahl" target="_blank">@CStahl</a>: @sympmarc #SP2010 &#8211; I have to think and focus on my 2007 customers for a long time on, but how can I keep my fingers away from 2010?</p>
 Tagged: SharePoint 2010 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11097/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11097/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11097/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11097&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/23/too-soon-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>Collaborating on Building SharePoint Solutions</title>
		<link>http://mdasblog.wordpress.com/2009/11/17/collaborating-on-building-sharepoint-solutions/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/17/collaborating-on-building-sharepoint-solutions/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:10:21 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/2009/11/17/collaborating-on-building-sharepoint-solutions/</guid>
		<description><![CDATA[Bjørn Furuknap, never the shrinking wallflower, posted an article today about SharePoint Configuration vs. Development.
One of the things that always seems to be missing is the bridge between the two approaches.&#160; I&#8217;ve lived on both sides of the wall, and as long as there&#8217;s a wall, things fail.&#160; SharePoint is a collaboration platform, yet it&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11095&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://furuknap.blogspot.com" target="_blank">Bjørn Furuknap</a>, never the shrinking wallflower, posted an article today about <a href="http://furuknap.blogspot.com/2009/11/sharepoint-configuration-vs-development.html" target="_blank">SharePoint Configuration vs. Development</a>.</p>
<p>One of the things that always seems to be missing is the bridge between the two approaches.&#160; I&#8217;ve lived on both sides of the wall, and as long as there&#8217;s a wall, things fail.&#160; SharePoint is a collaboration platform, yet it&#8217;s amazing how infrequently I see people collaborating their way toward a solution. </p>
<p>I&#8217;m a HUGE proponent of what usually gets called customization and that&#8217;s where I choose to play the game.&#160; That doesn&#8217;t mean that I can&#8217;t or won&#8217;t write &quot;code&quot;, it just means that in the majority of cases, I don&#8217;t think you need to.&#160; (BTW, I don&#8217;t know why it is so, but apparently XSL, JavaScript, jQuery, CSS, etc. aren&#8217;t &quot;code&quot;.&#160; I think that&#8217;s horse pucky.&#160; Code is code is code, and you need to do the right things regardless which one you choose.&#160; For gosh sakes, words are code: look at the trouble people get into using *them* incorrectly.) </p>
<p>So the key, to me, is to understand the portfolio of tools you have at your disposal and which is right for the task at hand.&#160; Don&#8217;t use a hammer to drive in a screw.&#160; There&#8217;s also a *lot* of middle, fuzzy ground where the right answer might be the one that is going to get you to a solution that works OK in a reasonable amount of time.&#160; So maybe you use DVWPs instead of custom Web Parts (or vice versa) from time to time.&#160; As long as you are actually solving a business requirement, everyone wins.</p>
<p>To paraphrase Rodney King, “<a href="http://www.mediate.com/articles/noll9.cfm" target="_blank">Why can’t we all just get along</a>?”</p>
 Tagged: customization, Development, SharePoint <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11095/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11095/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11095/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11095/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11095/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11095/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11095/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11095/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11095/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11095/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11095&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/17/collaborating-on-building-sharepoint-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
		<item>
		<title>A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): the SPDisplayRelatedInfo Function</title>
		<link>http://mdasblog.wordpress.com/2009/11/11/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-the-spdisplayrelatedinfo-function/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/11/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-the-spdisplayrelatedinfo-function/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:04:31 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery library for SharePoint Web Services]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/?p=11075</guid>
		<description><![CDATA[Cross posted from EndUserSharePoint.com&#8230;
SPDisplayRelatedInfo is a function in the jQuery Library for SharePoint Web Services that lets you display information which is related to the selection in a dropdown. This can really bring your forms to life for users: rather than just selecting bland text values, you can show them images and links that are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11075&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cross posted from <a href="http://www.endusersharepoint.com/2009/11/11/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-3-the-spdisplayrelatedinfo-function" target="_blank">EndUserSharePoint.com</a>&#8230;</p>
<p><a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPDisplayRelatedInfo">SPDisplayRelatedInfo</a> is a function in the <a href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services</a> that lets you display information which is related to the selection in a dropdown. This can really bring your forms to life for users: rather than just selecting bland text values, you can show them images and links that are related to their choices.</p>
<h4>Example</h4>
<p>Let’s take a look at a customized edit form (EditForm.aspx copied into EditFormCustom.aspx) for a SharePoint list. In this list, we’re capturing sales opportunities in my favorite demo list. In addition to everything else, we want to capture the System that the customer might want to buy.</p>
<p>Here’s what the form might look like. It’s pretty humdrum (though it does have <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns">SPCascadeDropdowns</a> applied to it so that the Country -&gt; Region -&gt; State relationships are enforced, as well as <a href="http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPLookupAddNew">SPLookupAddNew</a> for easy addition of Regions).</p>
<p style="text-align:center;"><a href="http://mdasblog.files.wordpress.com/2009/11/clip_image002.jpg"><img class="aligncenter" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="clip_image002" src="http://mdasblog.files.wordpress.com/2009/11/clip_image002_thumb.jpg?w=622&#038;h=282" border="0" alt="clip_image002" width="622" height="282" /></a></p>
<p>If we use the SPDisplayRelatedInfo function, we can spiff up the form quite a bit. Now when we choose a System, we can display an image of it and a link to the Lead Sales Rep:</p>
<p style="text-align:center;"><a href="http://mdasblog.files.wordpress.com/2009/11/clip_image004.jpg"><img class="aligncenter" src="http://mdasblog.files.wordpress.com/2009/11/clip_image004_thumb.jpg" border="0" alt="" /></a></p>
<p>When the user makes a different selection, the System Image and Lead Sales Rep will change accordingly. Much nicer, IMHO. What you can display in this manner for each column in your list on the form is really only left to your imagination, based on the available column types. You might include a link to a User Manual, for example, or show a list of available inventory at each of your warehouse locations.</p>
<h4>Prerequisites</h4>
<p>This is one of the places where you’ll be glad if you’ve followed my previous advice to set up reference lists for things like Products, States, and Regions. In this case, I have a list called Systems, which has three columns:</p>
<p style="text-align:center;"><a href="http://mdasblog.files.wordpress.com/2009/11/clip_image006.jpg"><img class="aligncenter" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="clip_image006" src="http://mdasblog.files.wordpress.com/2009/11/clip_image006_thumb.jpg" border="0" alt="clip_image006" width="377" height="90" /></a></p>
<p>The System column in my Sales Opportunities list is a Lookup column into the Title column of the System list. That gives us a nice, tight relationship between the System value in the Sales Opportunity and the Title of the Systems list.</p>
<h4>Syntax</h4>
<p>As with all of the functions in the <a href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services</a>, everything is put in place from the UI or SharePoint Designer. There’s nothing to install server-side. You simply need to add references to the core jQuery library and the jQuery Library for SharePoint Web Services and then call the function. See the documentation on the Codeplex site for more details on how to set things up.</p>
<p>SPDisplayRelatedInfo currently takes the following options:</p>
<pre class="brush: jscript;">$().SPServices.SPDisplayRelatedInfo({
  columnName: &quot;&quot;,// The display name of the column in the form
  relatedWebURL: &quot;&quot;, // [Optional] The name of the Web (site) which contains the related list
  relatedList: &quot;&quot;, // The name of the list which contains the additional information
  relatedListColumn: &quot;&quot;, // The internal name of the related column in the related list
  relatedColumns: [], // An array of internal names of related columns to display
  displayFormat: &quot;table&quot;, // [Optional] The format to use in displaying the related information. Possible values are: &quot;table&quot;, &quot;list&quot;.
  headerCSSClass: &quot;ms-vh2&quot;,// [Optional] CSS class for the table headers
  rowCSSClass: &quot;ms-vb&quot;, // [Optional] CSS class for the table rows
  debug: true // [Optional] If true, show error messages; if false, run silent
});</pre>
<p>In the example above, the function call looks like this:</p>
<pre class="brush: jscript;">$().SPServices.SPDisplayRelatedInfo({
  columnName: &quot;System&quot;,
  relatedList: &quot;Systems&quot;,
  relatedListColumn: &quot;Title&quot;,
  relatedColumns: [&quot;System_x0020_Image&quot;, &quot;Lead_x0020_Sales_x0020_Rep&quot;],
  displayFormat: &quot;list&quot;
});</pre>
<p>So I’m asking SPDisplayRelatedInfo to show me the values in the <strong>System_x0020_Image</strong> and <strong>Lead_x0020_Sales_x0020_Rep</strong> columns (these are the StaticNames of the list columns as opposed to the DisplayNames) in the <strong>Systems</strong> list under the <strong>System</strong> column in my form using the <strong>list</strong> display format where the <strong>System</strong> value matches the <strong>Title</strong> value. I’m just taking the default CSS classes for the example. As you can see, you can pass in any CSS class you’d like to make the SPDisplayRelatedInfo output match your site branding.</p>
<p>The displayFormat takes one of two options:</p>
<ul>
<li>&#8220;table&#8221; displays the matching items much like a standard List View Web Part would, in a table with column headers</li>
<li>&#8220;list&#8221; also uses a table, but displays the item(s) in a vertical orientation, like in the example above</li>
</ul>
<h4>How Does It Work?</h4>
<p>The SPDisplayRelatedInfo works like this:</p>
<ul>
<li>When the function is first called, it attaches an event handler to the dropdown control. The logic here varies a bit depending on what type of dropdown it is.</li>
<li>When the selected option in the dropdown changes, SPDisplayRelatedInfo calls two Lists Web Service operations:
<ul>
<li>GetList on the relatedList to get information about its columns (fields)</li>
<li>GetListItems to get the items where the specified column’s value matches the current selection. Note that there can be multiple items returned; generally displayFormat: “table” makes more sense if you’ll want to display multiple items.</li>
</ul>
</li>
<li>For each column it’s asked to display, SPDisplayRelatedInfo calls a private function (showColumn) to render the column value based on its type. Most of the normal column types are covered, though locale conversions can’t be done from the client side (yet!).</li>
</ul>
<h4>Conclusion</h4>
<p>Quite a few of the early functions I’ve implemented in the library can help you make your forms more interactive and interesting to use. Having worked with data for as long as I have, I know all too well how the GIGO rules can bite you. (<span style="text-decoration:underline;">G</span>arbage <span style="text-decoration:underline;">I</span>n, <span style="text-decoration:underline;">G</span>arbage<span style="text-decoration:underline;"> Out</span>, in case you haven’t seen the acronym before.) By utilizing some of the functions like SPDisplayRelatedInfo, you can help your users do a better job adding data into SharePoint lists, and maybe even make it a little bit more fun.</p>
 Tagged: jQuery, jQuery library for SharePoint Web Services, SharePoint, SharePoint Designer <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11075/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11075/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11075/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11075/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11075/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11075&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/11/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-the-spdisplayrelatedinfo-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/clip_image004_thumb.jpg" medium="image" />

		<media:content url="http://mdasblog.files.wordpress.com/2009/11/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint&#8217;s Web Services, jQuery, and the z:row Namespace in Safari and Chrome</title>
		<link>http://mdasblog.wordpress.com/2009/11/08/sharepoints-web-services-jquery-and-the-zrow-namespace-in-safari-and-chrome/</link>
		<comments>http://mdasblog.wordpress.com/2009/11/08/sharepoints-web-services-jquery-and-the-zrow-namespace-in-safari-and-chrome/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 04:12:02 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery library for SharePoint Web Services]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://mdasblog.wordpress.com/2009/11/08/sharepoints-web-services-jquery-and-the-zrow-namespace-in-safari-and-chrome/</guid>
		<description><![CDATA[jQuery&#8217;s totally cross-browser capable, right?  Well, generally, yes.  However, through no fault of jQuery, Safari and Chrome don&#8217;t seem to like the z:row namespace that the SharePoint Lists Web Service GetListItems operation returns.  I found a nice workaround for z:row from Mike Hacker to improve cross-browser compatibility.  I added a check for ItemCount up front [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11056&subd=mdasblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>jQuery&#8217;s totally cross-browser capable, right?  Well, generally, yes.  However, through no fault of jQuery, Safari and Chrome don&#8217;t seem to like the z:row namespace that the SharePoint Lists Web Service GetListItems operation returns.  I found a <a href="http://blogs.us.sogeti.com/mhacker/2009/07/01/sharepoint-photo-gallery-using-jquery-part-2">nice workaround for z:row</a> from <a href="http://blogs.us.sogeti.com/mhacker">Mike Hacker</a> to improve cross-browser compatibility.  I added a check for ItemCount up front so that we don&#8217;t try to use the getElementsByTagNameNS function in IE if there have been no rows returned legitimately.</p>
<p>Here&#8217;s my function.  I call it with the XMLHttpRequest result wherever I&#8217;m using GetListItems to get a usable rowset regardless of the browser.</p>
<pre class="brush: jscript;">// Find the rows in an XMLHttpRequest.  This includes a workaround for Safari and Chrome's
// aversion to the z:row namespace.
function getZRows(rXML) {
    var rows;
    var itemCount = $(rXML).find(&quot;rs\\:data&quot;).attr(&quot;ItemCount&quot;);
    if (rXML.getElementsByTagName(&quot;z:row&quot;).length == 0 &amp;&amp; itemCount == undefined) {
        rows = rXML.getElementsByTagNameNS('*', 'row');
    } else {
        rows = rXML.getElementsByTagName(&quot;z:row&quot;);
    }
    return rows;
}</pre>
<p>I&#8217;ve tested this in IE8, Firefox, Safari, and Chrome on my Windows PC.  It still doesn&#8217;t seem to solve the issue on Safari for Mac, but I&#8217;m getting there.  This will at least let the functions in v0.5.0 of my <a href="http://spservices.codeplex.com/">jQuery Library for SharePoint Web Services</a> work with all of the main browsers on the Windows side of things.</p>
 Tagged: jQuery, jQuery library for SharePoint Web Services, SharePoint <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mdasblog.wordpress.com/11056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mdasblog.wordpress.com/11056/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mdasblog.wordpress.com/11056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mdasblog.wordpress.com/11056/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mdasblog.wordpress.com/11056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mdasblog.wordpress.com/11056/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mdasblog.wordpress.com/11056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mdasblog.wordpress.com/11056/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mdasblog.wordpress.com/11056/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mdasblog.wordpress.com/11056/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mdasblog.wordpress.com&blog=6074836&post=11056&subd=mdasblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mdasblog.wordpress.com/2009/11/08/sharepoints-web-services-jquery-and-the-zrow-namespace-in-safari-and-chrome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/152629bd7ea49737f9a5efea442619b5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Marc</media:title>
		</media:content>
	</item>
	</channel>
</rss>