a small contribution
My response to Data-Sitters Club 12 [1] has been included in the “Dear Reader: More Coding Stories” appendix. Thanks to Quinn Dombrowski for taking the trouble to include additional voices! #12 is about learning to code, pondering which tools to use, and finding connections to known things. 1. Bowers, Katherine, Quinn Dombrowski, and Roopika Risam. […]
a little light javascript
If you ever need to convert HTML+CSS (such as that created by WordPerfect or Word export) to generic TEI, you can write a JavaScript function that e.g. gathers up all the <span>s and iterates through them one at a time in an array, and then you do something like this to them. (What’s an array? […]