Skip to main content

Formatting XML with Twig

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

Can we render the XML responses from a webservice our application interacts in a better readable way? This was the challenge I asked myself.

The Role of Attributes and Settings of Intrexx Elements

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 4 min read
Ariadna Suteanu
Low Code Developer

Advanced customization often requires developers to explore the Expert tab of elements in Intrexx, a low-code platform for building business applications. Two key components within this tab are Attributes and Settings, which offer crucial control over how elements behave and interact within the application.

Fixing encoding issues with mb_convert_encoding()

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

One of our customers sent me a database dump that contained wrongly encoded characters like "ä" or "ü." Can I fix this on my own, or should I let the customer provide me with a properly encoded database dump?

Clean up GitLab CI Build artifacts

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

We've been using a self-hosted GitLab instance for our customer projects since the end of 2015. We immediately jumped on GitLab CI when it was first released to replace our old Jenkins infrastructure with a more modern pipeline-as-code approach.

Dynamic Page Redirects in Intrexx

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 3 min read
Eduard Bunescu
Eduard Bunescu
Low Code Developer

There are many applicable real-life scenarios where the destination page must sometimes be different upon the click of a button. Imagine the same button being clicked to determine what the destination page should be on its own. How to do this Intrexx?