Difference between revisions of "Talk:Courses/Design & Technique-Essential Web Design"

From Publication Station
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
* a class on video: subtitles (styled with CSS), stills, video to canvas
* a class on video: subtitles (styled with CSS), stills, video to canvas
*
*
=User interaction=
==Geolocation ==
https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation
Geolocation tutorial http://www.developerdrive.com/2012/01/using-html5-to-determine-user-location/ <code>navigator.geolocation()</code>
==Navigator==
provides information about the browser
navigator.userAgent
==camera==
https://github.com/jhuckaby/webcamjs
https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos
==Snap==
tutorials:
* http://webdesign.tutsplus.com/articles/how-to-manipulate-and-animate-svg-with-snapsvg--cms-21323
* http://svg.dabbles.info/
* http://snapsvg.io/start/


Rule based design.
Rule based design.


Limitations.
Limitations.

Latest revision as of 19:46, 6 December 2015

Andre (talk) 08:35, 17 November 2015 (CET) ideas for Q2:

  • a class on maps: OSM to svg; OSP api, gmaps API;
  • a class on video: subtitles (styled with CSS), stills, video to canvas


User interaction

Geolocation

https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation

Geolocation tutorial http://www.developerdrive.com/2012/01/using-html5-to-determine-user-location/ navigator.geolocation()


Navigator

provides information about the browser

navigator.userAgent

camera

https://github.com/jhuckaby/webcamjs

https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos


Snap

tutorials:



Rule based design.

Limitations.