Cezary Tomczyk

Cezary Tomczyk @cezarytomczyk

Joined:
Feb 23, 2023

Cezary Tomczyk
articles - 24 total

European Accessibility Act

The European Accessibility Act (EAA) is a legislation that aims to improve the accessibility of...

Learn More 0 0Feb 14 '25

Typographic improvements tip (CSS)

Use CSS property text-wrap: balance; Text is wrapped in such a way that the quantity of characters...

Learn More 0 0Jan 7 '24

Are there any challenges or drawbacks to implementing Agile Accessibility in a project?

Implementing Agile Accessibility in a project does come with certain challenges and potential...

Learn More 0 0Dec 31 '23

Two WordPress plugins to improve the server performance object caching

Object Cache 4 everyone Improve your server performance using Memcached for object caching...

Learn More 0 0Dec 19 '23

How to check what supported mime-type is by media audio or video in your browser

Supported mime-type by media audio or video is super defragmented. To find out what your browser...

Learn More 0 0Dec 13 '23

Top 10 bad practices in frontend development

Here are the top 10 bad practices in frontend development: Not using version control: Version...

Learn More 1 0Nov 12 '23

Understanding page experience in Google Search results

Google's core ranking systems look to reward content that provides a good page experience. Site...

Learn More 1 0Nov 10 '23

Safari on MacOS has extra features for developers to control device settings

Safari version 17.0 (19616.1.27.211.1) on MacOS has quite a few small features to control device...

Learn More 0 0Nov 10 '23

Tailwind overcomplicated approach

Here are the example of CSS classes on elements: hidden pro-content-overlay w-full h-full absolute...

Learn More 0 0Nov 9 '23

Top 10 Digital Accessibility Challenges

The following are the 10 most common digital accessibility problems that need to be...

Learn More 0 0Oct 26 '23

Create custom CSS property using @property CSS at-rule

This is interesting. Ever wanted to create a custom CSS property? It seems now that it is...

Learn More 0 0Oct 26 '23

Optimising loading custom fonts to reduce layout shifts

One of the most common causes of layout shifts is late-loading web fonts. To avoid layout shifts...

Learn More 0 0Oct 25 '23

SEO and finding a source of inspiration when creating content

Search queries can be a good source of inspiration for what to create about and how to enrich your...

Learn More 0 0Oct 24 '23

The Ultimate Website Audit: Uncover Hidden Issues with Real Users, Networks, and Devices

Want to audit your site? Crawling may not be sufficient as of today. Read more about auditing on the...

Learn More 0 0Oct 20 '23

Sass and There is no module with the namespace "color".

Solution: Make sure to install the dart-sass npm package. At the very top of your Sass file,...

Learn More 1 0Oct 2 '23

One simple trick to release few GB on your Ubuntu

You may get more space on the disk with following simple and safe command: apt clean This will...

Learn More 0 0Sep 29 '23

5 Great Search Engines You Can Use Instead Of Google

Most of us are used to using Google services. However, there are other great search engines you can...

Learn More 0 0Sep 28 '23

Cache busting in Angular for static assets

In general, there might be very different solutions to that problem, but try the following...

Learn More 0 0Sep 23 '23

A simple trick to check how much Tailwind impacts the HTML size

Follow these steps. Go to any page that uses Tailwind. Open the developer console. Execute code new...

Learn More 1 0Sep 21 '23

One simple trick to clear a big /var/log/journal folder

sudo journalctl --vacuum-size=100M and the folder size will be reduced to 100MB. Interested in more...

Learn More 0 0Sep 13 '23

Don't use flags to indicate languages!

"Flags represent countries, not languages. Numerous countries use the same language as another...

Learn More 1 0Sep 12 '23

Writing is great, but talking is even better.

Want to talk? Have a challenge? Let's talk. I don't know everything and might be wrong. But sharing...

Learn More 0 0Sep 12 '23

What's the difference between shortcut icon and just icon?

We still asking ourselves: should we use rel="shortcut icon" or rel="icon" or both for our...

Learn More 0 0Sep 8 '23

Why auditing accessibility through crawling isn't efficient anymore

Almost all site developers and administrators struggle with maintaining adequate accessibility...

Learn More 0 0Sep 5 '23