Skip to main content

Posts

brainstorm

HTML 5 elements embed object canvas nav section Fonts CSS @font-face and font-family — CSS @font-face Rule CSS Web Fonts CSS font-family Property HTML canvas font Property CSS font-kerning Property CSS font-size-adjust Property Websafe Downloadable GOOG cloudflare w3schools Icon & Symbol Fonts (Font Awesome) Using Emojis in HTML character sets HTML Encoding (character sets) Javascript & JSON How do I convert HTML code to escaped, HTML-safe text in Javascript ? Can I store & load JSON data to & from local storage or web storage? CSS topics :before and :after selectors variables functions eval() url() SVG What ...

w3 PlayCSS Review

W3 PlayCSS Review by sumkittehz.codes , 2023-04-17 W3 Schools has put up a new widget called PlayCSS – it is an interactive demonstration of enumerated-type values defined for CSS properties. We would provide a link to this widget page, but we do not find one, despite some searching. This is the first of the aspects of this ware that makes it seem somewhat unfinished. Many CSS properties are included in the list of those that can be demonstrated, but not all, and the TryIt ™ examples are missing for many of the enumerated values shown in the demonstration. The tool seems mostly unfinished. There is no externally-linkable landing page, and if one removes the query portion of the URLs that display the site manually – by backspacing them out, for instance – the page returns 404 or (worse) it shows the widget form, but it is not populated by any property names. Additionally, there ...

SVG Elements in HTML

SVG OMG SVGator w3 SVG Text I love SVG Several lines: First line. Second line. Sorry, your browser does not support inline SVG. SVG with an <a> element and <text> element (from w3 TryIt ™ SVG Text 5 : I love SVG! Sorry, your browser does not support inline SVG. <svg height="30" width="200" xmlns:xlink="http://www.w3.org/1999/xlink"> <a xlink:href="https://www.w3schools.com/graphics/" target="_blank"> <text x="0" y="15" fill="red">I love SVG!</text> </a> Sorry, your browser does not support inline SVG. </svg>

Reference Links

Reference Links This is a partial list of tabs I have had open on my desktop for some time and think I will need to refer to again at some point in the future. Most of these go to W3 SChools examples or reference materials. These are examples we have been using or intend to use. Sreen capture image. jsRef | Window location.assign() Javascript API | Web Storage API Javascipt AJAX jsRef | Window sessionStorage HTML <template> Tag TryIt ™ HTML5 template Element Mozilla Developer Network HTMLTemplateElement: content property HTML Audio/Video DOM Reference jsRef Style flex Property TryIt ™ jsref style border TryIt ™ jsref style flex HTML 5 Drag and Drop API HTML <object> Tag TryIt ™ H...

Emacs Meta-X stuff

GNU ELPA tramp package — this is the module that enables Emacs to open remote files via ssh:/ and sftp:/ protocol namning conventions - editting a remote file in this way allows the user to open the remote file, edit it live and in-place, then save the changes back to the remote host.