<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>jQuery Library for SharePoint Web Services</title><link>http://spservices.codeplex.com/project/feeds/rss</link><description>This is a jQuery library which abstracts SharePoint&amp;#39;s Web Services and makes them easier to use.  It also includes functions which use the various Web Service operations to provide more useful &amp;#40;and cool&amp;#41; capabilities. It works entirely client side and requires no server install.</description><item><title>Reviewed: SPServices 0.7.0 (Feb 10, 2012)</title><link>http://spservices.codeplex.com/releases/view/68781#ReviewBy-tfountain</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - This toolset has saved us valuable time in not having to deal with interfacing directly with SharePoint interfaces.  The functionality exposed by SPServices does a great job in wrapping the web services and allows us to write our processes around them easily.</description><author>tfountain</author><pubDate>Fri, 10 Feb 2012 14:32:18 GMT</pubDate><guid isPermaLink="false">Reviewed: SPServices 0.7.0 (Feb 10, 2012) 20120210023218P</guid></item><item><title>New Post: SPCascadeDropdowns - 1 parent; multiple children</title><link>http://spservices.codeplex.com/discussions/239162</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hey marc,&lt;/p&gt;
&lt;p&gt;I finally changed the structure of my lists to avoid the problems with updating two lists by one parent. Now I cascade the updates one by one and everything works fine. Thanks for your help!&lt;/p&gt;&lt;/div&gt;</description><author>kbutter</author><pubDate>Fri, 10 Feb 2012 14:27:42 GMT</pubDate><guid isPermaLink="false">New Post: SPCascadeDropdowns - 1 parent; multiple children 20120210022742P</guid></item><item><title>New Post: GetGroupCollectionFromUser loosing data </title><link>http://spservices.codeplex.com/discussions/298609</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;freetec:&lt;/p&gt;
&lt;p&gt;Have you tried to use "&lt;a href="http://www.w3schools.com/tags/att_input_readonly.asp"&gt;readonly&lt;/a&gt;" instead of "disabled"?&amp;nbsp; Readonly will not allow the user to edit its content, &lt;span style="text-decoration: underline;"&gt;but will &lt;/span&gt;still submit the field information when the form is submitted...In addition, you can also attach css styling to give the fields a "disabled" look... or make it look like regular text... example:&lt;/p&gt;
&lt;p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;
$(&lt;span style="color: #a31515;"&gt;"input[title='Vendor']"&lt;/span&gt;).attr(&lt;span style="color: #a31515;"&gt;'readonly'&lt;/span&gt;,&lt;span style="color: #a31515;"&gt;'readonly'&lt;/span&gt;).css("color", &lt;span style="color: #a31515;"&gt;"grey"&lt;/span&gt;);

