Monthly Archives: June 2014

A Beginner’s Guide to Open Textbooks

I have published a page on open textbooks (which is not to say “open books”); it is available in the blog sidebar and here.

My page is neither the best nor the worst such page you will see, but I do believe it is among the more convenient, dealing briefly with the what/where/why of open textbooks, including:

  • What is an “open textbook”?
  • Where to find open textbooks
  • Problems with open textbooks
  • Tools for remixing and re-authoring open textbooks
  • Resources for learning more about open textbooks
Old pros will not find much new here, while neophytes should find a sufficiently friendly and concise introduction. Indeed, the page was written as an aid to a professional acquaintance and I am sharing in the hopes that it may be more generally useful.
Comments and critiques are certainly welcome.

Achievement Unlocked: HTML and CSS

Today, at long last, I have completed Saylor Academy’s PRDV251: HTML and CSS for Beginners course (CC BY 3.0 wrapper, comprising both open and closed resources).

Whew!

The course requires some light hacking; in particular, figuring out how to use a text editor and browser to create a cohesive website from local files is largely up to the student, but there is no shortage of help available from the Web. In any case, I regard this friction as a good thing, driving learning and retention.

Rather than take notes in an outline format for this course, which is my wont, I decided to create a website that would serve as both sandbox and documentation for what I learned. The result, written in a series of lightweight text editors and published via Google Drive is this:

PRDV251: HTML and CSS for Beginners | Demonstration Site

Demonstration Site: PRDV251: HTML and CSS for Beginners
Overall, the course is very good and recommended not least for its introduction of other useful resources. Finally, a confession: the code is messy and not really all good HTML5; one develops best practices along the way and earlier work is inferior to the later stuff. So it goes. Some things got fixed, some things got commented out, and some things are there to stay as a permanent reminder of what not to do in the future.