Call Me In China 2.5 Released

Call Me in China released minor version 2.5 today.  This release introduces a 30-day money back guarantee as well as several bug fixes to improve the customer’s experience.  We’ve also tightened down the billing functionality and made the system more responsive to fraud.

There were only minor updates to the backend machines which handle phone calls.  But, we have purchased a new set of high quality phone numbers for customers to enjoy.

We made several improvements to the call servers in December and January which resulted in notable improvement in call quality.  My own personal experience is that calls from North America to China now sound like a local call, every time.  That’s a big improvement over my Skype number.  With this big jump in quality, Call Me in China has real potential to bring more people closer together.

Posted in Software | Leave a comment

AutoTopo Plugin Released

Wanderer LLC just released a brand new plugin for WordPress called “AutoTopo” which allows you to display USGS topographical maps on your site.  Hiking, climbing, and general wilderness exploration sites should find this plugin quite useful.  It’s still in the early stages of development and supports three map sizes and one zoom level.

Posted in News, Software | Leave a comment

Three Shred Tab Books

Shred the Classics may be on hiatus, but there are more shred music books available now.  In addition to the original Tchaikovsky Violin Concerto for shred guitar, there are two new ones, bringing the entire offering to three:

Posted in Music, News | Leave a comment

AutoChimp 1.01

AutoChimp 1.00 included some new big features, but many folks complained that it broke the standard MailChimp widget plugin.  I verified this was true and have fixed the issue, although I think this is something that the good folks at MailChimp should address:  improving their API versioning.

AutoChimp 1.00 moved to the brand new 1.3 version of the API which made it much better for gathering and managing merge variables.  MailChimp recommends checking for the existence of existing MailChimp API files with the following code:

if ( !class_exists('MCAPI') )
{
	require_once( str_replace('//','/',dirname(__FILE__).'/') .
                      'MCAPI.class.php');
}

The problem here is that the “MCAPI” name is too generic.  It just means that any class named “MCAPI” qualifies.  So, AutoChimp was first loading the 1.3 version of the API class and then the MailChimp plugin, which was written against version 1.2, was using the 1.3 version of the API.

One of the results of this, I discovered, was that the MailChimp software was now inadvertently writing the username to the API key option field.  Naturally, it’s impossible to retrieve mailing lists when your API key is set to your user name.  That’s why everyone was seeing empty mailing lists.

The fix was to change the name of the MailChimp API class in AutoChimp to:  “MCAPI_13″ and update all affected code.  For example, the check for the API now becomes:

if ( !class_exists( 'MCAPI_13' ) )

Actually, if the class is renamed, there’s no real reason to do this check, but, for consistency, I decided to keep it in place. The good news is, of course:  AutoChimp and the MailChimp widget plugin work nicely together again.

Posted in News, Software | Leave a comment

Plugins Version 1.00

Both of Wanderer LLC’s WordPress plugins, AutoChimp and List Yo’ Files have recently released 1.00 versions.  Both of these products now include major new features that were sponsored by third parties.  List Yo’ Files has been improved to include “User Folders”, a system that allows non-admin users to upload, maintain, and list their own files.  AutoChimp now integrates with BuddyPress and includes patches for other registration plugins.  Both plugins have UI improvements.

Posted in Software, Websites | Leave a comment

Metal Anthem for Gun Product

Wanderer LLC employed its music talent and created a metal anthem for the Ultimate Reloader product.  The music was created in Live and rendered as a single short clip (about 1:30) in addition to clips for each section of the song so that the client can assemble a theme song as they saw fit.  Also included were some solo guitar clips of the main theme played in different speeds and styles.  All in all, there’s enough material for the client to assemble a theme with any structure that they choose.

This was a really fun project and the theme was delivered very quickly with relative ease.  Would love to get more work like this.

The first video is ready and indeed features the client’s own version of the tune assembled with clips.  Check it out here:

Posted in Music | Leave a comment

Call Me In China Free Trial

As of today there’s a 100% free trial for Call Me in China.  No need to plunk down a credit card or Paypal info.  All you need is an email address and a China phone number.  Visit here.

Posted in News, Software | Leave a comment

WordPress Plugins

WordPress plugins from Wanderer LLC are in stable versions now.

List Yo’ Files now includes simple end-to-end file displaying options.  A few people have requested features like the ability to delve deeper into other folders, but, for now, the plugin will remain as a simple static file manager.  Will continue to ponder this idea though.

AutoChimp is the more popular plugin with two major features:  Keeping your mailing list in sync with your blog users.  And, creating a mail campaign from a blog post.  Both features are basic, but work very well.  We’ll look into expanding these to feature two-way synchronization and more personalized campaigns.

If you’d like a special feature added to either of these plugins, then please visit the plugins page and submit your feature request there.

If you’re interested in hiring Wanderer LLC to write a custom plugin for you, then visit the contact page and send an email our way!

Posted in Software, Websites | Leave a comment

Call Me in China 2.0 Released

Call Me in China version 2.0 was released today!  There are no external feature changes; this release simply signifies a complete rewrite on a more robust and feature-rich platform.  This will ensure us that future features and fixes will happen more quickly.

Posted in News, Software | Leave a comment

Shanghai Retreat

Chris and I had a super productive CMIC retreat in Shanghai.  Peter was visiting in the US.  Big accomplishments included:

  • Callback feature ready for rollout
  • Big survey of Ruby on Rails

While there, we worked both at the apartment and, as is custom, various coffee shops and establishments with inspirational locations and views.

Posted in Software, Websites | Leave a comment