Tag: external javascript example

  • Inline vs external javascript

    Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2014/11/inline-vs-external-javascript.html In this video we will discuss 1. Different places where JavaScript can be present 2. Advantages of external JavaScript over inline JavaScript JavaScript can be stored either inline on the page…