Explore >> Select a destination


You are here

www.ag-software.net
| | golb.hplar.ch
2.6 parsecs away

Travel
| |
| | bakedbean.org.uk
3.0 parsecs away

Travel
| | Technical blog covering all things .NET and goings on at Stack Overflow
| | smsagent.blog
3.1 parsecs away

Travel
| | For some time, I've been activating and scheduling activations for Azure roles under Privileged Identity Management (PIM) using the Microsoft Graph PowerShell SDK. However recently we secured these role activations to require a conditional access authentication context with MFA. This basically requires me to MFA when I activate a role with PIM. Problem is, by...
| | krasimirtsonev.com
23.4 parsecs away

Travel
| Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.