first class second class third class fourth class fifth class sixth class seventh class eighth class ninth class tenth class eleventh class twelfth class h2 URL: Uniform Resource Locator * Percent Encoding - ASCII encodeURIComponent() spaces = %20 or + https://www.w3schools.com/tags/ref_urlencode.ASP * see arguments: https://publish.uwo.ca/~jmorey2/launcher/launcher.html https://jimmorey.com/cv.html?print=true
h2 XML: Extensible Markup Language * https://en.wikipedia.org/wiki/XML for encoding documents (for human and machine) https://www.w3schools.com/xml/cd_catalog.xml
h2 Unicode: Unique, Universal, and Uniform character enCoding * https://en.wikipedia.org/wiki/Unicode standardized character set https://jimmorey.com/js/animalTeam.html https://unicode-table.com/ h2 SVG: Scalable Vector Graphics * a great intro (added later) https://www.youtube.com/watch?v=emFMHH2Bfvo * https://en.wikipedia.org/wiki/Scalable_Vector_Graphics * https://jimmorey.com/pithywiki/doku.php?id=web_development * painter's algorithm https://jimmorey.com/SVG/jimFace.svg https://jimmorey.com/SVG/microsoft.svg https://jimmorey.com/SVG/coordOnlineTest.html https://jimmorey.com/CSS/galleryInside.html {image:worksite:/tryThis.png|tryThis.png} h2 Wikis ~~Ward Cunningham, the developer of the first wiki software, WikiWikiWeb, originally described wiki as “the simplest online database that could possibly work.” “Wiki” is a Hawaiian word meaning “quick.”~~ https://en.wikipedia.org/wiki/Wiki * often a collaboratively edited internal knowledge base * follows web technologies https://en.wikipedia.org/wiki/List_of_wiki_software MediaWiki: Wikipedia (PHP) TiddlyWiki: https://en.wikipedia.org/wiki/TiddlyWiki (Javascript) DocuWiki: https://jimmorey.com/pithywiki/doku.php (PHP)
H2 sample definition * in form of Javascript. ** “markup language”:{“area”:“general”, “defn”:“a computer language that uses tags to define elements within a document. It is human-readable, using standard words rather than typical programming syntax. ”},