##Articles
http://chadfowler.com/blog/2013/06/23/immutable-deployments/
##Presentations
2013 was certainly the year of Grunt. 2014 is the year of Gulp.
A flume of knowledge about getting up and running with Gulp and why you might want to use it funnelled into a 30 minute talk and poured into you ears and eyeholes. Guaranteed StarTrek references, Animated GIFs and love for all things Node.
Put.io - https://put.io/v2/docs/index.html
Podio - https://developers.podio.com/
Fitbit - http://dev.fitbit.com/
Coinbase - https://coinbase.com/docs/api/overview
Tropo - https://www.tropo.com/
keycode 8 = BackSpace BackSpace | |
keycode 9 = Tab Tab | |
keycode 12 = Clear | |
keycode 13 = Enter | |
keycode 16 = Shift_L | |
keycode 17 = Control_L | |
keycode 18 = Alt_L | |
keycode 19 = Pause | |
keycode 20 = Caps_Lock | |
keycode 27 = Escape Escape |
#JS
SheetJS http://oss.sheetjs.com/
GenomeJS http://genomejs.com/
iOS 6 & 7 | |
57x57 | |
72x72 | |
76x76 | |
114x114 | |
120x120 | |
144x144 | |
152x152 |
/* /!\ You need to add vendor prefixes in order to render the CSS properly (or simply use http://leaverou.github.io/prefixfree/) /!\ */ #tridiv { | |
perspective: 800px; | |
position: absolute; | |
overflow: hidden; | |
width: 100%; | |
height: 100%; | |
background: #ffffff; | |
font-size: 225%; | |
} | |
.scene, .shape, .face, .face-wrapper, .cr { |
All too often I hear designers and developers talk about accessibility like its hard to do, or an optional feature. I'd like to talk about why accessibility is important and why it should be a default part of our thinking and workflow.
I use to not really think about accessibility and then I was asked to make a website more accessible for screen readers and other assistive technology. I spent a week reading everything I could about A11Y, people who use it and I was blown away. Since then I have been on a quest to turn designers and developers onto some of the basics of accessibility and how code structure, colours and animations on the web matter.
layout | title | description | categories | |
---|---|---|---|---|
post |
Quick Tip: Check mobile accessibility
|
Remember to check accessibility on mobile web pages. |
|
#Landscaping With Frontend Development Tools
An opinionated list of tools for frontend (i.e. html, js, css) desktop/laptop (i.e. does not include tablet or phone yet) web development
##Coding Tools
######Workflow/Builds/Assemblers