Here is a program I wrote in 2018. It usues vanilla JavaScript ES6 to scrape and parse links on a OneTab bookmarks page and outputs the results as HTML. While the resulting JavaScript document isn’t a web page, per se, it can be copied into an HTML document and saved. (also on GitHub) /* Program […]
Tag: JavaScript
JavaScript Tutorial: Mapping ES6 arrays with HTML5 Local Storage
This is an HTML5/JavaScript tutorial and is intended to teach users what HTML5 local storage is, why it is useful, and how to use it. Many developer and coder workflow tips are covered as well.
Demo code gist on GitHub: https://goo.gl/UGuDqq
CodeSlayer2010’s Code: jQuery Fancy Paragraph Styling (manila background, rounded-rectangle, drop-shadow, orange border)
I wrote this jQuery in about 5 minutes. It is really simple, but amazingly powerful at the same time. The purpose of this is to instantly style paragraph tags. Here are the style parameters: Background color: Manila (light beige-ish/yellow) Border color: Orange Drop-shadow: Yes Rounded-rectangle: Yes I want to make the code easily available to […]