Author: jbmurphy
-
SharePoint 2010: How to access check permissions if site was not mounted with UpdateUserExperience
I am working with a site where we could not UpdateUserExperience when moving to 2010. I wanted to check a users permissions, but the icon was missing. To check a users permissions in 2010 with out an updated user experience, you visit : /_layouts/chkperm.aspx
-
I finally did it! 10K+ visits in a month!
Not bad seeing as I was at 2K last year this time!
-
PowerShell 3: Using Invoke-RestMethod to refresh a new oAuth 2 token
I wanted to translate this code into powershell. Below is the Powershell code to request a refresh token from Google using oAtuh 2. Hope that helps someone.
-
Using cURL, BASH and Google oAuth to access Google Analytics
In this previous post, I used cURL (the command line version) to interact with Google Analytics. I wanted to do the same thing but using oAuth. I took a lot from this page, but there were a few things that I couldn’t get working, and a few things I didn’t know. Follow Steps 1-6 on…
-
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 as practice to make sure I had everything correct. I decided to do a detach and attach…
-
PowerShell command to allow inline PDF viewing in SharePoint 2010
My users like to view PDFs in their browser on our SharePoint site. I needed to allow this in 2010: Here is the powershell to allow inline PDF viewing in SharePoint 2010
-
jbmurphy.com stats from last year
I missed my blogging goal of 2-per-week/104 for the year. I ended up 98 posts. Same goal for this year. I also missed 10,000 in a month. I was on track at the beginning of December, but then I had a big drop during the holidays. My monthly break down: Here is my year end…
-
How to hide a field in a SharePoint EditForm.aspx page, append a replica, add a jQuery autocomplete, and put the selected value in the original field.
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 replica with a jQuery autocomplete, and based on the selected value from the…
-
Using jQuery to add a new item to the breadcrumbs at the top of a SharePoint 2010 site.
I wanted to add a bread crumb item to a sub site that pointed back to the home page. This is the jQuery code I used to insert it. This code also aadds the little arrow divider
-
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 well: Event-Calendar-Listing-Web-Part-SharePoint-2010
