Skip to content

Instantly share code, notes, and snippets.

@grantnorwood
Forked from robtarr/blurTheLines.md
Created March 9, 2014 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantnorwood/9455361 to your computer and use it in GitHub Desktop.
Save grantnorwood/9455361 to your computer and use it in GitHub Desktop.

#Blur The Lines Links from our SXSW Presentation

###Challenges http://codepen.io/mutewinter/ ####Animations Challenge: http://codepen.io/mutewinter/pen/fKcyr

Answer: http://codepen.io/mutewinter/pen/pcraL ####Image Upload Challenge: http://codepen.io/mutewinter/pen/EGcvr

Answer: http://codepen.io/mutewinter/pen/hqKAJ ####Fastclick Challenge: http://codepen.io/mutewinter/pen/izIjD

Answer: http://codepen.io/mutewinter/pen/vhrjI ####Input Types Challenge: http://codepen.io/mutewinter/pen/KvEjz

Answer: http://codepen.io/mutewinter/pen/dzoKq ####Geolocation Challenge: http://codepen.io/mutewinter/pen/BnJce

Answer: http://codepen.io/mutewinter/pen/sygBG ####Accelerometer Challenge: http://codepen.io/mutewinter/pen/edbrm

Answer: http://codepen.io/mutewinter/pen/Iwkvm

###Articles http://mir.aculo.us/2013/09/16/how-to-create-a-web-app-that-looks-like-a-ios7-native-app-part-1/

###Animations http://matthewlein.com/ceaser/ http://easings.net http://ricostacruz.com/jquery.transit/ http://css-tricks.com/myth-busting-css-animations-vs-javascript/ http://www.greensock.com/ http://famo.us/ http://jeremyckahn.github.io/stylie/

###Typography Simbul/baker#1174 http://codepen.io/robtarr/pen/fsvIa

###Touch Icons https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html https://developers.google.com/chrome/mobile/docs/installtohomescreen http://msdn.microsoft.com/en-us/library/windows/apps/hh781198.aspx

###Docs https://developer.apple.com/library/mac/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

###Linking to native apps https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899

###Mobile Keyboards http://bradfrostweb.com/blog/mobile/better-numerical-inputs-for-mobile-forms/

###JavaScript http://arstechnica.com/apple/2011/06/ios-5-brings-nitro-speed-to-home-screen-web-apps/

###Offline Access http://alistapart.com/article/application-cache-is-a-douchebag http://blog.jamesdbloom.com/ProblemsWithApplicationCache.html https://developer.mozilla.org/en-US/docs/Social_API/Service_worker_API_reference https://github.com/slightlyoff/ServiceWorker

###JS Libraries https://github.com/ftlabs/fastclick http://eightmedia.github.io/hammer.js/ https://github.com/alexgibson/shake.js/

###Third party APIs ####Database https://www.firebase.com/ http://parse.io/ https://www.dropbox.com/developers/datastore

####Payments http://stripe.com https://recurly.com/ http://squareup.com https://gumroad.com/

####File Storage http://inkfilepicker.com/ https://www.dropbox.com/developers

####Email http://mandrill.com/ http://sendgrid.com/ https://postmarkapp.com/ http://www.mailgun.com/

####No Server http://zapier.com https://parse.com/docs/cloud_code_guide http://userapp.io

###Frameworks http://emberjs.com http://angularjs.org http://facebook.github.io/react/ http://backbonejs.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment