News

I have logged a new issue when I didn't get a reply there and following the instructions in the "Issue Management Policies" Hi Javier thanks for the quick reply I have been doing a lot of reading on ...
To auto-refresh your live stream when it finishes and redirect to a "done" page, you'll need to get your hands dirty with some JavaScript and AJAX magic. Here's a step-by-step guide to help you ...
AEM allows you to use custom JavaScript files to provide extra functionality and styling to your pages, in much the same way as custom CSS is implemented. These can enhance your AEM site and make them ...
What is AJAX (Asynchronous JavaScript and XML)? AJAX (Asynchronous JavaScript and XML) is a technique aimed at creating better and faster interactive web apps by combining several programming tools, ...
To retain the selected value in the dropdown on refresh, sessionStorage is used to store the value within the user's browser. First, the values have to be set using sessionStorage.setItem("SelItem", ...
Google Chrome will soon be able to block JavaScript redirects when users click on a web page link that opens a URL in either a new window or new tab. For those ...
Google Chrome is getting a new feature that increases security when clicking on web page links that open URLs in a new window or tab. When inserting links into an ...