Tag: SQL

  • Changing the Domain Name on WordPress Multi-site

    I created a WordPress site for a client who needed to support both English and Español versions of their content, which involved using a plugin called MultilingualPress that creates relationships between sites for each language. I developed the site locally on my server, and then after they created some content, migrated it to their hosting…

  • Extreme Import

    Once in a while, I run across a situation where I need to import data from a spreadsheet into a database. If the data is to update a single table, this is pretty straight forward. On the other hand, if the data is modeled as a set of tables it gets a bit more messy.

  • Migrate JavaEE from Single Tier VM (Step 1)

      I manage a small application that is hosted on a single Linux virtual machine and have noticed some occasional performance and stability issues. The server runs CentOS, MySQL and a GlassFish server. I chose GlassFish several years ago because at the time it was the only EJB3 container around, as well as being very…

  • Moving my VolunteerCake to my Mac …

    I have been running my development for VolunteerCake with a database on my Windows box which sits in my office with my Mac. I went to meet some people at a coffee shop, and realized that I couldn’t show them the app running on my MacBook because I was no longer on the same subnet…

  • CakePHP and RESTful Web Services – debug problems

    I ran into an odd problem with the way Cake is coded that tripped me up for a couple of days. Because I hate it when things don’t work the way I think they should, I spent way more time debugging this than anybody should. I got my basic RESTful service working for the VolunteerCake…