November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
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.
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...
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...
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...
Building top notch solutions today requires a high level of reusability to quickly be able to deliver a solution that caters for today’s customer demands for web sites and e-commerce solutions. To do this we at Epinova try to package our best...
Building top notch solutions today requires a high level of reusability to quickly be able to deliver a solution that caters for today’s customer demands for web sites and e-commerce solutions. To do this we at Epinova try to package our best...
When building highly performant web applications, it’s always important to consider your caching strategy. There are some generic things you can do to make your overall website faster (such as setting efficient client-side cache policies), but...
Examples and valuable information about the price apis.