Skip to main content

Aidan BrittSr. Technical Consultant

Aidan Britt is an Optimizely CMS Certified Developer with over 6 years of experience developing Web Applications using .Net and React. He loves using the latest technology to find creative & innovative solutions that help bring our client’s visions to life.

Connect with Aidan

Blogs from this Author

Business People Negotiating A Contract.

Overriding TinyMCE’s Default Alt Text Validation in Optimizely

Adding Alt Text to your Images in Optimizely When developing a site using Optimizely, it is important to keep accessibility in mind. A common solution that I’ve found helpful is to extend the ImageData class from EpiServer.Core and add a property for Alt Text. This concept is demonstrated in the Alloy Project and has been […]

Overriding Optimizely’s Content Recommendations Block to Implement Custom Recommendations

Introduction The Content Recommendations add-on for Optimizely CMS dynamically recommends content from your site tailored to the interests of each user. Installing the NuGet Package will give you access to Optimizely’s Content Recommendations Block which uses Mustache Templating to render the data from the Content Recommendations API on a page. Although Mustache Templates provide a […]