In the US, creators of inaccessible digital products can already be sued because of the Americans with Disabilites Act (ADA). For example a visually impaired user sued the company running the website of singer Beyoncé. Also the pizza chain Dominos … Read the rest
This is a frequently updated list of links regarding mobile accessibility.
Guidelines & Standards
This section is focused on the European area because I am a citizen of the EU.
For more information, see my short blog post about the … Read the rest
TLDR: Try doing a “Powercycle”, i.e. shutdown and restart your server. I had a button for that in my server’s control panel.
Yesterday night, I updated some WordPress plugins. Everything seemed to have went well, so I closed my … Read the rest
Today, I wanted to quickly update my expired SSL certificate. This did not went as quickly as I thought and I nearly destroyed my whole server setup. However, one good thing: I also have my PHP upgraded now because it … Read the rest
Currently, I am working on an app that features a table view with custom cells representing single items or grouped items. You can expand the group cells (to see their content) by selecting them. There are multiple ways to … Read the rest
Working with dates in Swift is a thing I remembered to struggle for a long time as a Junior developer. However, you should get used to objects that have date properties. E.g. you can sort stuff (e.g. see https://mic.st/blog/how-to-sort-an-array-of-objects-by-date-property/) … Read the rest
You might know the very handy sort(by:)
method in Swift that you can use to sort any kind of array. If not, see this as some kind of friendly introduction to you. Read carefully and I will teach you now … Read the rest
Recently I had a problem with my wordpress blog I did not remark for some time. Whenever I updated new posts, the where only showing on the homepage when I was logged in. For the normal user who is not … Read the rest
While publishing FlippyApp (https://mic.st/blog/portfolio/) to the App Store (https://apps.apple.com/us/app/flippylearn/id1479486387) I learnt a lot about how to deal with the intransparent review process of the Apple App Store.
The two most important:
- The review process is very
Currently I work on a side project that uses a lot of UITableViews
for all the different settings within the app. Whenever you change the the datasource of your tableview you need to update it. Here I want to show … Read the rest