Employment

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos

These notes are continued from this post. How to Retrieve Data from a MySQL database with PHP (with mysqli) Best practice: Always free result and connection when done. db_connect_guide.php // Credentials $dbhost = ‘localhost’; $dbuser = ‘webuser’; $dbpass = ‘secret’; $ dbname = ‘globe_bank’; // 1. Create DB Connection $conn = mysqli_connect( $dbhost, $dbuser, $dbpass, […]

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos Read More »

NOTES: 2021-04-26 | Thoughts on PHP and Life

I have all these PHP snippets on my desk of things I learned taking Linkedin Learning PHP courses. I took a 4-hr long coding test for a remote PHP/LAMP Developer job with the Huntsville, AL branch of NASA. I was excited for the opportunity, but learning I was lacking on all kinds of modern programming techniques,

NOTES: 2021-04-26 | Thoughts on PHP and Life Read More »

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 »

Eric’s Professional Graphic Designs: Dothan Eagle – 2019 – Print, Web & Digital

Year: 2019 Description: These are the print ads and web/digital advertisements I built while working at Dothan Eagle (newspaper) in 2019. [Best_Wordpress_Gallery id=”24″ gal_title=”EHD Dothan Eagle”] Date Published: 2020-03-31 Date Updated: 2022-09-06

Eric’s Professional Graphic Designs: Dothan Eagle – 2019 – Print, Web & Digital Read More »

Eric's Dothan Eagle first ad: Matthews Dale Florist (2019-08-25)

First Advert Design as Graphic Artist for the Dothan Eagle

It’s official: I’m a professional GRAPHIC DESIGNER! My first newspaper advertisement I designed as the news Graphic Artist at the Dothan Eagle, in Dothan, Alabama was published on Friday, August 23, 2019. Here is a screenshot I took from the E-Edition: Date Published: 2019-08-25 Date Updated: 2022-09-06

First Advert Design as Graphic Artist for the Dothan Eagle Read More »