Music for Naught
Music for Naught is a little project I wrote while trying to teach myself PHP. It is a simple music browser/player that allows the user to browse a given music directory and sub directories. When music is found in any given directory, a flash player appears, populated by all mp3 files found in that directory. It will also display cover art, given that the file names for said cover art contains cover, front, or folder.
This is the first project I’ve attempted on my own since starting to learn some programming and any comments or constructive criticism is gladly welcome. I’d really like to dump the flash player altogether and write something modern with HTML 5, perhaps using something like jPlayer and also learn some javascript and Ajax to make the entire thing smoother. But for now, until I find more time between classes to learn/update, it is what it is. Also, I’m not much of a web designer so forgive me if it doesn’t look uber stylish and the css isn’t pretty. In fact, I know it looks terrible in IE and if you know how to fix it to make it look better across all browsers, by all means, tell me how to fix it.
Download Music for Naught at Sourceforge.
Comments are off for this post