* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} PHP has a lot of built-in array functions to help with many common tasks. The presence of so many functions, though, can also be a bit overwhelming because sometimes you have to keep the slight differences between these functions in mind. It is also possible to use… Continue reading Pop and Shift Arrays With PHP: When to Use Each One
Tag: last
How to Build a Responsive Slider With Swiper.js
* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Have you ever built an advanced slider for a project? If so, you might have taken advantage of any one of a number of JavaScript carousels. In the past, I’ve covered two of them: slick and Owl. Today, I’ll introduce another well-known one: Swiper. Ready to learn… Continue reading How to Build a Responsive Slider With Swiper.js
How to Create a Trendy Neon and Oil Spill Rainbow Poster
What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this tutorial, you’ll learn how to make a Y2K style poster with an oil spill rainbow background that will make you want to step out of the box. We’ve said it over and over again—trends are made to come back. The Y2K… Continue reading How to Create a Trendy Neon and Oil Spill Rainbow Poster
How To Grow Your Business With Technology To The Next Level?
When you set goals for your business this year, there’s a good chance one of those goals was tied to growth. It’s a common goal. You have your eyes set on acquiring new customers. You’re ready to take their business to the next level. The challenge, however, is getting to that next level. If you… Continue reading How To Grow Your Business With Technology To The Next Level?
How To Grow Your Business With Technology To The Next Level?
When you set goals for your business this year, there’s a good chance one of those goals was tied to growth. It’s a common goal. You have your eyes set on acquiring new customers. You’re ready to take their business to the next level. The challenge, however, is getting to that next level. If you… Continue reading How To Grow Your Business With Technology To The Next Level?
How to Copy and Paste in Procreate
What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;} Today, I’m going to show you how to copy and paste in Procreate—anything from one element to an entire layer—in a few simple ways. And if you’re looking for the best Procreate add-ons, don’t forget to visit Envato Elements. You’ll find Procreate brushes,… Continue reading How to Copy and Paste in Procreate
How to Make a Perfect Circle in Procreate
What You’ll Be Creating Wondering how to draw a perfect circle in Procreate? Today, I’m going to show you how to make a circle using the shape tool in Procreate. What You’ll Learn in This Procreate Perfect Circle Tutorial How to make a perfect circle on Procreate How to transform or scale a perfect circle… Continue reading How to Make a Perfect Circle in Procreate
A to Z of Procreate: Tips, Tricks, and Hacks!
The Procreate app for iPad is not just the killer mobile app for artists—it’s genuinely one of the best painting programs ever released. So What Is the Procreate App? In this A to Z of Procreate, I’m going to answer that question with 26 mini Procreate tutorials, as well as Procreate tips and tricks that… Continue reading A to Z of Procreate: Tips, Tricks, and Hacks!
Build Your Site The Easy Way With TagDiv Newspaper
Ready to take your business online but not sure where to start? It’s a surprisingly simple process, made all the easier by the tagDiv Newspaper theme that can shoulder the burden of code, leaving you to be creative. Professional web designers normally begin with broad brushstrokes, roughly hewing a site, before finessing on the finer… Continue reading Build Your Site The Easy Way With TagDiv Newspaper
How to survive a design career and avoid burnout (Part 2)
[unable to retrieve full-text content] Hi, people in the UX Design and Product world. This post is the second in a series I’m writing, based on conversations I’ve had with Product and Experience Designers and leaders in the field, who prosper despite working in some really harsh environments. And when I say “harsh”, I’m talking… Continue reading How to survive a design career and avoid burnout (Part 2)
Create a Unique Scrolling Website With Locomotive Scroll & Tailwind CSS
Have you ever wanted to build a unique single-page scrolling website yet didn’t know where to start? If so, don’t worry! Today we’re going to create together such a website. To achieve this, we’ll take advantage of Locomotive Scroll, a small and easy-to-use JavaScript library for cool scrolling effects. Plus, to speed up the development… Continue reading Create a Unique Scrolling Website With Locomotive Scroll & Tailwind CSS
Building micro-interactions in Adobe XD
[unable to retrieve full-text content] The beauty about micro-interactions is that it’s a digital conversation users can initiate with the system or the system can initiate with the user. Let’s start with what they are Micro-Interactions are a heuristic approach to meaningful feedback responses that let users know when an action is performed. Simply put, the user… Continue reading Building micro-interactions in Adobe XD
10 Tips to Help You Find People Online (100% Works)
Want to reconnect with an old buddy but don’t know where to start? Do you want to learn more about the people in your life, your family members, or your relatives? Do you have any information about the whereabouts of someone you used to know? Everything and everyone is at your fingertips in this world… Continue reading 10 Tips to Help You Find People Online (100% Works)
Better Focus Styles with CSS Pseudo-Class :focus-visible
In this quick tip I’m going to show you how to create better focus styles on form elements with a CSS pseudo-class called :focus-visible. Or, in plain English, I’m going to show you how to get rid of this blue outline the right way: CSS Pseudo-Class :focus-visible Check out the video below, subscribe to the… Continue reading Better Focus Styles with CSS Pseudo-Class :focus-visible
3 Ways to Design More Inclusively
Inclusive design is often mistaken for accessibility, or even used as an interchangeable term, which is a good indication that most designers don’t know what it means. Accessibility is a process that seeks to mitigate issues in a design that is not sufficiently universal; inclusive design increases the universality of the design. In real-world terms,… Continue reading 3 Ways to Design More Inclusively
Understanding PHP Constructors
In this article, we’re going to discuss the basics of constructors in PHP. You’ll learn the purpose of PHP constructors and how to use them. What Is a Constructor? Here’s the official definition: Constructors are ordinary methods which are called during the instantiation of their corresponding object. As such, they may define an arbitrary number… Continue reading Understanding PHP Constructors
How to Customize an HTML Template
So you’ve just purchased an HTML template and now you have to customize it before it goes online. But you’re not experienced with code so you’re not sure how to go about it. Well, rest easy, because in this tutorial we’re going to step you through how to edit a HTML template. We’re going to… Continue reading How to Customize an HTML Template
Where are we headed with technology?
[unable to retrieve full-text content] Observations from a product designer. Cyberpunk 2077 — few would refuse to live here if given the choice. 1. We will have second lives in a massive virtual environment. It won’t exactly be like Ready Player One, but our primary social gatherings will shift to entirely virtual settings. In fact, this transition has… Continue reading Where are we headed with technology?
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)
5 Tips for Building the Best Web Dev LinkedIn Profile
April 26, 2021 by Sangalang Kristine In the same way that websites need to be marketed, web developers and designers should also advertise themselves and their highly coveted skills. Building the best web dev LinkedIn profile is essential. Being a web developer and designer (and all other careers in between) is paramount in creating the… Continue reading 5 Tips for Building the Best Web Dev LinkedIn Profile
20 Best New Websites, April 2021
This month’s collection contains a combination of big and bold, and clean and minimal. Although basic minimalism is still trendy, with lots of white space and greyscale type, we are seeing it softened with color. This is implemented differently, ranging from hints of off-whites in images to gentle pastels as section backgrounds. Playing around with… Continue reading 20 Best New Websites, April 2021
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
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