Chrissy Wainwright

Django Commands: makemigrations or migrate?Django Commands: makemigrations or migrate?
April 20, 2018

Django Commands: makemigrations or migrate?

When running Django migrations, which command should you run: 'makemigrations' or 'migrate'? Here is a simple how-to manual...

READ MORE
8 Reasons to Upgrade to Plone 58 Reasons to Upgrade to Plone 5
March 22, 2018

8 Reasons to Upgrade to Plone 5

From hardened security and improved performances to through-the-web customizations, here are 8 great reasons why you’ll want to upgrade to Plone 5

READ MORE
Django Forms: Handling form data in the POSTDjango Forms: Handling form data in the POST
March 12, 2018

Django Forms: Handling form data in the POST

Some forms will require custom changes to be made with the data sent to the form. Here are some tips for getting that data in the view...

READ MORE
Making your Django templates AJAX-yMaking your Django templates AJAX-y
February 27, 2018

Making your Django templates AJAX-y

Load all or portions of a page with Javascript without having to do a traditional click-wait-entire page reload...

READ MORE
Transmogrify Your Content MigrationTransmogrify Your Content Migration
August 28, 2017

Transmogrify Your Content Migration

How to successfully and effectively export content out of your CMS using a powerful migration tool called Transmogrifier...

READ MORE
5 Tips for a Successful Plone 5 Upgrade5 Tips for a Successful Plone 5 Upgrade
March 22, 2017

5 Tips for a Successful Plone 5 Upgrade

Everything you need to know to avoid falling into Plone 5 migration traps...

READ MORE
Plone 5 Resource Registry MysteriesPlone 5 Resource Registry Mysteries
December 1, 2016

Plone 5 Resource Registry Mysteries

A personal recount of my encounter with the new Plone 5 resource registries, and my journey to understand and master it...

READ MORE
Best Practices for Customizing Your Live Plone SiteBest Practices for Customizing Your Live Plone Site
March 17, 2015

Best Practices for Customizing Your Live Plone Site

Learn when TTW customizations should be avoided, how to make customizations properly, and how to put a customization process in place.

READ MORE
How We Made our Site ResponsiveHow We Made our Site Responsive
February 19, 2015

How We Made our Site Responsive

Mobile and responsive development are key in today's web design practice, but how do you make an existing production site fully responsive? Here's how we did it.

READ MORE