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 it can be handy to know if a Composer function is placed directly on the page or if it's placed in another Composer function. Here is a piece of code I wrote that does the trick. The property must be placed in a class that derives from...
In my current EPiServer project (using EPiServer CMS R2 SP2 and EPiServer Composer) I discovered a bunch of client script issues which basically made it impossible to use Composer in any web browser. This post describes these issues, how to fix th...
Today at the premiere of our developer lunch I decided to share this presentation of Jack Moffitts JavaScript library, Strophe , from the 2009 JS Conf . In this video Jack explains XMPP (eXtensible Messaging and Presence Protocol), BOSH...
Microsoft has launched a content delivery network for client script libraries. It currently hosts the beta version of the new Microsoft Ajax Library and the latest version of jQuery. More information on Microsoft Ajax CDN
In a recent project I had to create a property with the same name and type on several page types. Let's just say that it was not that fun. "There should be a way to create the same property on several pages at once", I thought to myself. So I...