Protecting email address
Protecting email address

Introduction Sharing email address as a plain text is not the best idea as it can be parsed by web crawlers. Unfortunately our email inboxes get bombarded with spam every day, often because we share our email address on so many places. So why would I make it easier for spamers. I will show you... » read more

Collapsable menu for GitHub wiki
Collapsable menu for GitHub wiki

Intro If you ever wanted nice looking collapsible side menu on github wiki pages like this: then keep reading 😉 Solution Solution is very simple, you need to use <details> and <summary> tags. See snipped bellow: [crayon-66366b4d475d3779069240/] You can see it in action in PoShLog wiki – https://github.com/PoShLog/PoShLog/wiki

App_offline.htm with progress?
App_offline.htm with progress?

Intro So, recently I had to redeploy new ASP.NET Core app few times and I don\’t want the user to stare at some ugly error page. I want something better, some nice page sayng website is under maintenance, and it would be nice if there would be progress of that operation. Solution My first try... » read more