Where to promote your music online for free

Promoting your music online should be the primary marketing activity for every musician just starting out or releasing new songs. Online music promotion not only helps build buzz about your band, but it also helps you to grow as musicians by collaborating with other musicians at various skill levels.
Continue reading

Posted in Music | Leave a comment

Send a location-triggered rich push notification when your user checks-in to your iOS app

Xtify offers a free SDK and distribution system that allows both iOS and Android developers to introduce rich push notifications within their app (including location-triggered pushes). You can get more information by visiting the Xtify corporate site, developer site, and console (where you set up your app and deploy your messages).

Continue reading

Posted in Media & Tech | Leave a comment

Titanium, OSX & Android SDK madness

Before you punch the appcelerator titanium website because you keep getting the message “Could not locate the Android SDK at the given path” when trying to setup your development environment, give this a try. Even though you have the latest version of the Android SDK on your machine, Titanium is looking for a specific folder in the sdk directory. After a bit of trial and error, I believe it is looking for version Android 2.2. So, go into your Android SDK Directory > Tools, and run android. Tick the box for Android 2.2, then go back to Titanium and put in your root path for the Android SDK. Voila, works. What’s silly is that you can select later versions (in my case 4.0) to work with.

I’m running
Titanium Studio, build: 1.0.6.201110251616
Build: jenkins-titanium-rcp-master-115 (origin/master)
Date: 25 October 2011, 16:19:29

Hope that helps someone else.

Posted in Media & Tech | Leave a comment

Xtify Appoints Michael Bordash as Chief Technology Officer

Software industry veteran joins team to focus on growing enterprise demand for mobile customer relationship management tools.
Continue reading

Posted in Misc | Leave a comment

Google Maps API & Proximity Circles

I’m building a campaign management system and using the google maps api to help target users based on proximity to an address. Here’s a neat way to dynamically create circles around a map marker based on the input of a radius using the google maps api and jquery (using PHP on the backend).

Continue reading

Posted in Media & Tech | Leave a comment

Performance on my Amazon SES + Forking PHP Newsletter Script

Last week I wrote the article Email Vulcan Cannon: PHP + Forking + Amazon SES. Much to my surprise, I received a few emails asking about it’s actual performance. Here are results from my most recent mailing. Continue reading

Posted in Media & Tech | 1 Comment

Email Vulcan Cannon: PHP + Forking + Amazon SES

Here is a technique I put together to maximize my new Amazon SES (Simple Email Service) email blasting thresholds using PHP and forking. Continue reading

Posted in Media & Tech | 9 Comments

Aphex Twin – Bucephalus Bouncing Ball

This is one of the most maddeningly brilliant pieces of electronic music composition.  Followed by a cover from a live orchestra. Simply astonishing. Continue reading

Posted in Music | Leave a comment

Amazon killed my Simple Email Service account

Amazon recently launched their latest web service: Simple Email Service or SES. The service allows you to send bulk and transactional email through its server farm. There are a variety of overt controls for new users, such as emails per second and emails per day. However, there are also a number of covert controls Amazon employs to help prevent spam. Continue reading

Posted in Media & Tech | Leave a comment

Development Management Principles

Managing developers can be both very challenging and very rewarding. Not everyone is up to the challenge, nor will they ever be without understanding the mindset of a developer. The intent of this post is not to detail the nuances of such a mind, but to put forth some reasonable guidance if you ever find yourself being in command of a development team. Continue reading

Posted in Misc | 1 Comment