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

    JPG Images on SharePoint Sites: CMYK vs. RGB

    ByMarc D Anderson March 9, 2007

    This may seem like a simple one, but it caused a bit of head scratching, so it seems worth a post. I was trying to use some JPG images in Content Editor Web Parts on a SharePoint site, so I put them into the Site Collection Images Library, which worked fine.  I could see them…

    Read More JPG Images on SharePoint Sites: CMYK vs. RGBContinue

  • SharePoint

    Neat SharePoint Developer Widgets

    ByMarc D Anderson March 8, 2007

    I found a nice set of products from KWizCom today that help SharePoint developers enhance the SharePoint platform.  I haven’t tried any of them myself yet, but they are things that I wish that I had built myself because they seem really useful!  I’ll post again with real world experience with them as it happens,…

    Read More Neat SharePoint Developer WidgetsContinue

  • SharePoint

    Filtering on Multi-Select Columns in SharePoint Data View Web Parts

    ByMarc D Anderson February 26, 2007

    Data View Web Parts in SharePoint 2003 provide great control over the retrieval and display of items in disparate libraries and lists.  I won’t try to convince you of that in this post, but if you do decide to use Data View Web Parts, there’s a "feature" that you may run into that there is…

    Read More Filtering on Multi-Select Columns in SharePoint Data View Web PartsContinue

  • SharePoint

    Flatland and Other Geometries

    ByMarc D Anderson February 20, 2007

    Chris Webb had an interesting post the yesterday that reminded me of the book Flatland, which I read and really enjoyed many moons ago. I read Flatland when I was a teenager in the 1970s studying geometry and many other things without understanding much of any of it.  The book fascinated me, and I went…

    Read More Flatland and Other GeometriesContinue

  • SharePoint

    Microsoft Licensing

    ByMarc D Anderson February 14, 2007

    Microsoft’s licensing and pricing can sometimes seem byzantine.  However, there is a nice page at Microsoft’s Web site that lets you answer a set of questions to arrive at pricing.  Check out: http://www.microsoft.com/licensing/mpla   Technorati tags: Microsoft, Licensing

    Read More Microsoft LicensingContinue

  • SharePoint

    Twelve “Next Big Things” in Business Intelligence That Didn’t Happen

    ByMarc D Anderson February 12, 2007

    From The OLAP Report via Chris Webb’s BI Blog, an interesting list of Twelve ‘Next Big Things’ that didn’t happen in the Business Intelligence arena.  An interesting and thought provoking read. Technorati tags: Business Intelligence, OLAP

    Read More Twelve “Next Big Things” in Business Intelligence That Didn’t HappenContinue

  • SharePoint

    New Application Templates for Windows SharePoint Services 3.0

    ByMarc D Anderson February 7, 2007

    There is a new set of application templates for WSS 3.0 available from Microsoft with more on the way. Application templates are out-of-the-box custom scenarios tailored to address the needs and requirements of specific business processes or sets of tasks in organizations of any size. They can be applied to a task, such as managing…

    Read More New Application Templates for Windows SharePoint Services 3.0Continue

  • SharePoint

    Windows Live Writer (Beta)

    ByMarc D Anderson February 7, 2007

    I’ve just downloaded the new Windows Live Writer (Beta).  It seems to be pretty neat.  It lets you edit posts offline in a richer UI and publish directly to your blog.  There’s also integration with tagging sites, spell check, and simpler tools to insert images from the Web.  You can also download extensions from Windows…

    Read More Windows Live Writer (Beta)Continue

  • SharePoint

    Getting Set Up for AJAX-enabled Web Services

    ByMarc D Anderson February 7, 2007

    Follow these steps to prepare your machine for development or production Web Services applications that take advantage of AJAX. I had to cull these steps from multiple blogs, MSDN information, etc. Development or Production 1. If not already installed, install .NET Framework 2.0http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en2. Install ASP.NET 2.0 AJAX Extensions 1.0http://ajax.asp.net/downloads/default.aspx?tabid=473. Install ASP.NET 2.0 AJAX Futures January…

    Read More Getting Set Up for AJAX-enabled Web ServicesContinue

  • Using the innerHTML Property

    ByMarc D Anderson February 6, 2007April 14, 2009

    When you use the innerHTML property, you need to be careful.  Take a look at this simplified Javascript sample code:       var new_legend = document.createElement("div");    new_legend.innerHTML = "<table>";    new_legend.innerHTML = new_legend.innerHTML + "<tr><td colspan=2 align=center>Legend</td></tr>";       //Add legend entries    for (var i = 0; i < legend_count; i++)     {         new_legend.innerHTML = new_legend.innerHTML + "<tr><td>something1</td><td>csomething…

    Read More Using the innerHTML PropertyContinue

Page navigation

Previous PagePrevious 1 … 111 112 113 114 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