Last week, our team attended Appian World, in San Diego. During the three-day conference, Appian partners, clients, and vendors got together to hear from Appian leadership, industry experts, and get hands-on experience with Appian platforms. The Perficient team learned about new Appian capabilities and technologies, heard new product announcements, and connected with peers and clients […]
Development
Getting to know Sitecore Search – Part 4
Welcome back to getting to know Sitecore search. In this post, we’ll focus on the advanced web crawler. We’ll modify the source, document extractors, taggers and attributes to customize our indexed documents. Manage Sources To manage sources, visit Administration/Sources From this screen you can see a list of your sources. You can see the source […]
Unboxing the Box-Sizing Property in CSS
Box-sizing property in CSS Box-sizing is a CSS property that helps us set the height and width of an element. Sometimes, when we set the height and width of an element, it doesn’t work as expected. In such situations, we can use the box-sizing property to adjust the element’s size. Box-model: The Box-model is a […]
Icon Library in Optimizely CMS
What are Icons? Icons are graphical representations of different elements on a website. They make the webpages visually appealing and like any other image, have a stronger connection and retention to the end user’s memory than plain text. When used in moderation and the right way, they can be self-explanatory and reduce the need for […]
“Just In Time” User Migration Approach in Azure AD B2C
“Just In Time” User Migration This is a continuation of our B2C series on consolidating users identities into Azure B2C. So far we have looked at the benefits on consolidating user accounts into Azure B2C and a brief overview of the Bulk Migration strategy for migrating users from an existing identity provider into Azure B2C. […]
Bulk User Migration Approach in Azure AD B2C
With Azure AD B2C, you can migrate and consolidate users from other identity provider systems. In this blog, I’ll walk you through one approach for migrating user accounts: a Bulk Migration in one batch. Read More: Consolidating Users into One Identity Provider with Azure AD B2C Bulk migration can be done with little-to-no impact to […]
Consolidating User Accounts in Azure AD B2C
In my past couple of articles (What is Azure B2C & Multi-Tenant Architectures with Azure B2C), we talked about some of the basics of using the Azure Active Directory Business to Customer (Azure AD B2C) platform and about some common use cases. Continuing that thought, I have a three-part series to discuss one more common […]
Creating Dropdown Lists in Optimizely CMS 12 with Enum and Database
This blog will help to create single or multiple list options in CMS 12. Dropdown lists play an important role whenever we give the user to select a single value from the list. In CMS 12, single or multiple selection lists populate using “SelectOne” and “SelectMany” attributes. This attribute is in the “EPiServer.Shell.ObjectEditing” namespace. You […]
The Power of User Testing for Web Accessibility: Digital Accessibility Testing Fundamentals 3 of 4
Welcome back to our series on Digital Accessibility Testing Fundamentals! In this third installment, we’ll discuss some of the user testing techniques and tools for digital accessibility. User Testing In our increasingly digital world, ensuring accessibility for all users is paramount. User testing has emerged as a powerful tool for gathering valuable feedback on digital products […]
Submit Action to Save Contacts in List Manager – Basic Implementation
A custom submit action for Sitecore forms that will save contact information to the list manager’s contact list. It will allow us to collect the contact details from the end user through a Sitecore form and save them to the contact list inside the list manager. The article contains a step-by-step guide for creating a […]
Automation Testing for Web Accessibility: Digital Accessibility Testing Fundamentals 2 of 4
Welcome back to our series on Digital Accessibility Testing Fundamentals! In this second installment, we’ll discuss some of the automation testing techniques and tools for digital accessibility. Automation Testing Automation testing for digital accessibility refers to the use of automated tools and techniques to assess the accessibility of digital products such as websites, web applications, and […]
Understanding React Routing
Routing helps users to switch between views in a web application depending on an action or request. Users can switch between pages when they click a link, button, icon, image, or other component within the program. 1. Installing the React-Router React uses an external library to manage routing however, before we can utilize that library. […]