For coders TYPO3 Tech Corner

Cheat sheet: Our top websites and online tools for web development

Cheat sheet: Our top websites and online tools for web development

We asked our colleagues: Which tools and websites make your everyday work in and with the World Wide Web easier? From a flood of links in Slack, we came up with this cheat sheet with our favourite little helpers.

 

Accessibility

whocanuse.com – Test colour combinations with regard to different visual impairments

a11ysupport.io – Test compatibility of frontend features with assistive technologies

wave.webaim.org – Test accessibility & best practices directly on your website

polypane.app and accessible-colors.com – Check colour contrasts

accesible-color-matrix and colorsafe.co – Generate accessible colour palettes

experte.com/accessibility – Crawl multiple pages and generate lighthouse reports

 

Website Performance

webpagetest.org – Various performance tests with extensive configuration options

waterfaller.dev – Core Web Vitals Test with detailed guide for optimisation

 

Colour palettes

mycolor.space and color.adobe.com – Classic colour generators

coolors.co – Colour palettes following the Tinder principle

ColorBox – Generate colour gradations in the HSB colour space

picular.co – Image-based generation according to keywords

Sass Color Generator – Colour gradations as calculated in SASS/SCSS

branition.com – hand-curated color paletts best fitted for branding

 

CSS

shadows.brumm.af – Calculate CSS Box Shadows

sassmeister.com – Convert SCSS and SASS to CSS

cssfontstack.com – Generate entire font stacks including fallbacks

google webfonts helper – Optimised integration of Google Fonts

flexbox playground – Interactive FlexBox Cheat Sheet

css cheat sheet – Practical overview of frequently used CSS instructions

 

TYPO3

t3versions.com – Get the TYPO3 version of a website via URL

Composer Helper – Generate Composer commands for TYPO3 extensions

fluid-to-inline-converter.com – Convert TYPO3 Fluid Tags to inline notation

Rector Update Guide – Automatically update old extensions with rector

TYPO3 Icons – Find icons in TYPO3 backend and render it via ViewHelper

 

HTTP Header

permissionspolicy.com – Generate HTTP headers

securityheaders.com – Check HTTP headers via URL

 

Structured data

search.google.com – Testing rich search results and content display variations on Google

developers.google.com – Detailed explanation of structured data

 

Software & Technology Versions

caniuse.com and caniemail.com – Check browser & mail compatibility for individual features

whatwebcando.today – Check feature compatibility for the current browser

caniphp.com – PHP Feature Support by Version

 

Backend Coding

crontab.guru – Define cronjob schedules

regex101.com – Check Regular Expressions

ohshitgit.com – Git code snippets for tricky situations

devdocs.io – pretty much all API documentation

drawsql.app – quickly create fancy SQL diagrams

ptsv2.com – POST and GET Test Server

 

Miscellaneous

devhints.io – Cheat sheet for various web applications

carbon.now.sh – Template for code snippets

ratiobuddy.com – Calculate aspect ratios

answerthepublic.com – View Google search queries and relations

svgomg – Reduce and optimise SVGs

 

Do you have more helpful links that make your everyday life in the web easier? We'd love to keep adding to this list - so just drop us a line on LinkedIn oder Twitter!

Julian Süß

Questions about design?

Do you have questions about design and UX?

Our media designer Julian Süß will be happy to help you.

Julian Süß  |  Media Designer

"Code faster, look at the time" - does this sound familiar to you?

How about time and respect for code quality? Working in a team? Automated tests?

Join us

SQL: Show all tables sorted by size in descending order

Lately I've been using the SQL command more often to find out which tables in the TYPO3 database are the largest. I've published the snippet once.

Go to news

TYPO3 12 with CKEditor 5: Styles in a single selection

If you set a link in the RTE in TYPO3, you may have to choose between different link classes, for example to create buttons in the frontend. What's new in TYPO3 12 is that you can select not just one...

Go to news

Null-Safe Operator in the TYPO3 area

With the introduction of PHP8, problems with undefined arrays or variables in general can arise in many places. Here are a few examples and simple solutions.

Go to news

Delete the first/last lines of a (SQL) file

There isn't much to say about the following commands. Sometimes it can be useful to delete the first (or last) X lines from a file. And if the file is too large to open with a conventional program, a...

Go to news

b13/container: Add and modify child elements in edit view

Unlike gridelements, you cannot manage the child elements in the B13 Container extension when you open the container in the editing view. I would be happy to show you how you can quickly install this...

Go to news

Menu comparison: Numbers, numbers, numbers

Go to news