| bio | website | sympmarc.com |
|---|---|---|
| location | Boston, MA | |
| age | 51 | |
| visits | member for | 3 years, 7 months |
| seen | yesterday | |
| stats | profile views | 1,008 |
Marc is the Co-Founder and President of Sympraxis Consulting LLC, located in the Boston suburb of Newton, MA, USA.
Marc has over 25 years of experience in technology professional services and software development. Over a wide-ranging career in consulting as well as line manager positions, Marc has proven himself as a problem solver and leader who can solve difficult technology problems for organizations across a wide variety of industries and organization sizes.
Lately, aside from client work, Marc has been:
- Developer of the jQuery Library for SharePoint Web Services (SPServices)
- Faculty member at the USPJA Academy
- Frequent contributing author at EndUserSharePoint.com
- Blogging at Marc D Anderson’s blog
- Moderator at EndUserSharePoint’s Stump the Panel forums
|
May 13 |
answered | CSWP “Value of a field on the Page” Questions/Issues |
|
May 13 |
comment |
Where to expose the data within a web part via a web service It sounds like it is a CEWP? If you want to grab an image or something out of it, you'd still have to parse the content if you did have a Web Service to call. If you write the script right, then you can handle errors gracefully if the Web Part is no longer there or if the element(s) you expect are missing. |
|
May 13 |
comment |
Where to expose the data within a web part via a web service Yes, that's what I'm proposing. It really depends on what that Web Part contains. Can you be any more specific? |
|
May 12 |
answered | Where to expose the data within a web part via a web service |
|
Apr 24 |
revised |
Why does my Default page's title not display on breadcrumb? edited title |
|
Apr 11 |
comment |
Detect Modal Dialog Close with JQuery SharePoint has some underlying scripts that control the scroll bars in some pages. I expect that you may spend a lot of time on this for negligible results. |
|
Apr 11 |
comment |
Detect Modal Dialog Close with JQuery Why are you trying to do this? It seems sort of odd to me. |
|
Apr 7 |
comment |
Looking for a customized filter webpart for sharepoint online Can you explain what you want to accomplish? |
|
Mar 30 |
answered | Is it possible to change the value of “Created By” in Comments list of a blog? |
|
Mar 26 |
answered | Default Security Groups on Site Creation from Web Service |
|
Mar 26 |
comment |
Disable a form text field with jquery in CEWP not working in Chrome/Firefox These more complex controls in SharePoint are made up of multiple HTML elements tied together with script. This means that you need to look at the live DOM to see what's going on. |
|
Mar 26 |
answered | Disable a form text field with jquery in CEWP not working in Chrome/Firefox |
|
Mar 22 |
answered | How do I apply a calculated column to new items only? |
|
Mar 16 |
answered | Is it possible to undo changes in code view after saving the file in SharePoint Designer 2010 |
|
Mar 12 |
revised |
XSLT Get Current date or Today in XSLT added 1 characters in body |
|
Feb 28 |
awarded | Nice Answer |
|
Feb 7 |
comment |
SPServices/JQuery How to Detect If The Current User Is System Accout That's exactly what the get_currentUser() functions below will give, so I'm not sure what you mean. |
|
Feb 7 |
comment |
SPServices/JQuery How to Detect If The Current User Is System Accout I'm not sure why this wouldn't work as well as any of the other posts below. Weren't you getting the system account name? |
|
Jan 23 |
comment |
SharePoint Web Services: UpdateListItems and DeleteAttachment- What response to check for success? Yes. The Web Services are extremely reliable. If you send good data and get a response, it worked. |
|
Jan 23 |
comment |
SharePoint Web Services: UpdateListItems and DeleteAttachment- What response to check for success? Yes, the UpdateListItems response will echo what you asked the operation to do. Give it a try and you'll see what I mean. |