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...