25 Shares Realistic Photoshop Business card mockups to present your business card design professionally. High resolution professional Business Card Mockup Templates with fully layered with the smart-object feature to help you replace the current designs with your own within seconds. These mockups has multiple angles and variations, so that you can present your designs the best possible… Continue reading Business Card Mockups (25+ Design)
Celebrate Hug Your Cat Day With Cute Cat WordPress Themes
June 2, 2021 by Sangalang Kristine Leave a Comment Every Fourth of June is Hug Your Cat Day and there is no better way to celebrate it than with cute cat WordPress themes. It’s an odd concept, we know, since hugging cats is not really a thing (is it possible to hug cats?). However, this… Continue reading Celebrate Hug Your Cat Day With Cute Cat WordPress Themes
Is It Time to Reset HTML?
HTML is one of the foundational building blocks of the Web. But just as web design best practices and techniques change over time, so does the code we use. As HTML evolves, some of its older markup has been deprecated while other parts have been repurposed. Does that create more problems for us, though? Would… Continue reading Is It Time to Reset HTML?
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?
15+ Fonts Similar to Papyrus
What’s wrong with Papyrus font, what are some fonts like Papyrus, and how can we best use a Papyrus font style? What is Papyrus font, anyway? In this article, we’ll take a look at some fonts that look like Papyrus, and address some of the sentiment behind the question: why is Papyrus font bad? Spoiler alert: the reputation… Continue reading 15+ Fonts Similar to Papyrus
Strawford: Free neo-geometric font
Strawford is a neo-geometric sans-serif font released by Atipo Foundry. Unlike any other geometric sans-serif fonts, some characters (like the “t”) are softened with the rounded corners. Overall look is minimal and polished, but elegant at the same time. Free version of this font includes Regular and Italic styles. More styles can be purchased for… Continue reading Strawford: Free neo-geometric font
16+ Clean Minimalist Resume Templates
18 Shares Simple and minimal resume templates and minimal cv/resumes 100% print ready designs for the job seeker who wants to leave an unforgettable impression. Professionally designed, easy-to-edit resume templates clean and elegant resume design are fully editable and easy to customize and edit the typography, wording, colors and layout. Resume templates are perfect for… Continue reading 16+ Clean Minimalist Resume Templates
Website Design: 32 Modern Websites with Amazing UI/UX
42 Shares Check out the Award winning websites for inspiration. These website designs shows the talent and effort of the best developers, designers and web agencies in the web design industry. If you are a web designer or website developer and you are looking for creative website designed, you might want to look into the… Continue reading Website Design: 32 Modern Websites with Amazing UI/UX
How to Parse JSON in PHP
JSON, short for JavaScript Object Notation, is a common lightweight format for storing and exchanging information. As the name suggests, it was initially derived from JavaScript but it is a language-independent format for storing information. A lot of languages like PHP now implement functions to read and create JSON data. This tutorial will teach you… Continue reading How to Parse JSON in PHP
What Is Glassmorphism? (With Examples)
May 31, 2021 by Sangalang Kristine Leave a Comment Glassmorphism, shape design, retrofuturistic – these are just a few of the trendy design concepts of 2021. Design trends are getting cleverer and more intuitive in the recent years. Web designers have been developing hundreds of new ways to create impressive aesthetics. These design aesthetics are… Continue reading What Is Glassmorphism? (With Examples)
Top Blogging Platforms Worth Considering in 2021
Want to know which of the top blogging platforms you should consider using this year? Blogging is still one of the best ways to draw attention to your brand, generate thought leadership, and build your credibility. Research suggests that US internet users spend 3x more of their browsing time on blogs than on email. Additionally,… Continue reading Top Blogging Platforms Worth Considering in 2021
A Comprehensive Guide to Flexbox Ordering & Reordering
The flexbox layout module allows us to lay out flex items in any order and direction. Flexbox ordering is, in fact, easier than ordering with floats or CSS grid, even if you might not think so at first. As flexbox is a one-dimensional layout model, as opposed to CSS grid which is two-dimensional, you only have… Continue reading A Comprehensive Guide to Flexbox Ordering & Reordering
Popular Design News of the Week: May 24 2021 – May 30, 2021
Every day design fans submit incredible industry stories to our sister-site, Webdesigner News. Our colleagues sift through it, selecting the very best stories from the design, UX, tech, and development worlds and posting them live on the site. The best way to keep up with the most important stories for web professionals is to subscribe… Continue reading Popular Design News of the Week: May 24 2021 – May 30, 2021
21 Best Modern Fonts For Graphic Designers
56 Shares New highest quality modern fonts with unique typefaces that will make your design looks hi-tech and modern. You can use these fonts for any purpose, especially to make logotype and t-shirt design. All fonts are modern, classy serif typeface. These fonts pairs well with modern san serifs, script and handwritten fonts or stand… Continue reading 21 Best Modern Fonts For Graphic Designers
Make users think: a way for design innovation
[unable to retrieve full-text content] When I was a kid, before we had our personal desk computer, we would listen to stories from our grandfather on how, in the beginning, computers were the size of a warehouse, how the computer instructions were manually inserted in the form of punched cards, and how many men would… Continue reading Make users think: a way for design innovation
How to Choose a Tattoo Font
What You’ll Be Creating Planning to get a lettering tattoo with some cool words and wondering how to choose a tattoo font? Or maybe you want to know more about lettering tattoo styles? Today, we’ll discover different lettering styles for your new tattoo and take a look at the best tattoo fonts available on Envato… Continue reading How to Choose a Tattoo Font
Quiz: Find Your Design Career Heaven
Psychologists tell us that by answering a handful of oblique questions, we can gain greater insight into our real desires. Today, we’re going to put that to the test with a simple fill-in-the-gaps story that will help you determine your ideal career in design. We’ll tell you a short story, and ask you to add… Continue reading Quiz: Find Your Design Career Heaven
How to Change the Featured Image Size in WordPress
Featured images are usually one of the first things that visitors notice when checking out a WordPress blog. So it’s important that your images send the right signals to visitors. It starts with choosing or creating eye-catching and relevant graphics for your posts. You also need to ensure that the images aren’t blurred, that parts… Continue reading How to Change the Featured Image Size in WordPress
How to Build a Simple REST API in PHP
In this tutorial, I’ll teach you how to build a simple REST API with PHP and MySQL. REST has become the de facto standard when it comes to exposing data via APIs and building web services. In fact, most web applications these days access and expose data via REST APIs. With the popularity of front-end… Continue reading How to Build a Simple REST API in PHP
Crash Course in the PHP Ternary Operator With Examples
In this article, we’ll discuss the ternary operator in PHP. Along with the syntax, we’ll go through a couple of real-world examples to understand how it works. What Is the Ternary Operator? The ternary operator (? and :) is a conditional operator which allows you to execute a condition, and based on the result of… Continue reading Crash Course in the PHP Ternary Operator With Examples
30 HTML Best Practices for Beginners
This tutorial is specifically for those who are just diving into web development. If you have one year of experience or less, hopefully some of the tips listed here will help you to become better, quicker! 1. Always Close Your Tags Back in the day, it wasn’t uncommon to see things like this: <li>Some text here.… Continue reading 30 HTML Best Practices for Beginners
How Canvas Prints Can Brighten A Space During The Summer
1 Share No matter the season—spring, fall, summer, or winter, we love to surround ourselves with vivid hues, luminous tones, and tropical shades. If you’re anything like us, we won’t let you give up on vibrant and enjoyable colors for the season. Hanging some colorful wall artworks is one way to ensure that they remain… Continue reading How Canvas Prints Can Brighten A Space During The Summer
35+ Best Photoshop Actions for Designers & Photographers
64 Shares The best professional Photoshop actions can make your photographs unique and attention-grabbing. The hand-picked high quality Photoshop actions that will transform your Photographs into Oily effect, newspaper print, abstract, watercolor effect, comic and dots effects within a seconds. Mostly Photoshop actions available with video tutorials that shows how to setup action files and… Continue reading 35+ Best Photoshop Actions for Designers & Photographers