-
Part 87 What is Unobtrusive JavaScript
Link for code samples used in the demo http://csharp-video-tutorials.blogspot.com/2013/09/part-87-what-is-unobtrusive-javascript.html Link for csharp, asp.net, ado.net, dotnet basics, mvc and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists What is Unobtrusive JavaScript? Unobtrusive JavaScript, is a JavaScript that is separated from the web site’s html markup. There are several benefits of using Unobtrusive JavaScript. Separation of concerns i.e the…
-
Stopwatch / Timer – JavaScript Advanced Tutorial
A video in our JavaScript Advanced Tutorial series. In this video we create a stopwatch that has start, pause, resume, and reset functionality. We use the setTimeout function and do some basic math and modulus. Original source