Douglas Karr's Articles on Martech Zone
- Marketing Tools
Fathom: Transcribe, Summarize, and Highlight Key Notes And Action Items From Your Zoom Meetings
Despite DK New Media being a Google Workspace client, not all of our clients want us to utilize Google Meet for our meetings. As a result, like most of our industry, we’ve turned to Zoom to be our tool of choice for meetings, recorded interviews, webinars, or even podcast recordings. Zoom has a robust third-party application program that extends the…
- Content Marketing
WordPress: Find and Replace All Permalinks In Your Database using Regular Expressions (Example: /YYYY/MM/DD)
With any site that spans over a decade, it’s not uncommon that there are many changes made to the permalink structure. In the early days of WordPress, it wasn’t uncommon for the permalink structure for a blog post to be set to a path that included the year, month, day, and the slug of the post: /%year%/%monthnum%/%day%/%postname%/ Aside from having…
- Sales Enablement, Automation, and Performance
Mediafly Revenue360: The Evolution of Sales Enablement Technology
Before 2020, B2B buyer behaviors had already begun shifting to favor digital and self-service channels. With more buyers firmly cemented in the world of digital selling, there’s no going back. 71% of buyers willingly spend over $50,000 on a single transaction using a remote or self-service model, for example. McKinsey To remain competitive and relevant, revenue teams will need different…
- Content Marketing
How Can You Programmatically Change Font Color Based on the Background? (Light/Dark Mode)
If you’ve visited Martech Zone lately, you may have noticed that we now offer the ability to view the site in either light or dark mode. Just search for the moon or sun icon next to the date in the top left navigation bar on the site. It’s a pretty cool feature and it works really well. When I launched…
- Martech Zone Apps
App: Convert Hex, RGB, and RGBA Colors
This is a simple tool to convert a hexadecimal color to an RGB or RGBA value or vice versa. If you’re converting hex to RGB, Enter the hex value as #000 or #000000. If you’re converting RGB to hex, enter the RGB value as rgb(0,0,0) or rgba(0,0,0,0.1). I also return the common name for the color. Hex to RGB and…