Using Javascript in Blazor pages

Featured

Note: Here is my GitHub Repository and my Azure hosted site displaying the code below. A big selling point behind Blazor is the ability write code in C# over Javascript. While it’s a great feature to seamlessly develop web applications in C#, the Blazor team had the foresight to still include Javascript support. This is … Continue reading Using Javascript in Blazor pages

Pop-Up Images: How to make an image appear when hovering over text using Javascript and HTML

For those of you in a rush to see the image pop-ups solution, click on the link to my JSFiddle. If curious, please continue reading for an explanation to it all.  Making an image appear when hovering over text was an issue I encountered with my deck builder web app, Chrono Clash Decks. I wanted … Continue reading Pop-Up Images: How to make an image appear when hovering over text using Javascript and HTML