Migrating Email Between Contracts at IONOS.com (Formerly 1and1.com)

Posted by on Jun 20, 2023 in Standard post format, Technology, Web Development

IONOS Name Servers Webmail Access https://mail.ionos.comUse the following information for manual setup: IMAP/SMTP User name: {The email address that you set up and that you want to use.}Password: {Your selected email password.} Incoming Server imap.ionos.com –> IMAP (recommended)Incoming port (SSL must be activated): 993 pop.ionos.com –> POP (old tech)Incoming port (SSL must be activated): 995 […]

SPF and DMARC Entries for IONOS.com Hosting

Posted by on Jun 20, 2023 in Journal, Technology, Web Development

Just some notes, mostly for myself, on putting SPF and DKIM entries in place at IONOS.com. SPF, DMARC How to configure SPF, DKIM and DMARC records? To secure your e-mail service and make sure that you won’t have issues with e-mail spoofing, you need to set SPF, DKIM and DMARC records for your domain. You […]

Increasing VM Hard Drive Partition Size

Increasing VM Hard Drive Partition Size

Posted by on Jun 2, 2019 in Journal, Technology, Web Development

I had an old Windows 7 VM that I upgraded to Windows 10 some time ago. Recently I needed to use it and ran out of space on the VM’s drive. It’s simple enough to use Parallels’ tools to increase the volume size, but in some circumstances this doesn’t actually work. Instead it tacks a […]

Enabling GZIP Compression on IIS 7/8.5 for use with Umbraco 7

Enabling GZIP Compression on IIS 7/8.5 for use with Umbraco 7

Posted by on Feb 9, 2018 in IIS, Technology, Web Development

Part of website optimization includes compressing website contents where possible. Here are some steps to get GZIP compression up and running on IIS for Umbraco.

Gravity Forms Filter Example

Gravity Forms Filter Example

Posted by on Apr 29, 2017 in Technology, Web Development, WordPress

RocketGenius’s Gravity Forms plugin for WordPress is arguably one of the best form builder plugins around. Support is great, licensing is simple, and the tool itself is exemplary. It’s GUI form builder is second to none, and even allows management of contact dropdowns, so notifications can be sent dynamically to the right person based on user choice […]

Modern.ie site helps with virtualized browser testing

Modern.ie site helps with virtualized browser testing

Posted by on May 7, 2014 in Technology, Web Development | No Comments

I’ve been using VMs for browser testing since the ’90s when Connectix still owned Virtual PC. Recently, Chris Morris introduced me to Microsoft’s own Modern.ie project. It’s an effort to help developers test against IE’s rendering issues, and a big part of that comes by way of provided pre-built VMs for common host platforms. The […]

Heartbleed OpenSSL Issue Description and Remediation

Heartbleed OpenSSL Issue Description and Remediation

Posted by on Apr 11, 2014 in Web Development | No Comments

Great article over at StackExchange.com on the recently announced Heartbleed bug in OpenSSL. The bug allows any client who can connect to your SSL server to retrieve about 64kB of memory from the server at a time. The client doesn’t need to be authenticated in any way. By repeating the attack, the client can dump different parts […]

Coda 2 Hangs on Launch with Large File Open

Coda 2 Hangs on Launch with Large File Open

Posted by on Feb 18, 2014 in General, Web Development | No Comments

So you made the mistake of opening a giant text file (probably SQL) in Coda 2. The program has hung up and you have the friendly spinning Beach Ball of Unresponsiveness, and it won’t go away. So, eventually you decide to kill the program and start over. Aha, but Coda 2 is helpful and opens […]

Some great ideas on web development workflow

Some great ideas on web development workflow

Posted by on Mar 19, 2013 in Technology, Web Development | No Comments

Check out Paul Irish’s talk at the HTML5 Dev Conference from November 2012. Maybe there’s a little more Yeoman in our futures?  

Joomla 2.5.x Versions Module (mod_version) Not Showing Up in Administrator Modules List

Joomla 2.5.x Versions Module (mod_version) Not Showing Up in Administrator Modules List

Posted by on May 15, 2012 in Joomla, Technology, Web Development | No Comments

Have run into a couple of times recently and finally found the solution. The problem: The Joomla version isn’t being displayed in the admin footer while logged into the backend. The module also isn’t showing up in the admin’s list of admin modules. The issue: In one or more Joomla 2.5.x updates, the SQL to […]