1 year ago
YungSangblr
1 year ago
“ ということで、今話題のMuxtapeをiTinesで聞けるようにしてみた。
Muxtape With iTunes » www.slack77.net (via lomo)
tags: reblog
Reblog Notes
Comments (View)
1 year ago
Muxtape Demo - Mixtape 2.0 - April NY Tech
roamin:
CenterNetworks
“At last nights NY Tech gathering, Muxtape founder Justin Ouellette presented his MP3 mixtape sharing application. Justin also announced that he is leaving video sharing provider Vimeo to focus on his other projects. Muxtape is built on PHP and uses Amazon S3 for the file hosting. So far the biggest question surrounding Muxtape is the legality of the sharing.
Justin also noted that you will soon be able to purchase the songs on a tape and the revenue will be shared with everyone. Dan at AlleyInsider has a mobile post with some additional monetization details.”
tags: reblog
Reblog Notes
Comments (View)
1 year ago
Muxtape Demo - Mixtape 2.0 - April NY Tech | CenterNetworks
I thought that Justin is a Mac user.
tags:
Reblog Notes
Comments (View)
1 year ago
lomo:
new Ajax.Request(‘http://www.tumblr.com/followers’, {method:’get’, onComplete: function (res) {
var match_result = res.responseText.match(/(\d+)\s+people following/);
if (match_result) {
var follower_count = match_result[1];
var dashboardControls = $(‘dashboard_controls’).getElementsByTagName(‘a’);
dashboardControls[4].href = “/followers”;
dashboardControls[5].href = “/followers”;
dashboardControls[5].innerHTML = follower_count + ” Followers”;
}
}});
GK v1.5 だと動かなかったので、改造。っていうか、Tumblr の prototype.js って v1.4.0 なんだ。。。ku:
Show Follower Count and Tumblr Follow Mode in action.
new Ajax.Request(‘http://www.tumblr.com/followers’, {method:’get’, onComplete: function (res) {
var match_result = res.responseText.match(/(\d+)\s+people following/);
if (match_result) {
var follower_count = match_result[1];
var dashboardControls = $(‘dashboard_controls’).getElementsByTagName(‘a’);
dashboardControls[4].href = “/followers”;
dashboardControls[5].href = “/followers”;
dashboardControls[5].innerHTML = follower_count + ” Followers”;
}
}});
tags: reblog
Reblog Notes
Comments (View)
