Category: web
-
Digital Accessibility – Rules and a Quick Check
How does one define an accessible application? Or the other way round; how do I guarantee that my application is accessible?There might never be 100% accessibility for any application and the questions above are equally difficult to answer. But standards to the rescue. There are guidelines to check for accessibility criteria. WCAG – Web Content…
-
Scrolling or Pagination?
The topic popped up at work. After getting lost in a rabbit hole I wanted to summarize my new knowledge in this post. We won’t be the only ones struggling to decide whether to scroll or paginate our content. The Problem Sometimes content for web and apps tend to become very long, taking up a…
-
Customization for my Angular Application
On my journey to accessibility for web, apps, and everything, I decided to build a feature into my app, to make the appearance fully customizable for the user.
-
My Flutter Flight – Add some sound
Good games feature good sounds and background music. So here is how I managed to insert them into my flutter game.
-
-
Angular – User Accounts with Firebase Rest API
My preferred handling of user accounts consists of an anonymous usage that can be upgraded to online storage of data.
-
Angular – Welcome to the dark mode
When implementing the dark mode for an angular project, there are several possibilities after detecting the users preference.
-
Web Forms – Tests
To adequately test a web form, the first step is a test plan. Consider the different ways to interact with the form.
-
Web Forms – Design
Manche Webanwendungen kommen nicht um mehr oder weniger umfangreiche Formulare herum. Hier gilt das richtige Vorgehen, angefangen beim durchdachten Design.