LocalBizWebsiteDesign

1681 Posts
Weekly News for Designers № 697

Weekly News for Designers № 697

CSS Pattern – A collection of copy-and-paste patterns generated by CSS. 4 Grid Levels for Web Designers – Explore the different grid levels used in interactive design. Designing a Better Design Fixed File In Figma - Practical tips to improve the transition process between design and development. Taking Journeys Outside Your Design Comfort Zone – Why being uncomfortable can help you grow as a designer. Loaf Icons - Check out this collection of 900+ animated SVG icons. Dynamic Interfaces – Exploring the question: What if UI could design itself? Intel One Mono typeface – An expressive monospace typeface family built…
Read More
Building Websites with the Future in Mind

Building Websites with the Future in Mind

Web design is full of inherent issues. One of the biggest: Can I build a website today that will still be relevant tomorrow? The answer depends on how far you look into the future. But the more time passes, the less relevant the design and functionality of the website becomes. The future always brings change. And often in ways we don't expect. This is probably a good thing. It keeps web designers busy. That might mean redesigning the client's website. But it may refactor an existing site as a result. That's why it's important to build websites with the future…
Read More
Things I have learned from the WordPress Community

Things I have learned from the WordPress Community

As we celebrate 20 years of WordPress, I wanted to take a moment to talk about its community. Sure, I wrote about it before. But maybe not in the context of his influence on me. I started using WordPress around 2010. It was a difficult period in my career. Things had become restless. I wasn't sure if I wanted to stay in web design. But the software resonated with me in a way that other applications did not. It empowered me to take on bigger projects. Building custom, highly functional websites was finally within my reach. However, the software was…
Read More
Come acquisire esperienza SEO e migliorare le tue abilità

Come acquisire esperienza SEO e migliorare le tue abilità

Con la ricerca organica e a pagamento che rappresenta oltre il 75% di tutto il traffico nel solo settore B2B, è chiaro che la SEO è tutt'altro che morta. Se vuoi iniziare una carriera nella ricerca, hai bisogno di esperienza SEO.Naturalmente, l'idea di imparare qualsiasi nuovo mestiere è scoraggiante. Per molti che guardano dall'esterno, la SEO può sembrare una magia digitale a livello di Hogwarts. Tuttavia, in un mondo in continua evoluzione di aggiornamenti di Google e avanzamento dell'intelligenza artificiale, anche i SEO OG ti diranno che stanno sempre imparando. Ma con un'abbondanza di blog, canali Youtube e corsi là…
Read More
How to load and animate content with JavaScript

How to load and animate content with JavaScript

One of our popular Tuts+ tutorials teaches readers how to load and animate content with jQuery. While using jQuery allows us to write relatively less code to achieve the desired functionality, it also increases page load time and introduces unnecessary dependencies. Unless the website you're working on is already loading jQuery, you might want to consider loading and animating content using pure JavaScript. The original tutorial was written a long time ago, and browser support and native JavaScript features have improved a lot during this time. Web page markup and styling Since we're trying to replicate the effect of the…
Read More
Learn about JavaScript arrays

Learn about JavaScript arrays

If you already know the basics of JavaScript arrays, it's time to take your skills to the next level with more advanced topics. In this tutorial series, you'll explore intermediate-level topics for programming with arrays in JavaScript. JavaScript arrays from scratch Tuts+ has some wonderful free courses to help you brush up on the basics of JavaScript arrays or learn them from scratch. To take you beyond the basics, these tutorials will give you an in-depth understanding of working with JavaScript arrays: 1. Adding and removing elements from arrays in JavaScript In this article, we'll take a look at various…
Read More
Learn about asynchronous programming in JavaScript

Learn about asynchronous programming in JavaScript

In the world of web applications, efficient handling of multiple events is critical. Asynchronous programming is the key to achieving this. Traditional synchronous programming processes events sequentially. This means that an event can only start executing after the previous one has completed. While ordered, this method can result in slower responses and potentially impact overall application performance. Asynchronous programming offers a solution to this challenge. Allows multiple tasks to run simultaneously, without waiting for others to complete. This technique creates independent operating threads that run in parallel, resulting in a smoother and more efficient application. Our collection of tutorials provides…
Read More
Learn DOM manipulation

Learn DOM manipulation

Whether you're an aspiring web developer or an experienced JavaScript programmer looking to improve your skills, mastering Document Object Model (DOM) manipulation is essential. The DOM is a tree-like representation of a web document, made up of nodes and objects that you can manipulate to create dynamic, interactive websites. Basically, DOM manipulation is about changing the content and appearance of a web page in response to user interactions. From updating text, changing styles, creating or deleting elements, to handling events, DOM manipulation gives you the power to make your websites more responsive and engaging. While there are several ways to…
Read More
25 Best Free Resume Templates for Figma in 2023

25 Best Free Resume Templates for Figma in 2023

Let's face it: today's job market is tougher than ever. We operate in a competitive global landscape, and standing out can be difficult! That's where a powerful and striking resume design comes in. But hiring managers could see hundreds of resumes. How can you make sure yours gets noticed? Resume templates for Figma are a great starting point. These slick, polished modern designs put your skills and experience to the fore. They allow you to share your qualities and work adversarial in moments. And even better, you don't need to be a design expert to reap the full benefits. In…
Read More
How No-Code Tools Affect the Design Process

How No-Code Tools Affect the Design Process

Like many web designers, I'm a fan of routine. I like to have a set process to get things done. And this practice can be greatly benefited by designing a design. For me, it starts with opening up my favorite design tools. From there, I experiment with color and typography. Free images are selected to enhance the look. Layouts are built and refined. The result is (hopefully) good enough to share with clients. After a few revisions, it's time to build. However, technology is beginning to blur the lines between design and construction. Codeless tools like the WordPress Site Editor…
Read More