-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebmasterfaq.php
More file actions
53 lines (53 loc) · 5.77 KB
/
webmasterfaq.php
File metadata and controls
53 lines (53 loc) · 5.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php include("inc/inc_header.php"); ?>
<script src="js/faq.js"></script>
<div class="doc_container">
<article>
<header><h1>About the Webmaster FAQ</h1></header>
<div class="main">
<h2 class="question">Oh wow, is this <div itemscope itemtype="http://schema.org/Person" class="plain"><span itemprop="name">Justin Holton</span></div>, bringing back the content that was on the old Unofficial Fender Hot Rod Deluxe User's Guide?</h2>
<div class="answer">
<p>No; it's his content, but I'm not Justin. His site used to be on studentweb.eku.edu/justin_holton (link does not work), and then he put it up on another address, justinholton.com (also doesn't work).</p><p>He seems to have abandoned this information, or at least in terms of keeping the content up on the web.</p>
</div>
<h2 class="question">Umm...so who are you?</h2>
<div class="answer">
<p>I don't think I like your tone. Mark Newcomb, Colorado-based web developer. Also guitar player and classically-trained pianist. I have had experience as a recording engineer and music teacher as well.</p>
</div>
<h2 class="question">So I take it you have a Fender Hot Rod Deluxe yourself?</h2>
<div class="answer">
<p class="bottom-space">Yup. Here it is:</p>
<figure class="content50"><img src="img/front.jpg" alt="front of amp" id="front"><figcaption>Yes, I'm aware the grill cloth is a bit wavy. The grill cloth that came with the pine enclosure hasn't held up too well.</figcaption></figure>
<figure class="content50"><img src="img/amp-back.jpg" alt="back of amp"><figcaption>Look closely and you'll see for a short time I experimented with an Eminence Cannabis Rex. Didn't quite do it for my heavy metal style.</figcaption></figure>
<div class="clear"></div>
<figure class="content50"><img src="img/handle-up-close.jpg" alt="handle up close"></figure>
<figure class="content50"><img src="img/amp-angle.jpg" alt="amp at an angle" id="angle"></figure>
<div class="clear"></div>
<p class="top-space bottom-space">It started out as a lacquered tweed version. I bought a custom pine cabinet enclosure for it from <a href="http://carlscustomguitars.com" target="_blank">Carl's Custom Guitars</a>, and while I had the thing apart, I switched out the stock speaker (Celestion G12P-80) for a Celestion Vintage 30. Sweetwater sent me a damaged one, but was good about exchanging it for a functional one.</p>
<figure class="content50"><img src="img/installing-speaker.jpg" alt="installing speaker"></figure>
<figure class="content50"><img src="img/inside-of-amp.jpg" alt="inside of amp"></figure>
<div class="clear"></div>
<figure class="content100"><img src="img/front-up-close.jpg" alt="front up close"><figcaption>Switching the front logo plate from the old tweed enclosure to the pine one required some careful prying off of the four small nails holding it on, and nailing them into the pine with a small hammer.</figcaption></figure>
<div class="clear"></div>
<p class="bottom-space">One complaint I have with the Hot Rod is that their distortion channel is a lackluster, pre hard-rock idea of guitar distortion. Here's a simple trick you can do to improve that...</p>
<figure class="content100"><img src="img/engl-with-fender.jpg" alt="engl savage 120 on top of fender hot rod"></figure>
<div class="clear"></div>
<p class="top-space">Bam! Just get an expensive boutique heavy metal head and use the Fender Hot Rod as a speaker cabinet. Actually, the Engl Savage's clean channel is excellent as well.</p>
</div>
<h2 class="question">There's something I see in one of these articles that's wrong! Fix it!</h2>
<div class="answer">
<p><em>*Slides chair back, raises hands up Conan O'Brien style*</em> No. I'm not getting into that. How would I know that your information is correct, and Justin Holton's wasn't? I don't have the electrical engineering background to make that kind of judgement call, and I have absolutely <em>no desire</em> to be the referee. Use the information on this website at your own risk. Or feel free to dismiss this whole thing and click the back button; I don't care. This is strictly a "pet project" of mine that I've built and am keeping up on the web for fellow Hot Rod Deluxe enthusiasts.</p>
</div>
<h2 class="question">Any way to contact you?</h2>
<div class="answer">
<p class="bottom-space">In this context of this site? No. Sorry, not really interested. My web portfolio site links <em>to</em> this page, but this site doesn't link <em>back to it</em>. If I'm sounding like an anti-social grouch, let me just provide you a screenshot of Justin Holton's original contact page: </p>
<figure class="content75"><img src="img/justins-email-page.jpg" alt="justin pissed off"></figure>
<div class="clear"></div>
<p class="top-space">...yeah. Holy shit. The impression I get is that his site got hugely popular and he didn't want to deal with all of it, which is probably why he doesn't even host this information anymore. I can't say I blame him, and I don't really wish to get sucked into that either.</p>
</div>
<h2 class="question">Legal disclaimer in effect throughout entire website's contents</h2>
<div class="answer">
<p>Use of any and all information on any page of this site is at your own risk. If you have any doubts to your safety or to your amp, bring your amp to a qualified amp technician. I am not the author of the content in the how-to articles, or in the original faq. I disclaim any responsibility for injury, damage, loss of value or loss of gig.</p>
</div>
</div> <!-- end main div -->
</article>
</div> <!-- end doc container div -->
<?php include("inc/inc_footer.php"); ?>