Coding
December 18, 2020
Rewriting Pages As Directories With HTACCESS
I wanted to make a PHP page appear as a directory, rather than a page. Turns out, it's a lot easier than I thought it was.
—I like to ramble about random topics
Coding
December 18, 2020
I wanted to make a PHP page appear as a directory, rather than a page. Turns out, it's a lot easier than I thought it was.
Coding
July 19, 2020
I finally launched my webp web app! Holy crap, it took way to long. To honor my journey, this article is about how I procrastinated for multiple years.
Coding
July 10, 2020
The lighten and darken functions in SASS have been super helpful to me recently. I wanted to talk about them and the positives and negatives.
Coding
February 5, 2020
Caching an API request with PHP is...actually super simple. Not only is it simple, but it's also a great way to boost performance.
Coding
January 30, 2020
Coding email templates can make you pull your hair out. What's worse? Trying to make a rounded button link work in Microsoft Outlook.
Coding
August 27, 2019
Iframes can be an expensive resource, especially for videos. Lazy loading iframes isn't as easy as it should be, but maybe the srcdoc attirbute can help.
Coding
August 20, 2019
I'm a noob at command line git. So, here is how to initialize a local repo, add a remote repo, and push to that repo, all in command line.
Coding
July 1, 2019
Variables in CSS just sounds weird, but it's a thing. CSS custom properties are here and well supported. Let's go through how to use them.
Coding
May 29, 2019
Finding out if an element is within the viewport has always been a pain in the butt. Luckily, there's a handy new API called Intersection Observer.
Coding
April 24, 2019
Outlook...yuck. I know, but today I want to talk about a peculiar issue involving text wrapping around an aligned image (nested in a table).
Coding
March 21, 2019
I was working on a project when I noticed the CSS transitions were firing on page load...which was not supposed to happen. So...what the heck?
Coding
March 13, 2019
Detecting a slow network should be simple, right? Or...at least it sounds simple. Reality is cruel though, because it's really a pain in the ass.