Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Contents contributed and discussions participated by John Randall

Contents contributed and discussions participated by John Randall

John Randall

Give Floats the Flick in CSS Layouts - 0 views

  •  
    "With the arrival of IE8 all browsers support table-related value for the display property. This allows us to apply the layout behavior of tables, rows and cells to any HTML elements. For alignment into columns or rows, these display values are the quick and easy solution. "
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

jQuery - 0 views

shared by John Randall on 06 Aug 14 - Cached
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

Organizing your application using Modules (require.js) - Backbone.js Tutorials - 0 views

  •  
    "Require.js has a great community and it is growing rapidly. James Burke the author is married to Require.js and always responds to user feedback. He is a leading expert in script loading and a contributer to the AMD specification. "
John Randall

The Big List of JavaScript, CSS, and HTML Development Tools, Libraries, Projects, and B... - 1 views

  •  
    "Want to minimize browser inconsistencies? Then use a CSS reset stylesheet to specify baseline CSS styles that make browser presentation defaults more consistent. "
John Randall

WDEYE - 1 views

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"
« First ‹ Previous 81 - 100 of 162 Next › Last »
Showing 20 items per page