Blog

Sharing local files

When starting a new project, I’ll usually set up a domain on my localhost, something like “new-project-local.” However, it presents a problem when trying to show your work to clients. Either you publish to a live website, or you can use this cool tool with a funky name NGROK. Just drop the NGROK file in Read More…

Putting Your CSS Framework On A Diet

I’ve worked on a couple of projects now that use Bootstrap. I like Bootstrap for prototyping; it’s quick and easy. However, I don’t care for the weight, especially in public-facing projects. Analyzing one Bootstrap project that I’m putting on a diet has a final stylesheet of 150k and over 3,000 unused classes (ouch). Mobile users Read More…