What You’ll Be Creating Hair is a very complex subject to draw, because it’s like a substance that can take many shapes and forms. Because of this, manga artists have developed a special method of simplifying hair. In manga or anime, you draw hair as a mass or a cloth. This way it can be… Continue reading How to Draw Anime Hair
Category: Tutorials
You learn something everyday if you pay attention
How to Add Multiple Selection to Android RecyclerView
The RecyclerView widget is an integral part of most Android applications today. Ever since it was added to the Android support library in late 2014, it has eclipsed the ListView widget as the most preferred widget for displaying large, complex lists. However, there’s one important feature missing in it: support for selecting and tracking list items. RecyclerView… Continue reading How to Add Multiple Selection to Android RecyclerView
Want to Master the WordPress Loop? Try Our New Course
The Loop is at the core of WordPress’s post rendering engine. If you want to customize the way posts are displayed in your WordPress theme, you’ll need to come to terms with The Loop. In our new course, Guide to The Loop in WordPress, you’ll learn how The Loop works in WordPress. In 11 detailed videos, Rachel… Continue reading Want to Master the WordPress Loop? Try Our New Course
Templates, Icons, UI Kits, and More
Figma came out as a strong new player in 2016 allowing design and software development teams to collaborate on any platform. This browser-based application eliminated problems such as updating software, syncing screens, and waiting for a team member to upload the latest design. Real-time collaboration is where Figma shines most. It launched with features like… Continue reading Templates, Icons, UI Kits, and More
How to Use Photoshop Adjustment Layers to Create a Fantasy Photo Manipulation
What You’ll Be Creating In this tutorial, I’ll show you how to use Photoshop adjustment layers to create a fantasy photo manipulation featuring a rock goddess. First, we’ll build the base scene using several arch, rock and landscape images. After that, we’ll add the ground, the model’s face, and a rock texture. Later, we’ll add… Continue reading How to Use Photoshop Adjustment Layers to Create a Fantasy Photo Manipulation
How to Easily Animate SVGs With SVGator
SVG animation is a great alternative to using animated GIFs on the web, but it’s not always easy. In this tutorial I’m going to explain how you can easily animate SVGs using an online tool called “SVGator”. SVGator allows you to import SVG files, then animate individual elements within those SVGs. Animate SVGs With SVGator… Continue reading How to Easily Animate SVGs With SVGator
11 Best Courses to Learn to Create a WordPress Theme or Plugin
Do you want to take your WordPress skills to the next level and learn to create your own themes and plugins? Well, you’ve come to the right place. I’ve compiled 11 of the best WordPress coding courses on Envato Tuts+ to help you do just that. Take a look and be inspired. Any great product… Continue reading 11 Best Courses to Learn to Create a WordPress Theme or Plugin
Learn Data Visualization With D3.js
We live in an age of increasing amounts of data and decreasing attention spans. The solution to this conundrum is data visualization: creating elegant charts to help people interpret data quickly and intuitively. In our new course, Learn Data Visualization With D3.js, you’ll get a complete introduction to the D3.js data visualization library. Markus Mühlberger will… Continue reading Learn Data Visualization With D3.js
Celebrate Diversity in Design—Volume 15
Welcome back to our Diversity in Design series on Envato Tuts+. Discover four talented artists with inspiring styles you’ll love. 4 Artists You Should Know: Diversity in Design Celebrate the work of these extraordinary artists. Each with their own unique background, they draw inspiration from their culture and surroundings to create phenomenal designs. Magtira… Continue reading Celebrate Diversity in Design—Volume 15
File Upload With Multer in Node.js and Express
When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle this multipart/form-data when your users upload files. In this tutorial, I’ll show you how to use this library to handle different file upload situations… Continue reading File Upload With Multer in Node.js and Express
Best Selling UX and UI Kits For Sketch, Photoshop, Illustrator, XD, and Figma
UX and UI Kits help designers in all kinds of ways, and at different stages in the design process. In this roundup I’ll show you some of the best-selling UX and UI kits available from Envato, to get you started wireframing, prototyping, and designing your next website or app. What Are UX and UI Kits?… Continue reading Best Selling UX and UI Kits For Sketch, Photoshop, Illustrator, XD, and Figma
Figma Project, Page & Artboard Tips
Welcome to the next in our series of Figma tips and tricks! This time we’ll be improving the way you work with Figma projects, pages, and artboards. Watch Tips 1. Customize Project Thumbnails It’s perfectly possible to create custom project thumbnails which will show up in your dashboard drafts area. Make sure that the first page… Continue reading Figma Project, Page & Artboard Tips
How to Make Cool Photoshop Text Effects Fast With Actions
What You’ll Be Creating Learn how to create Photoshop text effects in this beginner’s tutorial. You’ll be shown how to create a Photoshop action for your text effect and more. This text effect that we are going to create is part of Super Bundle Styles. This is a collection of 146 unique styles and is… Continue reading How to Make Cool Photoshop Text Effects Fast With Actions
Figma On Canvas Tips
Welcome to more Figma tips and tricks! This time we’ll be looking at five things to help you when you’re working directly on Figma’s canvas. Watch Tips 1. Navigate Nested Layers You can navigate nested layers within a Figma document by holding down CTRL or CMD (depending on your platform) then right-clicking on the… Continue reading Figma On Canvas Tips
How to Create an Engraved Stone Text Effect in Adobe InDesign
What You’ll Be Creating You can’t miss this Games of Thrones-style type effect. Perfect for posters and social media that need to command attention, this effect is also super quick and easy to create using Adobe InDesign. Learn better with video? Follow along on our Envato Tuts+ YouTube channel: How to Create an Engraved Stone… Continue reading How to Create an Engraved Stone Text Effect in Adobe InDesign
12 Best WooCommerce Plugins for Your Online Store
WooCommerce provides a powerful platform for your online store. With business happening on a global scale, day-to-day tasks like pricing, shipping, and invoicing can get complicated. Luckily, there are a range of WooCommerce plugins available on CodeCanyon that can help you provide a seamless experience for customers, and a painless admin experience for yourself, as a… Continue reading 12 Best WooCommerce Plugins for Your Online Store
Create a WordPress Image Gallery: Code the Plugin
What You’ll Be Creating People like pictures. They like looking at them, they like clicking on them. So it makes sense to use them in the navigation for your site. You may already use featured images in your archive pages, letting users get a greater insight into what a post is about and making your… Continue reading Create a WordPress Image Gallery: Code the Plugin
What’s New in Core ML 2?
Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a predictive keyboard, but Core ML brought a new level of power and flexibility into the hands of developers. During WWDC 18, Apple announced Core… Continue reading What’s New in Core ML 2?
How to Create a WordPress Landing Page Template
What You’ll Be Creating One of the purposes of a website is to generate leads. This can happen in a number of ways: you might have a form for people to contact you for a specific quote, you might encourage people to create an account when buying goods on your site, or you might have… Continue reading How to Create a WordPress Landing Page Template
Keyboard Accessibility Tips Using HTML and CSS
Making your website accessible for keyboard-only users is an important part of the bigger accessibility picture. Here are some keyboard accessibility tips you can quickly implement using basic HTML and CSS. A11y From the Beginning These tips are part of Web Accessibility: the Complete Learning Guide, where we’ve collected a range of tutorials, articles, courses, and… Continue reading Keyboard Accessibility Tips Using HTML and CSS
Create Custom WordPress Queries With WP_Query
If you want to take your WordPress development to the next level, you need to understand WP_Query. Our new course, Create Custom Queries in WordPress With WP_Query, will show you the power of WP_Query and take you through the details of how to use it. What You’ll Learn On every page that your site displays,… Continue reading Create Custom WordPress Queries With WP_Query
Celebrate Diversity in Design—Volume 14
Welcome back to our Diversity in Design series on Envato Tuts+. Discover four talented artists with inspiring styles you’ll love. 4 Artists You Should Know: Diversity in Design Celebrate the work of these extraordinary artists. Each with their own unique background, they draw inspiration from their culture and surroundings to create phenomenal designs. Blake… Continue reading Celebrate Diversity in Design—Volume 14
Trigonometry, Random Numbers and More With Built-in PHP Math Functions
Basic maths is used a lot during programming. We need to frequently compare, add, multiply, subtract and divide different values when writing code. Sometimes, the maths required in a program can be more involved. You might need to work with logarithmic, trigonometric or exponential functions. In this tutorial, I’ll discuss how to use each of… Continue reading Trigonometry, Random Numbers and More With Built-in PHP Math Functions
How to Quickly Build Layouts With Bootstrap 4’s Responsive Flexbox Utilities
In this tutorial I’ll show you how to quickly build layouts with Bootstraps 4’s responsive flexbox utilities. To gain a better understanding of these utilities, we’ll examine four different examples. Note: this tutorial assumes you’re familiar with Bootstrap 4 as well as flexbox. Take a look at these courses to get you going in the right… Continue reading How to Quickly Build Layouts With Bootstrap 4’s Responsive Flexbox Utilities