From bceaa2ac17d201fe4a65161a1a61d954e3f14630 Mon Sep 17 00:00:00 2001 From: ajfisher Date: Sat, 29 Jun 2024 11:46:40 +1000 Subject: [PATCH] fix: tweaks for iframe https linking --- .../posts/2014-05-04-device-api-safari.md | 48 ++++++++++++------- .../posts/2015-08-08-ddd-jsiot-workshop.md | 3 +- 2 files changed, 34 insertions(+), 17 deletions(-) diff --git a/site/src/content/posts/2014-05-04-device-api-safari.md b/site/src/content/posts/2014-05-04-device-api-safari.md index ed54633..196e1ab 100644 --- a/site/src/content/posts/2014-05-04-device-api-safari.md +++ b/site/src/content/posts/2014-05-04-device-api-safari.md @@ -35,13 +35,15 @@ and explored numerous facets of the Device API, including: The presentation is embedded below: -

+

[A Device API Safari - WDC 2014](//www.slideshare.net/andrewjfisher/a-device-api-safari-web-directions-code-2014) The main aim of this talk was to have a large number of demos in the 20 minute presentation in order to show case what was possible. All the code for these -demos is [available in the repo.](http://github.com/ajfisher/wdc) +demos is [available in the repo.](https://github.com/ajfisher/wdc) The demos are embedded below if you'd like to play with them in more detail noting that support can be a bit hit and miss. Firefox is pretty much guaranteed. @@ -50,19 +52,24 @@ that support can be a bit hit and miss. Firefox is pretty much guaranteed. Support: all mobile devices with a proximity sensor -

+

-[Proximity detection](http://wdc14.ajf.io/examples/proximity/) +[Proximity detection](https://wdc14.ajf.io/examples/proximity/) -

+

## Battery Support: All modern browsers except IE (any) -

+

-[Battery level](http://wdc14.ajf.io/examples/battery/demo.html) +[Battery level](https://wdc14.ajf.io/examples/battery/demo.html) ## Vibration @@ -70,15 +77,19 @@ Support: Most devices that have vibration motor in them Application in HTML games: -

+

-[Racer](http://wdc14.ajf.io/examples/racing_car/) +[Racer](https://wdc14.ajf.io/examples/racing_car/) Application in form error reporting: -

+

-[Vibration form](http://wdc14.ajf.io/examples/vibrate/form.html) +[Vibration form](https://wdc14.ajf.io/examples/vibrate/form.html) ## Ambient light @@ -86,15 +97,20 @@ Support: Firefox on desktop and most mobile devices Application in contrast modification: -

+

-[Ambient light for contrast modification](http://wdc14.ajf.io/examples/ambient/contrast.html) +[Ambient light for contrast modification](https://wdc14.ajf.io/examples/ambient/contrast.html) Application in silliness: -

+

-

+

-[Ghosts appearing over video stream](http://wdc14.ajf.io/examples/ambient/ghosts.html) +[Ghosts appearing over video stream](https://wdc14.ajf.io/examples/ambient/ghosts.html) diff --git a/site/src/content/posts/2015-08-08-ddd-jsiot-workshop.md b/site/src/content/posts/2015-08-08-ddd-jsiot-workshop.md index f36d869..576fb3b 100644 --- a/site/src/content/posts/2015-08-08-ddd-jsiot-workshop.md +++ b/site/src/content/posts/2015-08-08-ddd-jsiot-workshop.md @@ -31,4 +31,5 @@ devices that were built were: * Ambient light visualisation * Temperature data logger -

+