- Site migration from Drupal (or other mysql database source) to WordPressDrupal/xcart to wordpress/Woocommerce Magento to WordPress/Woocommerce OSCommerce to WP/Woocommerce Using database and text utilites for migration/development research The best way to migrate a site from one platform to another is to use the tools and utilities designed for import export. Sometimes you get a situation where …
Continue reading “Site migration from Drupal (or other mysql database source) to WordPress”
- Add custom ringtones to samsung galaxy nexus hspa+ i9250 phoneSo, it turns out to be quite easy, but … not especially well documented. So, if you are like me and this is your first Android, you’ll be pleased to find out that adding custom ringtones in linux (or any os, windows or mac) is fairly …
Continue reading “Add custom ringtones to samsung galaxy nexus hspa+ i9250 phone”
- More shell magic: find orphan imagesOk, ok. So lets say you are using wordpress and want to find all the deprecated images in your theme’s image directory. Because I’m a madcap party animal, I’d say you could do something like this: #!/bin/bash for i in *.*; do cd .. RES=`grep -lIrc …
- Random number generation in bashOk, so lets say just hypothetically that you had all the 80 episodes of the 3 seasons of Star Trek the Original Series listed in a text file named list.txt and you wanted to select one at random to simulate what you might’ve seen on channel …
- iPhoto ExportiPhoto is the default camera/photo application for Mac OS X computers. And it is not readily obvious how to get your images out of there, and into a folder for emailing to your web developer!–hence this post. Permalink: http://www.kfdev.com/2010/02/05/iphoto-export/ 0) Step zero is to create a …