-
JavaScript in Powerpoint with Microsoft WebBrowser Control – blog.creoggio.de
This short video shows the result of the article Playing with Microsoft WebBrowser Control IV on blog.creoggio.de (October 2013). http://blog.creoggio.de/playing-with-microsoft-webbrowser-control-iv/ Original source
-
JPC2000: JavaScript drum machine
My 2012 MIDEM music hack day project. A pure JS drum machine. no flash. Named and styled after the famous MPC2000. Watch me recreate ‘Best I Ever Had’ by Drake. Original source
-
Reviewing Modern JavaScript Applications
When dealing with modern JavaScript applications, many penetration testers approach from an ‘out-side-in’ perspective, this is approach often misses security issues in plain sight. This talk will attempt to demystify common JavaScript issues which should be better understood/identified during security reviews. We will discuss reviewing applications in code-centric manner by utilizing freely available tools to…
-
(8)JavaScript: Form Data Retrieval
In this screencast, you will learn how to retrieve values from forms. Forms have different types of controls as mentioned in HTML. We need to retrieve values from these input controls to perform event handling. Original source
-
003 Javascript Tutorial How to Write using write function Ep 3
JavaScript Tutorials, Learn JavaScript. JavaScript tutorials for Beginners . Visit My Website : http://www.biswarupadhikari.com/ Visit My Forum : http://forum.biswarupadhikari.com/index.php Donate : http://www.biswarupadhikari.com/p/donate.html Google Plus : https://plus.google.com/u/0/109550861987350532302 Twitter : https://twitter.com/biswarupa Facebook : https://www.facebook.com/biswarupadhikari Original source
-
New Number Methods and Constants in JavaScript
Numbers can be fickle in dynamic languages where type inference occurs. JavaScript has had some problems with this in the past, but with some of the new number methods, the language is starting to resolve these issues. In this video, we take a look at truncating numbers, as well as the Number.isNaN method for better…
-
Java vs JavaScript | Difference between Java and JavaScript | Edureka
***** Javascript Online Training: https://www.edureka.co/javascript-jquery-training ***** ***** Java Online Training:https://www.edureka.co/java-j2ee-soa-training ***** This Edureka video on Java vs JavaScript (Blog: https://www.edureka.co/blog/java-vs-javascript/ ) provides you with a short and crisp description of the two programming languages. You will also see the head to head comparison between the two on various aspects and learn the similarities and differences…
-
JavaScript Code Challenge #11: Simple Mad Libs Game
In this video I demonstrate how to create a simple Mad Libs game using prompts to save user input and output to the screen in a story of your choice. Then we take it up a notch and include arrays in the mix to generate a random choice from a list including the input from…
-
JavaScript Hoisting Intro Tutorial
Quick tutorial explaining the concept of hoisting in JavaScript. Original source
-
Guillermo Rauch – PROGRAMMING THE JAVASCRIPT FUTURE
JavaScript first enabled the enrichment of website interaction. It made its first appearance as tiny snippets of code that lived inside HTML attributes. It went on to enable -unprecedentedly- a new generation of rich applications like Gmail that improved on Desktop counterparts , eg Outlook. The web and mobile web are now decisively JavaScript-driven. With…