Presentation - http://bit.ly/1d8aXXq
- Web server to run demos
- Ruby/Pow for Offline-hackery
Demo provides an example of cross iframe communication and dynamic resizing of the iframe.
quick start
cd post-message
./bin/server.sh
Demo provides an example of using MessageChannel to connect multiple iframes together
quick start
cd message-channel
./bin/server.sh
Sample code for sandboxing iframe content using srcdoc
quick start
cd iframe-sandbox
./bin/server.sh
Demo provides example code around caching data offline and manipulating the applicaiton cache using an iframe
quick start
- Install Pow (https://github.com/37signals/pow)
- Ruby installed with bundler
cd offline-hackery
- ```bundle install``
./bin/link_to_pow
- visit http://pacman.ofh.dev