case studies

Featured image for EricHepperle.com Developer Journal post - Researching Web Design Portfolios & Case Studies. (Collage by: Eric Hepperle, 2018)

Design Journal: Researching Web Design Portfolios and Case Studies

Developer Journal: Researching Web Design Portfolios & Case Studies (Collage by: Eric Hepperle Designs, 2018 | Credit: “Notebook Flat Icon Vector.svg” by Videoplasty.com; “pexels-photo-943096” by Danny Meneses)I’ve recently discovered the need for a decent web developer portfolio. Now, I’ve been aware of web developer portfolios for a while and I’ve seen some good ones. But, […]

Design Journal: Researching Web Design Portfolios and Case Studies Read More »

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today

ORIGINAL PROBLEM I spent hours tonight struggling with this Google Apps script I wrote to serve as custom functions or advanced macros. I adapted it from this StackOverflow post. The main issue I ran into was comparing dates. Here is my research path, and hopefully, some indicator as to why it took so long: STEPS

Google Docs spreadsheet script: compare dates, highlight past dates, highlight weekends, and highlight today Read More »

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns)

Greetings folks. Tonight I’m studying on how to create a PHP Object-Oriented MySQL database connection class.  This will be reusable and able to be implemented in any database driven web application built with PHP & MySQL.  It uses the ActiveRecord and Singleton design patterns. I’m currently following this YouTube tutorial: Using OOP PHP to select,

Building A PHP Database Connection Class From Scratch (using Singleton & ActiveRecord patterns) Read More »

Lynda.com PHP MySQL WAMP Project: Widget Corp – Progress Update – 2012.02.07

Hello folks.  I’ve been doing a Lynda.com tutorial called PHP With MySQL Essential Training.  I’ve actually been doing aboutg 2-8 hours per week of the multiple, sequential lessons that are involved in this excellent hands-on tutorial for about a month now. At this point, I have completed all the basic PHP and MySQL material, and

Lynda.com PHP MySQL WAMP Project: Widget Corp – Progress Update – 2012.02.07 Read More »