<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Tony Amoyal's Blog</title>
	
	<link>http://www.tonyamoyal.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 27 Jul 2009 12:01:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForTonyAmoyalsBlog" /><feedburner:info uri="commentsfortonyamoyalsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Text inputs with rounded corners using jQuery (without image) by Tony</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/I5G9vq5N2Mc/</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 03 Jul 2009 17:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=136#comment-305</guid>
		<description>Thanks Marcelo.</description>
		<content:encoded><![CDATA[<p>Thanks Marcelo.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/I5G9vq5N2Mc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/06/23/text-inputs-with-rounded-corners-using-jquery-without-image/comment-page-1/#comment-305</feedburner:origLink></item>
	<item>
		<title>Comment on Text inputs with rounded corners using jQuery (without image) by Marcelo</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/DK_YUt8IDoY/</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Fri, 03 Jul 2009 16:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=136#comment-304</guid>
		<description>for(var i=0;i&lt;$('input.rounded_input').length;i  ){
				roundInput('rounded_input'   i ,'rounded_container','rounded_border');
}</description>
		<content:encoded><![CDATA[<p>for(var i=0;i&lt;$(&#8217;input.rounded_input&#8217;).length;i  ){<br />
				roundInput(&#8217;rounded_input&#8217;   i ,&#8217;rounded_container&#8217;,&#8217;rounded_border&#8217;);<br />
}</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/DK_YUt8IDoY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/06/23/text-inputs-with-rounded-corners-using-jquery-without-image/comment-page-1/#comment-304</feedburner:origLink></item>
	<item>
		<title>Comment on Truncate your Flex ComboBox text by Tony</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/3RGIJc--x6U/</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=107#comment-293</guid>
		<description>Nice solution Tomek! Works better than mine :)</description>
		<content:encoded><![CDATA[<p>Nice solution Tomek! Works better than mine <img src='http://www.tonyamoyal.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/3RGIJc--x6U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/05/19/truncate-your-flex-combobox-text/comment-page-1/#comment-293</feedburner:origLink></item>
	<item>
		<title>Comment on MySpace Band Statistics by Tony</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/eA3Wn4BASHk/</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sat, 20 Jun 2009 17:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=3#comment-292</guid>
		<description>Since this was meant to be very ballpark, not so worried about the other genres.  The second point is important and change some of these numbers.  I agree that my analysis of active is much better than uniques based on the information you have brought to my attention.  

One way you could account for the multiple genre issue is take a random sample of myspace band pages and check how many genres each band has.  Then you can divide into the total.  So if you find the average to be 2.3 genres per band, ( 22 million / 2.3 ) would give you uniques.  If you want to be really accurate, then I agree you should take other genres into consideration.

If you want to be REALLY accurate, you could probably write the script to parse profile ids from 0 to some really large number.  I would guess that every time a MySpace user is added, the friendID increments by 1 so you may be able to cover most of the range by creating a MySpace account and looking at your friendID.  Ideally, a newly created MySpace account would have one of the highest friendID's so you could use that as your upper limit.  I cannot guarantee this will work without looking into it more, but that is my best guess right now.</description>
		<content:encoded><![CDATA[<p>Since this was meant to be very ballpark, not so worried about the other genres.  The second point is important and change some of these numbers.  I agree that my analysis of active is much better than uniques based on the information you have brought to my attention.  </p>
<p>One way you could account for the multiple genre issue is take a random sample of myspace band pages and check how many genres each band has.  Then you can divide into the total.  So if you find the average to be 2.3 genres per band, ( 22 million / 2.3 ) would give you uniques.  If you want to be really accurate, then I agree you should take other genres into consideration.</p>
<p>If you want to be REALLY accurate, you could probably write the script to parse profile ids from 0 to some really large number.  I would guess that every time a MySpace user is added, the friendID increments by 1 so you may be able to cover most of the range by creating a MySpace account and looking at your friendID.  Ideally, a newly created MySpace account would have one of the highest friendID&#8217;s so you could use that as your upper limit.  I cannot guarantee this will work without looking into it more, but that is my best guess right now.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/eA3Wn4BASHk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2008/04/01/myspace-band-profile-statistics/comment-page-1/#comment-292</feedburner:origLink></item>
	<item>
		<title>Comment on MySpace Band Statistics by Nick</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/Jbh9Qlzi7uw/</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 19 Jun 2009 22:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=3#comment-290</guid>
		<description>Hi Tony,

I'm not sure "Top Genres" numbers listed at the bottom of http://music.myspace.com/ actually count bands on MySpace.  Here's the count from today, adding up to ~21MM bands:

Hip Hop 2,682,753	2682753
Rap 2,534,305	2534305
Rock 1,898,020	1898020
R&amp;B 1,672,610	1672610
Other 1,130,460	1130460
Alternative 907,461	907461
Acoustic 788,026	788026
Experimental 642,357	642357
Pop 773,596	773596
Metal 645,195	645195
Indie 586,409	586409
Punk 487,151	487151
Hardcore 472,478	472478
Electronica 252,457	252457
Crunk 502,483	502483
Emo 252,457	252457
Techno 356,667	356667
Reggae 333,455	333455
Two-Step 336,664	336664
Electro 304,379	304379
DeathMetal 293,604	293604
Club 282,235	282235
Country 277,381	277381
Latin 270,929	270929
Reggaeton 264,176	264176
Jazz 239,784	239784
Classic Rock 153,111	153111
House 221,237	221237
Soul 221,145	221145
Funk 211,247	211247
Blues 204,349	204349
Folk 204,349	204349
Comedy 195,909	195909
TOTAL	 20,598,839 

Three problems I see with this count are that it doesn't include all genres (there's a bunch more listed if you click "Show More Genres"), many artists show up multiple times, and each artist can list up to three genres that they are a part of.  If you go here: http://topartists.myspace.com/index.cfm?fuseaction=music.topBands and search for "2-step", you can see that there are multiple pages for Adam Lambert, and some of them list him as 2-step/2-step/2-step.  I'm not sure whether each of these listings is counted in MySpace's "Top Genres" table (haven't had time to test this, perhaps by signing up as a new band myself).

Do you or others have any thoughts on this stuff?  Am I missing something here?  In trying to figure out the number of active unique bands on MySpace, your analysis of who's active is great - how can we figure out the number of uniques?

Thanks,

Nick</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>I&#8217;m not sure &#8220;Top Genres&#8221; numbers listed at the bottom of <a href="http://music.myspace.com/" rel="nofollow">http://music.myspace.com/</a> actually count bands on MySpace.  Here&#8217;s the count from today, adding up to ~21MM bands:</p>
<p>Hip Hop 2,682,753	2682753<br />
Rap 2,534,305	2534305<br />
Rock 1,898,020	1898020<br />
R&amp;B 1,672,610	1672610<br />
Other 1,130,460	1130460<br />
Alternative 907,461	907461<br />
Acoustic 788,026	788026<br />
Experimental 642,357	642357<br />
Pop 773,596	773596<br />
Metal 645,195	645195<br />
Indie 586,409	586409<br />
Punk 487,151	487151<br />
Hardcore 472,478	472478<br />
Electronica 252,457	252457<br />
Crunk 502,483	502483<br />
Emo 252,457	252457<br />
Techno 356,667	356667<br />
Reggae 333,455	333455<br />
Two-Step 336,664	336664<br />
Electro 304,379	304379<br />
DeathMetal 293,604	293604<br />
Club 282,235	282235<br />
Country 277,381	277381<br />
Latin 270,929	270929<br />
Reggaeton 264,176	264176<br />
Jazz 239,784	239784<br />
Classic Rock 153,111	153111<br />
House 221,237	221237<br />
Soul 221,145	221145<br />
Funk 211,247	211247<br />
Blues 204,349	204349<br />
Folk 204,349	204349<br />
Comedy 195,909	195909<br />
TOTAL	 20,598,839 </p>
<p>Three problems I see with this count are that it doesn&#8217;t include all genres (there&#8217;s a bunch more listed if you click &#8220;Show More Genres&#8221;), many artists show up multiple times, and each artist can list up to three genres that they are a part of.  If you go here: <a href="http://topartists.myspace.com/index.cfm?fuseaction=music.topBands" rel="nofollow">http://topartists.myspace.com/index.cfm?fuseaction=music.topBands</a> and search for &#8220;2-step&#8221;, you can see that there are multiple pages for Adam Lambert, and some of them list him as 2-step/2-step/2-step.  I&#8217;m not sure whether each of these listings is counted in MySpace&#8217;s &#8220;Top Genres&#8221; table (haven&#8217;t had time to test this, perhaps by signing up as a new band myself).</p>
<p>Do you or others have any thoughts on this stuff?  Am I missing something here?  In trying to figure out the number of active unique bands on MySpace, your analysis of who&#8217;s active is great - how can we figure out the number of uniques?</p>
<p>Thanks,</p>
<p>Nick</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/Jbh9Qlzi7uw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2008/04/01/myspace-band-profile-statistics/comment-page-1/#comment-290</feedburner:origLink></item>
	<item>
		<title>Comment on MySpace Band Statistics by Tony</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/n__lSWERKEI/</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 19 Jun 2009 01:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=3#comment-289</guid>
		<description>I just added up the number of bands in each genre showed at the bottom of this page: http://music.myspace.com/

Obviously 13.5 million is no longer accurate, but it is certainly not off by an order of magnitude...it's still close</description>
		<content:encoded><![CDATA[<p>I just added up the number of bands in each genre showed at the bottom of this page: <a href="http://music.myspace.com/" rel="nofollow">http://music.myspace.com/</a></p>
<p>Obviously 13.5 million is no longer accurate, but it is certainly not off by an order of magnitude&#8230;it&#8217;s still close</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/n__lSWERKEI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2008/04/01/myspace-band-profile-statistics/comment-page-1/#comment-289</feedburner:origLink></item>
	<item>
		<title>Comment on MySpace Band Statistics by Nick</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/Uvof2X5iiMc/</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 19 Jun 2009 00:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=3#comment-288</guid>
		<description>Great article, Tony!  Quick question - how did you count or calculate the 13.5 million bands number?  What does that include?  I'm doing some research on this stuff and would really love to know.

Thanks a lot,

Nick</description>
		<content:encoded><![CDATA[<p>Great article, Tony!  Quick question - how did you count or calculate the 13.5 million bands number?  What does that include?  I&#8217;m doing some research on this stuff and would really love to know.</p>
<p>Thanks a lot,</p>
<p>Nick</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/Uvof2X5iiMc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2008/04/01/myspace-band-profile-statistics/comment-page-1/#comment-288</feedburner:origLink></item>
	<item>
		<title>Comment on jQuery Rounded Corners with Rounded Borders with Set Width by Tony</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/PlyanHGlwjQ/</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 18 Jun 2009 18:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=124#comment-287</guid>
		<description>I am using this in my Rails app, but you can use it anywhere.  All you need is jQuery and jquery.corner.js (links are above).  This does not use the Prototype library. Let me know how this works out for you.  It is working out great for me so far.</description>
		<content:encoded><![CDATA[<p>I am using this in my Rails app, but you can use it anywhere.  All you need is jQuery and jquery.corner.js (links are above).  This does not use the Prototype library. Let me know how this works out for you.  It is working out great for me so far.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/PlyanHGlwjQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/06/03/jquery-rounded-corners-with-rounded-borders-with-set-width/comment-page-1/#comment-287</feedburner:origLink></item>
	<item>
		<title>Comment on jQuery Rounded Corners with Rounded Borders with Set Width by Nick</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/lsF7TRQE2Zg/</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 18 Jun 2009 17:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=124#comment-286</guid>
		<description>Are you using this with Rails and it's default Prototype based rjs?</description>
		<content:encoded><![CDATA[<p>Are you using this with Rails and it&#8217;s default Prototype based rjs?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/lsF7TRQE2Zg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/06/03/jquery-rounded-corners-with-rounded-borders-with-set-width/comment-page-1/#comment-286</feedburner:origLink></item>
	<item>
		<title>Comment on Truncate your Flex ComboBox text by Tomasz Szych</title>
		<link>http://feedproxy.google.com/~r/CommentsForTonyAmoyalsBlog/~3/Z5UGRIy0cqY/</link>
		<dc:creator>Tomasz Szych</dc:creator>
		<pubDate>Sun, 14 Jun 2009 18:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyamoyal.com/blog/?p=107#comment-281</guid>
		<description>Ok,

so here is the code:
http://tszych.republika.pl/truncateCombo/Main.mxml

and here you can view the result:
http://tszych.republika.pl/truncateCombo/

Tomek ;P</description>
		<content:encoded><![CDATA[<p>Ok,</p>
<p>so here is the code:<br />
<a href="http://tszych.republika.pl/truncateCombo/Main.mxml" rel="nofollow">http://tszych.republika.pl/truncateCombo/Main.mxml</a></p>
<p>and here you can view the result:<br />
<a href="http://tszych.republika.pl/truncateCombo/" rel="nofollow">http://tszych.republika.pl/truncateCombo/</a></p>
<p>Tomek ;P</p>
<img src="http://feeds.feedburner.com/~r/CommentsForTonyAmoyalsBlog/~4/Z5UGRIy0cqY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.tonyamoyal.com/blog/2009/05/19/truncate-your-flex-combobox-text/comment-page-1/#comment-281</feedburner:origLink></item>
</channel>
</rss>
