Skip to main content

Home/ Groups/ Web Development Resources (originated at GA WDI)
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

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. "
andrewgwallace

Programming puzzles and challenges - Programmers Stack Exchange - 0 views

  •  
    A collection of online resources with programming puzzles and challenges.
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.
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
artem_murga

GoodUI rules - 2 views

shared by artem_murga on 14 May 14 - No Cached
artem_murga

Ruby on Rails Screencasts - RailsCasts - 0 views

  •  
    Rails Casts cover a lot of topics in Rails. Very popular in Rails community.
artem_murga

ProgrammableWeb - APIs, Mashups and the Web as Platform - 1 views

shared by artem_murga on 15 May 14 - Cached
  •  
    A lot of information on API (including lists and analytics)
« First ‹ Previous 61 - 80 Next › Last »
Showing 20 items per page