Apps
Blogroll
Tech
University of Northern Iowa
Meta
Author Archives: Ryan
Modules to Disable When Upgrading Drupal 6 to Drupal 7
With the number of Drupal site upgrades I have been working on (using Drush site-upgrade), I thought it would be handly to compile a list of modules that should be disabled before attempting a site-upgrade. These are all modules that … Continue reading
Posted in Uncategorized
Leave a comment
Backups: They’re Important for Everyone
Backups are one of the most important responsibilities that home users neglect. Most of the time this is because home users don’t realize how important their data is until either their hard drive crashes, their house starts on fire, or … Continue reading
Posted in Technology
Leave a comment
Installing and Using MacPorts in Mac OS X Mountain Lion
With the release of Mac OS 10.8 (Mountain Lion), Apple changed how you gain access to make and gcc. In previous version of Mac OS you could install xcode and everything would work fine. In 10.8 the installation of the … Continue reading
Posted in Technology
Leave a comment
Make Vim more Python friendly…
Here are a few lines for the vimrc file that will make vim a little more Python friendly by providing autoindent. syntax on set autoindent set smartindent set tabstop=4 set shiftwidth=4 Update: After settings these, I found that copying text … Continue reading
Posted in Technology
Leave a comment
Android vs iOS A Mini Review #2: Music
This post will definitely not be a “which is better” post, because it 100% depends on what your music situation. They both can be just as decent depending on how you have your music library setup. The “Cloud” Cloud computing … Continue reading
Posted in Uncategorized
1 Comment