Ever felt a twinge of confusion when faced with the decision of whether to use a mixin or extend in SCSS? You’re not alone. Today, we’re going on a journey together, where you’ll discover the complexity of mixins and extends, and by the end, you’ll know exactly when to employ each one. Let’s dive in, […]
Development
AEM Customization: How to Add a Custom Action Button to the AEM Assets Action Bar Menu
Recently, a client approached us with a requirement to update content fragment elements data, Assets metadata, and Folder metadata via an Azure-based API. Our initial solution was to implement a JMX script, which could be started by an admin user group with valid parameters. However, this was a rather limiting solution, as normal AEM authors […]
Harnessing Sensory Integration Apps: A Breakthrough for Cognitive Disabilities
In a rapidly evolving digital age, technology continues to bridge the gap for individuals with cognitive disabilities. Sensory integration apps have emerged as powerful tools that foster cognitive development, independence, and enhanced quality of life for those facing cognitive challenges. In this blog post, we will delve into the world of sensory integration apps, exploring […]
How to Integrate Power BI into Power Apps
In today’s digital age, businesses need tools that can help them make informed decisions quickly. Power BI and Power Apps are two powerful tools that can help businesses achieve this goal. Power BI is a business intelligence tool that helps businesses visualize and analyze their data, while Power Apps is a low-code platform that allows […]
Implementing the Flip Card Feature in Optimizely CMS 12 using Perficient SCORE Optimizely Foundation
Flip Card Features in Optimizely CMS 12 In this blog, we will explore the following topics: Flip Card details Flip Card requirements Flip Card back end implementation Flip Card front end implementation storybook Flip Card used in website. Flip Card Details: SCORE is Perficient accelerator with prebuilt features. Flip Cards offer an enjoyable method for […]
How to Implement Schema.org in Sitecore
In this blog, we will be discussing Schema.org, the role of schema.org in SEO, and how to implement Schema.org in Sitecore. What is Schema.org? Schema.org is a universal way to describe web pages with structured data. Search engines use this information to enrich the user experience on their search results and generate rich snippets. Structured […]
Securing Your Salesforce Ecosystem: A Comprehensive guide to using Checkmarx
Secure software development is critical for businesses today, and organizations that use Salesforce as their primary CRM platform must ensure that their Salesforce applications are secure and protected against potential threats. One of the best ways to enhance the security of Salesforce applications is by using Checkmarx – a software security tool that provides application […]
Task Lists and Assistive Technologies: Streamlining Task Management for Cognitive Disabilities
For individuals with cognitive disabilities, keeping track of daily tasks, appointments, and responsibilities can be a challenging endeavor. Thankfully, assistive technologies have come to the rescue, with task list apps like Todoist and Wunderlist leading the way in simplifying task management. In this blog post, we explore how these apps empower individuals with cognitive disabilities […]
Installation Errors While Setting Up Sitecore 10.x Instance with Docker
As a Sitecore developer, you might have faced some errors while working with Sitecore, especially during the setup/installation process. In this blog post, we will discuss some of the errors I encountered during the Sitecore getting started template setup through docker on my local machine. “Docker Desktop – WSL kernel version too low” This is […]
Perficient Principal’s Articles on Composable Featured in CMS Wire
In the ever-evolving realm of digital transformation, staying ahead of the curve is paramount. This is where Composable Architecture steps in, reshaping the way businesses construct and manage their digital landscapes. We’re excited to introduce you to two illuminating articles recently featured on CMSWire.com, “The Heart of Composable Architecture,” and “Navigating the Long Tail of […]
Keeping your own XM Cloud repository in sync with official XM Cloud starter kit template
XM Cloud is a live evolving platform – the development team releases new base images almost on a weekly basis, and new features are coming to the product regularly, which gets reflected in the underlying dependencies, as well as public starter kit templates such as XM Cloud Foundation Head Starter Kit. At the same time […]
Dependency Injection in Sitecore
Dependency injection (DI) is a technique for achieving loose coupling between objects and their dependencies. Rather than creating classes of classes or using static references to perform their actions, most classes declare their depending on a constructor. Sitecore uses Construction injection and Sitecore implementation is based on Microsoft.Extensions.DependencyInjection. Sitecore dependency injection implements the three lifetimes […]