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 […]

Adobe

Resolving Adobe’s Cloud Manager Deployment Issue with Java Version Compatibility

Adobe’s Cloud Manager is a popular platform that provides continuous delivery capabilities for code deployments into Adobe Cloud service. However, we encountered a sudden pipeline failure during a recent deployment due to a Java version compatibility issue. In this blog post, we’ll share our experience in diagnosing and resolving this problem, ensuring a smooth deployment. […]

AdobeJava/JVMReact.js

Building Custom Components in AEM SPA Editor with ReactJS: A Step-by-Step Guide

Introduction Adobe Experience Manager (AEM) is a comprehensive content management solution for building websites, mobile apps, and forms. It makes it easy to manage your marketing content and assets. One of the powerful features of AEM is the Single Page Application (SPA) Editor, which allows developers to create more fluid and responsive user experiences. In […]

AdobeDigital MarketingJava/JVM

Campaign Standard Integration in AEM

Introduction: In this comprehensive guide, we will walk you through the end-to-end process of integrating Adobe Campaign Standard into Adobe Experience Manager (AEM) with a real-world use case. You will learn how to seamlessly connect the two platforms and leverage the power of Adobe Campaign’s marketing automation capabilities within AEM. We will cover the steps […]

Adobe

How to Configure Components Efficiently in AEM with Parameterized Namespace include

Prerequisites AEM development environment set up AEM version 6 or above ACS AEM(my version 5.1.2) Commons library must be installed in your AEM instance. Understanding of the Granite UI framework Adobe Experience Manager (AEM) is a powerful web content management system that allows developers to create and manage digital experiences across various channels. One of […]

Services