%doc> URL TYPE 1 - /reviews/r0201_001.htm URL TYPE 2 - /reviews/pf_r0201_001.htm URL TYPE 3 - /reviews/ft/20020321/7823/Straight_Edge_Trio.html URL TYPE 4 - /reviews/pf/20020321/7823/Straight_Edge_Trio.html %doc> <%init> my $dbh = DBI->connect("DBI:mysql:allaboutjazz", 'vxweb', 'vx232web'); %init> <%cleanup> $dbh->disconnect(); %cleanup> <%perl> my @args = split('/', $r->uri); my ($title, $album, $artist, $id, $month, $year, $seq, $sql, $stmt); if ($args[2] =~ /r(\d\d)(\d\d)_(\d+)\.(htm|html)/i) { $month = $1; $year = $2; $seq = $3; $sql = "SELECT album, artist, id FROM cd_review WHERE month = ? and year = ? and seq = ?"; $stmt = $dbh->prepare($sql); $stmt->execute($month, $year, $seq); ($album, $artist, $id) = $stmt->fetchrow_array(); $stmt->finish(); } elsif ($args[2] =~ /^(pf|ft)$/i and $args[3] =~ /^(\d+)$/ and $args[4] =~ /^(\d+)$/ and $args[5] =~ /^(\w+)\.(htm|html)$/i) { $id = $2; $sql = "SELECT album, artist FROM cd_review WHERE id = ?"; $stmt = $dbh->prepare($sql); $stmt->execute($id); ($album, $artist) = $stmt->fetchrow_array(); $stmt->finish(); } if ($album and $artist) { $title = "
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||||
![]() |
| About Dave Hughes
email: twodavid@primenet.com |
|
I decided when I was a junior in high school that I wouldn't pursue a career in music, but that I would always keep music as something I did on the side for my own enjoyment. My primary instruments are trombone and electric bass, although I have done some close-harmony doo-wop singing too. I have had some wonderful musical experiences. I was a member of the Ohio State University Marching Band for five years, and have played in more jazz ensembles and dance bands (both big band and combo) than I can count. I've done a little composing and a lot of arranging as well. While in college, I developed an addiction -- record collecting. With all the used record stores around campus, I could easily experiment and sample the works of a variety of artists that I read about in jazz magazines or saw on album credits. I now have a pretty massive collection of LPs and CDs. For four years, I was founder and co-owner of a jazz CD and video mail order business called Shipped Discs. My partner and I envisioned it as our escape from the corporate rat race and our ticket to blissful self-employment. Although we really did a remarkable job of carving out a viable business from scratch (with no corporate backing, a modest amount of capital, and no prior experience in this area), it finally became apparent that the profit margin on CDs is too slim to really make this sufficiently profitable, so we closed the business. So I've developed quite a knowledge about jazz over the years. So with the advent of the amazing Internet, people such as me can publish whatever we want, and in my case, it's CD reviews. Judging from the response I've gotten so far, I must be doing okay at it. As the tired cliché goes, "I hope you enjoy reading them as much as I enjoy writing them." At least I hope I can steer you to some great CDs and help you avoid some bad ones. About the music Dave reviews Most of the CDs I review can be placed in the following genres:
|
| Go back to the CD Review page. |
|
|
||
|
|
All material copyright © echo ?> All About Jazz and/or contributing writer/visual artist. All rights reserved. | Privacy Policy | |