Very often I have been asked if it is possible to enter a simple HTML link in a text
Tag: customfunction
Multi portal filter
As I already described in the article about recusive custom functions, you can solve complex tasks very elegantly with the
Convert XML into variables
XMLs can be extremely useful when it comes to passing information to a script in a single pass parameter.
Recursive custom functions
A recursive function calls itself until a complex task is solved, whereby the complexity of the task is reduced
JSON Array
Recently I had to create a lot of arrays in JSON for the API connection of a webshop. The