Category: Uncategorized

  • WordPress: Customizing the Twenty Twenty-two theme

    Overview To customize a theme it is recommended first to create a child theme of that theme and then customize the child theme. See the following article for more info on this: https://developer.wordpress.org/themes/advanced-topics/child-themes/ The basic idea is that it is better to have changes done on a child theme instead of the original theme because…

  • Cypress: Viewport

    The viewport of a web page is the area of the web page visible to the user. That the web page and the parts of it visible to the user at once are not always the same is something which has become more important ever since the same web page can be visited by devices…

  • Cypress: Screenshots in headless mode

    Remark: The posts on this page are generally works in progress and subject to changes, therefore comments are disabled. If we run a cypress test in headless mode we only get screenshots if we run into errors. This makes of course sense because why should we be interested in screenshots if the test passes? However…

  • Cypress: Creating a simple test environment

    Remark: The posts on this page are generally works in progress and subject to changes, therefore comments are disabled. In order to start playing around with Cypress commands, we don’t need a real web application and web server. We can start testing Cypress commands on a simple HTML page. To prepare a simple testing environment…

  • Krita: Basic functionality

    Remark: The posts on this page are generally works in progress and subject to changes, therefore comments are disabled. Here in this post I would like to share the skills I learnt using Krita. Krita is a powerful open source drawing tool, which can be used for various different type of drawings. My focus here…