&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: if you are using a newer version of jQuery, you may want to use .prop() when setting a field to disabled (or checked for checkboxes)... the behaviour between .attr() and .prop() changed in a recent version of jQuery (1.6 maybe? don't remember)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Paul T&lt;/p&gt;&lt;/div&gt;</description><author>ptavares</author><pubDate>Fri, 10 Feb 2012 14:17:45 GMT</pubDate><guid isPermaLink="false">New Post: GetGroupCollectionFromUser loosing data  20120210021745P</guid></item><item><title>New Post: Just another kudos</title><link>http://spservices.codeplex.com/discussions/303356</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you for creating this toolset.&amp;nbsp; We started using SPServices about 2 weeks ago on a SP Foundation platform and it is saving us valuable time.&amp;nbsp; Thank you for your effort and time.&lt;/p&gt;
&lt;/div&gt;</description><author>tfountain</author><pubDate>Fri, 10 Feb 2012 14:16:09 GMT</pubDate><guid isPermaLink="false">New Post: Just another kudos 20120210021609P</guid></item><item><title>New Post: GetListItems not returning all columns specified in CAMLViewField</title><link>http://spservices.codeplex.com/discussions/302811</link><description>&lt;div style="line-height: normal;"&gt;mrThirsty:&lt;br&gt;
&lt;br&gt;
Do the rows in the List have information populated in the &amp;quot;HowDoIDescription&amp;quot;, &amp;quot;HowDoILink&amp;quot;, and &amp;quot;Parent&amp;quot; columns?&lt;br&gt;
&lt;br&gt;
SharePoint does not return the column in the response in the column is blank... there as a recent post here on this same problem.&lt;br&gt;
&lt;br&gt;
If they do have data in them, insure that you are listing the &amp;quot;internal&amp;quot; name for the column and not the visible label.&lt;br clear="all"&gt;
&lt;br&gt;
_________&lt;br&gt;
&lt;b&gt;Paul T&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>ptavares</author><pubDate>Fri, 10 Feb 2012 14:08:31 GMT</pubDate><guid isPermaLink="false">New Post: GetListItems not returning all columns specified in CAMLViewField 20120210020831P</guid></item><item><title>New Post: $().SPServices.SPArrangeChoices in CEWP</title><link>http://spservices.codeplex.com/discussions/303165</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to utilize &lt;strong&gt;$().SPServices.SPArrangeChoices.&amp;nbsp; &lt;/strong&gt;I've read the documentation and discussions as well as I could, but I am not a developer so I do not completely understand the majority of it.&amp;nbsp; I want to just use it in a content
 editor webpart because it will be good enough for what I need to do.&amp;nbsp; This is what I have in the CEWP right now that is not working, any help is greatly appreciated:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:Content ContentPlaceHolderId=&lt;span style="color:#a31515"&gt;&amp;quot;PlaceHolderMain&amp;quot;&lt;/span&gt; runat=&lt;span style="color:#a31515"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;&lt;br&gt;
&amp;lt;script type=&lt;span style="color:#a31515"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt; language=&lt;span style="color:#a31515"&gt;&amp;quot;javascript&amp;quot;&lt;/span&gt; src=&lt;span style="color:#a31515"&gt;&amp;quot;/&lt;a href="https://intranet.education.ky.gov/offices/OAS/DDS/Shared%20Documents/Jquery%20Code/jquery.SPServices-0.7.0.js"&gt;&lt;span style="color:#0072bc"&gt;Shared%20Documents/Jquery%20Code&lt;/span&gt;&lt;/a&gt;/jquery-1.7.0.min.js&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;script type=&lt;span style="color:#a31515"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt; language=&lt;span style="color:#a31515"&gt;&amp;quot;javascript&amp;quot;&lt;/span&gt; src=&lt;span style="color:#a31515"&gt;&amp;quot;/&lt;a href="https://intranet.education.ky.gov/offices/OAS/DDS/Shared%20Documents/Jquery%20Code/jquery.SPServices-0.7.0.js"&gt;&lt;span style="color:#0072bc"&gt;Shared%20Documents/Jquery%20Code&lt;/span&gt;&lt;/a&gt;/jquery.SPServices-0.7.0.min.js&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;script type=&lt;span style="color:#a31515"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; $(document).ready(&lt;span style="color:blue"&gt;function&lt;/span&gt;() {&lt;/p&gt;
&lt;p&gt;$().SPServices.SPArrangeChoices({&lt;br&gt;
listName: &lt;span style="color:#a31515"&gt;&amp;quot;&amp;quot;&lt;/span&gt;,&lt;br&gt;
columnName: &lt;span style="color:#a31515"&gt;&amp;quot;Affected Groups&amp;quot;&lt;/span&gt;,&lt;br&gt;
perRow: 10,&lt;br&gt;
randomize: &lt;span style="color:blue"&gt;true&lt;/span&gt;&lt;br&gt;
});&amp;nbsp;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;/div&gt;</description><author>coopsemail10</author><pubDate>Fri, 10 Feb 2012 13:23:19 GMT</pubDate><guid isPermaLink="false">New Post: $().SPServices.SPArrangeChoices in CEWP 20120210012319P</guid></item><item><title>New Post: GetListItems not returning all columns specified in CAMLViewField</title><link>http://spservices.codeplex.com/discussions/302811</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have the following SPServices call:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;$().SPServices({
            operation: &lt;span style="color:#a31515"&gt;&amp;quot;GetListItems&amp;quot;&lt;/span&gt;,
            async: &lt;span style="color:blue"&gt;true&lt;/span&gt;,
            webUrl: &lt;span style="color:#a31515"&gt;&amp;quot;http://&amp;quot;&lt;/span&gt;&amp;#43;document.location.hostname,
            listName: &lt;span style="color:#a31515"&gt;&amp;quot;How Do I&amp;quot;&lt;/span&gt;,
            CAMLRowLimit: 0,
            CAMLQuery: &lt;span style="color:#a31515"&gt;&amp;quot;&amp;quot;&lt;/span&gt;,
            CAMLViewFields: &lt;span style="color:#a31515"&gt;&amp;quot;&amp;lt;ViewFields&amp;gt;&amp;lt;FieldRef Name=\&amp;quot;&lt;/span&gt;LinkTitle\&lt;span style="color:#a31515"&gt;&amp;quot;/&amp;gt;&amp;lt;FieldRef Name=\&amp;quot;&lt;/span&gt;HowDoIDescription\&lt;span style="color:#a31515"&gt;&amp;quot;/&amp;gt;&amp;lt;FieldRef Name=\&amp;quot;&lt;/span&gt;Parent\&lt;span style="color:#a31515"&gt;&amp;quot;/&amp;gt;&amp;lt;FieldRef Name=\&amp;quot;&lt;/span&gt;HowDoILink\&lt;span style="color:#a31515"&gt;&amp;quot;/&amp;gt;&amp;lt;/ViewFields&amp;gt;&amp;quot;&lt;/span&gt;,
            completefunc: GetDataComplete
        });
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And in the function that handles the return of the data &amp;quot;GetDataComplete&amp;quot;, the call only returns the Title field, yet I need it to return all the fields specified in the CAMLViewFields option.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How do I get all the columns I require back?&lt;/p&gt;
&lt;/div&gt;</description><author>mrThirsty</author><pubDate>Fri, 10 Feb 2012 11:43:53 GMT</pubDate><guid isPermaLink="false">New Post: GetListItems not returning all columns specified in CAMLViewField 20120210114353A</guid></item><item><title>New Post: Get a list items across sites</title><link>http://spservices.codeplex.com/discussions/299267</link><description>&lt;div style="line-height: normal;"&gt;Here's a blog post that gives one approach:&lt;br&gt;
http://www.bentedder.com/spservices-and-jquery-pull-items-from-multiple-lists-in-sharepoint-2010/&lt;br&gt;
&lt;br&gt;
M.&lt;/div&gt;</description><author>sympmarc</author><pubDate>Fri, 10 Feb 2012 02:42:21 GMT</pubDate><guid isPermaLink="false">New Post: Get a list items across sites 20120210024221A</guid></item><item><title>New Post: GetUserProfileByName</title><link>http://spservices.codeplex.com/discussions/78200</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If this helps anyone, here is a simple version I use to fetch user details:&lt;/p&gt;
&lt;pre&gt;function get_user_profile_by_login(login) {
    var user = {};
    
    var params = {
        operation: 'GetUserProfileByName',
        async: false,
        completefunc: function (xData, Status) {
            $(xData.responseXML).SPFilterNode("PropertyData").each(function() {
                user[$(this).find("Name").text()] = $(this).find("Value").text();                
            }); // end each

            // Easy names
            user.login = user.AccountName;
            user.full_name = user.PreferredName;
            user.email = user.WorkEmail;

        } // end completefunc
    };
    
    if (login != null) {
        params.AccountName = login;
    };
    
    $().SPServices(params);

    return user;
}

function get_current_user() {
    return get_user_profile_by_login(null);
};

&lt;/pre&gt;&lt;/div&gt;</description><author>nileshc</author><pubDate>Thu, 09 Feb 2012 09:40:01 GMT</pubDate><guid isPermaLink="false">New Post: GetUserProfileByName 20120209094001A</guid></item><item><title>New Post: jQuery deferred object support</title><link>http://spservices.codeplex.com/discussions/299511</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;M,&lt;/p&gt;
&lt;p&gt;Anything in the works with respect to support for jQuery deferred object (&lt;a href="http://api.jquery.com/category/deferred-object/"&gt;http://api.jquery.com/category/deferred-object/&lt;/a&gt;) ? If not, it would be a good idea to work on this (I am planning to)
 as after jQuery 1.8, the support for success() and error() objects in $.ajax will be replaced by deferred .done() and .fail(), from what I know.&lt;/p&gt;
&lt;p&gt;-Nilesh&lt;/p&gt;
&lt;/div&gt;</description><author>nileshc</author><pubDate>Thu, 09 Feb 2012 09:07:03 GMT</pubDate><guid isPermaLink="false">New Post: jQuery deferred object support 20120209090703A</guid></item><item><title>New Comment on "$().SPServices.SPGetCurrentUser"</title><link>http://spservices.codeplex.com/wikipage?title=$().SPServices.SPGetCurrentUser&amp;ANCHOR#C22521</link><description>Hello,&amp;#10;Am trying to get the name of currently logged in user. Though i used &amp;#36;&amp;#40;&amp;#41;.SPServices.SPGetCurrentUser method am having trouble with people who have their name length around 40 characters.&amp;#10;Also please let me know whether this require any aditional privileage to be granted the user.&amp;#10;&amp;#10;Thanks</description><author>sanooj316</author><pubDate>Thu, 09 Feb 2012 07:46:24 GMT</pubDate><guid isPermaLink="false">New Comment on "$().SPServices.SPGetCurrentUser" 20120209074624A</guid></item><item><title>New Post: Get a list items across sites</title><link>http://spservices.codeplex.com/discussions/299267</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span&gt;Any other operation like GetListItems but it gets a list items of the same name across different subsites? More like this&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;span&gt;SPSiteDataQuery spSiteQuery = new SPSiteDataQuery&lt;/span&gt;&lt;br /&gt; &lt;span&gt;{&lt;/span&gt;&lt;br /&gt; &lt;span&gt;Query = query,&lt;/span&gt;&lt;br /&gt; &lt;span&gt;Lists = string.Format(ListTemplate, ServerTemplateId),&lt;/span&gt;&lt;br /&gt; &lt;span&gt;Webs = "&amp;lt;Webs Scope='SiteCollection'&amp;gt;",&lt;/span&gt;&lt;br /&gt; &lt;span&gt;ViewFields = NewsViewFields,&lt;/span&gt;&lt;br /&gt; &lt;span&gt;RowLimit = (uint)ItemLimit&lt;/span&gt;&lt;br /&gt; &lt;span&gt;};&lt;/span&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;span&gt;if not, how can I use SPservices to achieve the same goal?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>dchen888</author><pubDate>Wed, 08 Feb 2012 20:50:09 GMT</pubDate><guid isPermaLink="false">New Post: Get a list items across sites 20120208085009P</guid></item><item><title>New Post: ModifyUserPropertyByAccountName - accountName param</title><link>http://spservices.codeplex.com/discussions/299227</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I was trying to create User Profile wizard using JQuery. I want to provide a option to admin to update other users profile. For that we have provided them the list of account id's in drop down. regional Admin can select there associates and update the profile.
 For that I have passed the accountName selected by user as parameter in the function. as shown below:&lt;/p&gt;
&lt;p&gt;function userProf_saveUserProfileInfo(currentUser_Login, userPropertyXML)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;$().SPServices({&lt;/p&gt;
&lt;p&gt;operation: &amp;quot;ModifyUserPropertyByAccountName&amp;quot;,&lt;/p&gt;
&lt;p&gt;async:false, accountName: currentUser_Login,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;newData: userPropertyXML,&lt;/p&gt;
&lt;p&gt;completefunc: function (xData, Status) { if(Status != &amp;quot;error&amp;quot;) userProf_FunctionWhenSaveInfoComplete(); else userProf_FunctionWhenSaveInfoInComplete(); }&lt;/p&gt;
&lt;p&gt;});&lt;/p&gt;
&lt;p&gt;&amp;nbsp;};&lt;/p&gt;
&lt;p&gt;But everytime logged in user profiles get updated. I want to know what is the purpose of this accountName. Though my issue was resolved after fetching the selected user's profile first before updating it but not sure whether fetching the user profile of
 selected user fix the issue or soemthing else. So want to know how the soap packet sets while we try to update other user's profile.&lt;/p&gt;
&lt;/div&gt;</description><author>sgaurav</author><pubDate>Wed, 08 Feb 2012 20:14:28 GMT</pubDate><guid isPermaLink="false">New Post: ModifyUserPropertyByAccountName - accountName param 20120208081428P</guid></item><item><title>New Comment on "GetListItems"</title><link>http://spservices.codeplex.com/wikipage?title=GetListItems&amp;ANCHOR#C22512</link><description>Any other operation like GetListItems but it get list items of the same name across different subsites&amp;#63; More like this&amp;#10;&amp;#10;SPSiteDataQuery spSiteQuery &amp;#61; new SPSiteDataQuery&amp;#10;&amp;#123;&amp;#10;Query &amp;#61; query,&amp;#10;Lists &amp;#61; string.Format&amp;#40;ListTemplate, ServerTemplateId&amp;#41;,&amp;#10;Webs &amp;#61; &amp;#34;&amp;#60;Webs Scope&amp;#61;&amp;#39;SiteCollection&amp;#39;&amp;#62;&amp;#34;,&amp;#10;ViewFields &amp;#61; NewsViewFields,&amp;#10;RowLimit &amp;#61; &amp;#40;uint&amp;#41;ItemLimit&amp;#10;&amp;#125;&amp;#59;&amp;#10;&amp;#10;&amp;#10;if not, how can I use SPservices to achieve the same goal&amp;#63;</description><author>dchen888</author><pubDate>Wed, 08 Feb 2012 17:06:59 GMT</pubDate><guid isPermaLink="false">New Comment on "GetListItems" 20120208050659P</guid></item><item><title>New Comment on "Lists"</title><link>http://spservices.codeplex.com/wikipage?title=Lists&amp;ANCHOR#C22511</link><description>Any other operation like GetListItems but it get list items of the same name across different subsites&amp;#63; More like this&amp;#10;&amp;#10;SPSiteDataQuery spSiteQuery &amp;#61; new SPSiteDataQuery&amp;#10;            &amp;#123;&amp;#10;                Query &amp;#61; query,&amp;#10;                Lists &amp;#61; string.Format&amp;#40;ListTemplate, ServerTemplateId&amp;#41;,&amp;#10;                Webs &amp;#61; &amp;#34;&amp;#60;Webs Scope&amp;#61;&amp;#39;SiteCollection&amp;#39;&amp;#62;&amp;#34;,&amp;#10;                ViewFields &amp;#61; NewsViewFields,&amp;#10;                RowLimit &amp;#61; &amp;#40;uint&amp;#41;ItemLimit&amp;#10;            &amp;#125;&amp;#59;&amp;#10;&amp;#10;&amp;#10;if not, how can I use SPservices to achieve the same goal&amp;#63;</description><author>dchen888</author><pubDate>Wed, 08 Feb 2012 17:04:41 GMT</pubDate><guid isPermaLink="false">New Comment on "Lists" 20120208050441P</guid></item><item><title>New Post: GetGroupCollectionFromUser loosing data </title><link>http://spservices.codeplex.com/discussions/298609</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;&lt;/div&gt;</description><author>sympmarc</author><pubDate>Wed, 08 Feb 2012 16:36:33 GMT</pubDate><guid isPermaLink="false">New Post: GetGroupCollectionFromUser loosing data  20120208043633P</guid></item><item><title>New Post: GetGroupCollectionFromUser loosing data </title><link>http://spservices.codeplex.com/discussions/298609</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Thank you&amp;nbsp;for your advice&amp;nbsp;Marc :) never thought about this :/ I use quite a lot of SPServices in my projects&amp;nbsp;and I think you did a brilliant job ;) &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Reagrds&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Pawel&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><author>freetec</author><pubDate>Wed, 08 Feb 2012 16:19:09 GMT</pubDate><guid isPermaLink="false">New Post: GetGroupCollectionFromUser loosing data  20120208041909P</guid></item><item><title>New Post: Create Site-Collections</title><link>http://spservices.codeplex.com/discussions/298711</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That post is using the same web service that you described above. &amp;nbsp;To create a site collection, you have to use Central Admin (currently)... If you need to provision a web, Client OM (2010 only) is your friend there. &amp;nbsp;I even have some code to do it. ;-)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://spdwiki.com/SitePages/SiteCreation.aspx"&gt;http://spdwiki.com/SitePages/SiteCreation.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;&lt;/div&gt;</description><author>iOnline247</author><pubDate>Wed, 08 Feb 2012 15:57:10 GMT</pubDate><guid isPermaLink="false">New Post: Create Site-Collections 20120208035710P</guid></item><item><title>New Post: Create Site-Collections</title><link>http://spservices.codeplex.com/discussions/298711</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was thinking about something similar to what Laura Rogers did at http://sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&amp;amp;ID=118&amp;amp;Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0&lt;/p&gt;&lt;/div&gt;</description><author>eiben</author><pubDate>Wed, 08 Feb 2012 15:16:44 GMT</pubDate><guid isPermaLink="false">New Post: Create Site-Collections 20120208031644P</guid></item><item><title>New Post: Possible to retrieve all information inside Repeating Section of a InfoPath Form?</title><link>http://spservices.codeplex.com/discussions/287849</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Jack:&lt;/p&gt;
&lt;p&gt;I was hoping someone else would have a good answer for you on this, thus my silence. I've just never tried it.&lt;/p&gt;
&lt;p&gt;I note that you've also posted the question here:&lt;br /&gt;&lt;a href="http://sharepoint.stackexchange.com/questions/28014/spservices-to-retrieve-the-last-record-of-repeated-section-data-inside-sharepoin"&gt;http://sharepoint.stackexchange.com/questions/28014/spservices-to-retrieve-the-last-record-of-repeated-section-data-inside-sharepoin&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I'll tweet it up to see if we can get an answer.&lt;/p&gt;
&lt;p&gt;M.&lt;/p&gt;&lt;/div&gt;</description><author>sympmarc</author><pubDate>Wed, 08 Feb 2012 15:15:36 GMT</pubDate><guid isPermaLink="false">New Post: Possible to retrieve all information inside Repeating Section of a InfoPath Form? 20120208031536P</guid></item></channel></rss>
