Going With the Workflow
Using the tools already in place.
2023-11-06T13:23-08:00
As a designer, I’m often tempted to tear down the old and create something brand new. But while starting fresh has its benefits, it’s not always the right choice. (read more)
JavaScript's Different Size Properties for DOM Elements
Learn about the dimensional data attached to each JavaScript-selected element.
2023-06-29T14:50-07:00
I wrote the following code that changes an element's CSS properties based on the user's scroll position. Normally the element is fixed to the bottom of the screen, but I didn't want it to overlap... (read more)
Rotate a 2-sided Object to Show Both Sides with CSS
Build this cool visual effect with multiple animations.
2023-06-23T13:51-07:00
I recently worked on a project that involved flipping a coin. It had to spin rapidly on the screen while showing each distinct side. (read more)