General

What Is Material Design?

Attempting to define Material Design presents a unique challenge for most people, myself included. The Material Design language has been with us for the better part of four years with…

Continue reading
0 Comments

Github Has Changed Its DNS Structure

Github's senior infrastructure engineer Joe Williams blogged about the version-control repository's move to a new architecture that includes increases support working at Github scale, from the regular simple DNS structure…

Continue reading
0 Comments

Gallery Widget

Data Driven Economics

You might be forgiven to think tech companies like Google are exclusively engaged in the products they produce, be it software or hardware. Their bottom line would suggest otherwise. Google,…

Continue reading
0 Comments

How To Add A User on Ubuntu

If you are looking to create a new ordinary user account but immediately grant them administrator privileges on their account, please follow the following steps. Open your terminal with: Ctrl+Alt+T…

Continue reading
0 Comments

Make select required HTML5

You can make a select field required with the following: <select class="form-control" id="basicQuoteSelectPackage" name="basicQuoteSelectPackage" required> <option value="">Select package</option> <option value="Basic: logo design">Basic</option> <option value="Standard: branding pack">Standard</option> <option value="Pro: logo &amp;…

Continue reading
0 Comments