Tag Archives: javascript

Easy Text Area Character Counter with Javascript

Have you ever wanted to add a character counter to a box of text on a web form, but didn’t want to get your hands dirty with all of the Javascript and programming that’s necessary to make it work? If … Continue reading

Posted in Javascript, Web Programming | Tagged , , , , , , , , , , , , | 23 Comments

Streaming Audio on a Web Page

Last night I was considering the posibility of creating an online radio, similar to Slacker or Pandora. After a little searching, I found a couple solutions… First, I could create M3U files, and essentially link to MP3 files on a site. … Continue reading

Posted in Media, Web Programming | Tagged , , , , , | 1 Comment