by jeremy@bondbyte.com | Mar 23, 2015 | Powershell, SharePoint 2013, Visual Studio
For security and availability purposes we’ve moved away from using the SharePoint Farm account for development. Adding new devs to your farm can be pretty simple if you know what tools to use. Frist, I always add my devs to the local admin group. Second you need...
by jeremy@bondbyte.com | Feb 20, 2015 | AD FS, Azure, SharePoint 2013
Linking back to a great post by Summit 7 Systems. http://summit7systems.com/claims-based-authentication-adfs-3-0-and-sharepoint-2013-beginners-guide/ I’m looking forward to the second post. Configuration of AD FS to support a SharePoint 2013...
by jeremy@bondbyte.com | Sep 17, 2014 | SharePoint 2013, Visual Studio
I couldn’t figure out how to add Rich HTML field to a List I was deploying in a project. I searched MSDN, it’s literary reference for the Type property was “DataType”. I threw my hands up. I remembered a trick I used somewhere else when I...
by jeremy@bondbyte.com | Sep 16, 2014 | Javascript, SharePoint 2013
Customer request modal dialogs from time to time in their applications. We use Twitter Bootstrap pretty heavy but sometimes we don’t have complete control over the JavaScript Framework. In those cases you’re forced to use the OOB SharePoint Modal...
by jeremy@bondbyte.com | Apr 11, 2014 | SharePoint 2013
Site Templates don’t work on publishing sites, there are many reasons for this, master pages, page layouts, etc. The stuff doesn’t export / Import well. Some times you need just need to get to the site template for development reasons and what not. This is...
by jeremy@bondbyte.com | Apr 11, 2014 | Javascript, SharePoint 2013
In SharePoint 2013 they added a Script Editor WebPart. Add this to a page and add the following code in the WebPart Editor.