Use the WordPress Customizer to Create Color Schemes

<![CDATA[ Introduction The WordPress customizer is a great tool that lets you easily make changes to the theme of a site. One way it’s helpful is when we want to use a theme that has multiple color schemes. For instance the UConn Health Clinical theme is a good example. Each clinical site has a different […]


  • Sending Mock Emails with Docker

    <![CDATA[ Introduction I’ve been working on a new version of the plugin that allows people to subscribe to UConn Today. One of the goals was to see how the plugin handles sending emails to a listserv which has the subscriber list. I wanted something that was going to be easy to incorporate into the project […]

  • Creating a Private Docker Registry - APIs/docker networks (Part 3)

    <![CDATA[ Introduction One of the great things about using docker-compose is that the containers are automatically networked together even if they’re not exposed to the outside world. So this post is going to go over how that works in the registry app and what that means to the browser Let’s go!!!!!!!!!   Docker networking First […]

  • Weird adventures in javascript

    <![CDATA[ This is the introduction…. The page needed to display: the page title a sorted list of links to articles Pretty simple right? Well….. There were a few catches… The links needed to be in alphabetical order (A – Z) They also needed to be in numeric order (meaning 10 comes after 9 and not […]