Today I was tasked with creating a custom list. Pretty normal so far, right? Here’s where it gets interesting. The […]
TSQL Script #1 – Create dbo.DimDate table 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849BEGIN TRY DROP TABLE [dbo].[DimDate] END TRY BEGIN CATCH […]
So, since I don’t learn like normal people, whoever they are, I decided to take a stab at documenting the […]
I just came across this little jewel of a JavaScript file that makes list and library column headers sticky. Requirements: […]
12345678910111213141516171819202122<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.min.js" type="text/javascript"></script> <script type="text/javascript"> var p1 = $(’a:contains("Images")’).parent(); var p2 = $(p1).parent(); var p3 = $(p2).parent(); p3.hide(); var p1a […]
Here are some of my favorite tools to help with SharePoint. Installation Move IIS 7 Root – http://blogs.iis.net/thomad/attachment/2163996.ashx Auto SP […]
During my last SharePoint 2007 to 2010 migration I had to come up with a way to provide a popup […]