The Engager A huge congratulations to our client Sunbelt Rentals for winning an Adobe Experience Maker Award in the Engager category! At the prestigious 2023 Adobe Experience Maker Awards’ gala held on June 21 at Rockefeller Center’s iconic Rainbow Room in New York City, Sunbelt Rentals emerged as the winner for The Engager category. This […]
Technology Partners
Unlocking Growth: The Power of Experimentation in Websites and Apps
Unlocking Growth Adopting an experimental culture for websites and apps is the shortest path to corporate success. It’s all about learning from experiences, avoiding costly mistakes, and reaching your target audience effectively. Making data-driven decisions is crucial for website design, content creation, and digital marketing campaigns. A/B testing serves as a digital microscope, providing insights […]
Understanding jQuery UI in Magento 2
jQuery is nothing but a JavaScript library which helps to manipulate the content, event handling, ajax and traversing through the document. jQuery UI extends the jQuery functionality with the set of options to improve the User Interface, adding effects, themes, and widgets. If you would like to know what is jQuery and its advantages in […]
Introduction to the Approval Process in Salesforce
Introduction: In Salesforce, the approval process is a powerful feature that allows you to automate and streamline the process of approving records, such as opportunities, leads, or custom objects. It helps to enforce business rules and ensures that the right people review and approve important records before they progress to the next stage. Here’s an […]
IBM Sterling Next Generation Store Engagement: Revolutionizing Retail Experiences
In today’s highly competitive retail landscape, providing exceptional customer experiences is paramount to success. Customers now demand seamless interactions across multiple channels, personalized services, and real-time access to product information. To address these evolving expectations, IBM has developed the Sterling Next Generation Store Engagement solution, a powerful platform that helps retailers transform their in-store experiences […]
Succeeding with Your CMS Upgrade or Replatform
Succeeding with Your CMS Upgrade or Replatform Performing a CMS upgrade is like embarking on an adventurous journey. Rapid growth and technological advancements are essential, but without a clear digital strategy, businesses may drift aimlessly. Financial constraints and an aversion to risk can impede the adoption of cutting-edge technology and innovative marketing approaches. Organizational resistance […]
Salesforce Lightning Components: Building Custom UI Elements
Introduction In the world of Salesforce development, user interface (UI) plays a vital role in creating a seamless and intuitive experience for users. While the Salesforce platform provides a rich set of pre-built UI components, there are times when you may need to create custom UI elements to meet specific business requirements. That’s where Salesforce […]
Achieving Success with Your E-commerce Upgrade or Replatform
Achieving Success with Your E-Commerce Upgrade or Replatform Navigating e-commerce upgrades, whether for B2B or B2C businesses, can be compared to preparing a delicious feast in a busy kitchen. The secret ingredients for success are rapid growth and technological innovation. However, without a clear digital strategy, financial constraints, fear of risks, organizational resistance to change, […]
Introducing Salesforce Data Cloud and Einstein GPT for the Healthcare Industry
Salesforce Data Cloud is a real-time, unified data platform that helps businesses connect, harmonize, and engage with their customers. It provides a single view of the customer across all channels, enabling businesses to deliver personalized experiences in real time. Data Cloud is powered by artificial intelligence (AI) and machine learning (ML), which help companies to […]
The Power of Landmarks for Screen Readers
In our previous blog post, we explored the concept of landmarks and the significance of correct markup for web accessibility. Building upon that knowledge, in this post, we will delve into the importance of landmarks for screen readers and how they play a crucial role in promoting inclusivity and ease of use for individuals who […]
Optimizely CMS – Getting all content of a specific property with a simple SQL script
When you need to retrieve all content of a specific property from a Page/Block type, normally you will use the IContentLoader or IContentRepository, or even IContentModelUsage to get all instances of a content type then select them by property. This is the correct implementation by code. But what if you only need to check the […]
XM Cloud Deployments: Static site deployment using Netlify CLI
In my previous post (XM Cloud Deployments: Static site deployment using Vercel CLI), I created a Sitecore XM Cloud deploy script to use the Vercel CLI. In this next challenge, I will be looking at doing the same in Netlify. A little background: Netlify and Vercel are two major competitors in the JamStack space. Both […]