Author: jbmurphy
-
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…
-
jQuery to remove mailto
I wanted to remove a mailto and leave just the email address:
-
Problems with TweetDeck and Enterprise Deployment (SCCM)
Been working with @xrobx99 on this one. We had a request for TweetDeck to be installed on a couple of user’s machines. We feared that word would get out and everyone would have to have it. So we have been looking into deploying TweeDeck silently through SCCM. Using my SCCM PowerShell install script (which is basically just a…
-
How to see delegate calendars with your google apps account & an IOS device setup as “Exchange”
I can never remember this. More of a note to myself. I just got the new iPad (thanks wife!) and when I added my google apps account as an Exchange server, my delegate calendars did not show (for example, the shared family calendar). All I needed to do was to visit m.google.com/sync from the iPad,…
-
My Debian/Raspberry Pi cheat sheet (translations from CentOS)
I have worked on Solaris and RedHat/CentOS (although Solaris was many years ago, so I should just admit that I no longer know where anything is). I find Debian to be a different dialect than RedHat. This post is going to serve as my translation cheat sheet. I use the bash complete string below with…
