Implementing the latest version of Adobe Experience Manager (AEM) allows you to accelerate innovation, source and manage assets exponentially, and manage your content and experiences. Last week, I discussed planning your migration to AEM, which is the first stage in the recent guide, Plan, Build, and Run: What to Expect When Migrating to Adobe Experience Manager. Now, […]
Posts Tagged ‘Adobe Experience Manager’
Improve Your Transition to AEM with Proper Planning
Planning. We do it in so many aspects of our lives. And while it may seem like a simple concept, it’s often the difference between a successful platform transition and one filled with potholes. Perficient Digital recently published the guide Plan, Build, and Run: What to Expect When Migrating to Adobe Experience Manager (AEM). The guide […]
Know Your Priorities Before Moving To AEM
The holiday season and the looming new year have many of us trying to get our personal priorities in order. But priorities are also essential when strategizing how to improve your digital experience. When it comes to designing, building and implementing top-notch customer experiences it’s vital to have your priorities in order. A great deal […]
Setting the Selected Value in CoralUI 3
Setting the value of a coral-select element in the CoralUI framework v3 is somewhat complicated. It is also different than the process for CoralUI v2 and for standard HTML5 select elements. With standard HTML5 select elements, you can simply use a snippet like this to set the selected value: $(‘#my-select’).val(value); This does not work for […]
Your Pre-Planning Checklist for an AEM Implementation
Making a list and checking it twice… ‘Tis the season for lists. Our children are making lists, and we too are staying organized with lists – both personally and while at work. Whether its all the people you have to buy presents for in your eight-sibling family, or a slightly larger (okay – much, much […]
Show Dynamic Values in i18n Variable Using JavaScript
Use case: pass dynamic values in i18n and get them translated using Adobe Experience Manager (AEM) translator. Let’s say you want to show a pop-up message to end users with their name and the product’s name. You will need to use i18n so that the message gets translated based on the internationalization. The steps below […]
5 Tips to Maximize Adobe Experience Cloud Performance
The research is clear: consumers want fast websites! No matter how personalized or beautiful an experience you provide, consumers will not wait around if it is too slow. Luckily, the Adobe Experience Cloud enables you to create both a stellar and high-performance website. Here are five key tips on maximizing the performance of your website: […]
Build an Experience Business with Perficient Digital + Adobe [Video]
Customer expectations are higher than ever before, thanks in part to the proliferation of mobile devices and other digital channels that have raised the bar. In this “connection economy,” we generate value from the connections we make. And thus, the balance of brand power has shifted from businesses to the highly informed, constantly connected customer. Companies are […]
No Matter What Anyone Tells You There’s No TouchUI Under /etc
I’m posting a little-known fact to save anyone else the frustration of banging their head against why this doesn’t work for a couple hours: Except for a few specific conditions, you cannot use TouchUI to edit any components under the /etc directory. There you have it! That’s really the crux of the blog post! Of […]
Website Voice Search with the WebSpeech API and Adobe Search&Promote
With the takeover of the web by mobile browsers, tailoring experiences to mobile users is critical to creating successful experiences. Nearly 21.6% of mobile visitors use voice search on a daily basis, so providing voice search on mobile web experiences helps to craete a more native experience for mobile users. Historically there has not been […]
Mastering the AEM Dispatcher Part 4: Sharing Content with SSI
We’re delving deeper into the AEM Dispatcher as we continue in the series, Mastering the AEM Dispatcher. In this post, we’ll discuss how to share content with non-AEM applications in the Dispatcher using SSI includes. Integrating AEM and non-AEM websites is tricky. To create a consistent look and feel, you need to share the stylesheets, header, […]
Mastering the AEM Dispatcher Part 3: Shared Configurations
This is the third post in the series Mastering the AEM Dispatcher where we delve into the mysteries of this opaque technology. In this post, we’ll discuss how to set up configuration variables in the AEM Dispatcher to reduce redundancy and make it easy to compare and sync configuration files across environments. The Starting […]