JavaScript
-
GitHub Copilot in Visual Studio
2025-11-20 by Joshua BylotasDiscover how GitHub Copilot in Visual Studio is transforming the way developers learn and build software. From accelerating coding tasks to teaching best practices, Copilot is more than an AI assistant—it’s a mentor for the next generation of programmers.
Read More -
Knockout Custom Binding Handler - Hidden Input
2014-03-27 byThis function allows you to add change events to a Knockout Hidden Element
Read More -
Custom Drop Down Box - Javascript
2014-03-27 byThis creates a custom dropdown box that you can style anyway you like. It is a simple experiment to see what is possible. This uses the ul and li HTML elements to create the Drop Down
Read More -
Custom Modal - Javascript
2014-03-27 byThis JavaScript implementation of the modal dialog allows you to show a modal dialog using Ajax with a wait timer and pass in a save Callback so that your popup is simply a view in the project and does not require custom code for each AJAX call. The openModal Method will provide the interaction with the underlying JavaScript code.
Read More