(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!
![9 Mind-Blowing WebGL Demos]()
As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us. Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos. Another technology available...
![CSS Gradients]()
With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements. CSS gradients are another step in that direction. Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...
![Better Pull Quotes with MooTools]()
Chris Coyier authored a post titled Better Pull Quotes: Don't Repeat Markup a while back. In his post he created great-looking pull quotes without repeating any content -- instead he uses jQuery to dynamically create the pull quotes. The following is the...
![Highlight Table Rows, Columns, and Cells Using MooTools 1.2.3]()
Row highlighting and individual cell highlighting in tables is pretty simple in every browser that supports :hover on all elements (basically everything except IE6). Column highlighting is a bit more difficult. Luckily MooTools 1.2.3 makes the process easy.
The XHTML
A normal table. The cells...