πŸ†πŸ†πŸ† I've been certified as an Adobe Community Advisor for 2021-2022! Read more on the Adobe MVP blog post πŸ†πŸ†πŸ†

121 Posts

Extend a WordPress Theme with a Child Theme

Instead of editing the PHP, HTML and CSS files of a WordPress theme, we’ll extend it with the WordPress Child Themes system.

Enable SSH access to Adobe Campaign hosted server

From your windows computer (client), connect to your Adobe Campaign server via SSH to execute maintenance operations and get debugging information.

Analyze Adobe Campaign SOAP requests with Fiddler

The Adobe Console Client communicates with the Adobe Application Server with SOAP calls only. As the SOAP protocol relies on HTTP/HTTPS, we’re able to intercept requests & responses via Fiddler.

...

Install Adobe Campaign locally on Virtualbox

Local install Adobe Campaign to set up your own development environment! Useful for testing and demo. Plus, access to any VM feature such as snapshots and duplication.

Django Python web server overview

While Django was created in 2005 by a newspaper web team, it is now a generic web development framework used by Big sites such as Instagram, Pinterest or BitBucket. Let’s...