2008
11.19

Send any phone SMS messages by Email

Here’s a pretty massive list of email gateways that will let you send SMS messages to cell-phones through email. All you need to do is replace the ‘phonenumber’ or ’10digitphonenumber’ with the recipients cell # and send away! Works great with any number of promotions although you should always keep in mind that some cell phone customers have to pay an additional charge for every SMS message that they receive, so sending an un-announced message, especially if considered ‘SPAM,’ could result in an unpleasant outcome. Here’s the list, feel free to contact me if I’ve left a carrier out, as I’m sure that there are a few missing:
(more…)

2008
11.17

What? An offer only available if I live in:

Hey, that’s me…sign me up!

Making a user think they’re looking at a local company or offer is an old trick that typically meant you’d have to download and install a location database and then call it using php/perl. Well, not anymore. Part of Google’s AJAX API is a geolocating service. It loads fast + barely takes up any space….great for testimonials or redirected users to specific pages based on their location. It’s a well established marketing theory that consumers will always feel more secure (i.e. more likely to open their wallets up) with someone they can relate to. What’s an instant way to relate to all your customers regardless of how big of an affiliate scum-bag you are? By making them think you’re both from the same city.

It might be a few miles off for some locations and give you the city next door, but over-all it’s pretty spot on and a great little tool that’s only a few lines of code. Best of all, you don’t need any type of Google developer key as it’s not tied to any specific website (i.e. you don’t need to register the site for it to work). Enjoy

Here you go:

<script type="text/javascript"
src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
if (typeof(google.loader.ClientLocation.address.city) != null) {
  document.write(google.loader.ClientLocation.address.city
  +", "
  +google.loader.ClientLocation.address.region);
} else {
  document.write("Unknown location")
}
</script>
2008
10.19

The Quiet Affiliate Speaks

If you already knew then there’d be no reason for you to be here… now would there?

The Quiet Affiliate will be speaking soon. Stay tuned.