CSS Generators & Mixers

HTML Color Picker is a great way to find your color pallette https://www.w3schools.com/colors/colors_picker.asp Here is a link to an awesome CSS gradient generator by CSS Generator https://cssgradient.io/ Here's another CSS gradient generator by Colorzilla http://www.colorzilla.com/gradient-editor Here is a link to an awesome…

CASE STUDY: Logo Redesign

The logo of Nott & Associates, originally drawn by an architect Tom Nott, had significantly degraded due to multiple attempts of vectorization resulting in jagged lines, circles had become ovals, and an extreme over use of vector nodes. Introduction: In the dynamic…

Photoshop: Masking Hair

Clients and friends alike regularly ask me to help them superimpose the image of a person onto another background.   The first problem is hair and the opacity between the hairs. Adobe Photoshop offers a tool called the “magic wand”. While this…

WordPress Essentials

Reset Admin Password Through FTP 1. Log in to your site through FTP and open functions.php. 2. Add this code at the beginning, after the first <?php: wp_set_password( 'password', 1 ); 3. Enter a new password for the main admin user. "1"…