Wasn’t it around 2006 when HTTPS started becoming popular? You’d go to a secure page and almost always see a message saying, “This page contains both secure and nonsecure items. Do you want to display the insecure items?” 1 “Helpful” people online posted how to disable the error. Then browsers got smarter and just stopped […]
Optimizely
Optimizely Blocks As Properties: How To Hide Irrelevant Fields
We recently ran into an issue when using shared blocks as properties on pages; some of the block’s properties don’t make any sense in this context and can lead to some confusion with editors. Instead of creating another version of the block to use specifically as a local block, I created a simple feature to […]
Optimizely CMS 12 upgrade takeaways!
I’ve now written several blog posts about my experience with Optimizely CMS 12 upgrade process on several different projects. Each project has taught me something new and made me encounter things I hadn’t before. One of my earlier upgrade projects this year had very unique challenges that I wrote about here. This time around, I’m […]
A Pediatric Experience Success Story: Opening a New Digital Front Door
While entering a new and highly competitive pediatric market, our client needed to offer an excellent digital experience. The health system partnered with Perficient to build a frictionless and guided experience that patients and families both need and expect. Providing a Truly Patient-centered Experience First, we identified site KPIs, developed target personas, built a digital […]
Optimizely CMS 12 – Content Delivery API Integration
In the Optimizely Content Management System (CMS), a headless approach is achieved using content delivery API. This handy package can get the data into JSON format using the REST API. In Single Page, Application, and content delivery, API works very well with JavaScript languages like React, Vue, and Angular. A headless system can work with […]
Optimizely Configured Commerce – Learn CMS Spire 5.X Part-3
Insite is now Configured Commerce. In this blog, we will learn below points: Replacing an existing page in Spire Example of replacing an existing page Implementation in Local machine Replacing an existing widget in Spire Example of replacing an existing widget Implementation in Local machine In this blog post, we will explore the process of […]
Optimizely Configured Commerce – Technical Tips
A small tip can be a lifesaver when it comes to customizing a platform or an existing system. It’s crucial to first grasp the implementation details and then follow the correct path to add new functionality or make changes to existing features. However, if you’re unfamiliar with a particular area of the system and are […]
Maximize Growth with Optimizely Tools: A Strategic Approach
In today’s digital landscape, having a solid digital strategy and embracing cutting-edge technology are key factors for business success. However, many enterprise organizations face challenges when it comes to coordinating the rollout of new marketing technology products and achieving scalable growth. Without a Digital Strategy, your Business may Fail. It’s simple: change is tough for […]
Unlocking Growth: The Power of Experimentation in Websites and Apps
Unlocking Growth Adopting an experimental culture for websites and apps is the shortest path to corporate success. It’s all about learning from experiences, avoiding costly mistakes, and reaching your target audience effectively. Making data-driven decisions is crucial for website design, content creation, and digital marketing campaigns. A/B testing serves as a digital microscope, providing insights […]
Succeeding with Your CMS Upgrade or Replatform
Succeeding with Your CMS Upgrade or Replatform Performing a CMS upgrade is like embarking on an adventurous journey. Rapid growth and technological advancements are essential, but without a clear digital strategy, businesses may drift aimlessly. Financial constraints and an aversion to risk can impede the adoption of cutting-edge technology and innovative marketing approaches. Organizational resistance […]
Achieving Success with Your E-commerce Upgrade or Replatform
Achieving Success with Your E-Commerce Upgrade or Replatform Navigating e-commerce upgrades, whether for B2B or B2C businesses, can be compared to preparing a delicious feast in a busy kitchen. The secret ingredients for success are rapid growth and technological innovation. However, without a clear digital strategy, financial constraints, fear of risks, organizational resistance to change, […]
Optimizely CMS – Getting all content of a specific property with a simple SQL script
When you need to retrieve all content of a specific property from a Page/Block type, normally you will use the IContentLoader or IContentRepository, or even IContentModelUsage to get all instances of a content type then select them by property. This is the correct implementation by code. But what if you only need to check the […]