diff options
| -rw-r--r-- | music_room.html | 103 | 
1 files changed, 89 insertions, 14 deletions
diff --git a/music_room.html b/music_room.html index 375315f..99d39aa 100644 --- a/music_room.html +++ b/music_room.html @@ -64,6 +64,7 @@ table {                          <li><a href="#funk">Funk</a></li>                          <li><a href="#japanese_stuff">Japanese stuff</a></li>                          <li><a href="#jazz">Jazz</a></li> +                        <li><a href="#rock_alt_punk">Rock/Alt/Punk</a></li>                          <li><a href="#other">Other</a></li>                      </ul>                  </td> @@ -431,16 +432,15 @@ table {              <tr>                  <td> -                    <h2 id="other">Other</h2> +                    <h2 id="rock_alt_punk">Rock/Alt/Punk</h2> -                    <h3>Jeff Beck</h3> +                    <h3>Talking Heads</h3>                      <p> -                        While many think Jimi Hendrix is the greatest guitarist of all time many more enlighted people -                        pick Jeff Beck. Not that Jimi is bad or anything but holy fuck Jeff Beck can really play guitar. -                        He puts soooo much geist into his music and makes the guitar sing in a way no one else can. I still -                        have my own pick for greatest guitarist though. +                        <b>You need to listen to the Talking Heads.</b> Now, its a requirement.  Its a funky silly litte band. +                        The front man David Byre is rocking with autism so its a given its going to be a good band. There is no +                        band that sounds anything like them. They have no right to be as funky as they are!                      </p> - +                                          <h3>Ween</h3>                      <p>                          A wonderful little silly band. Best known for their album The Mollusk which influenced the creation @@ -450,6 +450,88 @@ table {                          on this list. The mood changes quickly but in a very musical way that paints an entire landscape of                          many different colors.                      </p> + +                    <h3>Morphine</h3> +                    <p> +                        A really wonderful little treo. Their front band Mark Sandman plays a bass with only 2 strings tuned +                        in 5ths and he plays it with a slide, their saxophonist Dana Colley can play two saxophons at once, +                        and their drummer is just a total vibe. +                    </p> + +                    <h3>Joy Division</h3> +                    <p> +                        This band reminds me of my CS teacher who had a bow tie and worked at a standing table with borderline +                        too many monitors plugged into a little mac book. Every morning when I walked in normal music was never +                        playing, it was often a mix of alt rock and EDM that was quite fitting for a programming class. He gave +                        everyone rubber ducks so we can have an inanimate object to use to ask for help. He always called himself +                        a lizard person and was a Doctor Who fan. I assume this is a universal experience and everyone had a CS +                        teacher like this. He must have been a standard issue factory made CS teacher because if a mad man with a +                        bow tie who jams out to Joy Division isnt your average CS teacher I dont know what is a average CS +                        teacher. +                    </p> + +                    <h3>The Clash</h3> +                    <p> +                        One of the first bands I really got into. I listened to them a lot when I was first learning guitar. They +                        got a good sense of humor to. +                    </p> + +                    <h3>Ramones</h3> +                    <p> +                        When I was little one of my sisters friends had a dad who was a fan of the Ramones. He gave me a data disk +                        full of pirated music which included a lot of stuff by the Ramones. I instandly became a Ramones fan. I +                        dont listen to them much lately but they will always have a place in my heart. +                    </p> + +                    <h3>Dr.Feelgood</h3> +                    <p> +                        This is a mean ass band. Their music was a rebellian against the prog rock and glam rock music that was +                        becoming big at the time. Pub rock bands like Dr.Feelgood went fuck it all and instead played mean raw +                        drunken rock n' roll. This is the kind of music I listen to when skateboarding or when I need to get +                        shit done. +                    </p> + +                    <h3>ACDC (Bon Scott era)</h3> +                    <p> +                        I know what your thinking <i>its that band with songs that always sound the same and has sore throat sounding +                            vocals</i>. Well they were not always like that. In their early days they had a better vocalist: Bon Scott. +                        And they fucked around with different sounds a lot more. +                        <br/><br/> +                        These are the Bon Scott era albums: +                    </p> +                    <ul> +                        <li>High Voltage</li> +                        <li>TNT</li> +                        <li>Dirty Deeds Done Dirt Cheap</li> +                        <li>Let There Be Rock</li> +                        <li>Powerage</li> +                        <li>Highway to Hell</li> +                    </ul> +                    <p> +                        Powerage and Let There Be Rock are my favorites out of all of them. Powerage was my first CD I ever got and I keep +                        going back to it all the time. Its their best album by far. RIP (rock in pleace) Bon Scott. +                    </p> + +                    <h3>ZZ Top</h3> +                    <p> +                        I dont listen to them much anymore but they had a big influence on my guitar playing. One of my favorite albums by +                        them is Tejas. Its a very underrated album. I dig the darker more ambient tone of Tejas. Also go listen to their +                        first album. Its completely killer! +                    </p> +                </td> +            </tr> + +            <tr> +                <td> +                    <h2 id="other">Other</h2> + +                    <h3>Jeff Beck</h3> +                    <p> +                        While many think Jimi Hendrix is the greatest guitarist of all time many more enlighted people +                        pick Jeff Beck. Not that Jimi is bad or anything but holy fuck Jeff Beck can really play guitar. +                        He puts soooo much geist into his music and makes the guitar sing in a way no one else can. I still +                        have my own pick for greatest guitarist though. +                    </p>                      <h3>Tipsy</h3>                      <p> @@ -466,13 +548,6 @@ table {                          A russia band I discovered recently as of writing this. I dig them so far but I haven't checked                          out much of their stuff.                      </p> - -                    <h3>Morphine</h3> -                    <p> -                        A really wonderful little treo. Their front band Mark Sandman plays a bass with only 2 strings tuned -                        in 5ths and he plays it with a slide, their saxophonist Dana Colley can play two saxophons at once, -                        and their drummer is just a total vibe. -                    </p>                      <h3>Silver Apples</h3>                      <p>  | 
