AdobeDigital Marketing

Adobe Target Integration with Adobe Cloud Services using Launch

Introduction Adobe Target, as an integration in AEM, provides varied site visitors to experience personalized content from AEM intelligently. It lets us leverage its different variations based on multiple use cases to target different audiences. Its client-side implementation can be done in two ways – one by using Target AT.js Javascript Library and the other […]

Ayush Anand
Ayush Anand
Read

Adobe

Extending CIF(Commerce Integration Framework) Core Component

In continuation with our last blog on setting up the Venia store, we will customize AEM CIF core components as per our needs. Adobe Experience Manager (AEM) is a powerful content management solution that enables businesses to deliver exceptional digital experiences. One of its key strengths lies in its Commerce Integration Framework (CIF) Core Components, which facilitates […]

Arpit Aulak
Arpit Aulak
Read

AdobeFront End Development

Part 6 – Web Accessibility: Focusing on Visual Representation of navigation links

This is the last example for the web aria accessibility implementation, where we will look at how we can visually represent the links on keyboard navigation. If you take an example of navigation links, here on anchor tags, we have a href attribute, which makes the anchor tag focusable by default where this black border/outline […]

AdobeFront End Development

Part 5 – Web Accessibility: Fixing Checkbox to announce the “checked” / “unchecked” state while using screen reader

This is the third example for the web aria accessibility implementation where we will understand announcing the checkbox label and checkbox checked/unchecked state correctly on the spacebar key-down and click. This is the working solution below on how to make this checkbox announce label and state. ⇒ Code SNIPPET 3 – <!DOCTYPE html> <html lang=”en”> […]

AdobeFront End Development

Part 4 – Web Accessibility: NVDA Screen Reader for effective debugging

This is the second example of the web aria accessibility implementation, where we will fix the issues using the NVDA Screen Reader. Here, we will get to know whether it will read the webpage or not and check the multiple accessibility errors. You can download this tool from this link – https://www.nvaccess.org/download/   ⇒ Code […]

AdobeFront End Development

Part 3 – Web Accessibility: Practical Approaches to Implement accessibility using Axe tool

This is the first example for the web aria accessibility implementation, where we will understand how this Axe Tool works and look at how we can fix these issues. You can read more about the accessibility implementation from the mdn web docs. But by Installing this Axe Accessibility Linter plugin on the Visual Studio Code, […]

AdobeFront End Development

Part 2 – Web Accessibility: Your guide to comprehensive website testing

Accessibility Testing –  Automated Assessment: Automated testing tools can scan websites or mobile applications to identify errors across numerous pages based on WCAG standards. This approach can potentially uncover up to 57% of accessibility concerns. 1. VS Code Plugin – The axe Accessibility Linter plugin for VS Code assists developers by conducting real-time code analysis, […]

AdobeFront End Development

PART 1 – Web Accessibility: Ensuring Equal Online Experiences for All

Overview – The concept of accessibility revolves around whether individuals can use a product or service, regardless of how they encounter it. While regulations for accessibility exist to support people with disabilities, designers should strive to cater to a diverse range of potential users across different usage situations. Here are some instances of individuals who […]

Adobe

Use of Environment Variables in AEMaaCS

Benefits of Environment Variables Environment variables (EV) offer a host of benefits to users of AEM as a Cloud Service: EVs are only required to be configured once and can be updated and deleted when required. The value of an EV can be updated at any point in time and take effect immediately without any […]