Quantcast
Channel: SharePoint – jbmurphy.com
Browsing latest articles
Browse All 20 View Live

Looping through a SharePoint List column and acting on each item in the...

I wanted to loop through a couple columns in the Default View of a SharePoint List. The jQuery code below would loop through the 4th, 5th, and 10th columns and alert the contents of that column....

View Article



Using _spPageContextInfo, AJAX and SAMAccountName to show a hidden item in a...

I wanted to have a link on a page (could be anything) show only for certain people. I knew there was variable on every page named _spPageContextInfo.userId, which is the current user’s SharePoint user...

View Article

Using jQuery to hide some columns, append a new column, and popup the...

In this previous post, I showed how to hide the 4th and 5th columns of a SharePoint List (I am not talking about EditForm.aspx page, I am talking about the table view). I took this a step further and...

View Article

Looping through a SharePoint List Column with jQuery and replacing a GUID...

This is a very specialized piece of code, but it came together nicely, so I thought I would share it. I have a SharePoint List that has a bunch of Microsoft CRM 2011 Contact GUIDs in it. Some columns...

View Article

Problems with SharePoint 2010 menus and javascript using a Cisco WebVPN (ASA)

We noticed that the SharePoint 2010 menus were not working with our Cisco ASA’s WebVPN. If the top level menu had children, they would not show on hover. Then we started noticing that all jQuery based...

View Article


Using Nivo slider, knockout.js and SharePoint CSOM to create an announcements...

I wanted to create a slider that contains images and items from an announcements in my SharePoint 2010 home page. I started writing my own slider, but realized I was just re-creating the wheel. I ended...

View Article

SharePoint 2010, CSOM and External Lists – must use LoadQuery

I was working on some JavaScript code to pull data from an External List that was pointing to a Microsoft CRM 2011 database. The code was being used to populate a jQuery autocomplete like this post. In...

View Article

Event calendar I used in my SharePoint 2010 intranet

This is more of a note for myself, but I thought I would post it anyway, since it my be useful to someone. I used the following event calendar on the front page of my intranet. Small, clean, worked...

View Article


How to hide a field in a SharePoint EditForm.aspx page, append a replica, add...

If you look at this old post, you can see a technique that I used to hide a form field, and then append read-only data after it. I wanted to use this technique to hide a field in a form, append a...

View Article


My upgrade of SharePoint 2007 to 2010 “script”

One of my most recent projects was the migration of our intranet from SharePoint 2007 to 2010. Since we were going to change the name of the site, I was able to run through this “script” several times...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images