As we all know that Marketo doesn’t provide an option for securing the pages using a password. So, we are here to show you a method that will allow you guys to secure a Marketo LP using a Password. We will be using JavaScript to build this functionality and as we all know it is […]
Electron is a framework based on Node.js and Chromium that is used to write desktop applications using JavaScript, HTML and CSS. If we want to work together with React and Electron then we need to set up React with ‘create-react-app’ and Electron. But my main concern is to use ‘.jsx’ or react component in Electron […]
If we look at the readme file of a software, it has the information about the software – It’s Name, Company’s Name and among other things, a peculiar 4 decimal Version number. Ever wondered, why softwares generally have a four decimal identification number in their About dialogs. What do these four decimal digits signify? Lets […]
Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it to learn for themselves. Machine learning is an AI enabled process that simplifies business […]
Recently, I came around to a problem where I need to customize the minimum date and maximum date on the Marketo form. By default, Marketo doesn’t allow us to define the date validations on the Date field. I came around a JS to restricting the date. You can use the Javascript code below to add […]