Monthly Archives: December 2014
SharePoint 2013 SQL administration with PowerShell
[This post was moved from my previous blog] I found this post about most commands you will ever need for administrating SharePoint SQL databases from PowerShell: http://www.petri.com/administer-sharepoint-2013-powershell-manage-content-databases.htm Can’t think of much else you will ever need. Great overview!
Sony Smartband Talk (SWR30)
[This post was moved from my previous blog] I have been using the Sony Smartband SWR10 for about six months and I have mostly been very happy with it. Initially I purchased it because I was curious on how I … Continue reading
How to hide RSS Title in Webpart
[This post was moved from my previous blog] You need to edit the XSL script within the webpart and mark out the lines shown in green here: That does the trick! 🙂
How to get rid of the page title in SharePoint 2013
[This post was moved from my previous blog] You can get rid of the page title in SharePoint 2013 by adding a content editor web part on a page and add this code trough “edit source” in it: <style> #pageContentTitle … Continue reading