Photoshop Tutorial: Using Hair Brushes to Paint Hair Masks
Topics: Using custom hair brushes to create a selection/mask, Refining the hair mask, Removing a color cast Exercise Preview...
1,141 expert tutorials on coding, design & data
Topics: Using custom hair brushes to create a selection/mask, Refining the hair mask, Removing a color cast Exercise Preview...
With so much consumerism in today’s era, getting your message out has never been more challenging. While lots of visual data is published...
Learn about designing for mobile websites and apps. In this free class, we’ll cover numerous resources and info. Want to learn more? Check...
If you’re not saving your vector graphics (icons, logos, etc) as SVG for use in your webpages, you should be! Instead of using pixel-based...
In order for your business to be listed, you need a Google My Business account for each of your locations. When it comes to finding a local...
This seminar will reveal some simple but effective best practices and considerations for the small business or nonprofit seeking to use...
Your website is one of the first interactions that prospective customers have with your business. In this presentation, you’ll learn the...
While you may have heard the term "motion graphics" before, if you’re like the majority of people, you’re probably still trying to define...
Sublime Text allows you to quickly sort lines alphabetically. Select the lines you want to sort and choose Edit > Sort Lines. You can also...
Sublime Text allows you to quickly join lines together. Select the lines and hit Cmd–J (Mac) or Ctrl–J (Windows). If nothing is...
Sublime Text with Emmet allows you to automatically update width and height attributes on img tags. Place the cursor inside an img tag and...
In Sublime Text, you can select lines with a keystroke. Hit Cmd–L (Mac) or Ctrl–L (Windows) to select the current line. Repeat the...
Sublime Text remembers the last 15 items you’ve copied and you can paste any one of them! Hit Cmd–Option–V (Mac) or Ctrl–K then Ctrl–V...
Sublime text allows you to quickly convert selected text to upper case or lower case. To convert to upper case: In quick succession,...
Sublime Text with Emmet allows you to quickly adjust numbers in your code. For example, you want to change 20px to 22px. Instead of...
Some text editors only allow one text cursor, but Sublime Text allows multiple. This is really useful, for example, if you want to insert...
In CSS, type tac and hit Tab to expand to text-align: center;
Comments tell the web browser to ignore a section of code. We use them to document and debug our code. To comment out one or more lines of...
To quickly duplicate a line of code, place the cursor anywhere in the line and hit Cmd–Shift–D(Mac) or Ctrl–Shift–D (Windows).
This tip is really useful for building HTML emails because HTML emails can become very cluttered with inline CSS. To fold all HTML...
To start a new HTML page, first create a new file in Sublime Text and save it with the .html extension. This will set the syntax of your...
To jump to the beginning or end of the line, hold Cmd and hit Left or Right Arrow (Mac). Windows users, hit Home to jump to the beginning...
Interested in a career in design? Confused about what career you should choose? UX Designer, Graphic Designer, UI or Visual Designer,...
The thought of programming an app might sound intimidating to anyone who hasn’t tried it before. Never fear! Your brain is up for the...