The above error message is thrown by Visual Studio, when it fails to load the Azure Storage Emulator. In my…
About: MGR: the Intelogist
Author Archives: MGR: the Intelogist
Quick Tip: Add an application to Windows (version 8+) Startup
Adding an application to the startup menu, so that it would run every time Windows loaded up, used to be…
Quick tip: MS Content Delivery Network
Things you notice while watching videos on Microsoft Virtual Academy: ASPNETCDN. This is rather embarrassing -for a .NET developer- but,…
How to: Call a WCF Web Service from a Nintex Form and work with the returned JSON object
Probably, the best way to go about calling a web service from your Nintex form would be to do it…
How to: Remove a site from wordpress.com/stats, even if you don’t have access to that site anymore (deleted/corrupt)
Introduction So, what happens if you, at one point or another, delete a website that you had previously added to…
How to: Setup your development environment for lightweight Angular with TypeScript coding (updated for JSOM coding)
Editors You will need to install an IDE to work in. You can choose whichever works for you, but the…
How to: Troubleshoot the error message “Value cannot be null. Parameter name: stream” when working with custom Sitefinity widgets
When developing custom Sitefinity widgets, you want to make sure that the ascx file used for the display can be…
How to: Change the display of input controls (even multiline TextBox) to look like a label (CSS)
Strange requirement, I would agree, but when working with Nintex forms, you may have some input fields that were then…
How to: Get an image (screenshot) of an entire webpage (even a long one!) with Firefox (or, separate software)
There are times that you want to keep an entire webpage as an image. We had that in the office…
How to: Troubleshoot broken/blank WordPress sites
Summary 1. Enable debug mode. i. edit wp-config.php ii. set WP_DEBUG to true 2. Fix the issue. i. reload the…