Links for January, 10, 2018
Aaron Parecki: Lots of different IndieWeb projects listed – he’s busy!
Amber Case: Leader in the area of “calm technology” – again, lots of interesting activities.
Using app from Jon Udell to annotate web audio
His app is at http://jonudell.net/av/audio.html. I then needed to find a URL to a MP3 file, which took a little bit of searching, since a lot of podcast play pages are not a direct link. Finally, I settled on an extended cut episode of Side Hustle School. I hovered over the “Listen Here” link for episode 12 and saw that it was a link to a MP3 file. I copied the link address and pasted it into the url text box in the Jon Udell app. Next, I entered a start time and stop time for the clip (from 1:00 to 2:00) in the selection boxes on the app page, then clicked the button “Play clip”. The app then started at 1 minute in and played for 1 minute – excellent! Finally, I clicked on the link at the bottom where it says “link to av editor with these settings” to get a URL for my clip. Now you can listen to it as well!
Thanks Jon!
How to get started (in programming)
Links for January 7, 2018
Links for January 6, 2017
How to help on a open source project
Links for January 4, 2017
Embedded.com: How I write software
Embedded.com: How I write software – reader feedback
Embedded.com: How I test software
Embedded.com: How I test software again and again
Bonus: How Jack worked on Apollo guidance problems
Links for January 3, 2017
Project Oberon – Website linking to Oberon book PDFs and other artifacts
Niklaus Wirth – Home page
Links for January 2, 2018
Writing files:
Eli Grey: Article describing his library FileSave.js
Demo 1: FileSaver.js demo of saving text from a HTML text area
Demo 2: FileSaver.js demo of saving a string in a blob
Github: Source for FileSaver.js
Reading the contents of files:
Treehouse: Several examples of opening files and displaying the contents in a web page
HTML5 Rocks: Multiple examples of opening files
NCZOnline: Code-only examples, no live demos