Tip: Embedding NS Basic Apps in web pages

You might be wondering how I managed to embed an NS Basic app in the following post about jQuery Mobile.

Easy – here is the HTML:

<iframe src="http://www.nsbasic.com/KitchenSink" width=320 height=480>
</iframe>

You can now run the app as normal. Great way to do demos!