DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Essential YUI

Brief introduction to Yahoo's YUI library. Given as a presentation to college students who were new to JavaScript.Discusses DOM manipulation,

Technology JSDay Italy - Backbone.js

1. var Animal, myAnimal;Animal = function (name) {this.name = name || Unknown;}Animal.prototype = {say: function () {console.log(Hi, my name is+ this.name + !);}}myAnimal…

Technology JSGeneve - Backbone.js

1. var Animal, myAnimal;Animal = function (name) {this.name = name || Unknown;}Animal.prototype = {say: function () {console.log(Hi, my name is+ this.name + !);}}myAnimal…

Technology What's new in IE11

1. What’s new in2013.10.18 박재성이 문서는 나눔글꼴로…

Technology Context

1. JavaScript Training Goal Trainers Format • Lecture • Exercises • Ask Questions! • bitovi/js-training 2. What is “this”? 3. var dog = { barkCount: 0, bark:…

Documents The essence of java script review pres

Review of paper “The Essence of JavaScript” Review of Paper “The Essence of JavaScript” Arora,Kashish Potu,Raja Sathvik Pranay Reddy.Y Abstract In this paper, the…