- touch events to make web apps feel fast
- default mobile css overrides (-webkit-touch-callout: none; etc)
- using zepto to make mobile web apps
- client side templating and routing for quick loading apps
- supporting retina devices with sprites
- css3 flexible box model and column layouts for responsive web apps
- using phonegap to deploy web apps as native
- web first development workflow (chrome dev tools, safari debugging)
- how to submit a web app to the app store + google play
- cross platform mobile code via feature detection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |