SVG Viewport and viewBox (For Complete Beginners)

In this quick SVG viewport and viewBox tutorial, we’re going to break down exactly what viewport and viewBox are in SVG for the web. You’ll learn: The difference between the viewport and viewBox The aspects of your SVGs you can control with each How they are each applied Let’s begin! SVG Viewport  If you literally… Continue reading SVG Viewport and viewBox (For Complete Beginners)

25+ Best Free Sans Serif Fonts (Download Free Fonts)

Sans serif fonts have become the most prevalent type of font in contemporary usage, mostly because of their simplicity, clean lines, and legibility, particularly on computer screens. If you’re looking for the best sans serif fonts available today, check out this collection of the best free sans serif fonts as well as a selection of… Continue reading 25+ Best Free Sans Serif Fonts (Download Free Fonts)

10 Vital Elements of Art That Make a Good Design

24 Shares Creating a good print design can be quite a challenge. Even if you’re an experienced web designer who creates all kinds of responsive design and is familiar with all CSS tricks, working on a print project might be quite difficult because print production and web design require you to use different skills and… Continue reading 10 Vital Elements of Art That Make a Good Design

How to Increase max_execution_time in PHP

In this quick article, we’ll explore the different options that allow you to increase the maximum amount of time a script is allowed to run before it’s terminated by a the parser in PHP. What is the max_execution_time Directive in PHP? The max_execution_time directive sets the maximum amount of time a script is allowed to… Continue reading How to Increase max_execution_time in PHP

25 New Corporate Catalog & Brochure Design Templates

58 Shares Creative and modern Brochure Templates ready to use for corporate, fashion agency catalog, graphic designer, annual reports or personal portfolio. These brochure design catalog templates can save your time and money in creating a professional corporate informant. All brochure templates are fully editable, easy to change photos, print ready (CMYK/3mm Bleeds/300 dpi). Easy… Continue reading 25 New Corporate Catalog & Brochure Design Templates

A to Z of Figma: Tips & Tricks!

In this tutorial you will be introduced to some rapid tips and tricks on how to use Figma! We’ll have a look at 26 Figma features, tips and tricks from A to Z. Let’s download Figma and get down to business. Once you get familiarized with Figma, check out Envato Elements! With one subscription, you’ll… Continue reading A to Z of Figma: Tips & Tricks!

Anonymous and Arrow Functions in PHP

I’ve already covered the basics of functions in PHP in one of a previous tutorials. Even though PHP has a lot of built-in functions, it gives us the choice to define our own functions as well. There are different ways to define our own functions in PHP. PHP Functions in PHP: Return Values and Parameters… Continue reading Anonymous and Arrow Functions in PHP

37 Best Box Mockups (Using a Package Mockup Generator)

Box mockups are an indispensable asset for logo and surface designers who want to showcase their designs in a photorealistic setting. Today we share 37 of the best box mockup templates available at Placeit and show you how to customise them quickly and easily.  How to Make a Box Mockup Quickly & Easily 1. Go… Continue reading 37 Best Box Mockups (Using a Package Mockup Generator)

How to Create Lists in Your App with Flutter?

A list is a key UI element for mobile apps. You’ll learn all about how to create lists in your Flutter app in this tutorial. You don’t need to be an expert developer to create lists in your Flutter app. If you’ve developed apps for Android or iOS in the past, Flutter’s ListView should seem… Continue reading How to Create Lists in Your App with Flutter?

From designed-for-women to design-by-women

[unable to retrieve full-text content] A reciprocal relationship between societal shift and innovative design. Lululemon retail store in Beijing. PHOTOGRAPHER: Eason Yang Design has evolved from a pragmatic methodology towards a strategic influence over the past decades; designers have engaged in complex social problems making significant contributions. Our observations convince us that the need has emerged… Continue reading From designed-for-women to design-by-women

6 Must-See Web Development YouTube Videos

April 28, 2021 by Sangalang Kristine There is something new to learn, every day. There are so many hacks, tips, and tricks you might not know about. Online tutorials are the best way to learn new things – without cost and can be taken at pace. Hundreds, if not thousands, of web development YouTube videos, are… Continue reading 6 Must-See Web Development YouTube Videos

How to Turn a Picture Into an SVG for Cricut

What You’ll Be Creating Looking to turn a picture into an SVG for Cricut? Then look no further! In this tutorial, we’ll go over what the SVG file type is and why you would want to use SVG files for Cricut. Next, we’ll go over how to create SVG files for Cricut in several different… Continue reading How to Turn a Picture Into an SVG for Cricut

3 Effective Ways To Improve Your Site’s Carbon Footprint

At the dawn of the web-era, there was much focus on how environmentally friendly websites were: we’d chop down fewer trees, ship fewer products, and travel less for business. And because the web was small, any negative impact it had was relatively small. But the Internet’s no longer small, and neither is the impact it… Continue reading 3 Effective Ways To Improve Your Site’s Carbon Footprint

How to Work With Regular Expressions in PHP

In this article, we’ll go through the PHP functions that allow you to use regular expressions to perform search and replace operations on strings. What Is a Regular Expression? Regular expressions—also called “regex”—are search patterns for text. These patterns can be processed by a regex engine to find substrings, validate that a string matches a… Continue reading How to Work With Regular Expressions in PHP

The role of Reflection in the design process

[unable to retrieve full-text content] The often-overlooked last step. In product design, when we release a feature into the wild, we can expect a degree of objectivity in the feedback we get. We can tell if our designs are helping or hurting based on the feedback and metrics after we ship. Getting my hands on these metrics… Continue reading The role of Reflection in the design process

44 Best Vintage Script Fonts (Retro Calligraphy and Cursive Styles to Download)

Vintage script fonts come in a wide variety of styles to suit every project and need. If you’re in the market for vintage fonts, check out this list of the best vintage script fonts from Envato Elements and GraphicRiver. Unlimited Font Downloads From Envato Elements Both Envato Elements and Graphic River offer high-quality vintage script… Continue reading 44 Best Vintage Script Fonts (Retro Calligraphy and Cursive Styles to Download)

System Fonts: All You Need to Know

In this tutorial, we’ll be taking a look at system fonts. We’ll be going over what exactly system fonts are and what they aren’t! We’ll be looking at them from a design perspective, discussing the pros and cons of system fonts. We will also be exploring system fonts in popular culture, and we’ll touch briefly… Continue reading System Fonts: All You Need to Know

How to build tech that does things differently

[unable to retrieve full-text content] Data ethics principles and processes are useful, but they are often of limited use when it comes to addressing the social and environmental harms of the data economy. This post is about using creative R&D to build data technologies that embed a different set of values from the ground up,… Continue reading How to build tech that does things differently

Android Essentials: Creating Simple User Forms

Android applications often rely upon data supplied by users. This tutorial walks you through the creation and use of a number of the most common controls used to collect data from the user. Getting Started For this tutorial, you will design and implement a membership registration form. Whether you’re in charge of recruiting members for… Continue reading Android Essentials: Creating Simple User Forms

Search and Replace Strings With Regular Expressions in PHP

PHP comes with a huge variety of functions to work with strings. You can use these built-in PHP functions to trim strings, join them, or replace them. String functions in PHP are pretty powerful by themselves. You can use them to make case-insensitive changes or do multiple replacements at once. However, they still require you… Continue reading Search and Replace Strings With Regular Expressions in PHP

PHP Superglobals Explained—With Cheatsheet

In this post, I’ll give you a cheatsheet quick reference to all the PHP superglobal variables available in PHP. What Is a Superglobal Variable? Let’s have a look at the definition of superglobal variables. Superglobals are built-in variables that are always available in all scopes. Whether you are a seasoned PHP developer or a novice… Continue reading PHP Superglobals Explained—With Cheatsheet

How to Handle Text Overflow (with a CSS Ellipsis)

When a string of text overflows the boundaries of a container it can make a mess of your whole layout. Here’s a cool trick to handle text overflow by truncating long strings with a CSS ellipsis. Text Overflow (with a CSS Ellipsis) Our Overflowing Text Demo During this quick tip we’ll use the following demo… Continue reading How to Handle Text Overflow (with a CSS Ellipsis)

8 Best Free Live Chat PHP Scripts

Are you thinking of adding a free live chat feature to your website? Do you want to give personalized live chat support that will improve your visitors’ website experience? Do you want your forum members to chat with each other in real time?  Fortunately, there are free PHP scripts available to help. Free PHP live… Continue reading 8 Best Free Live Chat PHP Scripts

Form Input Validation Using Only HTML5 and Regex

Validation of form input is something that should be taken seriously. With luck, nothing worse than garbage data will be submitted to a site which uses data from forms without proper validation. However, there also a chance that hackers will be able to compromise the private data of users who trusted you with their information.… Continue reading Form Input Validation Using Only HTML5 and Regex