• F-Shape Pattern And How Users Read

    Updated: 2024-04-23 10:00:00
    Scrolling, scanning, skipping: How do users consume content online? Here’s what you need to know about reading behavior and design strategies to prevent harmful scanning patterns. An upcoming part of Smart Interface Design Patterns.

  • What Is Google Slides? Plus Templates & Design Tips

    Updated: 2024-04-22 07:29:57
    Skip to content Web Graphic Design Since 2009 Menu Design Freebies Free Classic Fonts Free eCommerce Platforms Shopping Carts Free eCommerce PSD Templates Free Editable Google Docs Lesson Plan Templates Free Open Source Website Templates Free Repeating Pixel Patterns for Photoshop Fonts Dramatic Fonts Food Fonts Number Fonts Psychedelic Fonts Strong Bold Fonts Y2K Fonts Design Inspiration Artist Quotes Graphic Design Magazines Graphic Design Websites Luxury Website Designs Website Design Layout Websites With Dark Backgrounds Templates Free Graphic Design Portfolio Templates Free Dreamweaver Templates Lyric Video Templates for Music Videos What Is Google Slides Plus Templates Design Tips Editor X Website Templates Resume Templates for Web Designers Popular Powerpoint Templates About Contact

  • The Best Tools & Resources for Web Designers (2023)

    Updated: 2024-04-22 07:29:56
    Skip to content Web Graphic Design Since 2009 Menu Design Freebies Free Classic Fonts Free eCommerce Platforms Shopping Carts Free eCommerce PSD Templates Free Editable Google Docs Lesson Plan Templates Free Open Source Website Templates Free Repeating Pixel Patterns for Photoshop Fonts Dramatic Fonts Food Fonts Number Fonts Psychedelic Fonts Strong Bold Fonts Y2K Fonts Design Inspiration Artist Quotes Graphic Design Magazines Graphic Design Websites Luxury Website Designs Website Design Layout Websites With Dark Backgrounds Templates Free Graphic Design Portfolio Templates Free Dreamweaver Templates Lyric Video Templates for Music Videos What Is Google Slides Plus Templates Design Tips Editor X Website Templates Resume Templates for Web Designers Popular Powerpoint Templates About Contact

  • How To Work With GraphQL In WordPress In 2024

    Updated: 2024-04-19 10:00:00
    What options do we have for integrating GraphQL with WordPress in 2024? Leonardo Losoviz describes the developments that have taken place in this space over the last three years.

  • 7 Easy Ways to Make a Magento 2 Website Faster — SitePoint SitePoint

    Updated: 2024-04-19 06:49:23
    Premium Forum Pricing Blog Cancel Search Login Start Free Trial Premium Forum Pricing Blog Login Start Free Trial Web 7 Easy Ways to Make a Magento 2 Website Faster Konstantin Gerasimov April 18, 2024 7 Easy Ways to Make a Magento 2 Website Faster Web Share this article Table of Contents 1. Use Varnish as a Caching Application 2. Install a Cache Warmer 3. Move JavaScript to the Bottom of the Page 4. Convert Images to WebP Format 5. Turn HTML Minification On 6. Compress and Merge JavaScript and CSS 7. Cache ElasticSearch Query Results Conclusion Magento 2 is a popular ecommerce platform . One of the complaints I hear is that it†s slow . Site owners can face slow catalog pages and unresponsive checkouts . The reasons behind poor performance vary from misconfiguration to too many

  • Converting Plain Text To Encoded HTML With Vanilla JavaScript

    Updated: 2024-04-17 13:00:00
    What do you do when you need to convert plain text into formatted HTML? Perhaps you reach for Markdown or manually write in the element tags yourself. Or maybe you have one or two of the dozens of online tools that will do it for you. In this tutorial, Alexis Kypridemos picks those tools apart and details the steps for how we can do it ourselves with a little vanilla HTML, CSS, and JavaScript.

  • How To Monitor And Optimize Google Core Web Vitals

    Updated: 2024-04-16 10:00:00
    The three Core Web Vitals metrics don’t only tell you how visitors experience your website but also impact your Google search result rankings. In this article, we’ll look at what Core Web Vitals are, how they are measured, and how you can use DebugBear to monitor them continuously.

  • The Music of Type Design

    Updated: 2024-04-16 04:19:25
    Read the book, Typographic Firsts A typeface is a series of conversations happening simultaneously between different characters. For example, in the Latin script, the lowercase b talks to the d, talks to the p, talks to the q, and they respond. So there is this ongoing conversation between the b, d, p, and q, and then there is this other […] The post The Music of Type Design appeared first on I Love Typography.

  • Quick Tip How to Animate Text Gradients and Patterns in CSS — SitePoint SitePoint SitePoint

    Updated: 2024-04-14 06:28:50
    : SitePoint Premium Forum Pricing Blog Cancel Search Login Start Free Trial HTML CSS CSS Quick Tip : How to Animate Text Gradients and Patterns in CSS Ralph Mason April 11, 2024 Quick Tip : How to Animate Text Gradients and Patterns in CSS CSS HTML CSS Share this article Table of Contents Step 1 : Adjusting the Background Size Step 2 : Setting an Animation Animating a Background Image Conclusion In this quick tip , we†ll show how easy it is to animate a background gradient with CSS . In a recent article , we showed how to set a background gradient on text The CodePen demo below shows the . result See the Pen Text with left to right gradient by SitePoint SitePoint on CodePen Make sure to read through that article if you†re not sure how we got to this result , as we†ll build on this

  • Steven Heller’s Font of the Month: Atol

    Updated: 2024-04-12 02:00:04
    Read the book, Typographic Firsts Steven Heller takes a closer look at the Atol font family. The post Steven Heller’s Font of the Month: Atol appeared first on I Love Typography.

  • Penpot’s CSS Grid Layout: Designing With Superpowers

    Updated: 2024-04-11 08:00:00
    Penpot helps designers and developers work better together by offering a free, open-source design tool based on open web standards. Today, let's explore Penpot’s latest feature, CSS Grid Layout. Penpot’s latest release is about efficiency and so much more. It gives designers superpowers and a better place at the table. Excited? Let’s take a look at it together.

  • Connecting With Users: Applying Principles Of Communication To UX Research

    Updated: 2024-04-09 10:00:00
    Victor Yocco reviews the components of the Transactional Model of communication, explaining how we might apply this framework to preparing, conducting, and analysing our UX research. You will understand how many UX research best practices align with the model and get an example of a tool for tracking alignment.

  • Creating a Navbar in React — SitePoint SitePoint SitePoint

    Updated: 2024-04-09 05:36:24
    SitePoint Premium Forum Pricing Blog Cancel Search Login Start Free Trial JavaScript React Creating a Navbar in React Vidura Senevirathne April 8, 2024 Creating a Navbar in React JavaScript React Share this article Table of Contents Key Takeaways What is a Navbar Building a Navbar in React Wrapping Up Frequently Asked Questions FAQs This article will show you how you can build a navigation bar “navbar” in React , while covering everything from design considerations to implementation and accessibility best . practices One of the essential parts of any web application is the navigation bar , as it allows users to navigate through different pages and sections of the . website So it†s important that you build a navigation bar that has the required links , along with the right

  • How to Build a Simple Web Server with Node.js — SitePoint SitePoint SitePoint

    Updated: 2024-04-09 05:36:23
    SitePoint Premium Forum Pricing Blog Cancel Search Login Start Free Trial JavaScript Node.js How to Build a Simple Web Server with Node.js Chameera Dulanga April 3, 2024 How to Build a Simple Web Server with Node.js JavaScript Node.js npm Share this article Table of Contents Key Takeaways Part 1 : Project Setup and Installation Part 2 : Setting Up the Express Server Part 3 : Building the Application Functionality Part 4 : Adding Static File Serving Part 5 : Handling POST Requests Part 6 : Adding a Data Store Part 7 : Adding Error Handling Part 8 : Serving HTML Pages Conclusion Frequently Asked Questions FAQs Node.js is an open-source , cross-platform JavaScript runtime environment allowing developers to build server-side applications outside a browser . It can be used to build

  • The Things Users Would Appreciate In Mobile Apps

    Updated: 2024-04-05 00:00:00
    What can we do to make a mobile app better? What subsidiary features are worth providing for our users? I have some ideas. You might, too. So, let’s compare our notes. Without any prescriptions attached, here are seven features I believe can palpably improve a user’s experience with a mobile app.

  • Iconography In Design Systems: Easy Troubleshooting And Maintenance

    Updated: 2024-04-03 08:00:00
    Tatsiana Tarkan digs deep into iconography as part of a design system and shares some doable tips that will turn icon creation and maintenance into an enjoyable process.

  • Infinite-Scrolling Logos In Flat HTML And Pure CSS

    Updated: 2024-04-02 00:00:00
    Remember the HTML `` element? It’s deprecated, so it’s not like you’re going to use it when you need some sort of horizontal auto-scrolling feature. That’s where CSS comes in because it has all the tools we need to pull it off. Silvestar Bistrović demonstrates a technique that makes it possible with a set of images and as little HTML as possible.

  • The Future Of User Research: Expert Insights And Key Trends

    Updated: 2024-03-27 13:00:00
    Based on responses from over 1,200 product professionals, Maze’s Future of User Research Report uncovers how product teams conduct research to inform decision-making and build successful products. Learn about the top three trends defining the user research industry in 2024 and beyond.

Previous Months Items

Mar 2024 | Feb 2024 | Jan 2024 | Dec 2023 | Nov 2023 | Oct 2023