My posts concerning programming will follow my private projects I do in the evenings. Currently that’s app development with Flutter, but there will follow Angular, SVGs, animation and a huge project with REST, Java and graphics…
- 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… Read more: Digital Accessibility – Rules and a Quick Check - 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… Read more: Scrolling or Pagination? - Digital Accessibility- Barriers and the affected
As a starter, I like to ask my audience whom of them is affected by digital barriers. Bad eyesight? Dyslexia? Red-green-blindness? But this is just a fraction of conditions that affect the usage of the internet. Microsoft barrier matrix There are different areas of perception where restrictions may occur. Vision, touch, hearing, and speak. And… Read more: Digital Accessibility- Barriers and the affected - Digital Accessibility – A Workshop
Barrierefreiheit ist eine wichtige und ursprüngliche Anforderung an das Internet und alle Seiten und Anwendungen, die in ihm zur Verfügung stehen. An der Umsetzung de - 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 – Generate some Puzzle Levels – Part 2
Trying to solve auto generated puzzle levels – but with mixed success. - Digital Accessibility: Colors
Low color contrast is by the time the most common failure of digital accessibility. But it’s very easy to fix that. - My Flutter Flight – Generate some Puzzle Levels – Part 1
With a puzzle game comes the need for levels. Here is my way to create them. Part I describes the generation of random levels. - 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. - App Development – Before the programming
Even before writing the first line of code, there is some planning to do first. About how to develop an app and where to get needed resources. - Achievements for Apps
Achievements motivate users to use apps. For the full experience, here are four types of achievements to use. - 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. - Dark Mode
By today the dark mode is widely known and used. But there are pitfalls in implementation and misbeliefs about its benefits. - 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. - My Flutter Flight – Welcome to the Dark Mode
Browser, Desktop and mobile App – they all bend under the device’ dark mode. Some users want to have a last veto within a switch. - My Flame Game – Ultimate background image
I want my game to be playable in landscape AND portrait mode. And this is how I choose to do it. - My Flutter-Flight – “What’s new” Messages
For first time users and after an update, I want to display information to my users. A tutorial or release notes. - My Flutter-Flight – Update your App
This is for me to remember how to update my app for all the flutter platforms… and for those who are interested.