Category: Javascript

  • Lovefield: A JavaScript Relational Database (100 days of Google Dev)

    Arthur Hsu introduces Lovefield. Lovefield is an open-source relational database written in JavaScript and can run within browsers. It is fast, safe, easy to use, and supports Chrome, Firefox, Internet Explorer (version 10 and later), and Safari (version 5.1 and later). Lovefield provides SQL-like APIs that are easy to learn and use, without the risk…

  • JavaScript Tutorial 1 – Getting Started – Hello World

    JavaScript is a language designed to work with webpages. JavaScript was created by Netscape and is not to be confused with the Java Programming Language developed by Sun Microsystems. JavaScript has a syntax similar to the C Language group. JavaScript works on all modern browsers including IE, FireFox, Safari, Opera and others. JavaScripts are put…

  • Easy JavaScript text-to-speech with Google Translate

    JavaScript Text to speech with Google Translate API Original source

  • Javascript Toolkit – Dojo Tutorial for Beginners

    PPT link : http://www.slideshare.net/webdevninja…. Sorry for the noise from the audience. Follow me at @twitter https://twitter.com/amittyagi Website: https://dizivizi.com Original source

  • Tutoriel JavaScript : Promise, Async & Await

    Plus d’infos sur ce tutoriel : https://grafikart.fr/tutoriels/javascript/promise-async-await-875 00:00 – Les callbacks 08:52 – Les promesses 20:25 – Async & Await La nature asynchrone du JavaScript pose souvent des problèmes en terme d’organisation. Si on vient d’un langage plus classique il est parfois difficile de concevoir des fonctions avec une résolution asynchrone. Comment renvoyer les résultats…

  • Browser history tutorial – Beau teaches JavaScript

    Manipulate and navigate the browser history using JavaScript and the window.history object. This video covers history.length, history.back(), history.forward(), history.go(), history.replaceState(), and history.pushState(). 💻 Code: https://codepen.io/beaucarnes/pen/LyJLGd?editors=0012 🐦 Beau Carnes on Twitter: https://twitter.com/carnesbeau ⭐JavaScript Tutorials Playlists⭐ ▶JavaScript Basics: https://www.youtube.com/playlist?list=PLWKjhJtqVAbk2qRZtWSzCIN38JC_NdhW5 ▶Data Structures and Algorithms: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkso-IbgiiP48n-O-JQA9PJ ▶Design Patterns: https://www.youtube.com/playlist?list=PLWKjhJtqVAbnZtkAI3BqcYxKnfWn_C704 ▶ES6: https://www.youtube.com/playlist?list=PLWKjhJtqVAbljtmmeS0c-CEl2LdE-eR_F ▶Clean Code: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkK24EaPurzMq0-kw5U9pJh – We’re busy people who…

  • Local and global variables in 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/12/local-and-global-variables-in-javascript.html In JavaScript there are 2 types of variables 1. Local variables 2. Global variables JavaScript local variables : Local variables are the variables declared with in a function. These variables have…

  • JavaScript Tutorial #3 – Input & Output

    This is a JavaScript Tutorial covering how to get data in and out of a webpage using prompt, innerHTML and Forms. All Links and Slides will be in the description. Subscribe for more cool stuff! Slides & files – http://www.mediafire.com/view/398l4he84envkca/Input_%26_Output.pptx.pptx Steam Group: http://steamcommunity.com/groups/DrapsTV Twitter: https://twitter.com/DrapsTV Facebook: https://www.facebook.com/DrapsTV/ If you like what you see be sure…

  • javascript web workers tutorial ( introduction to multithreading in js )

    Simple intro to web workers in javaScript ( a way to do multithreading in javascript) _ WHat is web worker – web worker concept – Sending message to the worker using postMessage – Receiving message from worker using onMessage javascript webworkers , Web workers , web worker, advance javascript tutorial , web workers html5 ,…

  • JavaScript Tutorial For Beginners #32 – What is the DOM in JavaScript?

    Yo Ninjas, in this JavaScript tutorial for beginners, I’ll be walking you through what the DOM is and how we use it to interact with our web pages. The DOM stands for Document Object Model and in technical terms, is an application programming interface. But what that really means is that we can use the…