(Ab)Using Google To Find Free MP3 Files

I'm not one for posting hacks to illegally attain warez, mp3s, and eBooks, but a coworker showed this to me and I wanted to share it.
You can find MP3s using Google's advanced search capabilities. Say you're looking for some great Rod Stewart music. You'd go to Google and type:
intitle:index.of +?last modified? +?parent directory? +(mp3|wma|ogg) +"rod stewart" -htm -html -php -asp
Simply change the artist name and you can grab mp3s per the artist of your choice in directory listing format on numerous sites around the web!
![5 More HTML5 APIs You Didn’t Know Existed]()
The HTML5 revolution has provided us some awesome JavaScript and HTML APIs. Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers. Regardless of API strength or purpose, anything to help us better do our job is a...
![How to Create a Twitter Card]()
One of my favorite social APIs was the Open Graph API adopted by Facebook. Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...
![Telephone Link Protocol]()
We've always been able to create links with protocols other than the usual HTTP, like mailto, skype, irc ,and more; they're an excellent convenience to visitors. With mobile phone browsers having become infinitely more usable, we can now extend that convenience to phone numbers:
The tel
...
![Image Reflections with CSS]()
Image reflection is a great way to subtly spice up an image. The first method of creating these reflections was baking them right into the images themselves. Within the past few years, we've introduced JavaScript strategies and CANVAS alternatives to achieve image reflections without...