Icons come up in every project these days. Here’s a generic solution to the foundation that I use to manage icons in all my projects.
A (limited) CSS-only approach for styling placeholders, along with a way to work around the limitations with a custom JS-based solution.
It takes a lot to bring an idea to life on the web, even for the simplest of sites. Follow this guide for a detailed look at moving from concept to a website deployed to your domain.
Learn how to take a handful of static HTML files and convert them into templated files that will help you minimize errors and work more efficiently.
A brief introduction to the DOM with a quick example on manipulating it, and a link to digging in deeper.
When you don't want to perform an action until the browser has downloaded all appropriate images.
A simple way to give the appearance of a full-screen looping slideshow with crossfading animation.
When you have access to the code inside an iFrame, you can manipulate its DOM that can lead to style changes.
When you can communicate with the code inside an iFrame, you can make any change you want to the code within that iFrame.