Author: jbmurphy
-
Sharepoint 2010 URL for a Calendar’s Week and Month Views
This may be a post for myself, and everyone may already know this, but I couldn’t find it quickly in a google search. I wanted to have a link to the “Week” view of a SharePoint 2010 calendar, but could not find the parmters to pass. Here they are: ?CalendarPeriod=week ?CalendarPeriod=month ?CalendarPeriod=day And to have…
-
Windows Server 2012 can mount ISOs
About time.
-
Windows Server 2012 Hyper-V can Import Non-Exported VMs
About time.
-
A PowerPoint 2010 pptx file from a network share opens read-only
Credit for this one goes to @xrobx99. He did all the work behind this post. I felt that it was such an obscure “bug”, that maybe my posting of the solution might help someone that is expereincing the same issue. The problem we were having was that when a user would open a large PowerPoint (.pptx)…
-
How I went about creating two related lists using JavaScript, Client Object Model and SharePoint 2010-Part3
This is the final part of these previous, posts. They setup everything (I hope) so give them a quick peak. At this point we have the following: We are editing a “new” meeting item in the MeetingList’s EditFrom.aspx page We have a modal dialog box open that contains the AttendeeList’s NewForm.aspx A QueryString has been passed to the modal…
-
How I went about creating two related lists using JavaScript, Client Object Model and SharePoint 2010-Part2
In Part1, I talked about how I wanted to relate items in two lists using the ID of an item in the first list. The setup for this article is here, hopefully it makes sense. At this point, I have a MeetingList item that I am editing, and the ID of the current item is…
-
How I went about creating two related lists using JavaScript, Client Object Model and SharePoint 2010-Part1
I was struggling with how I could create two lists in SharePoint 2010 that were related. Scenario: Let’s say that you want to have a list of meetings (we will call it MeetingsList), with each meeting having the potential of unlimited number of attendees. How can I do this in SharePoint? It is not possible…
-
Almost to 10,000 visits in a month!
Using my fun Google Analyitics Bash Script July 9151 June 8171 May 7352 April 5027 March 3966 February 3160 January 2741
-
How I am using a Delegate control, code in a Document library, and jQuery to customize SharePoint 2010
In this post, I showed how to put a delegate control at the top over every page, and in the control add the links to the jQuery libraries. This is nothing new, there are many articles that show how to do this. I took this a step further and I included code to do the…
-
jQuery to hide a column
I wanted to hide a column and I found this simple way to do that in jQuery. Can’t find where I originally came across it. Sorry if you figured it out first. This hides the 5th and 6th columns. I am going to use this in a SharePoint list where I want to hide the…
