JavaScript

Code Sample: JavaScript ES6 – Scrape OneTab Links (2018)

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 […]

Code Sample: JavaScript ES6 – Scrape OneTab Links (2018) Read More »

Project: Exporting your Google Plus page followers to CSV with JavaScript ES6

This is a side project I did based on a a question I was asked to answer on Quora. In this project, we look at possible ways to export, extract, or grab information about users from our Google+ followers page. We ultimately use JavaScript in a browser console to scape user information using ECMAScript 6

Project: Exporting your Google Plus page followers to CSV with JavaScript ES6 Read More »

Screenshot of my jQuery Fancy Paragraphs code in JSFiddle 2013

Fancy HTML Paragraph Styling with jQuery

I wrote this jQuery fiddle 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

Fancy HTML Paragraph Styling with jQuery Read More »