background preloader

Development 2

Facebook Twitter

Jquery

PrimerCSS. Content Overlay with CSS. Here's the problem: you have a container with some content in it like an image along with some initial descriptive text.

Content Overlay with CSS

Then, when users hover their mouse over the container, a hidden container is revealed to present additional information over top of the current information but in a way that retains content from the original container. This was essentially the problem presented to me by Anton Peck. Found! Function Reference for Calculated Value Fields - Blogging about SharePoint. Hello from the Microsoft SharePoint Conference 2012!

Found! Function Reference for Calculated Value Fields - Blogging about SharePoint

One of the things I wanted to do while here was learn how to use PowerShell to interact with SharePoint 2013 remotely. Now remotely can mean two separate things here: 1) Using PowerShell remoting to send POSH commands to a server to be run locally, or 2) using remote APIs (in this case the .NET client side object model, aka .NET CSOM). Since I want to have POSH that can work with both SharePoint on premise and SharePoint online, I decided to use the .NET client side object model. I was developing against a free developer instance of SP2013 online, which you can request at At first, I tried using the example on how to retrieve a list that I found here: After converting it to POSH, it was: Custom EditForm.aspx in a Document Library.