118 Posts
Use Node-RED for automation
Weβll cover a simple example of sending a slack message every morning to get the day weatherβs forecast: min-max temp and an emoji depicting what the sky will be like,...
Migrate from Wordpress to Jekyll [Part 1/2]
This post is the part 1 of the tutorial collection on how to migrate from Wordpress to Jekyll.
- Part 1. Introduction
- Part 2. Create the Search component
Create a Search in Jekyll [Part 2/2]
This post is the part 2 of the tutorial collection on how to migrate from Wordpress to Jekyll.
- Part 1. Introduction
- Part 2. Create the Search component
Git commit naming
Commits are prefixed
Use the following prefixes:
- + for a new feature
- * for an improvement of an existing feature
- ! for a fix
How JSSPs work in ACC (Dynamic JavaScript Server Page)
We can create server-generated pages in ACC. Here are some info about it. It will result in pages with the .jssp extension.
Create your first OVH cloud project IaaS
Simple VPS provisionning with basic LAMP server via OVH Manager and OVH Public Cloud. We will go through the whole process: creating the instance, configuring it, connecting via SSH...
Get the content of your serverConf.xml in Adobe Campaign
serverConf.xml holds a lot of information concerning the configuration of your instance. But thereβs no direct access from the console. You can read and dump its content using Linux commands...
Use Javascript libraries in Adobe Campaign (MomentJS, Lodash..)
Ever wanted to use MomentJS or Lodash in your JS scripts? Itβs easy to include them via a CDN for client-side web apps, but it can get tricky to get...
Module Login as customer in Prestashop 1.6, 1.7
With this module, as an admin you are now able to login as a customer in order to make orders, payments and edits to his profile. Source code included, open...
Adobe Campaign input Form helper
Curated list of XML codes example for your input form in Adobe Campaign 7 with actual business cases.