<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Part 2 &#8211; How Does It Work?</title>
	<atom:link href="http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/</link>
	<description>The SharePoint &#34;How-To&#34; Online Magazine</description>
	<lastBuildDate>Fri, 12 Mar 2010 13:48:36 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc D Anderson</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18468</link>
		<dc:creator>Marc D Anderson</dc:creator>
		<pubDate>Sat, 31 Oct 2009 04:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18468</guid>
		<description>Christophe:

You are correct: to use the Web Services, the user needs to be authenticated on the client side for my library to be of use.  I don&#039;t believe that there is any way around this, which is reasonable from a security perspective.

You can call the Web Services server-side, of course, but that&#039;s not my realm here.

M.</description>
		<content:encoded><![CDATA[<p>Christophe:</p>
<p>You are correct: to use the Web Services, the user needs to be authenticated on the client side for my library to be of use.  I don&#8217;t believe that there is any way around this, which is reasonable from a security perspective.</p>
<p>You can call the Web Services server-side, of course, but that&#8217;s not my realm here.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18467</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Sat, 31 Oct 2009 03:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18467</guid>
		<description>Marc - I don&#039;t use the SharePoint Web Services much, and the main reason is that they only work for authenticated users. 
Do you have a solution to make this library work for anonymous users?</description>
		<content:encoded><![CDATA[<p>Marc &#8211; I don&#8217;t use the SharePoint Web Services much, and the main reason is that they only work for authenticated users.<br />
Do you have a solution to make this library work for anonymous users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc D Anderson</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18426</link>
		<dc:creator>Marc D Anderson</dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18426</guid>
		<description>Ben:

I assume that you mean SPCascadeDropdowns.  That enhancement is on the list, as quite a few people have asked for it.  I hope to make the function work such that either or both the parent and child can be multi-selects in the next few weeks.  If you Twitter, follow @jQSPWS for updates or watch the Codeplex site for new releases.

M.</description>
		<content:encoded><![CDATA[<p>Ben:</p>
<p>I assume that you mean SPCascadeDropdowns.  That enhancement is on the list, as quite a few people have asked for it.  I hope to make the function work such that either or both the parent and child can be multi-selects in the next few weeks.  If you Twitter, follow @jQSPWS for updates or watch the Codeplex site for new releases.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben McMann</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18418</link>
		<dc:creator>Ben McMann</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18418</guid>
		<description>Is there a way where you can allow multiple selections on a drop down with this solution.  For example, your parent column would be Process, your child column would be sub process, and you want to select multiple sub processes?</description>
		<content:encoded><![CDATA[<p>Is there a way where you can allow multiple selections on a drop down with this solution.  For example, your parent column would be Process, your child column would be sub process, and you want to select multiple sub processes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc D Anderson</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18394</link>
		<dc:creator>Marc D Anderson</dc:creator>
		<pubDate>Thu, 29 Oct 2009 05:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18394</guid>
		<description>Great to hear, Matt.  Let me know if you have any problems, and especially if you have suggestions.

M.</description>
		<content:encoded><![CDATA[<p>Great to hear, Matt.  Let me know if you have any problems, and especially if you have suggestions.</p>
<p>M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Farley</title>
		<link>http://www.endusersharepoint.com/2009/10/28/a-jquery-library-for-sharepoint-web-services-wss-3-0-and-moss-part-2-how-does-it-work/comment-page-1/#comment-18388</link>
		<dc:creator>Matt Farley</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3007#comment-18388</guid>
		<description>We&#039;ve been using this library for the past few weeks for the SPCascadeDropdown functionality and it&#039;s been fantastic.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been using this library for the past few weeks for the SPCascadeDropdown functionality and it&#8217;s been fantastic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
