A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
In a tree structured CMS system where all pages have only one father there are times when you would like to display one page in different places. And you even would like to make the same page appear to the end user as 2 different pages,with 2...
I have had a lot of fun looking around in the inner workings of the new Dynamic Data Store. The concept is brilliant and can be used in a lot of different ways. My Itera.MultiProperty was one way of grouping and using properties in other places th...
For fun I tried to make a url rewriter that could translate generic query parameters to be part of the path. So if you had a page /newlist/ and used a query parameter to get to page 2 like this /newslist/?page=2 you would get that parameter as a...
Some times I’m making some admin task that takes a long time to execute. Since I’m a bit lacy I made some generic code to help me to move the execution to a different thread and displays a progress bar, and when finished displays the result. I kno...
How many times have you made a property called IntroImage and used that to display an intro image on a page? Then how often have you gotten a question about how do we add a flash, or can we have this image a bit smaller/larger on a particular page...