Skip to content

Instantly share code, notes, and snippets.

View neoncrumpet's full-sized avatar
🏠
Working from home

Shaun D neoncrumpet

🏠
Working from home
View GitHub Profile
@neoncrumpet
neoncrumpet / abstract.md
Created January 2, 2014 22:07
Cross the streams : Gulp for the greatest good you will ever need [Talk proposal]

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.

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
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 {
@neoncrumpet
neoncrumpet / a11y.md
Created July 4, 2013 09:03
Speaking proposal for "Giving a s**t about accessibility" Please feel free to comment on what might make this proposal more appealing for conferences / meetup groups.

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.
Quick Tips
@neoncrumpet
neoncrumpet / frontend-tools.md
Last active December 17, 2015 16:09
FrontEnd Tools - forked form https://github.com/codylindley/frontend-tools, just because I like to use Gists for these things.

#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