Click here to Skip to main content
15,886,763 members
Articles / Web Development / HTML

Master Pages using HTML and JavaScript

Rate me:
Please Sign up or sign in to vote.
4.74/5 (31 votes)
20 Jul 2015CPOL7 min read 262.1K   8.1K   50  
Describes a method whereby Web Master Pages can be developed using HTML and JavaScript.
<!DOCTYPE html PUBLIC 
          "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title></title>

    <link rel="shortcut icon" 
          media="screen,print" 
          href="Images/favicon.ico" />

    <link type="text/css" 
          rel="Stylesheet" 
          media="screen,print" 
          href="CSS/GGGustafson.css" />

  </head>
  <body onload="add_header('Images/SiteLogo.png',
                           'Default.html',
                           'Journeys',
                           'Privacy Policy');
                add_footer('Images/ValidXHTML10.png');">

    <div id="header">
    </div>

    <table class="content" 
           cellpadding="0" 
           cellspacing="0">
      <tr>
        <td class="left_column left_content">

        </td>
        <td class="center_column center_content">
          <p>
            Effective: September 10, 2010
          </p>
          <p>
            <b>Privacy Policy Table Of Contents:</b>
          </p>
          <ul class="indented">
          <li>
            <a href="#1">
              Commitment to Privacy
            </a>
          </li>
          <li>
            <a href="#2">
              Information Collected
            </a>
          </li>
          <li>
            <a href="#3">
              How the Information is used
            </a>
          </li>
          <li>
            <a href="#4">
              Commitment to Data Security
            </a>
          </li>
          <li>
            <a href="#5">
              Accessing or Correcting Your Information
            </a>
          </li>
          <li>
            <a href="#6">
              How to contact me
            </a>
          </li>
          </ul>
          <a name="1"></a>
          <p>
            <b>Commitment to Privacy</b>
          </p>
          <p>
          Your privacy is important to me.  To better protect your 
          privacy I provide this notice explaining my online 
          information practices and the choices you can make about 
          the way your information is collected and used. To make 
          this notice easy to find, I make it available at the 
          bottom of all of the pages on my web site.
          </p>
          <a name="2"></a>
          <p>
            <b>Information Collected</b>
          </p>
          <p>
          This notice applies to all information collected or 
          submitted on the GGGustafson 
          website. On some pages, you can make requests and 
          register to receive materials.  The types of personal 
          information collected at these pages may include:
          </p>
          <ul class="indented">
            <li>
              Name
            </li>
            <li>
              Email address
            </li>
          </ul>
          <a name="3"></a>
          <p>
          <b>How the Information is used</b>
          </p>
          <p>
          I do not share any information with outside parties 
          except as required by law. I use return email addresses 
          to answer the email I receive.  Such addresses are not 
          used for any other purpose and are not shared with 
          outside parties.
          </p>
          <p>
          I use non-identifying and aggregate information to 
          better design my website.
          </p>
          <p>
          Finally, I never use or share the personally 
          identifiable information provided to me online 
          in ways unrelated to the ones described above 
          without also providing you an opportunity to opt-out 
          or otherwise prohibit such unrelated uses.
          </p>
          <a name="4"></a>
          <p>
          <b>Commitment to Data Security</b>
          </p>
          <p>
          To prevent unauthorized access, maintain data 
          accuracy, and ensure the correct use of information, 
          I have put in place appropriate physical, 
          electronic, and managerial procedures to safeguard 
          and secure the information I collect online.
          </p>
          <a name="5"></a>
          <p>
          <b>Accessing or Correcting Your Information</b>
          </p>
          <p>
          You can access all your personally identifiable 
          information that I collect online and maintain by 
          going to my Contact Me page and requesting the 
          information there. I use this procedure to better 
          safeguard your information.
          </p>
          <p>
          You can correct factual errors in your personally 
          identifiable information by sending me a request 
          that credibly shows error.
          </p>
          <p>
          To protect your privacy and security, I will 
          also take reasonable steps to verify your identity 
          before granting access or making corrections.
          </p>
          <a name="6"></a>
          <p>
          <b>How to contact me</b>
          </p>
          <p>
          Should you have other questions or concerns about 
          these privacy policies, please use the Contact Me link
          at the bottom of each page.
          </p>
        </td>

        <td class="right_column right_content">

        </td>
      </tr>
    </table>

    <div id="footer">
    </div>

    <script type="text/javascript" 
            defer="defer" 
            src="Scripts/place_in_outerHTML.js"></script>
    <script type="text/javascript" 
            defer="defer" 
            src="Scripts/IO.js"></script>
    <script type="text/javascript" 
            defer="defer" 
            src="Scripts/add_footer.js"></script>
    <script type="text/javascript" 
            defer="defer" 
            src="Scripts/add_header.js"></script>

  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
In 1964, I was in the US Coast Guard when I wrote my first program. It was written in RPG (note no suffixing numbers). Programs and data were entered using punched cards. Turnaround was about 3 hours. So much for the "good old days!"

In 1970, when assigned to Washington DC, I started my MS in Mechanical Engineering. I specialized in Transportation. Untold hours in statistical theory and practice were required, forcing me to use the university computer and learn the FORTRAN language, still using punched cards!

In 1973, I was employed by the Norfolk VA Police Department as a crime analyst for the High Intensity Target program. There, I was still using punched cards!

In 1973, I joined Computer Sciences Corporation (CSC). There, for the first time, I was introduced to a terminal with the ability to edit, compile, link, and test my programs on-line. CSC also gave me the opportunity to discuss technical issues with some of the brightest minds I've encountered during my career.

In 1975, I moved to San Diego to head up an IR&D project, BIODAB. I returned to school (UCSD) and took up Software Engineering at the graduate level. After BIODAB, I headed up a team that fixed a stalled project. I then headed up one of the two most satisfying projects of my career, the Automated Flight Operations Center at Ft. Irwin, CA.

I left Anteon Corporation (the successor to CSC on a major contract) and moved to Pensacola, FL. For a small company I built their firewall, given free to the company's customers. An opportunity to build an air traffic controller trainer arose. This was the other most satisfying project of my career.

Today, I consider myself capable.

Comments and Discussions