http://edgeATX.github.io/slides
— Brian Moeskau (@bmoeskau)
— Joe McCullough (@joe_query)
Thanks to our sponsor:
Next-generation customer service software
Thanks to our sponsor:
Includes most of our slide decks from the past 2 years:
Last version check — July 2014 (last month):
36 | 31 | 22 | 7 | 11 |
As of August 26, 2014:
36 37 |
31 | 22 23 |
7 | 11 |
http://www.w3.org/2014/07/mobile-web-app-state/
Summarizes the various technologies developed in W3C that increase the capabilities of Web applications, and how they apply more specifically to the mobile context.
Summary of specs by technology category:
http://www.w3.org/2014/07/mobile-web-app-state/
Summary of specs by W3C status:
Emerging work | First Public Working Draft | Last Call for Feedback | Candidate Recommendation |
|
|
|
|
The latest information on how to use the technology that runs the web — HTML, CSS, JavaScript and more.
A crowdsourced, work-in-progress (early) resource for documenting web standards
Currently pushing for JavaScript-focused contributions
http://www.futureinsights.com/home/the-state-of-the-componentised-web.html
Excellent overview of web components
Current W3C status update
Custom component example implemented in several frameworks to compare syntax
http://developer.telerik.com/featured/web-components-ready-production/
Focused on custom elements portion of Web Components
Real-world implementation of a clock face component with example code
Discussion of practical application, polyfills, potential issues
Swift is a new object-oriented programming language for iOS and OS X development. Swift is modern, powerful, and easy to use.
Introduced at WWDC in June, still in development
JS-like syntax, compiled, modern features, compatible with Objective-C
http://realm.io/news/swift-for-javascript-developers/
Great overview of Swift for JS developers (screencast + code examples)
// JavaScript
function Car(model){
this.model = model;
}
Car.prototype.drive = function() {
return 'Driving my ' + this.model;
}
// Swift
class Car {
var model = ""
func drive() -> String {
return "Driving my " + model
}
}
https://github.com/facebook/flux
An application architecture for React utilizing a unidirectional data flow
New Backbone-inspired, modular JS framework
"Tiny modules" philosophy (a la Node), minimal DOM manipulation
Mobile-optimized, offline-first
http://a2labs.github.io/barekit/
A Bare Minimum Responsive Framework
List of free JavaScript/Node (and related) books
/
#