Skip to main content

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

Rss Feed Group items tagged

John Randall

Code Conventions for the JavaScript Programming Language - 1 views

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

Part 1: Backbone.js Deconstructed - Tech.pro - 0 views

  •  
    "an application. We have lots of opinions about how it does or does not fit into the Model/View/Whatever world. We have more than enough "to-do" demo applications, which can bring a layer of value when learning about application design. However, what I think is lacking are details about Backbone itself and what the actual code is doing. The documentation offers some degree of this as well as the annotated source, but I think more information is needed. Or, at the very least, a different voice documenting Backbone's function and parts. In Part 1 and Part 2 of Backbone.js Deconstructed, we are going to examine the function of the Backbone Library at the code level. Specifically, in Part 1 we w"
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.
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

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

Hello Backbone.js Tutorial - 1 views

  •  
    "Backbone.js offers a lean MVC framework for organizing your Javascript application. It leads to more maintainable code by untangling the "spaghetti" of callbacks tied to different parts of the DOM and the backend server that often arises in rich client-side applications. "
John Randall

The Principles Of Cross-Browser CSS Coding | Smashing Magazine - 1 views

  •  
    "Block elements will, by default, begin at the leftmost edge of the parent box, below any previous block elements (unless floats or positioned elements are utilized; see below) "
John Randall

Opening up the group - 2 views

Alright folks. I'm going to invite a few other web developers, and possibly re-name this group. Feel free to do the same.

artem_murga

Collaborative coding tool - 0 views

shared by artem_murga on 14 May 14 - No Cached
artem_murga liked it
  •  
    Thanks to John Randall
John Randall

Codewars - 1 views

John Randall

SassMeister | The Sass Playground! - 1 views

  •  
    ""
John Randall

planetruby/awesome-rubies - 1 views

John Randall

teach yourself to code - 3 views

  •  
    Nice. I would also add good catalog for Ruby: http://iwanttolearnruby.com/
1 - 20 of 29 Next ›
Showing 20 items per page