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.
Sometimes you might want to add some validation for the user input in a XForm. I recently did this for a customer of mine. If you can manage your validation with regular expressions you’re done. Just add a class to your project like this: 1: publi...
Surprisingly few of my customers has reported problems with spam in their XForms but some have. This blog post is an exercise in how this issue can be addressed. There are a lot of methods for protecting spam in forms, logins, forums etc. Some of...
This sitemap generator adheres to the 0.9 version of the sitemap protocol as specified by sitemaps.org Many of the public sites that I’ve been working with has used sitemaps both as XML sitemaps (sitemaps.org) and as simple text files (one...
I’m sure many of you has written plugins to let editors/admins edit additional fields in the user profiles. This was a feature in CMS 4 but was removed in CMS 5. Many of my customers (and myself) wondered why since this feature was widely used an...