Tuesday, January 26, 2016
Goals for 2016
Around this time each year I have to set my goals at work. Trying to formulate what my goals are is making me think of what my own personal goals as a coder are. In general, I want to use my abilities, skills, and talents to make the world a better place. In addition, I've noticed that I learn by just jumping in and trying things, as well as reading books and basically sucking up all the information I can about a subject. My hope is to use both the experiential and educational approaches to gain more knowledge and accomplish my goals.
Get more freelance and business experience
Create some kind of game or fun app
Get involved with the coding community
Learn foundational programming concepts
Get more freelance and business experience
Learn a front-end framework
Continue contributing to scoping
Present at Heads Up or other meeting
Monday, January 18, 2016
Wordpress Migration
When migrating Wordpress between servers, usually when moving from a staging to production database for the first time, I'll follow these steps:
Wordpress Force Generate Thumbnails
- Install a fresh version of Wordpress on the production server
- Move wp-content folders via FTP: uploads, themes, plugins (if desired)
- Export the MySQL database from the staging MySQL server, rename hostnames
- Import the MySQL database to the production
In general this works pretty well. However I've never been able to get the media library files to successfully load on the new install. Since I uploaded all the uploads folders, the paths to the JPGs work. But in the Media Library they all show up w/o thumbnails.
After much searching I found a plugin that reattaches the thumbnails in the new install. Tried it out and it works like a charm!
Wordpress Force Generate Thumbnails
Subscribe to:
Posts (Atom)