New Post: Using GIT for Source Control and Community Code Contributions
Guys, I love the idea of utilizing git, especially on Github. We have been using Github for building our Streamlined Studio SharePoint solutions for the past 6 months and it has become a central part...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
I'd suggest to keep it simple :). Move source code to github and use the issue tracking and pull request cababilities. One master branch might be all that's needed as you probably want to upload stable...
View ArticleNew Post: SP services is not null or not an object
After more than 10 days of struggle I was able to find the solution.. well I don't know but the problem is solved with the help of my friend. We tried many things but finally did nothing much but...
View ArticleNew Post: Cascading Dropdowns in SP 2007: Child column behaving abnormal
I have implemented cascading drop downs on my sharepoint 2007 environment using jquery and content editor webpart. Functionality is working fine but the problem isSelected Parent Column Values are...
View ArticleNew Comment on "$().SPServices.SPDebugXMLHttpResult"
I get a lot of request for custom tweaks to the "New Items" form for a list. This function combined with the GetListItems operation will save me tons of time! Thanks, keep up the great work!
View ArticleNew Post: SP services is not null or not an object
It had to be that your file references weren't right. Note that your paths are different in what you ended up with. Anyway, glad that you solved it. M.
View ArticleNew Post: Cascading Dropdowns in SP 2007: Child column behaving abnormal
Do you have any custom branding in place? Can you show me a scheenshot? M.
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
I second the opinion to keep it simple. I wouldn't spend too much time thinking about branches, build or migration. You can look at the way jquery has its repo setup, https://github.com/jquery/jquery,...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
So the things I'm getting from all your posts are:Git is goodSimple is good (I love KISS)Github is better than Git at Codeplex (maybe?) You're all going to be helping much more with SPServices OK, that...
View ArticleNew Post: Troubleshoot GetListItems Tool
I see a lot of discussions here related to methods for retrieving filtered, sorted recordsets from list objects and people often get that "Aha!" moment when they see the simple stuff they did wrong. I...
View ArticleNew Post: Troubleshoot GetListItems Tool
Oh, I forgot to mention I'm running jQuery 1.7.2 and SPServices 0.7.1a. Geoff
View ArticleNew Post: Troubleshoot GetListItems Tool
This is cool, Geoff. I'll have to try it out. Want to turn it into an SPServices Story? M.
View ArticleNew Post: Troubleshoot GetListItems Tool
I'm quite OK with that. Of course, my instructions and code above were written from my perspective. You may want to see how it runs for you first and make any necessary tweaks to my instructions/code...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
Github for windows:http://windows.github.com written by github the company, more specifically Phil Haacked
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
I'm happy to see interest from others on contributing to this library and helping Marc alone keeping up with maintenance on SPServices. Sounds like we are really going to see FOSS at work here... :)...
View ArticleNew Post: Create new list item for each person indicated within a people...
I have 2 SP2010 listsProjects Assigned Resources When a resource is assigned to a project we need a new "Assigned Resource" item created for the assigned resource indicated. If multiple resources are...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
I don't have any input on the github v. codeplex git implementation...although I'm interested in the outcome. As far as documentation, I'd recommend using Sphinx found here: http://sphinx-doc.org It...
View ArticleNew Post: Cascading DropDown Error in SharePoint 2013 MultiSelect Lookup on a...
Marc, I think I may have found a problem using the Cascading DropDown (the bread and butter of SPServices) when using SP 2013. I tried to provide as much information as I could about the problem (See...
View ArticleNew Post: Data.responseXML not XML object in IE10
I Can reproduce by switching IE9 Standards to Standards (Page Default) in IE10. The xData.responseXML becomes an object rather than an IXMLDOMDocument2. This breaks implementations that append .xml....
View ArticleNew Post: CAMLQuery filter not working
Yes, indeed. That certainly did the trick. I'm so happy. And I learned a good thing.
View Article