In part 1 of this series, we examined some considerations when looking to upgrade your Content Cloud instance to V12. If you are reading this post, you have likely made up your mind it is something you want to do. The #1 difficulty you will encounter in discussing with your stakeholders is cost. Whether this […]
Considerations of Moving to Optimizely Content Cloud Version 12
Moving to version 12 is for most developers, architects, and key decision makers the largest upgrade undertaking you have had to take in your time on the platform. Optimizely prides itself on continuous releases & the ability to upgrade a solution in an affordable and timely fashion. In this 2-part series we will present the […]
Config-Per-Site in Optimizely Multi-Tenant Environments
Recently, I was given a task at work where we needed a multisite configuration. We all know that multi-environment is as easy as appsettings.<environment_name>.config. What about in multi-tenant environments? You can’t have appsettings.site1.config and appsettings.site2.config on your site! Well, not without a little extra work… Let me introduce AddKeyPerFile; this handy little function you set […]
Are You Looking for Your Next Career Move?
At Perficient, our people are at the heart of what we do. We love what we do and where we work, contributing to our collaborative, open, and friendly culture. Our culture is one of the main reasons Perficient continues to be recognized as a “Top Workplace” in key markets across the U.S. Perficient invests in […]
The 1001st Piece in your 1000 Piece Puzzle: .NET Default Interface Functions
I recently worked with a client who wanted a reasonably large subsystem added to Optimizely that would add automated management to their content. While cutting the code for this, I found myself writing similar code across multiple classes. I had to write it that way: 1) The client was currently on CMS11 and didn’t have […]
An Electrifying Return to In-Person Events: Opticon22
The previous two years have been full of chaos and mystery, divulging our world into uncharted territory. Our society was forced to shift online and away from in-person events. The feeling of connectedness could be found over Zoom meetings and was the new closest thing to face-to-face interaction. COVID-19 impacted every aspect of life: […]
Jon Bisbing is #ProudlyPerficient Thanks to Teamwork and Collaboration
2022 was an extraordinary year for the Optimizely team at Perficient. The knowledge and devotion of our colleagues led to Perficient being named as Optimizely’s 2022 Solution Partner of the Year. This award recognizes our team’s extensive Optimizely expertise, and their dedication and commitment to delivering innovative and impactful solutions to the world’s biggest brands. […]
John Dymond Reaches New Heights in Perficient’s Optimizely Practice
John Dymond is involved from start to finish on projects as a Director in Perficient’s Optimizely practice. His deep knowledge of the platform and individualized attention builds trust among his team and clients. The hard work and dedication of all the colleagues in our Optimizely practice led Perficient to recently be recognized as a Solution Partner of the […]
Daved Artemik Makes Valuable Contributions to the Optimizely Community
The expertise of each colleague in our Optimizely practice recently led to Perficient being named Optimizely’s 2022 Solution Partner of the Year. Our award-winning team has the knowledge, dedication, and commitment to deliver innovative and impactful solutions to the world’s biggest brands. Daved Artemik has years of experience and vast knowledge of the Optimizely platform. […]
Lisa Hunter Builds the Optimizely Practice by Embracing Optimizely’s Capabilities
As a Director in the Optimizely practice, Lisa Hunter is involved in delivery, mentoring, pursuits, and everything in between. Her ability to incorporate interests from her personal life within a career at Perficient, specifically in Optimizely, has enabled her to grow her career to new heights while simultaneously transforming our clients’ organizations. The dedication of […]
Kim Marcoux Values Communication, Persistence, and the Team Around Her
Perficient colleagues within our award-winning Optimizely team bring years of experience and vast knowledge to the practice and our clients. We’re proud to have been recently named Optimizely’s 2022 Solution Partner of the Year Award winner, which recognizes our team’s extensive Optimizely expertise, and their dedication and commitment to delivering innovative and impactful solutions to the […]
Custom XhtmlString Render Service – Force Absolute URL for Images
Working with a headless website setup sometimes can be challenging. For example, if you insert an image directly into the TinyMCE text editor sometimes (it depends on a lot of factors) you can see the relative path to the server storage where the image is saved. But because it’s a headless setup, the front end […]