HA! pee knew yeah!
coming: NEW! beats! NEW! art! MORE! mediocre blogging!
stay tuned…
HA! pee knew yeah!
coming: NEW! beats! NEW! art! MORE! mediocre blogging!
stay tuned…
So, i needed a light weight mp3 player for iamcell.com, when i stumbled upon the piMP3 Player by cssrevolt.com. Perfect! (does not work in IE right now)…Uses prototype (less than perfect) and integrates seemingly seemless! For the sake of UI, i added “previous” and “next track” buttons… Code can be seen below… I worked under a stressful time constraint, so if any1 wants to jump in and drop some logic on my ass or fix the ie bug, by all means!
next: function(e) {
var counter = this.options.Counter++;
var theCount = data.length;
//alert(counter+' | | ' + theCount);
var sound = new Array();
for(i = 0; i < theCount; i++){
var ur = $('nextSound'+i);
sound.push(ur);
var cap = $('nextSound'+i).innerText;
}
if(counter==theCount){
this.options.Counter=0;
this.caption = sound[0].innerText || sound[0].textContent;
this.sound_selected.writeAttribute('href',sound[0]).update(this.caption);
} else {
this.caption = sound[counter].innerText || sound[counter].textContent;
this.sound_selected.writeAttribute('href',sound[counter]).update(this.caption);
}
Sound.play(this.sound_selected.readAttribute(‘href’),{track:’pimp3Player’, replace:true});
this.sound_status.show();
Event.stop(e);
},
prev: function(e) {
var counter = this.options.Counter–;
var theCount = data.length;
//alert(counter);
var sound = new Array();
for(i = 0; i < theCount; i++){
var ur = $(‘nextSound’+i);
sound.push(ur);
var cap = $(‘nextSound’+i).innerText;
}
if(counter==0){
this.options.Counter=theCount-1;
this.caption = sound[theCount].innerText || sound[theCount].textContent;
this.sound_selected.writeAttribute(‘href’,sound[theCount]).update(this.caption);
} else {
this.caption = sound[counter].innerText || sound[counter].textContent;
this.sound_selected.writeAttribute(‘href’,sound[counter]).update(this.caption);
}
this.caption = sound[counter].innerText || sound[counter].textContent;
this.sound_selected.writeAttribute(‘href’,sound[counter]).update(this.caption);
Sound.play(this.sound_selected.readAttribute(‘href’),{track:’pimp3Player’, replace:true});
this.sound_status.show();
Event.stop(e);
}
My dear friend (and old employer), Gary Hallquist, was kind enough to visually document my last show in hi-res… Thankfully i was on top of my game!
“World threat gets the girls wet” got a free beer that night, btw…
Click on one of the images below to open up the gallery & see the rest of the photos!



Sampled: “No More Tears” by Ozzy Osbourne….
I pick it up after the second chorus, when the piano drops…
Now it’s “Wake The Dead”, an electro-house rap, track 6 to your right.
I played bass & organ on the mikro Korg and remixed the eFF outta some drums… njoi!
remember that rap i wrote in php?
Well, here’s the verse in audio! it’s called certified nerd… 7th track in my player on the right!
How about those mp3s? Good shit man, the beat is grimy.