Tag: prototype

Top Artists by Country from Last.FM

Last.fm XML data presented on amMap showing Most Popular Music per Country
I have mentioned amMap before, and now I was able to put it together with data from Last.fm. Last.fm has a top artist geo-aware data feed that shows the most popular artists this week in a particular country. I thought that this […]

Popularity: 1%


Retrieve Events per Country using the Last.fm API

PHP script using cURL, XML, and AJAX via Prototype
I have been looking at the Last.FM API again to see how else it can be used and there are many things you can do with all the information last.fm contains. Today, I wanted to display a map, using amMap, and when someone presses on a […]

Popularity: 1%


Toggle classes with Prototype and CSS

Using Prototype to toggle more than one div
The other day I needed to write a function that will hide and show summery content on a button click. Think of a blog where on a page you have like 5 blog entries with titles and excerpts. Imagine that you wanted to have a button […]

Popularity: 3%