• Posts Tagged ‘wordpress’

    WordPressing “The Homesnewser”

    by  • February 4, 2013 • Portfolio • 0 Comments

    Screen Shot 2013-02-04 at 10.43.46 AM

    I built this site for the a homeschool newspaper publication that needed an online presence. It’s built with WordPress using a responsive design to accomodate everything from phones to tablets to desktop browsers.  There are a  few interesting plugins: The Facebook Like Box allows visitors to share the articles with their friends on Facebook.  Getting the...

    Read more →

    Using WordPress in multiple environments

    by  • April 10, 2011 • Development • 0 Comments

    figure1

    When developing software, it’s important to have different environments so that modifications made by developers don’t affect others outside their own “sandbox” or the “production” server. Best practices generally dictate three tiers: a local development environment for each developer, a staging environment to integrate changes from multiple developers, and a production environment. WordPress is...

    Read more →

    WordPress on OS X with Nginx, PHP, and mysql

    by  • March 31, 2011 • Development • 9 Comments

    wordpress-logo-notext-rgb

    Recently, I wanted to do some WordPress development on my Mac.  I’ve got Ubuntu installed on a virtual machine, but I decided to get the stack running on OS X. I’ve been using Nginx for a while now as a web server, caching proxy, and load balancer for some Plone sites.   It’s been fantastic...

    Read more →