<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam McFarland &#187; Music Alerts</title>
	<atom:link href="http://www.adam-mcfarland.net/category/music-alerts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adam-mcfarland.net</link>
	<description>Musings of a Balding 29 Year Old Business Owner</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:01:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Major Music Alerts Efficiency Update</title>
		<link>http://www.adam-mcfarland.net/2008/08/06/major-music-alerts-efficiency-update/</link>
		<comments>http://www.adam-mcfarland.net/2008/08/06/major-music-alerts-efficiency-update/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 15:25:25 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2008/08/06/major-music-alerts-efficiency-update/</guid>
		<description><![CDATA[Like anything else, once you get good at programming a large part of your improvement comes in your ability to be more efficient.  Can you get the same results with less code, fewer files, less queries to execute, etc.  If you don&#8217;t, any inefficiencies really become magnified as a project scales and your hand gets forced. When I whipped up Music-Alerts over a weekend last fall I really just wanted something that worked for ME.  I didn&#8217;t exactly plan it to scale.  I also wasn&#8217;t as good of a programmer as I am now.  When I made a database caching &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2008/08/06/major-music-alerts-efficiency-update/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><a href="http://www.music-alerts.com/"><img src="http://www.music-alerts.com/images/music-alerts-logo.gif" title="Music Alerts Logo" alt="Music Alerts Logo" width="350" border="0" height="46" /></a></p>
<p>Like anything else, once you get good at programming a large part of your improvement comes in your ability to be more efficient.  Can you get the same results with less code, fewer files, less queries to execute, etc.  If you don&#8217;t, any inefficiencies really become magnified as a project scales and your hand gets forced.</p>
<p>When I <a href="http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/">whipped up Music-Alerts over a weekend last fall</a> I really just wanted something that worked for ME.  I didn&#8217;t exactly plan it to scale.  I also wasn&#8217;t as good of a programmer as I am now.  When I made a <a href="http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/">database caching system</a> for feeds, I figured I&#8217;d done everything I needed to for it to scale.</p>
<p>However, once I moved it over to our new server we started having issues.  Even after an upgrade to 4GB of RAM the script to generate the feeds was <em>killing</em> our MySQL server in terms of number of connections and number of queries.  While the caching system limited the number of times the web service connected to Amazon, it didn&#8217;t minimize the number of database connections.  For most sites this wouldn&#8217;t be a big deal, but RSS feeds get checked by feed readers several times per hour.  With 4,000+ feeds &#8211; and some subscribed to in multiple feed readers &#8211; you can do the math and see that our MySQL server was getting crushed.</p>
<p>So yesterday I spent a few hours building a static caching system that literally creates the feed as a file on the server and only connects to the database once every 3 days just to sync up with Amazon for new releases.  I also trimmed the core code from about 1,000 lines down to just over 100, eliminating a few unnecessary queries each time it does connect to the database. In less than 24 hours our bandwidth consumption, server load, and MySQL usage on the server have all plummeted.</p>
<p>Lesson learned: any RSS service I build in the future will be built with static feeds and minimal database connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2008/08/06/major-music-alerts-efficiency-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wow &#8211; Grooveshark Could Revolutionize the Music Industry</title>
		<link>http://www.adam-mcfarland.net/2007/11/20/wow-grooveshark-could-revolutionize-the-music-industry/</link>
		<comments>http://www.adam-mcfarland.net/2007/11/20/wow-grooveshark-could-revolutionize-the-music-industry/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 00:38:38 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/11/20/wow-grooveshark-could-revolutionize-the-music-industry/</guid>
		<description><![CDATA[In college, I downloaded music from our school&#8217;s network and used Winamp to play my music. I swore I&#8217;d never be one of those &#8220;fools&#8221; who actually paid for music and fell into the iTunes/iPod trap. Then I got an iPod for Christmas one year and realized I should start paying for my music (you know, since it&#8217;s legally and morally the right thing to do), so I fell in love with iTunes and to date haven&#8217;t looked back. Amazon&#8217;s affordable DRM free store is a great start, but they don&#8217;t have near the selection iTunes does. So I figured &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/11/20/wow-grooveshark-could-revolutionize-the-music-industry/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.grooveshark.com/includes/styles/images/Header_Logo.png" title="Grooveshark Logo" alt="Grooveshark Logo" height="85" width="420" /></p>
<p>In college, I downloaded music from our school&#8217;s network and used Winamp to play my music.  I swore I&#8217;d never be one of those &#8220;fools&#8221; who actually paid for music and fell into the iTunes/iPod trap.  Then I got an iPod for Christmas one year and realized I should start paying for my music (you know, since it&#8217;s legally and morally the right thing to do), so I <a href="http://www.adam-mcfarland.net/2007/09/14/is-itunes-inadvertently-saving-the-environment/">fell in love with iTunes</a> and to date haven&#8217;t looked back.  Amazon&#8217;s affordable <a href="http://www.amazon.com/MP3-Music-Download/b/ref=sa_menu_dmusic2?%5Fencoding=UTF8&amp;node=163856011&amp;pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=left-nav-1&amp;pf_rd_r=03T118RKE3330WBYWSFE&amp;pf_rd_t=101&amp;pf_rd_p=328655101&amp;pf_rd_i=507846" target="_blank">DRM free store</a> is a great start, but they don&#8217;t have near the selection iTunes does.  So I figured I&#8217;d always be an iTunes Store guy.</p>
<p>That is, until I started seriously playing around with <a href="http://www.grooveshark.com/" target="_blank">Grooveshark</a>.  One of the best parts about Music-Alerts drawing some attention is that I&#8217;ve received praise from &#8211; and consequently struck up conversations with &#8211; some young startups in the music industry.  One such new acquaintance is <a href="http://andrewiswise.blogspot.com/" target="_blank">Andrew Wise</a> of the upstart company Grooveshark, which was started by three University of Florida students.  It&#8217;s so unique and has so many features, that I&#8217;ll just cut to the chase and list off what it does:</p>
<ul>
<li>There are two components &#8211; your online profile and the file-sharing software (like old Napster or Limewire) that accesses your MP3 files.</li>
<li>You can listen to streaming music for free on the site as much as you want.</li>
<li>You can create playlists, add friends, receive suggestions, etc (all the social networking stuff).</li>
<li>When you want to download a track, you add funds to your account and buy it DRM free for $0.99.  Royalties are paid to the labels, to Grooveshark, and to the person who you&#8217;re downloading the song from. Hence the slogan &#8220;everybody gets paid&#8221;.</li>
</ul>
<p>After being invited to be a BETA tester, I just went in minutes ago and set up my profile and added $5 to my account.  I then proceeded to search for a song, download it, and import it into iTunes (gotta be able to transfer it to the iPod).  It worked awesome.  <strong>Bottom line &#8211; as long as Grooveshark is able to strike up deals with all the labels and be legal, it&#8217;s now where I&#8217;m starting my music search.  It&#8217;s a cross between a social network, p2p file sharing system, and streaming music service.   </strong>For the same price as a song on iTunes, I get it DRM free and I get the advantages of a social network that knows my music habits (incidentally, if I have a feature request it would be to import my iTunes library XML file so it already knows what music I like).</p>
<p>The only real question is about the legalities.  What are the origins of the music I&#8217;m downloading, and if 90+% of the music on the site is bootleg, how will record companies feel about it?  On one hand, they might like the fact that they&#8217;re actually making money from it when they otherwise wouldn&#8217;t be.  On the other hand, they might not like the fact that other people are getting a cut for uploading it.  Only time will tell.  I&#8217;m certainly rooting for it to work.</p>
<p>P.S. &#8211; the <a href="http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/">Music-Alerts Facebook App</a> is REAL buggy.  I know about it, I just hate debugging under the constraints of Facebook.  I&#8217;ll fix it&#8230;eventually.  My bad <img src='http://www.adam-mcfarland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/11/20/wow-grooveshark-could-revolutionize-the-music-industry/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Music Alerts Facebook Application</title>
		<link>http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/</link>
		<comments>http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 20:37:18 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/</guid>
		<description><![CDATA[Since Music-Alerts caught on last week, my partners and I debated exactly what to do with it. We pretty much concluded what I&#8217;d mentioned previously: try to grow the user base by keeping the core application simple, and strategically place affiliate links to buy/download items. Instead of whoring out the site with ads and other content to try to make affiliate sales and force ad clicks, our approach ensures we keep the appeal of the site. As I&#8217;ve mentioned previously, the only way this will make us any kind of substantial money is if it takes off BIG, and for &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Since Music-Alerts <a href="http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/">caught on last week</a>, my partners and I debated exactly what to do with it.   We pretty much concluded what I&#8217;d mentioned previously:  try to grow the user base by keeping the core application simple, and strategically place affiliate links to buy/download items.  Instead of whoring out the site with ads and other content to try to make affiliate sales and force ad clicks, our approach ensures we keep the appeal of the site.  As I&#8217;ve mentioned previously, the only way this will make us any kind of substantial money is if it takes off BIG, and for that you need to focus more on growth and less on squeezing every penny out of every visit.  It&#8217;s not like we&#8217;re relying on this as a revenue source for the company.  This is still very much a &#8220;side project&#8221;.</p>
<p>With that, we needed a way to get out of the &#8220;techsphere&#8221; and into the mainstream&#8230;where most people don&#8217;t know what RSS is.  The simplicity of Music Alerts coupled with the social nature of music preferences, makes it the perfect candidate for a Facebook Application.  I haven&#8217;t really drank the Kool-Aid on Facebook apps like everyone else has, but I do see them as a valuable marketing tool for the <em>right</em> type of site.</p>
<p>The Music-Alerts Facebook Application actually expands a bit on the Music-Alerts site.  You can install the application by going to <a href="http://apps.facebook.com/music-alerts/">http://apps.facebook.com/music-alerts/</a>. Once installed, the app looks just like the Music-Alerts site:</p>
<p style="text-align: center"><img src="http://www.music-alerts.com/images/facebook-new.gif" title="Music Alerts Facebook Application" alt="Music Alerts Facebook Application" height="278" width="500" /></p>
<p>After entering your list, your profile is updated with some of your favorite artists and their recent releases.</p>
<p style="text-align: center"><img src="http://www.music-alerts.com/images/facebook-profile.gif" title="Music Alerts Facebook Application" alt="Music Alerts Facebook Application" height="453" width="403" /></p>
<p> When you go back to the application, you now see all of your upcoming album releases and have the option to add/delete artists.</p>
<p style="text-align: center"><img src="http://www.music-alerts.com/images/facebook-view.gif" title="Music Alerts Facebook Application" alt="Music Alerts Facebook Application" height="350" width="351" /></p>
<p> Of course, all of this means that I <em>finally </em>had to actually sign up for a Facebook account:<br />
<a href="http://www.facebook.com/people/Adam_McFarland/706099729" title="this is Adam's profile" target="_TOP"></a></p>
<p style="text-align: center"><a href="http://www.facebook.com/people/Adam_McFarland/706099729" title="this is Adam's profile" target="_TOP"><img src="http://badge.facebook.com/badge/706099729.115.1650611475.png" alt="this is Adam's profile" border="0" /></a></p>
<p>The app has a few bugs that I know about, but in most instances it seems to work fine.  It&#8217;s hard to tell if the known issues are caused by Facebook (there are a lot of reports that the Facebook platform isn&#8217;t always stable) or by my code&#8230;so I&#8217;m going to wait to see if/when I should address them.  Developing on the Facebook platform wasn&#8217;t really what I expected, but I am overall impressed with how they&#8217;ve set it up, and I&#8217;d definitely recommend that any PHP programmer spend a weekend learning it &#8211; the Facebook community is too powerful not to know how to develop for it.  I only spent about 10 hours programming the MA app, and a simpler app could be developed in an hour or two.  Tip:  if you don&#8217;t have PHP 5 installed on your server, you&#8217;ll likely run into issues using Facebook&#8217;s PHP 4 Client Library like I did.  <a href="http://thecollegenitelife.com/kev/" target="_blank">This third party Client Library</a> did the trick for me.</p>
<p>If you get a chance to take the app for a spin, I&#8217;d appreciate a quick comment below on your experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/11/17/music-alerts-facebook-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Music Alerts is bLoWiNg uP!!!</title>
		<link>http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/</link>
		<comments>http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 21:41:33 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/</guid>
		<description><![CDATA[OK, so I know I&#8217;ve been posting a lot about Music-Alerts. I was intending on writing a post today about how this has been a really up and down week. A lot of great stuff has happened, and a lot of frustrating stuff that makes me want to run full speed into a wall has happened too. It really has been one of those weeks where you drain yourself by running through the entire gamut of human emotions. Instead, I&#8217;m posting about Music-Alerts. After my little marketing challenge was done I expected traffic to taper off and traffic to level &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>OK, so I know I&#8217;ve been posting a lot about <a href="http://www.music-alerts.com/">Music-Alerts</a>.  I was intending on writing a post today about how this has been a really up and down week.  A lot of great stuff has happened, and a lot of frustrating stuff that makes me want to run full speed into a wall has happened too.  It really has been one of those weeks where you drain yourself by running through the entire gamut of  human emotions.</p>
<p>Instead, I&#8217;m posting about Music-Alerts.   After <a href="http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/">my little marketing challenge</a> was done I expected traffic to taper off and traffic to level off.  Then I could get back to &#8220;real work&#8221;.  Instead &#8211; in true roller-coaster-week fashion &#8211; something inexplicable has happened:  the site has worked it&#8217;s way UP the blogsphere and landed itself on giant tech sites like <a href="http://lifehacker.com/software/music/track-new-albums-by-rss-with-music+alerts-320315.php">Lifehacker</a> and <a href="http://www.makeuseof.com/dir/musicalerts-monitor-album-release-dates-rss/">MakeUseOf</a>.  Previously with iPrioritize I worked my ass off for months to get a mention on a big blog, and then watched the press mentions and traffic trickle down to smaller sites and eventually taper off.  Instead, it seems like every day a bigger blog or site picks it up, and traffic just keeps growing.  The site also now ranks top 5 for popular terms like&#8221;album release dates&#8221; in Google, which kind of solidifies the stream of traffic and means there won&#8217;t be a total crash once this PR wave stops.</p>
<p>The only explanation I can give is that it&#8217;s a really, really simple service that fills a need that was somehow unmet&#8230;and people love it.  Honestly, it&#8217;s kind of cool and also kind of depressing at the same time.  I mean, <strong>today Music Alerts will more than double the traffic for all of the rest of our sites combined!</strong>  That&#8217;s SportsLizard + Detailed Image + Detail University + this blog + iPrioritize + the rest&#8230;all of which do pretty well for themselves.  If traffic continues at todays levels, it will be <strong>well over 1 million unique visitors this month</strong>&#8230;wtf!!!  Has everything else we done been so shitty compared to this?  We&#8217;ve spent years on other sites and I spent a few hours on this one, and yet this one is really that much better????  Really makes you think.</p>
<p>My inbox has been flooded with &#8220;thank you&#8221; notes about the service, one person even going as far as saying &#8220;it&#8217;s guys like you that make the internet a better place&#8221;, when in reality all I was trying to do was make a feed for myself so I didn&#8217;t miss another album release.  I even had a large Web2.0 music company contact us about integrating it with their application (we had a quick phone chat).  It&#8217;s just been an insane day.  This is probably the first project I&#8217;ve done where I really didn&#8217;t even think about as a business &#8211; aside from this blog &#8211; and it&#8217;s the most successful day (in terms of traffic) that one of my sites has ever had.</p>
<p>I don&#8217;t even want to think about what would happen if it lands on TechCrunch and continues to grow.  At what point do you try to monetize something that is very tough to monetize&#8230;and is there a way to do it that doesn&#8217;t turn people off from the simplicity that attracts people to the site in the first place?  Obviously, more affiliate links to buy/download + feed ads wouldn&#8217;t be overwhelming, but also probably wouldn&#8217;t make much money.  Maybe the user base &#8211; which has grown by almost 1k today &#8211; will be worth something in and of itself&#8230;kind of like how <a href="http://www.height1percent.com/articles/2006/08/18/actual-lessons-from-kiko">Kiko</a> made a business of growing a large user base and selling off.</p>
<p>Oh &#8211; and I now have an addiction to checking my stats every 10 minutes.  I&#8217;m like a crack addict who can&#8217;t get off the high, but who knows he&#8217;s going to crash and crash bad.  There&#8217;s no way it can keep growing&#8230;can it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/11/08/music-alerts-is-blowing-up/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>One-Hour Marketing Challenge a Success + New Music-Alerts Feature</title>
		<link>http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/</link>
		<comments>http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 19:58:01 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/</guid>
		<description><![CDATA[I wasn&#8217;t really sure how my one hour of marketing Music Alerts would pan out.  Turns out it went well&#8230;really well.  The StumbleUpon traffic has been nice, but it was those 10 or so emails that I sent that got the viral bug started.  Blogs like Emily Chang&#8217;s eHub, KillerStartups, and even a popular Italian tech blog gave it good reviews, and the site went from about 30 visitors a and 1 feed created per day, to over 500 visitors and over 50 feeds created each day this week.  Now I realize those aren&#8217;t HUGE numbers, but it&#8217;s a hell &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t really sure how my <a href="http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/" target="_blank">one hour of marketing Music Alerts</a> would pan out.  Turns out it went well&#8230;really well.  The StumbleUpon traffic has been nice, but it was those 10 or so emails that I sent that got the viral bug started.  Blogs like <a href="http://www.emilychang.com/go/ehub/app/music-alerts/" target="_blank">Emily Chang&#8217;s eHub</a>, <a href="http://www.killerstartups.com/Web-App-Tools/music-alerts--Dont-Miss-An-Album-Release/" target="_blank">KillerStartups</a>, and even a <a href="http://www.giovy.it/2007/11/02/music-alerts-un-feed-con-le-nuove-uscite-discografiche-preferite/" target="_blank">popular Italian tech blog</a> gave it good reviews, and the site went from about 30 visitors a and 1 feed created per day, to over 500 visitors and over 50 feeds created each day this week.  Now I realize those aren&#8217;t HUGE numbers, but it&#8217;s a hell of a lot for an hours work.</p>
<p>If those numbers keep up, this site will have a sizable user base in less than a year, and it may just have a chance at making us some $.  I think the next step will be to add more to each feed &#8211; include affiliate links to download the album and buy from several places other than Amazon, and also insert AdSense-like ads into the feeds.  I&#8217;d say that I&#8217;ll probably do that sometime in the next few months, and I&#8217;ll re-evaluate things if it really grows.  I love the simplicity of the site, so I&#8217;m going to try to work around making people register when monetizing it, which will likely limit what can be done.  Then again, keeping it simple and forcing those constraints might be what makes the site standout from all of the cluttered crap out there.</p>
<p>I did add one feature to the site today:  <strong>you can now add artists to your feed</strong>.  All you need to do is click the &#8220;Add to Your Feed&#8221; in the upper-right, enter your feed key (the last 8 digits in the feed URL), and enter the artist name.  A nice simple feature that addresses one of the main weaknesses of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/11/03/one-hour-marketing-challenge-a-success-new-music-alerts-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My One-Hour Marketing Challenge</title>
		<link>http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/</link>
		<comments>http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 21:45:58 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/</guid>
		<description><![CDATA[As I said back when I launched it, Music-Alerts is a site I&#8217;m really proud of.  I think it&#8217;s a service that a lot of people could benefit from, and I think I did a pretty good job on the design and programming.  That said, let&#8217;s be honest:  the chances for it to actually make us any money is very slim.  The only chance it has is to become HUGE so we could make money on advertising or affiliate sales.  Currently, the links to the albums are affiliate links, so in theory if a crapload of people used the service &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.music-alerts.com/images/music-alerts-logo.gif" title="Music Alerts Logo" alt="Music Alerts Logo" height="46" width="350" /></p>
<p>As I said back when I launched it, <a href="http://www.music-alerts.com/">Music-Alerts</a> is a site I&#8217;m really proud of.  I think it&#8217;s a service that a lot of people could benefit from, and I think I did a pretty good job on the design and programming.  That said, let&#8217;s be honest:  the chances for it to actually make us any money is very slim.  The only chance it has is to become HUGE so we could make money on advertising or affiliate sales.  Currently, the links to the albums are affiliate links, so in theory if a crapload of people used the service we&#8217;d make some money when they clicked through and bought an album.  But we&#8217;re not experts in the music industry and we don&#8217;t want to commit ourselves to a site with little to no revenue potential.</p>
<p>So while I want the site to be useful and become popular, I really don&#8217;t want to spend much time on it.  We&#8217;ve been getting some traffic because of the <a href="http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/">high search engine rankings</a>, and there&#8217;s a good chance if I left it there it would naturally grow slowly but surely.  However, I still wanted to spend a little time and effort to see if I could get the site to catch the viral bug: you never know who will see it and have interest in it.</p>
<p>Today (Sunday) I finished my emails and daily tasks in an hour or two, and I had the rest of my football-watching day ahead of me.  I decided to spend exactly 1 hour marketing Music-Alerts&#8230;primarily because I wanted time to relax and watch sports, but also because I thought it would be fun to limit myself to such a ridiculously small amount of time (this way, if the site does take off I&#8217;ll look like a genius for only spending an hour marketing it <img src='http://www.adam-mcfarland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).  I also kind of wanted to prove a point that when your back is against the wall &#8211; either by choice or by circumstance &#8211; you can usually pull something impressive together.  While I really don&#8217;t expect much from my hour, I do expect an increase in traffic and feed creations.</p>
<p>Here&#8217;s what I did:</p>
<ul>
<li>Spent $100 on <a href="http://www.stumbleupon.com/ads/" target="_blank">StumbleUpon PPC</a>, which equates to 2,000 visitors to the site (5 cents/visitor).   I configured it to show to only people in the US that are between 18 and 30 and have listed &#8220;music&#8221; as one of their interests.</li>
<li>Submitted the site to the <a href="http://www.bluehatseo.com/quit-quick-indexing-tool/">QUIT</a> (Quick Indexing Tool) on Blue Hat SEO.  The site advocates both white hat and black hat SEO techniques, so use your better judgment before following any advice on the site. However, it is a great read and I&#8217;m willing to take some risks with Music-Alerts so it was worth a try&#8230;I&#8217;ve been curious.</li>
<li>Emailed about 10 influential technology blogs (like TechCrunch and LifeHacker) and a handful of popular music sites.  All it takes is one site like TechCrunch to cover the site and it&#8217;s ON.  Are the odds slim? Hell yea.  But it&#8217;s worth a shot, especially for the potential payoff.</li>
</ul>
<p>I&#8217;ll follow-up sometime soon with the results!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/10/28/my-one-hour-marketing-challenge/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Music Alerts Update</title>
		<link>http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/</link>
		<comments>http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 22:53:20 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/</guid>
		<description><![CDATA[I&#8217;ve decided to hold off on promoting Music Alerts for a while for a few reasons. Primarily because I&#8217;m in the middle of ramping back up our client services after the launch of DI and I&#8217;m swamped, but also because I wanted to give it some time to be tested in the field. There&#8217;s no way to predict when an album will be added to Amazon, so I just sat back and waited. Today I got my first real alert. It worked perfectly &#8211; Google Reader saw that the feed had been updated and notified me of the new item. &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to hold off on promoting <a href="http://www.music-alerts.com/">Music Alerts</a> for a while for a few reasons.  Primarily because I&#8217;m in the middle of ramping back up our client services after the launch of DI and I&#8217;m swamped, but also because I wanted to give it some time to be tested in the field.  There&#8217;s no way to predict when an album will be added to Amazon, so I just sat back and waited.</p>
<p>Today I got my first real alert.  It worked perfectly &#8211; Google Reader saw that the feed had been updated and notified me of the new item.  I looked, saw the release of a new album (albeit an international release of an album already out), and I was like &#8220;wow, this is pretty cool&#8221;.</p>
<p>I also noticed that Music Alerts comes up #3 on a Google search of &#8220;music alerts&#8221;.  Pretty cool to be just behind MTV and MSN after just a few weeks.  I also find it satisfying that I&#8217;m now ahead of that stupid service Barnes and Noble offers where you can sign up for alerts for a whopping 30 artists.</p>
<p style="text-align: center"><img src="http://www.adam-mcfarland.net/wp-content/uploads/2007/09/magoogle.gif" alt="Music Alerts Google Ranking" /></p>
<p>Anyway, I&#8217;ll hopefully get some time towards the holidays to promote it.  As long as it keeps working well for me, I&#8217;m going to be supremely confident in it and be as aggressive as  I can with pushing it.  We&#8217;re obviously not going to spend a lot of money on a side project (i.e. none), so I think the only real chance it has is to catch the &#8220;viral&#8221; bug and get caught up on the tech sites and blogs &#8211; certainly a possibility, but obviously not an easy accomplishment.  We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/09/26/quick-music-alerts-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Music Alerts Fixes &#8211; More Speed and No Duplicates</title>
		<link>http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/</link>
		<comments>http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 21:05:54 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/</guid>
		<description><![CDATA[I received a handful of great emails/comments about Music Alerts in the last 24 hours.  I&#8217;ve also heard from a few hardcore fans who tried creating feeds of 200+ artists.  I call them hardcore because mine consisted of about 25 .  As with any really raw program the faults were exposed for those large feeds so I spent a few hours today cleaning the programming up: Faster feed generation.  Previously, I was generating the feeds on the fly every request&#8230;meaning each time you or your feed reader requested the feed, the system called Amazon and requested data back.  Aside from &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>I received a handful of great emails/comments about <a href="http://www.music-alerts.com/">Music Alerts</a> in the last 24 hours.  I&#8217;ve also heard from a few hardcore fans who tried creating feeds of 200+ artists.  I call them hardcore because mine consisted of about 25 <img src='http://www.adam-mcfarland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  As with any really raw program the faults were exposed for those large feeds so I spent a few hours today cleaning the programming up:</p>
<ol>
<li><strong>Faster feed generation.</strong>  Previously, I was generating the feeds on the fly every request&#8230;meaning each time you or your feed reader requested the feed, the system called Amazon and requested data back.  Aside from being inefficient, this took A LONG time and timed out the larger feeds.  My temporary solution was to build a &#8220;caching&#8221; system that stores the feed on Music-Alerts.com and checks for updates every 3 days.  The first time you load a large feed it might take a while, but after that you should be in the clear.  I&#8217;ll look into a better permanent system down the road.</li>
<li><strong>Duplicate elimination.</strong>  I noticed my feed had a few duplicates in it.  I also noticed larger feeds had like 5 per album!  This was 50% my fault and 50% Amazon&#8217;s:  I had messed up on one of my loops and turns out if an artist didn&#8217;t have an album being released soon it showed the last one that did instead of skipping to the next artist.  On top of that, Amazon returns duplicates by nature as it is (do a quick search and see for yourself).  For that, I built a filter that compares album titles and weeds out any duplicates.</li>
</ol>
<p>If you happened to build a feed prior to this post, it *should* work but your feed reader (which has the old one cached) might give you hell so it might be easier to just set up a new one.  The &lt;description&gt; tag in the feed has a comma-separated list of your artists so you can just copy and paste to make a new one&#8230;just remember to delete the word &#8220;and&#8221; before the last artist.</p>
<p>Whew.  This &#8220;weekend project&#8221; turned into a little more than that.  I&#8217;ll probably spend some time this Saturday or Sunday trying to market it a bit.  It&#8217;s definitely the type of thing that can catch on virally, so my hopes are I can get a TechCrunch or similar style tech blog to pick up on it&#8230;we&#8217;ll see.  I&#8217;ve got a few other tricks up my sleeve too&#8230;I&#8217;ll keep you posted if anything works.</p>
<p>Now back to &#8220;real&#8221; work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/09/20/music-alerts-fixes-more-speed-and-no-duplicates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Music-Alerts.com &#8211; Never Miss an Album Release</title>
		<link>http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/</link>
		<comments>http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 00:32:29 +0000</pubDate>
		<dc:creator>Adam McFarland</dc:creator>
				<category><![CDATA[Music Alerts]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/</guid>
		<description><![CDATA[Last Friday afternoon I realized that I almost missed the album release of one of my favorite bands. I just happened to visit their website out of boredom and notice they had already released a few singles and were about to release a new album. I don&#8217;t have my pulse in the music industry to the point where I know every release as soon as it announced, so I usually rely on checking bands websites. I wrote on a sticky note &#8220;find music alerts site&#8221;. I figured later that night after I finished working I&#8217;d search around and find a &#8230; <a class="continue-reading" href="http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>Last Friday afternoon I realized that I almost missed the album release of one of my favorite bands.  I just happened to visit  their website out of boredom and notice they had already released a few singles and were about to release a new album.  I don&#8217;t have my pulse in the music industry to the point where I know every release as soon as it announced, so I usually rely on checking bands websites.</p>
<p>I wrote on a sticky note &#8220;find music alerts site&#8221;.  I figured later that night after I finished working I&#8217;d search around and find a good music alerts site to send me email/RSS alerts whenever my favorite groups released a new album.  But when the time came, I couldn&#8217;t find what I was looking for.  I sent Mike a message on Skype saying that it couldn&#8217;t be possible, there had to be something out there.  Aside from Barnes and Noble (which sends email alerts for about 30 artists), I found nothing viable.</p>
<p>I sent him another Skype message saying that would be a great idea for a site.  Ten minutes later I bought Music-Alerts.com. And about 8 hours of programming later I completed <a href="http://www.music-alerts.com/" target="_blank">Music-Alerts.com</a>.</p>
<p><a href="http://www.music-alerts.com/"></p>
<p style="text-align: center"><img src="http://www.adam-mcfarland.net/wp-content/uploads/2007/09/ma.gif" alt="Music Alerts Album Release Dates" border="0" /></p>
<p></a></p>
<p>You enter a comma-separated list of your favorite artists and the site generates a RSS feed of album releases for you.  Using Amazon for the data, we add an &#8220;alert&#8221; to the feed as soon as the product is entered in Amazon&#8217;s database.  The feed also shows any releases in the past 180 days in case you missed anything.  Each &#8220;alert&#8221; in the feed lists the band, album title, release date, and also shows the album art (if available) and links to the CD on Amazon.</p>
<p style="text-align: center"><img src="http://www.adam-mcfarland.net/wp-content/uploads/2007/09/lpma.gif" alt="Linkin Park Album Alert" /></p>
<p>It might shock you to hear this, but <strong>I&#8217;m more proud of this project than I am of anything else I&#8217;ve ever done.  It epitomizes what it means to be a web entrepreneur</strong> in my mind.  I had a problem, nothing available solved the problem, so I solved it myself.  I&#8217;m banking that other people have the same problem, and if they do this site could become quasi-popular.  On top of that, I think I did my best design/CSS work, and it&#8217;s by far the most efficient site I&#8217;ve ever programmed (the entire site consists of about 100 lines of code).</p>
<p>What do you think?  I&#8217;ve obviously done limited testing, so please email or comment if you find any bugs.</p>
<p>P.S. &#8211; In a horribly ironic twist of fate, my personal music feed works fine in browsers, validates fine, works in every feed reader I try, EXCEPT Google Reader which is of course the one I use.  Other Music-Alerts feeds work fine in Google Reader, but mine magically doesn&#8217;t show up.  Aaaaah!</p>
<p>P.S.S &#8211; On about my 8th try it worked.  I didn&#8217;t change anything&#8230;just re-created the feed over and over again.  Stupid Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adam-mcfarland.net/2007/09/19/introducing-music-alertscom-never-miss-an-album-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

