-
My blog site DotNetMafia.com has been around for quite a long time. It started as a conversation at a bar by Kyle Kelin , the Dot Net Mafia's original purpose was to provide a site to rank and review recruiters known for being shady and lying to both...
-
For those that know me, you might have heard about my extensive use of Ionic Framework, a mobile app platform, to build various side projects including BrewZap and HappenZap. If you aren’t familiar with Ionic Framework, it’s a node.js based development...
-
If you have ever used Office Fabric with SPFx, you may have found yourselves struggling. You quickly learned than previous version of SPFx did not work with version 6+ of Office. Instead you had to use the LTS version of Office Fabric which varies significantly...
-
On any consumer-facing platform where users can submit content that will be seen by the public, it's a good idea to have some level of content moderation. Manual content moderation using humans is tedious and labor-intensive. Luckily, Azure Content...
-
The yo tools make it rather easy now to add additional web parts and extensions to your SPFx projects. However, I recently ran across this issue which caused me weeks of pain. The scenario starts with this. You create a new SPFx project with a web part...
-
If you are still connecting to an on-premises Exchange Server in Outlook for Mac OS X, you may receive the following error even though your password is correct: Mail could not be received at this time. The server for account "" returned the...
-
Recently, I posted about the error ( TypeError: Object doesn't support property or method 'from') you received in Internet Explorer 11 (IE11) when you didn't include the necessary polyfills for PnP JS to work. To resolve the error, previously...
-
Apple recently gave developers the ability to sign up testers using just a URL in TestFlight. Previously, it required the developer to manage a list of E-mail addresses which quickly becomes unwieldy. If you are interested in testing pre-release versions...
-
We were discussing build times in #ionic-questions Slack channel today and Mike noted that you should be on Node v10 . Apparently, the @LTS has some bugs that are affecting performance. If you haven't upgraded and plan to do any work with Ionic v4...
-
The Fabric React DetailsList component is a great way to display your tabular data when building an SPFx web part. It's nice, but if you have a lot of rows in your list, you might need a sticky header so that you can see which column you are looking...
-
You just built this amazing SPFx web part and it works great in modern browsers. You then go to test (or even worse your users go to test) and you find that nothing works. After examining your logs, you start finding the following error message. TypeError...
-
Today, Microsoft released the long waited Files-On-Demand support in macOS Mojave. As you might know Files-On-Demand (or FOD) has been available in Windows 10 for a while but it has been a featured that we have been waiting for in macOS for quite some...
-
With React, sometimes the simplest of things are overly complicated. When it comes to creating a page anchor so your users can jump down to a specific point in the page, this one is no exception. From our old HTML4 days, you probably remember you create...
-
Contrary to popular belief, I still do development. In fact, I do quite a bit of development. In the last couple of years, I have built two mobile platforms as a service using Ionic and Angular. This node.js based development stack positioned me well...
-
When you add a date field in PowerApps, I find that the current default date of 12/31/2001 is not very useful for me. Changing the default date is not hard but you have to know where to look. First, you have to realize a date field is actually three different...