Create Amazing, Interactive Content with CreateJS

Create Amazing Interactive Content with CreateJS

Are you looking for a way to create amazing, interactive content?  CreateJS is a suite of libraries and tools that work well together to help you create animations and interactive content for your website or application. In our talk given at the Jquery Conference, we show CreateJS used to create animated and interactive content. An overview of CreateJS, a overview …

Setting up a GIT Repository

Image of Setting Up GIT

This write-up is a guide to setting up a repository for configuration management.  The tutorial is based on GIT, Beanstalk, and a Windows environment using WAMP for local hosting.  The GIT software provides the source code configuration management.  Beanstalk hosts your development environment.  Beanstalk is a favorite because it streamlines the whole process and has a nice user interface.  Deploying an update to a …

Advanced Custom Fields in WordPress

Photo of keyboard to illustrate Advanced Custom Fields

WordPress allows developers to assign custom fields to improve the user experience with entering data into a content management system.   A meta-box contains one or more of the custom fields on the admin panel.  It also allows for more fields to enter data. This blog post is a review of the Advanced Custom Post Plugin by Elliot Condon, and …

Migrating a WordPress Site

Image of Migrate to Wordpress

Getting Started This write-up is a guide for migrating a WordPress site from a local to a remote server, as if you were going from a local development environment to a remote environment on a hosting service.  It is based on phpMyAdmin in a Windows environment. A database and user will need to exist before migrating from one server to …