DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Hello Swift 1/5 - Basic1

1.Welcome to Swift 1/5 2. constant let name = "Cody" let isMan = true let height = 171.0 let weight : Int = 69.0 let familyName : String = "Yun" let age…

Documents Java scriptpatterns

1. JavaScript PatternsGiordano ScalzoWednesday, November 10, 2010 2. I’m not a guru!Wednesday, November 10, 2010 3. I’m still learningWednesday, November 10, 2010 4.…

Technology Intermediate JavaScript

1. JavaScript 200 Intermediate JavaScript by Milan Adamovsky http://milan.adamovsky.com ◆ http://www.hardcorejs.com 2. Prerequisites • Fundamentals of language • Familiarity…

Technology Jquery

1. Designveloper JQUERY Write less, do more 2. Jquery ▪ jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling,…

Technology Master AngularJS

MASTER ANGULARJS FORMS FORM / HTML5 With HTML5 : Send FORM / ANGULARJS With AngularJS : Send angular.module('MyApp') .controller('MyController', MyController);…