If you or your business do any kind work with fonts, font management software can help you organize and manage the fonts you work with. In this article, I’ll explain why you should consider using font management software and I’ll outline some of the most popular font manager packages for Windows and Mac users. Fonts… Continue reading 9 Best Font Manager Apps for Mac, Windows, Linux and Online
Tag: name
How to Create a Simple Web-Based Chat Application
In this tutorial we will be creating a simple web-based chat application with PHP and jQuery. This sort of utility would be perfect for a live support system for your website. Otherwise, learn how to build one yourself in this tutorial. This tutorial was updated recently to make improvements in the chat app. Introduction The… Continue reading How to Create a Simple Web-Based Chat Application
Display WooCommerce Categories, Subcategories, and Products in Separate Lists
What You’ll Be Creating WooCommerce gives you a few options as to what you can display on your archive pages: products categories (on the main shop page) or subcategories (on category pages) both products and categories. When I’m setting up a store, I normally select the third option: products and categories/subcategories. This means visitors to… Continue reading Display WooCommerce Categories, Subcategories, and Products in Separate Lists
How to Use Figma’s Inspect Panel
What You’ll Be Creating We’re going to design a scheduling app in Figma! In doing so we’ll work with Figma’s Inspect panel, explaining how to export a Figma design to code, how to inspect a Figma design system, and how to use Figma to inspect any element from a design. What You Will Learn in… Continue reading How to Use Figma’s Inspect Panel
25 Best Modern Logos With Simple Designs (Creative Examples for 2021)
If you’re looking for modern logo ideas, there’s no better place to find the best simple logo inspiration than by looking to current logo trends. Here’s One of Our Cool Logo Designs From Envato Elements Today we’ll take a look at five of the hottest trends in best modern logo styles and show you a… Continue reading 25 Best Modern Logos With Simple Designs (Creative Examples for 2021)
Game Dev STEM Bundle from SoftWeir for Only $1!
October 30, 2020 by Noemi Game developers, or aspiring game developers, we’ve got a treat for you. No tricks. The Game Dev STEM bundle is the perfect opportunity to dive into the world of video game creation without breaking your budget. Humble Bundle, together with SoftWeir, is offering $344 worth of software and resources for… Continue reading Game Dev STEM Bundle from SoftWeir for Only $1!
A Guide to Overriding Parent Theme Functions in Your Child Theme
If you’ve had any experience working with parent and child themes in WordPress, you’ll know that the template files in your child theme override those in your parent theme. For example, if your parent theme has a page.php file and you create a new one in your child theme, WordPress will use the one in the child… Continue reading A Guide to Overriding Parent Theme Functions in Your Child Theme
Working With PHP Arrays in the Right Way
In this tutorial, I am going to make a list of common PHP array functions, with examples of usage and best practices. Every PHP developer must know how to use them and how to combine array functions to make code readable and short. Also, there is a presentation with given code examples, so you can… Continue reading Working With PHP Arrays in the Right Way
WP_Query Arguments: Categories and Tags
In the earlier parts of this series, you’ve learned how WP_Query is structured and what its properties and methods are. The next stage is to understand the various arguments you can use with it and how best to do so. WP_Query has a large number of possible arguments, which makes it extremely flexible. As you can use it… Continue reading WP_Query Arguments: Categories and Tags
How to Convert EPS to AI
Whether you are working as a graphic designer or illustrator or receiving files as a client, you’ll most likely come across all sorts of different file formats. Encapsulated PostScript File (EPS) and Adobe Illustrator Artwork (AI) are two examples of the most common file types you’ll have to deal with. They are both native formats, which is… Continue reading How to Convert EPS to AI
How to Make a Gift Certificate (Using an Online Gift Certificate Maker) + Examples
If you own a small business, creating gift certificates that your customers can share with family and friends is a great way to increase interest in your business and boost sales. And the good news is that making your own gift certificates doesn’t have to be expensive or difficult—all you need is a computer, a… Continue reading How to Make a Gift Certificate (Using an Online Gift Certificate Maker) + Examples
Submit A Form Without Page Refresh Using jQuery
A great way to improve the user experience of your website is to validate and submit forms without a page refresh. In this tutorial I’ll show you how easy it is to do just that—validate and submit a contact form that without page refresh using jQuery! Let’s get started. What We’re Building In this example,… Continue reading Submit A Form Without Page Refresh Using jQuery
10 CSS3 Properties you Need to be Familiar With
We’ve already covered the thirty CSS selectors that we should all memorize; but what about the new CSS3 properties? Though most of them still require a vendor-specific prefix, you can still use them in your projects today. In fact, it’s encouraged! Web Development The 30 CSS Selectors You Must Memorize Jeffrey Way At the conclusion of… Continue reading 10 CSS3 Properties you Need to be Familiar With
20 Freshest Web Designs, September 2020
This month we’re going big and bold. Oversized type, strong colors, in-your-face layouts, and little touches of playfulness exude confidence and make a statement. There are some quieter moments too, with thoughtful illustration and more gentle use of color. Animation still features strongly in the details, with circles proving popular in rollover effects. Enjoy. Fledge… Continue reading 20 Freshest Web Designs, September 2020
Hosting WordPress With SiteGround: Pros and Cons and How To
There are countless WordPress hosting providers on the market, but which one is right for you? Find the provider that’s the best possible fit for your website, and you can look forward to faster loading times, improved SEO, protection against the latest security threats, and all the storage and bandwidth your website could ever need.… Continue reading Hosting WordPress With SiteGround: Pros and Cons and How To
Tips on Making Your Design Breathe: Using Space Effectively
September 24, 2020 by Clarence Design is about putting elements together to make a whole new object. This can be about product design where you design an object to be functional and better. It can also be about art or digital design where you combine images, color, and texts together to create a whole new… Continue reading Tips on Making Your Design Breathe: Using Space Effectively
Accessible Routing in JavaScript Frameworks
Lost in Transition In my role as a Developer Consultant with Deque, I get asked a variety of questions on how to implement and fix technical accessibility issues. One topic that always seems to be at the forefront of everything else that developers have asked is ‘How do I manage focus in my JavaScript framework?’.… Continue reading Accessible Routing in JavaScript Frameworks
How to Build a WooCommerce Store With Elementor
Elementor and WooCommerce make it easy to create an online store. In this tutorial, I’ll show you how to use WooComerce, WordPress, and Elementor to build an online store complete with products, categories, and an Amazon-style dropdown menu. Why WooCommerce? WordPress is one of the world’s most popular blogging platforms, but countless businesses also use… Continue reading How to Build a WooCommerce Store With Elementor
5 Best Free Courses and Resources to Level Up As a Web Designer
I often see freelancers on social media asking what the secret is to working fewer hours, making more money, and helping new clients to find them. While those things tend to happen the longer you’ve been freelancing, it doesn’t happen without some effort. If you’re wondering how you can change things so that your business… Continue reading 5 Best Free Courses and Resources to Level Up As a Web Designer
How to Make a Rap Album Cover Art (Using an Album Cover Maker)
If you’re an aspiring rap artist, independent rap label, or an MC spitting lyrics, at some point you’re going to need a cool album cover design to promote your work. The Placeit album cover maker app offers a wide selection of album covers that you can customise in a matter of minutes to create amazing… Continue reading How to Make a Rap Album Cover Art (Using an Album Cover Maker)
How to Autoload Classes With Composer in PHP
In this article, we’ll discuss the basics of autoloading in PHP and how to autoload PHP classes with Composer. I’ll explain why autoloading is so important and show you how to use Composer for autoloading step by step. I’ll also explain the difference between the different kinds of autoloading in Composer. Why Do We Need… Continue reading How to Autoload Classes With Composer in PHP
Fonts Similar to Times New Roman (And Its History)
Fonts similar to Times New Roman are growing in popularity, and it’s easy to see why. The classic Times New Roman font family has been used everywhere from newspapers to popular desktop publishing software, and it’s now become instantly recognisable. You can find Wensley and other great Times New Roman alternatives on Envato Elements But… Continue reading Fonts Similar to Times New Roman (And Its History)
'Knowing what you're looking at' – JS tips for new React developers
August 17, 2020 I have a confession to make. While I have been a professional web developer for over 6 years, I didn’t feel comfortable with JavaScript until a year and a half ago. I still don’t feel like I know a lot of things. There’s a lot that still confuses me. But I’ve grown… Continue reading 'Knowing what you're looking at' – JS tips for new React developers
Axe-core 4.0 is Here!
Over the past few years, browsers like Firefox and Chrome have provided tools to better protect their users with advanced security features. The latest release of axe-core, axe-core 4.0 enables us to test accessibility even in the most security-aware environments. Improvements in axe-core 4.0 include support of Content Security Policy and has additional options for… Continue reading Axe-core 4.0 is Here!