Technology
Making Wordpress and Drupal configuration files easier for development and production environments
Submitted by David Lohmeyer on February 22, 2013 - 12:36pm
At last year's Drupalcon in Denver there was an excellent session called Delivering Drupal. It had to do with the oftentimes painful process of deploying a website to web servers.
Keeping healthy as a gamer, computer programmer, or someone with a desk job
Submitted by David Lohmeyer on January 21, 2013 - 10:53am
To begin, I would describe myself as all three of the things in the title of this post. In the past I’ve struggled with weight and food cravings. The main problem isn’t usually overeating if you have a sedentary lifestyle, but rather the fact that you aren’t moving, exercising, or eating as well as many oth
VirtualBox and creating virtual servers for web development
Submitted by David Lohmeyer on October 15, 2012 - 10:45amIf you've heard of VMWare and virtualization, you might be confused when you visit VMWare and see 100 different products offered. I know I am. If you're a web developer and want to easily cut through the noise, use VirtualBox by Oracle. It's an open source alternative for virtualization and it does pretty much anything you need as a web developer that wants to spin up an environment for testing on your own computer. It also works on both Windows and Mac computers.
Using SASS/Compass on Windows & Mac for CSS web design
Submitted by David Lohmeyer on June 1, 2012 - 9:46amFont sizing in CSS: em vs. px vs. rem
Submitted by David Lohmeyer on March 13, 2012 - 10:02amI've been looking for ways to simplify my CSS development constantly. I recently made the switch to using Compass/SASS full time in all of my projects due to its simplicity and more importantly the fact that you can create a base template for all of the wild CSS3 effects that require 5 different lines for each browser.
Reflections on My First (Real) Ruby on Rails App
Submitted by David Lohmeyer on January 13, 2012 - 4:09pmI have completed my first real Ruby on Rails app and it's in production. The app answers a problem I have at work: individuals ask me to format newsletter templates all the time and it breaks up my day too often. It's called Newsletter Maker.
PayPal's User Experience Sucks
Submitted by David Lohmeyer on January 9, 2012 - 11:02amPayPal is a great convenience for me and a lot of others. Unfortunately, their website user experience sucks. Why do I need to search Google to find the pages I need on PayPal.com?
If you're selling online and have PayPal buttons created, you better bookmark the "My Saved Buttons" page, otherwise you're going to need to go five pages deep and find this small link when you want to get back to the list:

Star Wars: The Old Republic first impressions
Submitted by David Lohmeyer on December 19, 2011 - 12:30pmI’ve been an MMORPG player for years. I started with Star Wars: Galaxies and dabbled in others like Anarchy Online and Final Fantasy XI in the early 2000s. I leveled to 80 in Age of Conan (yeah...).
Using Adaptive CSS to create mobile-friendly pages
Submitted by David Lohmeyer on October 6, 2011 - 9:08amI recently discovered the greatness that is adapt.js, or Adaptive CSS. In a nutshell, it's a javascript tool that allows your website to activate different CSS files based on the user's current browser window size.
The Android emulator takes a long time to load: solution
Submitted by David Lohmeyer on August 18, 2011 - 11:01amHaving recently started development with Android, I noticed that the emulator takes ages to load up initially. My original thought was that testing a change would take a very long time. However, this is not the case. If you launch an emulator from the Eclipse SDK, you must remember not to close the emulator window. When you make changes and relaunch the application your changes will automatically be installed on the existing emulator. This is something that wasn't completely obvious to me when I started.