I needed to be able to apply a specific class to all my img tags that were linked to their…
About: MGR: the Intelogist
Author Archives: MGR: the Intelogist
How to: Display Temperature in Outlook 2013 Calendar in Celsius.
Sometimes, the simplest thing can us so long to find. You’d expect a setting in Outlook to allow you to…
Debugging Tips and Tricks in Visual Studio 2013
I came across this TechEd video that I found really useful with optimising my debugging with VS2013. My notes on…
How to: Remove TFS bindings from VS solution
If you can still load up the solution, try the following: File -> Source Control -> Change Source Control and…
How to: Download a .publishsettings (publishing profile) file from Windows Azure (2014 update)
It used to be as simple as going to https://windows.azure.com/download/publishprofile.aspx but now that microsoft changed the URL of the management portal,…
How to: Create a simple fly-out message in SP2010
I wanted to use a fly-out message to inform a user who was navigating from a configuration page to the…
How to: Automatically expand to the current node in a KendoUI TreeView
Unfortunately, the KendoUI TreeView does not implement the SingleExpandPath that the RadTreeView does. If that were the case, a simple…
How to: Get a list of the names of all the computers on a domain
How to: Get a list of all computers on the domain add the following references: System.DirectoryServices System.Net System.Net.NetworkInformation The following…
How to: Troubleshoot “Failed to enumerate objects in the container. Access is denied”
If you’re trying to change permissions on a folder, including files and subfolders, and you’re getting an error message from…
How to: Start multiple Skype instances (with a PowerShell script)
A few days back, I shared a .bat file that allowed you to start 2 instances of Skype without too…