Skip to content

Marc D Anderson's Blog

  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy
Facebook X Linkedin Github
Marc D Anderson's Blog
  • SharePoint

    Finding Date/Time Columns on the Page with g_strDateTimeControlIDs

    ByMarc D Anderson October 22, 2009October 22, 2009

    I ran across an interesting little trick in some code I’m working on today.  As usual, not my code, someone else’s that I’m trying to decipher and fix. One thing that they are doing is sort of slick.  There’s apparently an array created by the datepicker.js JavaScript called g_strDateTimeControlID which is populated with the IDs for all of…

    Read More Finding Date/Time Columns on the Page with g_strDateTimeControlIDsContinue

  • SharePoint

    Passing a Source Parameter on the Query String with Multiple Other Parameters

    ByMarc D Anderson October 20, 2009October 20, 2009

    I’ve posted on similar tricks to this in the past, but this little trick is really helpful and worth calling out on its own.  Say that you’d like to pass a Source parameter on the query String, as SharePoint often does for you: http://servername/sites/sitename/Lists/MyList/EditForm.aspx?ID=275&Source=http://servername/sites/sitename/default.aspx Simple, and you see it all the time as you navigate…

    Read More Passing a Source Parameter on the Query String with Multiple Other ParametersContinue

  • SharePoint

    jQuery Library for SharePoint Web Services v0.4.0 Released

    ByMarc D Anderson October 19, 2009July 12, 2022

    This release contains two functions I’ve wanted to get into the library for a long time: $().SPServices.SPRedirectWithID and $().SPServices.SPRequireUnique.  These two functions show how you can solve tricky problems with jQuery and the SharePoint Web Services much better than any of the other approaches available, IMHO. $().SPServices.SPRequireUnique allows you to specify a page to redirect to after…

    Read More jQuery Library for SharePoint Web Services v0.4.0 ReleasedContinue

  • TiVo Desktop 2.7 with Windows 7

    ByMarc D Anderson October 17, 2009

    Here’s an off-topic post for you.  I can’t live without my TiVo, but it’s been quite a long while since I’ve used TiVo Desktop to transfer shows to my PC. Somewhere along the way I uninstalled TiVo Desktop, certainly before I upgraded to Windows 7. The new TV season and some of the great shows…

    Read More TiVo Desktop 2.7 with Windows 7Continue

  • SharePoint

    A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Part 1 – Why and Why Now?

    ByMarc D Anderson October 15, 2009July 12, 2022

    Cross-posted from endusersharepoint.com… Even back in the old days (late 2006) when I first started working with SharePoint 2007, I was surprised how little interactivity there was within pages.  Sure the drag and drop way to add Web Parts to pages and move them around had some “wow factor”, but most users wouldn’t even get…

    Read More A jQuery Library for SharePoint Web Services (WSS 3.0 and MOSS): Part 1 – Why and Why Now?Continue

  • SharePoint

    SharePoint Form Radio Buttons: Switch from Vertical to Horizontal with jQuery

    ByMarc D Anderson October 15, 2009July 12, 2022

    UPDATE 2010-05-27: Back in January, 2010, I added a generalized function called $().SPServices.SPArrangeChoices to accomplish this to my SPServices library. It works basically the same way, but can be easily called with the name of the column for which you’d like to rearrange the radio buttons or checkboxes.  It also includes an option to randomize the…

    Read More SharePoint Form Radio Buttons: Switch from Vertical to Horizontal with jQueryContinue

  • SharePoint

    Source Redirect After Uploading Multiple Documents

    ByMarc D Anderson October 14, 2009October 15, 2009

    There are times where you want to control how the page flow works during and after the document upload process.  The simplest path that this takes is: from a view in the Document Library, clicking on the Upload button which takes you to _layouts/Upload.aspx where you specify the document you want to upload then to…

    Read More Source Redirect After Uploading Multiple DocumentsContinue

  • SharePoint

    SharePoint Forms Reality Check

    ByMarc D Anderson October 12, 2009

    As is often the case recently, inspiration for this post came from a thread over at the MSDN SharePoint – Design and Customization forum.  In this particular thread, I suggested using the PreSaveAction (see my post entitled Validation on SharePoint Forms – Part Four for details on how this works) and some script to do…

    Read More SharePoint Forms Reality CheckContinue

  • SharePoint

    SharePoint Lookup Column Based on a Calculated Column Woes

    ByMarc D Anderson October 9, 2009

    I’ve been working on trying to improve the performance of some DVWPs I wrote about a year ago as part of an application that I inherrited from others. (Was that tactful enough?) One of the things that I’ve been trying to do is to filter on the LookupId of a Lookup column, but I couldn’t…

    Read More SharePoint Lookup Column Based on a Calculated Column WoesContinue

  • SharePoint

    jQuery Library for SharePoint Web Services v0.3.2 Released

    ByMarc D Anderson October 8, 2009July 12, 2022

    We released v0.3.2 of the jQuery Library for SharePoint Web Services today.  This release contains a new function which was inspired by a blog post by Waldek Mastykarz.  See the release notes below for details.  Let us know if you see other cool stuff like this that you’d like to use.  There are definitely some…

    Read More jQuery Library for SharePoint Web Services v0.3.2 ReleasedContinue

Page navigation

Previous PagePrevious 1 … 79 80 81 82 83 … 115 Next PageNext

Need help with the SharePoint Framework (SPFx), Learning Pathways, or PnP Modern Search? Our 1-Hour Jumpstarts may be for you!

Recent Comments

  • John Granger on Dear Microsoft: Stop It with Copilot, Already
  • Tom Dore on Dear Microsoft: Stop It with Copilot, Already
  • Marc D Anderson on Using ShareGate PowerShell to Download SharePoint Content
  • SeanB on Using ShareGate PowerShell to Download SharePoint Content
  • Microsoft Roadmap, messagecenter and blogs updates from 22-01-2026 - KbWorks - SharePoint and Teams Specialist on I’m a SharePoint Admin but I Can’t Access the Content Type Hub
MVP Badge 2025

Series

  • SharePoint Online Search Isn't Displaying What I Expect (2)
  • Sympraxis Client Side Development Pipeline (2)
  • Looping Through Content in a SharePoint 2013 Site Workflow (4)
  • Single-Page Applications (SPAs) in SharePoint Using SPServices (4)
  • SPServices Stories (21)
  • Moving from SPServices to REST (6)
  • Create a Simple SharePoint 2013 Employee Directory on Office365 (5)
  • Unlocking the Mysteries of Data View Web Part XSL Tags (21)

© 2026 Marc D Anderson's Blog - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy