Skip to content

Instantly share code, notes, and snippets.

@max-mapper
Created December 6, 2012 20:50
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max-mapper/4228210 to your computer and use it in GitHub Desktop.
Save max-mapper/4228210 to your computer and use it in GitHub Desktop.
hybrid app article topics
  • 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
  • real-time on the mobile web
  • when to use phonegap native plugins
  • using open source maps in html5 apps
  • custom designed html5 checkboxes and other form elements
  • consuming json APIs with a simple http client in javascript
  • efficiently syncing mobile data with JSON
  • minifying css and js for production with node and makefiles
  • event based programming for modular html5 apps
  • how to add real-time comments to your mobile app
  • how to add twitter and facebook oauth to your mobile web app
  • submitting html5 forms as json
  • hybrid app date pickers: should you go native or html5?
  • html5 geolocation in mobile and hybrid apps
  • binding data to UI in a modular way (without frameworks)
@brianleroux
Copy link

@maxogden is this is a talk? cuz I wanna see it =)

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