The Best 15 Business Card Mockup TemplatesDonnerstag 18:27 – Brenda Stokes Barron at Speckyboy Design Magazine
You’ll find the best business card templates and mockups that you can use the next time you need to design a business card for your client.
The post The Best 15 Business Card Mockup Templates appeared first on Speckyboy Design Magazine.Comparing the New Generation of Build ToolsDonnerstag 15:20 – Hugh Haworth at CSS-Tricks
A bunch of new developer tools have landed in the past year and they are biting at the heels of the tools that have dominated front-end development over the last few years, including webpack, Babel, Rollup, Parcel, create-react-app.
These new …
The post Comparing the New Generation of Build Tools appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Better Documentation And Team Communication With Product Design DocsDonnerstag 13:00 – at Articles on Smashing Magazine — For Web Designers And Developers
Have you ever struggled to get the green light on your design proposals? Do you feel like your design process needs to be formalized? Is the COVID19 era becoming a challenge for you when working remotely as a designer? Then keep reading to get to know a methodology to document your design process in this article.Detect CSS Overflow ElementsDonnerstag 12:59 – David Walsh at David Walsh Blog
Every once in a while you encounter a CSS annoyance that takes some cleverness to discover. One such case rears its ugly head in unwanted and unexpected scrollbars. When I see unwanted scrollbars, I usually open developer tools, click the element inspector, and hover around until I find the villainous HTML element. As a visual […]
The post Detect CSS Overflow Elements appeared first on David Walsh Blog.CSS Is, In Fact, AwesomeMittwoch 22:41 – Chris Coyier at CSS-Tricks
You’ve seen the iconic image. Perhaps some of what makes that image so iconic is that people see what they want to see in it. If you see it as a critique of CSS being silly, weird, or confusing, you …
The post CSS Is, In Fact, Awesome appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.SvelteKit is in public betaMittwoch 17:02 – Chris Coyier at CSS-Tricks
Rich Harris:Think of it as Next for Svelte. It’s a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on.Great move. I find …
The post SvelteKit is in public beta appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Coordinating Svelte Animations With XStateMittwoch 15:09 – Adam Rackis at CSS-Tricks
This post is an introduction to XState as it might be used in a Svelte project. XState is unique in the JavaScript ecosystem. It won’t keep your DOM synced with your application state, but it will help manage your application’s …
The post Coordinating Svelte Animations With XState appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.axe DevTools ProMittwoch 15:08 – Chris Coyier at CSS-Tricks
I’m going to try to show you some things I think are useful and important about axe™ DevTools and use as few words as possible.
axe DevTools includes a browser extension which you need no special expertise to use.
You …
The post axe DevTools Pro appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Flaky Tests: Getting Rid Of A Living Nightmare In TestingMittwoch 13:00 – at Articles on Smashing Magazine — For Web Designers And Developers
Unreliable tests are a living nightmare for anyone who writes automated tests or pays attention to the results. Flaky tests have even given folks nightmares and sleepless nights. In this article, Ramona Schwering shares her experiences to help you get out of this hell or avoid getting into it.Why You Should Further Educate Yourself as a DesignerMittwoch 8:04 – Addison Duvall at Speckyboy Design Magazine
Some methods for further educating yourself as a designer, and apply what you learn to become better at what you do and more desirable to clients.
The post Why You Should Further Educate Yourself as a Designer appeared first on Speckyboy Design Magazine.Space JamDienstag 22:57 – Chris Coyier at CSS-Tricks
It’s certainly worth noting that the Space Jam website, which made its way into umpteen conference talks for being fabulous evidence of the web’s strength in backward compatibility, has been replaced. We could have saw that coming. Everything is …
The post Space Jam appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Some Articles About Accessibility I’ve Saved RecentlyDienstag 19:49 – Chris Coyier at CSS-Tricks
“Good news about display: contents and Chrome” — Rachel Andrew notes that the accessibility danger of using display: contents; is fixed in Chrome. The problem was that, say you had a parent div that is laid out as a grid
…
The post Some Articles About Accessibility I’ve Saved Recently appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Don’t Lose Your Head: Evaluating HeadlessDienstag 18:10 – at Articles on Smashing Magazine — For Web Designers And Developers
With many options comes many decisions, and it is easy to drown in all the many benefits of headless CMS. How do we approach evaluating these options? Let’s figure it out.Gaps? Gasp!Dienstag 15:35 – Eric Meyer at CSS-Tricks
At first, there were flexboxes (the children of a display: flex container). If you wanted them to be visually separate, you had to use content justification (i.e. justify-content: space-between), margin trickery, or sometimes, both. Then along came grids (a …
The post Gaps? Gasp! appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Jetpack Turns 10!Dienstag 15:27 – Geoff Graham at CSS-Tricks
(This is a sponsored post.)
Ten years! That’s a huge milestone for a project, especially one that had a pretty simple goal in mind from the start: give self-hosted WordPress sites many of the same features and functionality enjoyed …
The post Jetpack Turns 10! appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Identifying and Improving Your Weaknesses as a Web DesignerDienstag 11:08 – Eric Karkovack at Speckyboy Design Magazine
Today, we will try to help you identify your weaknesses as a designer. The goal is to help you figure out areas of concern, as well as those that you might want to ignore.
The post Identifying and Improving Your Weaknesses as a Web Designer appeared first on Speckyboy Design Magazine.Splitting Time Between Product and Engineering EffortsMontag 21:57 – Sarah Drasner at CSS-Tricks
At each company I’ve worked, we have had a split between time spent on Product initiatives and Engineering work. The percentages always changed, sometimes 70% Product, 30% Engineering, sometimes as much as a 50/50 split. The impetus is to make …
The post Splitting Time Between Product and Engineering Efforts appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Definition TagMontag 17:54 – Chris Coyier at CSS-Tricks
It’s Creating a Smart Navbar With Vanilla JavaScriptMontag 14:55 – Jemima Abu at CSS-Tricks
Sticky, or fixed, navigation is a popular design choice because it gives users persistent access to navigate the site. On the other hand, it takes up space on the page and sometimes covers content is a way that’s less than …
The post Creating a Smart Navbar With Vanilla JavaScript appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.Vanilla JavaScript Code SnippetsMontag 12:30 – at Articles on Smashing Magazine — For Web Designers And Developers
A guide to vanilla JavaScript code snippets — with resources and lightweight libraries to help you solve a problem without a large overhead or third-party dependencies.How Modernizr Can Help You Implement CSS FallbacksSonntag 22:24 – Eric Karkovack at Speckyboy Design Magazine
For websites that still have a significant number of users with older browsers, we show you how to utilize the Modernizr feature detection library.
The post How Modernizr Can Help You Implement CSS Fallbacks appeared first on Speckyboy Design Magazine.10 Best SVG Filter Resources & TutorialsSamstag 12:57 – Brenda Stokes Barron at Speckyboy Design Magazine
SVG or Scalable Vector Graphics have one serious advantage over the regular image formats: they are infinitely scalable which means there is no degradation of quality no matter how big…
The post 10 Best SVG Filter Resources & Tutorials appeared first on Speckyboy Design Magazine.Platform News: Rounded Outlines, GPU-Accelerated SVG Animations, How CSS Variables Are ResolvedFreitag 21:35 – Šime Vidas at CSS-Tricks
In the news this week, Firefox gets rounded outlines, SVG animations are now GPU-accelerated in Chrome, there are no physical units in CSS, The New York Times crossword is accessible, and CSS variables are resolved before the value is inherited.…
The post Platform News: Rounded Outlines, GPU-Accelerated SVG Animations, How CSS Variables Are Resolved appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.25 Free iPhone Mockup Photoshop PSD TemplatesFreitag 14:14 – Paul Andrew at Speckyboy Design Magazine
We’ve rounded up the best free iPhone mockup templates that can be edited and customized with Photoshop. Some can even be edited in Illustrator and Sketch.
The post 25 Free iPhone Mockup Photoshop PSD Templates appeared first on Speckyboy Design Magazine.Guarding Against Disposable DesignFreitag 13:00 – at Articles on Smashing Magazine — For Web Designers And Developers
Quick, constant change is a given on the web. It is often one of its greatest strengths. As ever, though, there is a balance to find. Although longevity takes a different form online, its value is immeasurable.The 12 Best Photoshop Actions for Creating 3D EffectsFreitag 11:16 – Paul Andrew at Speckyboy Design Magazine
These Photoshop actions simplify the process for creating a 3D look, which could very well free up your time for other important tasks.
The post The 12 Best Photoshop Actions for Creating 3D Effects appeared first on Speckyboy Design Magazine.Weekly News for Designers № 586Freitag 10:42 – Speckyboy at Speckyboy Design Magazine
This week’s Designer News – № 586 – includes Want to Write a Hover Effect With Inline CSS? Use CSS Variables., Test Your Cookie Knowledge with Cookie Consent Speed.Run, The End of AMP, A Complete Guide To Accessible Front-End Components, Add Animation With transition.css, Free Fonts Via Fontshare and so much more!
The post Weekly News for Designers № 586 appeared first on Speckyboy Design Magazine.Meet Utopia: Designing And Building With Fluid Type And Space ScalesDonnerstag 11:44 – at Articles on Smashing Magazine — For Web Designers And Developers
By systemizing the fundamentals of typography and space, and leaning into the inherent fluidity of the web, a free new **CSS tool** called [Utopia](https://utopia.fyi/) offers an alternative to breakpoint-driven design.The Small Joys Of April (2021 Wallpapers Edition)Mittwoch 12:00 – at Articles on Smashing Magazine — For Web Designers And Developers
Let’s welcome the new month with some fresh wallpapers. Designed with love by artists and designers from across the globe, they are available with and without a calendar for April 2021.Choosing A New Serverless Database Technology At An Agency (Case Study)Dienstag 12:30 – at Articles on Smashing Magazine — For Web Designers And Developers
In this article, Michael Rispoli explains how he evaluated the decision of whether or not to adopt a serverless database for client projects. This decision will focus on three lenses: the functional aspects of the technology, the developer experience, and the business ramifications of adoption.SVG GeneratorsMontag 11:54 – at Articles on Smashing Magazine — For Web Designers And Developers
A complete guide to SVG generators — for everything from SVG shapes and cropping tools to SVG filters, color matrix mixers and SVG to JSX generators.Growing UX Maturity: Knowledge Sharing And Mentorship (Part 2)Freitag 12:30 – at Articles on Smashing Magazine — For Web Designers And Developers
This article presents tactics that can be helpful for those working in organizations that have started engaging in UX, but are still at the lower to middle stages of maturity: knowledge sharing and mentorship.How to Mine EthereumDonnerstag 16:41 – David Walsh at David Walsh Blog
Note: I expect a large number of people to object to cryptocurrency mining’s energy use and I totally understand. Hell, I agree. A few notes to consider: first, this will soon be remedied by Ethereum switching to proof os stake. Second, much of the energy used to mine cryptocurrencies is renewable. While mining cryptocurrency isn’t […]
The post How to Mine Ethereum appeared first on David Walsh Blog.A Beginner’s Guide to Competitor Website AnalysisDonnerstag 14:00 – Matthew Gibbons at Web Design – WebFX Blog
Your biggest competitor has just launched a new digital marketing strategy in the hopes of expanding their audience and driving up revenue. Being the first ones in the industry to use the strategy, they expect it to be an easy success. Not long after, though, your business starts implementing the same technique, one-upping your competitor […]
The post A Beginner’s Guide to Competitor Website Analysis appeared first on WebFX Blog.