Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.97 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Beer Club</title>
  4.     </head>
  5.     <body>
  6. <!--
  7.  
  8.     Hello.  You won't find any information about ebeer.co.nz here, but let me
  9.     share with you a a story about looking at source code.  I was contacted by a
  10.     supplier of one of our clients with a question regarding a system that we
  11.     had put in place, for our client, that they were using.  Out of interest I
  12.     checked their website (a curious web developer does these kind of things)
  13.     and noticed that they had a misconfigured Google Analytics Javascript
  14.     fragment at the bottom of their page.  Being the nice guy that I am, I
  15.     answered their initial query and mentioned the Javascript code and suggested
  16.     they should get their web people to fix it.
  17.    
  18.     "I don't know what you mean?" was the response.  I wasn't surprised.  I sent
  19.     an example, showing a screenshot. Just forward this onto your web person and
  20.     they'll sort it out.  The screenshot was of the source of their website.
  21.    
  22.     "I don't see how this is relevant to the question I had in the first place?"
  23.     was the response.  It's completely unrelated, I just noticed it and am doing
  24.     the right thing by letting you know.  It's like telling someone that their
  25.     brake light on their car isn't working.
  26.    
  27.     Hours later I get an email from the person's supervisor and the
  28.     "Administration Manager" for the company.  It says:
  29.    
  30.         How we have our website set up and what we use is our business. If you
  31.         are looking for work I consider this an underhand way of going about it.
  32.        
  33.     Whoa up lady, I'm just being a kind citizen.  I send a reply to that effect
  34.     (but didn't say whoa up).  A message comes back saying that the initial
  35.     problem "did not require you to visit our website" and that it's not normal
  36.     practice for people to view the source of a website.
  37.    
  38.     It is normal for me to view the source of a website if I'm interested in the
  39.     technology being used to provision it.
  40.    
  41.     Separately to this, she had contacted my manager and said that my behaviour
  42.     was completely inappropriate and unethical and that it was totally wrong
  43.     that I had viewed the source code.
  44.    
  45.     My manager and I were completely speechless!  (can you imagine)
  46.    
  47.     My manager wrote a reply back being as diplomatic as you could saying that
  48.     it wasn't inappropriate for anyone to view the source of a website, but just
  49.     in case he has issued me with a warning never to view the source of their
  50.     website again.
  51.    
  52.     The problem went away.  I never viewed the source of the website again.
  53.    
  54.     ... well until just now when I had to check to see if the problem had been
  55.     fixed.
  56.    
  57.    
  58.     ... it hasn't :-)
  59.    
  60.     -B.
  61.    
  62. -->
  63.         <div style="text-align: center; padding-top: 100px; font-family: Arial, sans-serif; color: #808080;">
  64.             <img src="beerbadges.jpg" alt="Beer Club - you gotta know to go ..." title="Beer Club - you gotta know to go ..." />
  65.             <br/>
  66.             <small>bob at ebeer.co.nz</small><br/>
  67.             <small><a href="/contact">Get in touch</a></small>
  68.         </div>
  69.     </body>
  70. </html>
Add Comment
Please, Sign In to add comment