Setting up a new linux web server

Setting up a new linux web server

Setting up a new server isn’t something we do often enough to recall every step in detail. This reference should help serve as a guide when it comes time to provision a brand new linux server.

Review of Webkeepers VPS Hosting

Review of Webkeepers VPS Hosting

If you need a low-cost VPS for a starter website, Webkeepers is as cheap as it gets. Know exactly what you’re getting into before signing up though.

Reducing your JavaScript load

Reducing your JavaScript load

Although it typically makes sense to pack all of your JavaScript into one file to improve page load time, there are cases where it makes more sense to house certain chunks of JS code in a separate file. Here’s a trick to help keep things organized.