SaaS CMS has officially launched! Learn more now.

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Dec 02, 2020
  • Syndicated blog - Posted on: Dec 01, 2020

    If you write code that is likely to fail, it is good practice to wrap that section of code in a try-catch-clause and handle the exception. For scheduled jobs, it's the opposite! If something fails, be sure to throw that exception!

  • Posted on: Dec 01, 2020
    Rating:

    The provider for SMTP services and transactional e-mails in DXP are making some changes around authentication methods during this quarter. The changes will move away from basic authentication with username and password, and instead use API keys fo...

  • Syndicated blog - Posted on: Dec 01, 2020

    Have you ever wondered what your long-running scheduled job is doing right now? Are you waiting for it to finish, and considering if you have time for a coffee? Make your jobs give feedback!

  • Syndicated blog - Posted on: Dec 01, 2020

    Have you ever wanted to kill a long-running scheduled job? You can! Also, make sure the job restarts if the hosting environment shuts down.

  • Syndicated blog - Posted on: Dec 01, 2020

    If you’re building modern web applications, you need to carefully consider the front-end technology stack you use. Webpack, a static module bundler, combined with NPM for package management is a great starting point. Here’s how you can incorporate...

  • Syndicated blog - Posted on: Dec 01, 2020

    var link = document.createElement("link"); link.type = "text/css"; link.rel = "stylesheet"; link.href = "https://cdn.jsdelivr.net/npm/prismjs@1.22.0/themes/prism-okaidia.css"; document.head.appendChild(link); While making a tool that could index...

  • Syndicated blog - Posted on: Nov 30, 2020

    A real time-saver arrives. With the latest release of ImageVault we include, among other things, the highly sought-after functionality - Auto-tagging of images. What the functionality does is that when uploading or organizing files, the user has t...