Author Archives: andycamdotno
More sportwatch accurracy
I recently posted my findings with my ex Garmin Fenix 2 compared to my friends Suunto Ambit 3 which was quite shocking. Recently I was using the TomTom Multisport + on the same route and here is a screenshot of the … Continue reading
Hello world!
First real post.. 😉 Will go ahead and move my posts from my previous blog.. :-O So watch below for some historic..
TomTom Multisport +
[This post was moved from my previous blog] So, while waiting for my preordered Garmin Fenix 3 which I believe is the activity watch best suited for my workout AND gadgety needs, I am testing this TomTom. I wanted to … Continue reading
GPS sportwatch accurracy
[This post was moved from my previous blog] Just wanted to show you what I was talking about in case you are not registred on the Garmin forums i mentioned in the previous post. Story is I was walking side … Continue reading
Bye Bye Fenix 2
[This post was moved from my previous blog] So, as often happens.. the Fenix 3 was announced in january and when I saw the first picture, I just knew that the Fenix 2 had to go.. It was a quick … Continue reading
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
Not getting rid of the Newsfeed title from the Newsfeed web part?
[This post was moved from my previous blog] Then you need to add some code to hide the title. The easiest way around this is to add a Content Editor web part and then add this line: <style>.ms-microfeed-siteFeedTitleArea{display:none;} </style> The best … Continue reading