QREATiv |


Search

Archive Results

MODX + MailHog

Configure the MODX mail settings to use MailHog as a local smtp server, complete with a basic GUI so you can send email from your local development installation. Great for testing and debugging.

The Sass Migration

In 2019 the Sass feature-freeze was lifted with a major update: Modules. With it comes some fundamental changes that will affect the soon-to-be legacy syntax.

A Pull Quote for the Web

A simple technique for creating an accessible pull quote without the drawbacks associated with duplicate content and screen readers, or the potential negative impact on SEO.

Bitdefender BOX 2

A home security hub with award-winning software and machine learning that actively monitors a network and all connected devices, including IoT, for suspicious activity.

MODX Alphanumeric Password Validator

A custom validator for the MODX Register snippet that limits password characters to alphanumeric, hyphens and underscores only. While probably not the best idea when it comes to password security there may nevertheless be situations when restricting character types is necessary.

TinymceWrapper: Customizing Ace Editor

If you’re using the TinymceWrapper Extra you can customize the Ace editor window so it better matches the style of the MODX Manager by overriding the hard-coded CSS in the plugin. For the purpose of this tutorial I will focus specifically on the “Close” button (icon) in inline mode.