Check out the site of Section IV, he has published a lot of his songs online, and they are in high quality, most of them are really great!
A useful class for you to use at your own risk. An implementation of a last-in-first-out data structure. Can be used like:
Dim stack As New Stack()
Call stack.push("Domino")
Call stack.push("Notes")
Call stack.push("R7")
Print "Stack is: " & stack.toString()
Print "First: " & stack.pop()
Print "Second: " & stack.pop()
Print "Third: " & stack.pop()
' This will produce the output:
' R7
' Notes
' Domino
Thanks to Vitezsla Vit VLCEK and Chad “Smiley” Schelfhout for pointing out bugs in the original class.
I’ve been using the Google Analytics plugin, created by Matt Labrum, a while, but it registers also every page view by me. That will give the wrong statistics, and I don’t want that. So, I modified the 0.3 version of the plugin into my own. This is the modified version, which can be set up to hide the Google Analytics code for user levels above a certain threshold. I also added Analytics for outgoing comment author URLs.
Rename the file below and put in your WordPress 2.0 plugin directory: