Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged #Javascript

Rss Feed Group items tagged

sayedamukti

Free Norton Antivirus 2017 - Software Review with crack - 0 views

  •  
    Free Norton Antivirus 2017 is a antivirus software for your computer. Norton Security Standard, Deluxe, and Premium Security solutions for your computers, Macs, tablets and smart phones such that (Microsoft, Windows, Mac OS X, Android™ and iOS) etc. A replacement for Norton 360 , Norton Antivirus and Norton Internet Security.
John Randall

Superhero.js - 1 views

  •  
    "We come across a lot of great articles on creating, testing and maintaining large JavaScript applications. This page is a continuously updated list of articles that help explain the syntax of JavaScript, how to organize your projects, how to test your code, and what's on the horizon. Have fun! "
John Randall

Inheritance and the prototype chain - JavaScript | MDN - 1 views

  •  
    "["
John Randall

A re-introduction to JavaScript (JS tutorial) - JavaScript | MDN - 0 views

  • The second argument to apply() is the array to use as arguments; the first will be discussed later on. This emphasizes the fact that functions are objects too.
John Randall

AngularJS vs. Backbone.js vs. Ember.js - 0 views

  •  
    "While it is true that many of the functions not provided by Backbone itself could be filled by third-party plugins, this also means that there are many choices to be made when creating an application, as many functions have several alternative plugins. For example, nested models can be provided by Backbone.DocumentModel, BackBone.NestedTypes, Backbone.Schema, Backbone-Nested, backbone-nestify, just to name a few. Deciding which one is the best for your project requires research, which in turn takes time - and one of the main purposes of framework is to save you time. "
John Randall

Code Conventions for the JavaScript Programming Language - 1 views

  •  
    "Code Conventions for the JavaScript Programming Language"
John Randall

XSS game - 0 views

  •  
    Cross-site scripting (XSS) bugs are one of the most common and dangerous types of vulnerabilities in Web applications. They can allow your enemies to steal or modify user data in your apps. In this game, you will learn to find and exploit XSS bugs. You can then use this knowledge to prevent such bugs from happening in your applications.
John Randall

Download Javascripts: AJAX, Javascript, Dhtml, Widgets, jQuery etc. largest resource of... - 0 views

  •  
    "Fireup Your Web Development Projects With Power Of Javascript"
John Randall

JavaScript Promises: There and back again - HTML5 Rocks - 0 views

  •  
    "Deferreds aren't Promise/A+ compliant, which makes them subtly different and less useful, so beware. jQuery"
John Randall

Understanding JavaScript Prototypes. | JavaScript, JavaScript... - 0 views

  •  
    "But if I replace the prototype property with a new object, a.__proto__ still references the original object. "
John Randall

Understanding Scope and Context in JavaScript | Ryan Morr - 0 views

  • Every function invocation has both a scope and a context associated with it. Fundamentally, scope is function-based while context is object-based. In other words, scope pertains to the variable access of a function when it is invoked and is unique to each invocation. Context is always the value of the this keyword which is a reference to the object that “owns” the currently executing code.
1 - 20 of 27 Next ›
Showing 20 items per page