Skip to content

danshultz/iframes-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iframe sample codes

Presentation - http://bit.ly/1d8aXXq

Pre-reqs

  • Web server to run demos
  • Ruby/Pow for Offline-hackery

post-message

Demo provides an example of cross iframe communication and dynamic resizing of the iframe.

quick start

  • cd post-message
  • ./bin/server.sh

message-channel

Demo provides an example of using MessageChannel to connect multiple iframes together

quick start

  • cd message-channel
  • ./bin/server.sh

iframe-sandbox

Sample code for sandboxing iframe content using srcdoc

quick start

  • cd iframe-sandbox
  • ./bin/server.sh

offline-hackery

Demo provides example code around caching data offline and manipulating the applicaiton cache using an iframe

quick start

About

demo code for iframes demo at codemash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published