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

    Get the InternalName for a SharePoint List Column

    ByMarc D Anderson January 27, 2015August 12, 2016

    This comes up all the time in the SPServices Discussions on Codeplex. When you are making most Web services calls to SharePoint, you have to use the InternalName rather than the DisplayName. This is true whether you are using SPServices, CSOM, or REST. You may see the InternalName referred to as the StaticName as well….

    Read More Get the InternalName for a SharePoint List ColumnContinue

  • SharePoint

    Using RequireJS to Load the Right Version of jQuery Depending on Internet Explorer Version

    ByMarc D Anderson January 26, 2015

    Here’s a cool trick you can use with RequireJS. I found it in a post by @rnsloan called Conditionally Loading jQuery 2.x. Since environments with SharePoint can often have a mixed bag of browser versions, this conditional setting lets us load jQuery 2.x when the browser can handle it (generally IE 9+) or jQuery 1.x…

    Read More Using RequireJS to Load the Right Version of jQuery Depending on Internet Explorer VersionContinue

  • SharePoint

    Calculate How Much Web Storage You’re Using

    ByMarc D Anderson January 23, 2015January 23, 2015

    This is a quick one, but it’ll be a post I return to over and over again. When you use Web storage (a.k.a. DOM storage) – localStorage or sessionStorage – to cache data, you’ll often want to know how much you’ve used already. Each browser gives you a different amount of storage to work with,…

    Read More Calculate How Much Web Storage You’re UsingContinue

  • SharePoint

    Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 3 – Create Display Templates

    ByMarc D Anderson January 8, 2015September 15, 2016
    This entry is part 3 of 5 in the series Create a Simple SharePoint 2013 Employee Directory on Office365

    In the prior two parts of the series, I covered the idea of an employee directory (or associate directory, or person directory, or whatever you call the people in your company/organization/commune) and how to create the basic page. Once again, I want to give credit to Ari Bakker’s (@aribakker) post that shows how to set…

    Read More Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 3 – Create Display TemplatesContinue

  • SharePoint

    Semantic Versioning for SPServices?

    ByMarc D Anderson January 6, 2015January 6, 2015

    Late last year I committed to put SPServices onto Github to encourage greater collaboration and contribution from the community. It’s definitely there now, and there are several things I’ve been struggling with since I moved it there: What to name each version How many versions to move into the repo Whether it actually will increase…

    Read More Semantic Versioning for SPServices?Continue

  • SharePoint

    The Year That Will Be: 2015

    ByMarc D Anderson January 2, 2015January 3, 2015

    It’s that time of year when people tend to look back at the prior year or look forward to the new one. In my case, I’m generally choosing to look forward. 2014 was a swell year on most counts, but I’m really looking forward to 2015. I’m excited about a number of things coming up…

    Read More The Year That Will Be: 2015Continue

  • SharePoint

    Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 2 – Set up an Employee Directory Page

    ByMarc D Anderson December 26, 2014May 16, 2016
    This entry is part 2 of 5 in the series Create a Simple SharePoint 2013 Employee Directory on Office365

    The first step is, of course, to create a page where the Employee Directory will live. The approach we’re taking here is to use a page in the Search Site Collection in Office365. By default – at least in the tenants I’ve worked with – the Search Site Collection lives at https://[tenant name].sharepoint.com/search. This isn’t…

    Read More Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 2 – Set up an Employee Directory PageContinue

  • SharePoint

    Don’t Use a Query String Parameter Called ID Unless You Mean the Item ID

    ByMarc D Anderson December 24, 2014

    The other day I got a question from my pal D’arce Hess (@DarceHess): I am using jsLink on a couple lists and I have an interesting circumstance I’m running into. Scenario: I have a list of Work Centers and each work center has associated machines that are in another list. I’m having an interesting situation…

    Read More Don’t Use a Query String Parameter Called ID Unless You Mean the Item IDContinue

  • SharePoint

    Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 1 – Introduction

    ByMarc D Anderson December 21, 2014December 23, 2014
    This entry is part 1 of 5 in the series Create a Simple SharePoint 2013 Employee Directory on Office365

    Employee Directories are a common feature of most Intranets. In fact, I’m working on Employee Directories for two different clients right now. This is such a common need, that it’s firmly embedded in the fantastic work that my friends over at Dynamic Owl have built into their Bonzai Intranet product. We aren’t going to be…

    Read More Create a Simple SharePoint 2013 Employee Directory on Office365 – Part 1 – IntroductionContinue

  • SharePoint

    SPServices Stories #22 : SPServices SharePoint Attachments in Internet Explorer 9

    ByMarc D Anderson December 17, 2014July 12, 2022
    This entry is part 21 of 21 in the series SPServices Stories

    Introduction This is another story I ran across on Twitter and wanted to add to the SPServices Stories series. I wrote about my own experience getting attachment uploading to work in my post Uploading Attachments to SharePoint Lists Using SPServices. My cheat in that case was to change the DOCTYPE to HTML5 in a SharePoint…

    Read More SPServices Stories #22 : SPServices SharePoint Attachments in Internet Explorer 9Continue

Page navigation

Previous PagePrevious 1 … 23 24 25 26 27 … 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

  • Michael Hanes on Connecting to Multiple Tenant Sites in a foreach Loop with PnP.PowerShell – Efficiently
  • Marija on Dear Microsoft: Stop It with Copilot, Already
  • Company Branding on Brand Kits in Microsoft 365: Two Features, One Goal — and Why You Should Care About Both
  • Marc D Anderson on The Trick to Using Lookup Columns with Content Types from the Content Type Hub
  • Colin Gardner on The Trick to Using Lookup Columns with Content Types from the Content Type Hub

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