Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - kf12.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 04 May 2025 06:12:03 GMT
Server: Apache
Location: https://www.kf12.com/
Content-Length: 229
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://kf12.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 04 May 2025 06:12:03 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Last-Modified: Mon, 22 Apr 2024 15:57:15 GMT
ETag: "7a49-616b17dbfacc0"
Accept-Ranges: bytes
Content-Length: 31305
Cache-Control: max-age=600
Expires: Sun, 04 May 2025 06:22:03 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/html

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: kf12.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="KF12 Live">
  <meta name="author" content="Mick">
  <!-- <link rel="icon" type="image/png" href="./favicon.png"/> -->
  <link rel="icon" type="image/x-icon" href="favicon.ico">

<!--
  Using Bootstrap 5.3.3 
-->
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

  <!-- https://fontawesome.com/v5.15/icons  https://fontawesome.com/v4.7/cheatsheet/ -->
  <link href="./v01_static/fa/css/all.css" rel="stylesheet">
  <link href="./v01_static/kf12.css" rel="stylesheet">

  <title>Micks Web</title>
</head>

<body id="mypage-top">
  <div class="container page1" id="menu">
    <br>

    <div class="row row-cols-2 row-cols-md-4">

      <div class="text-center" onclick="showOrHideDiv('blogs')">
          <img src="./v01_static/images/blogs.png" alt="Blogs" title="Sites" width="50" height="50"><br><b><i>Sites</i></b><br><br>
      </div>
  
      <div class="text-center" onclick="showOrHideDiv('journals')">
          <img src="./v01_static/images/journals.png" alt="Journals" title="Journals" width="50" height="50"><br><b><i>Journals</i></b><br><br>
      </div>
  
      <div class="text-center" onclick="showOrHideDiv('diy')">
          <img src="./v01_static/images/diy.png" alt="DIY" title="DIY" width="50" height="50"><br><b><i>DIY</i></b><br><br>
      </div>
      
      
      <div class="text-center" onclick="showOrHideDiv('knowledgebase')">
          <img src="./v01_static/images/knowledgebase.png" alt="Knowledgebase" title="Knowledgebase" width="50" height="50"><br><b><i>Knowledgebase</i></b><br><br>
      </div>
      
      <div class="text-center" onclick="showOrHideDiv('guestspace')">
          <img src="./v01_static/images/lk.png" alt="Web Spaces" title="Web Spaces" width="50" height="50"><br><b><i>Web Spaces</i></b><br><br>
      </div>

      <div class="text-center" onclick="showOrHideDiv('pictures')">
          <img src="./v01_static/images/pictures.png" alt="Picture Gallery" title="Picture Gallery" width="50" height="50"><br><b><i>Picture Gallery</i></b><br><br>
      </div>
      
      <div class="text-center" onclick="showOrHideDiv('flowers')">
          <img src="./v01_static/images/daffodil.png" alt="Flowers" title="Flowers" width="50" height="50"><br><b><i>Garden Flowers</i></b><br><br>
      </div>

      <div class="text-center" onclick="showOrHideDiv('toolkit')">
        <img src="./v01_static/images/computer.png" alt="Toolkit" title="Online Toolkit" width="50" height="50"><br><b><i>Toolkits</i></b><br><br>
    </div>


      <div class="text-center" onclick="showOrHideDiv('research')">
        <img src="./v01_static/images/research.png" alt="Research" title="Research" width="50" height="50"><br><b><i>Research Lab</i></b><br><br>
    </div>


      <div class="text-center" onclick="showOrHideDiv('archives')">
          <img src="./v01_static/images/archives.png" alt="Archives" title="Archives" width="50" height="50"><br><b><i>Archives</i></b><br><br>
      </div>
  
      <div class="text-center" onclick="showOrHideDiv('info')">
          <img src="./v01_static/images/info.png" alt="Info" title="Info" width="50" height="50"><br><b><i>Information</i></b><br><br>
      </div>
         
      <div class="text-center" onclick="showOrHideDiv('contact')">
          <img src="./v01_static/images/contact.png" alt="Contact" title="Contact" width="50" height="50"><br><b><i>Contact</i></b><br><br>
      </div>
          

    </div> <!-- row -->
  </div> <!-- container -->

  <div class="container">

    <!-- Blogs -->
    <div class="card mb-3" id ="blogs">
      <div class="card-body page1 ">
        <img  src="./v01_static/images/blogs.png" alt="Active Blogs" width="50" height="50"><br><br>
        <h2 style="color:rgb(102, 103, 171) !important">Active blogs and web-sites</h2><br>
        <ul>
          <li>
            <h5><a href="https://research.kf12.com/petrol">Fuel Prices</a></h5>
            <p>
              An experimental web site that shows the latest motor fuel prices in the UK. (updated daily at around 14:00)
            </p>
          </li>
          <li>
            <h5><a href="https://moments.kf12.com">Moments in Time</a></h5>
            <p>
              Moments in Time is a collection of articles from 2021 onwards to record 
              interesting things that I came across. Updated sporadically.   
            </p>
          </li>
          <li>
            <h5><a href="https://recipes.namlek.co.uk/">Nana Kellman's Recipes</a></h5>
            <p>
              Nana Kellman's Recipes is a collection of recipes collected from various sources by Margaret (Peggy) Kellman and stored in a 2-drawer card index filing cabinet. The collection consists of more than 1200 recipes (281 handwritten) under 62 categories.
            </p>
          </li>
          <li>
            <h5><a href="https://journals.kf12.com/">40 Years Later</a></h5>
            <p>
              Details about a trip back to Trawsfynydd Holiday Village where we had stayed in a Log Cabin on our honeymoon in 1978. (Link is hidden!)
            </p>
          </li>
          <li>
            <h5><a href="./v01_blogs/techno">Techno Babble</a></h5>
            <p>
              Techno Babble is a collection of articles, started in 2005, on items related to new technology and developments in computer hardware and software. This blog is now archived and no longer updated
            </p>
          </li>
          <li>
            <h5>	<a href="https://developer.kf12.com">Developer Blog</a></h5>
            <p>A collection of notes, hints, tips and various code snippets that I've found useful. You're welcome to browse the website but any suggestions should only be used at your own risk.</p>
          </li>
          <li>
            <h5><a href="https://politick.co.uk">Politick</a></h5>
            <p> This blog began as a record of the Referendum held in the UK in June 2016 which asked whether to Remain in or to Leave the European Union (EU). It has gradually evolved into discussion about general political events happening in the UK, particularly related to Brexit. </p>
          </li>
          <li>
            <h5><a href="https://moments.kf12.com/covid/">COVID-19 Dashboard</a></h5>
            <p> An accurate representation of COVID-19 data supplied by the UK Government and the NHS in England, updated daily</p>
          </li>
        </ul>

        <h2 style="color:rgb(102, 103, 171) !important">External Sites</h2><br>
        <ul>
          <li>
            <h5><a href="https://www.odedajewellery.com/">ODEDA Jewellery</a></h5>
            <p> This site shows a selection of contemporary jewellery made by Elaine Gorasia, using recycled silver and gold and precious and semi-precious gemstones</p>
          </li>
          <li>
            <h5><a href="https://kellmanphotography.com//">Kellman Photography</a></h5>
            <p>This site shows a selection of photographs taken by Phil Kellman</p>
          </li>          
        </ul>



      </div>
    </div>


    <!-- Journals -->
    <div class="card mb-3" id ="journals" >
      <div class="card-body page1">
        <img  src="./v01_static/images/journals.png" alt="Journals" width="50" height="50"><br><br>
        <h2>Journals</h2><br>

        <h4> Tools and Utilities </h4>
        <ul>
          <li> 
            <h5><a href="https://journals.kf12.com/Tools/sphinx/index.html">Sphinx</a></h5> 
            <p> Sphinx is a tool to generate documentation for software projects and was originally developed to document the Python programming language.</p>
          </li>
          <li> 
            <h5><a href="https://journals.kf12.com/Tools/pandoc/index.html">Pandoc</a></h5>
            <p>Pandoc is a universal document converter for converting from one markup format into another.</p> 
          </li>
        </ul>
          
        <h4> General </h4>
        <ul>
          <li>
            <h5><a href="https://journals.kf12.com/Pub/TheBigIdea/index.html">The Big Idea</a></h5>
            <p>One of my first Blogs: The Big Idea was written on blogger.com (now blogspot.com) in 2006 under the pseudonym ResearchDirect with the Author Researcher. It has been transcribed to here for archival purposes.</p>
          </li>
          <li>
            <h5><a href="https://journals.kf12.com/Pub/MicksSiggraph2006/index.html">Mick's SIGGRAPH 2006</a></h5>
            <p>A report on Mick's trip to SIGGRAPH in 2006</p>
          </li>
          <li> 
            <h5><a href="https://journals.kf12.com/Pub/FingernailView/index.html">Fingernail View</a></h5>
            <p>On mobile touch devices, a "fingernail view" can be used to display the area of the screen under the finger as the finger moves across the screen</p>
          </li>
          <li> 
            <h5><a href="https://journals.kf12.com/Pub/ResearchInPictures/index.html">Research in Pictures</a></h5>
            <p>A snapshot of Research work with Input/Output devices. </p>
          </li>
          <li> 
            <h5><a href="https://journals.kf12.com/Pub/Bytes/index.html">Bytes</a></h5>
            <p>A scrapbook of bit and pieces. </p>
          </li>
        </ul> 

        <h4>Members Only</h4>
          <p> Items available to members only.</p>
          <ul>
            <li>
              <h5><a href="https://journals.kf12.com/Private/3DontheWeb/">3D CAD on the Web</a></h5>
              <p>An investigation into 3D on the Web or How to implement a 3D CAD System on the Web.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/3DViaStudio/">3DVIA Studio</a></h5>
              <p>A report on 3DVIA Studio from Dassault Systemes</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Adaptive/">Adaptive</a></h5>
              <p>The Adaptive Keyboard project is about using an adaptive keyboard created by the Hardware division at Microsoft.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/AugmentedReality/">Augmented Reality</a></h5>
              <p>Applications that involve the overlay of virtual imagery on the real world</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Brain/">BCI devices</a></h5>
              <p>This project examines how the current available technology can be used to provide an alternative input mechanism for driving software applications </p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/CambridgeProjects/">Cambridge University (notes)</a></h5>
              <p>Notes of discussions with Cambridge University</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Concepts/">Concepts</a></h5>
              <p>A collection of new ideas and concepts</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/DearDiary/">Dear Diary</a></h5>
              <p>A day to day diary from June 2007 to July 2008</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Diary2/">Diary 2</a></h5>
              <p>A day to day diary started but never finished.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Gadgeteer/">Gadgeteer</a></h5>
              <p>The Microsoft .NET Gadgeteer is a rapid prototyping platform for small electronic gadgets and embedded hardware devices currently under development at Microsoft Research.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Glossary/">Glossary </a></h5>
              <p>A general Glossary of terms used in Computing</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Hacks/">Hacks </a></h5>
              <p>Useful Hacks and Code Snippets</p> 
            </li>
            <li>
            <h5><a href="https://journals.kf12.com/Private/HardwareIO/">Hardware I/O Devices Report</a></h5>
            <p>A report on various hardware i/o devices from 2008</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/IntelligentGlass/">Intelligent Glass</a></h5>
              <p>Intelligent Glass explores projector(s), diffuser film and touch film and how they can be used to produce a CADstation and other potential devices</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Interactivity/">Interactivity</a></h5>
              <p>This report examines advances in User Interface devices and techniques, both for Input and Output which will contribute to the design and implementation of the future Human/Computer interaction.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/iPad/">The iPad</a></h5>
              <p> A project exploring how to use the iPad as an adaptive input device for desktop applications</p>
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Kinect/">The Kinect Sensor</a></h5>
              <p> Examining different ways of using the Kinect device for software applications</p>
            </li>
            <li>
              <h5><a href="https://knowledgebase.kf12.com/">Book of Knowledge</a></h5>
              <p> KnowledgeBase. A wiki-based collection of items covering DIY (handyman) jobs, my work history, Ideas, projects, code snippets etc.</p>
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Leonar3do/">Leonar3do</a></h5>
              <p> Exploring the capabilities of Leonar3do which provides you with all the necessary hardware and software to extend your PC into a complete desktop VR system. It combines 3D Sterescopic viewing with a novel input device to allow you to work in a 3D environment.</p>
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Mini9-OSX/">Mac OS X on the DEll Mini9</a></h5>
              <p>Is it possible to install Mac OS X (Leopard) on the Dell Mini9?</p>
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Pivot/">Pivot from Microsoft Labs</a></h5>
              <p>This Journal reports on Pivot, a Microsoft Live Labs project that tries to make it easier to interact with massive amounts of data located either on the Internet, or on a local machine, using a visual tool.</p>
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/PlaySolidWorks/">Play SolidWorks</a></h5>
              <p>Exploring the use of Game Controllers as an I/O device for driving CAD programs such as SolidWorks</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/RenderingChallenge/">Rendering Challenge</a></h5>
              <p>My entries to a challenge to come up with the best rendering using various software packages. I was using Maxwell Render 1.1 from Next Limit</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Robotics/">Robotics</a></h5>
              <p>Explore concepts and ideas for a suitable mini-project.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/SAAS/">Software as a Service</a></h5>
              <p>Preliminary research report examining providing SolidWorks as a Service</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Silverlight/">Silverlight</a></h5>
              <p>Silverlight was a development tool, developed by Microsoft, for creating engaging, interactive user experiences for Web and mobile applications and intended as a competitor and alternative to Adobe Flash. This report covers comments related to the initial releases from the Beta version of Silverlight 1.0 through to Silverlight 1.1 which I was working with in 2007</p> 
            </li>		
            <li>
              <h5><a href="https://journals.kf12.com/Private/Solido/">Solido 3D printer</a></h5>
              <p>All about the 3D Printer from Solido</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Surface/">Microsoft Surface Table</a></h5>
              <p>A report covering the Summer of Surface - devloping applicatio n for the (original) Microsoft Surface (Table)</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/SWwiki/">Research Wiki</a></h5>
              <p>A re-formatted version of my original Research Wiki from 2004 to 2008.</p> 
            </li>
            <li>
              <h5><a href="https://journals.kf12.com/Private/Virtools/">Virtools</a></h5>
              <p>Everything related to Virtools and associated technology</p> 
            </li>

          </ul>
      </div>
    </div>

    <!--  DIY -->
    <div class="card mb-3 page1" id ="diy">
      <div class="card-body ">
        <img  src="./v01_static/images/diy.png" alt="DIY" width="50" height="50"><br><br>
        <h4>DIY (members only)</h4>
        <p>DIY hints and tips.</p>
        <p> Find the DIY section at:</p>
        <ul>
          <li>
            <h5><a href="https://diy.kf12.com/"> DIY Index</a></h5>
          </li>
        </ul>
    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Knowledgebase -->
    <div class="card mb-3 page1" id ="knowledgebase">
      <div class="card-body ">
        <img  src="./v01_static/images/knowledgebase.png" alt="Knowledgebase" width="50" height="50"><br><br>
        <h4 class="card-title">Knowledgebase (members only)</h4>
        <p>Find the Knowledgebase at:</p> 
        <ul>
          <li>
            <h5><a href="https://knowledgebase.kf12.com/doku.php"> Knowledgebase</a></h5>
          </li>
        </ul>
      
    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Guest Web Sapce -->
    <div class="card mb-3 page1" id ="guestspace">
      <div class="card-body ">
        <img  src="./v01_static/images/lk.png" alt="Guests Web Spaces" width="50" height="50"><br><br>
        <h4>Web Spaces (members only)</h4>
        <p class="card-text"> Explore the web spaces:</p>
        <ul>
        <li>
          <h5><a href="https://loretta.kf12.com/"> Loretta's Web Space</a></h5>
        </li>
        </ul>
    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Pictures -->
    <div class="card mb-3 page1" id ="pictures">
      <div class="card-body ">
        <img src="./v01_static/images/pictures.png" alt="Gallery" width="50" height="50"><br><br>
        <h4>Picture Gallery</h4>
        <p>Find the main Gallery at:</p>
        <h5><a href="https://gallery.kf12.com">Gallery</a></h5>
        <br><p>Available Albums include: </p>
        <ul>
          <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/3">Picture a Day 2006</a></h5> 
            <p> Pictures published every day of the year 2006.</p>
          </li>
          <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/2">Picture a Day November 2005</a></h5>
            <p>A picture taken and published every day in November 2005.</p> 
          </li>
          <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/16">Picture of the Day</a></h5> 
            <p>A competition to decide who could take the best picture in October 2011.</p>
          </li>
          <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/17">Belgium</a></h5> 
            <p>A holiday trip to Belgium (New Year 2024).</p>
          </li>        
             <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/23">Weather Watcher</a></h5> 
            <p>Pictures submitted to the BBC Weather Watcher website</p>
          </li>        
          <li> 
            <h5><a href="https://gallery.kf12.com/index.php?/category/20">Computer Generated</a></h5> 
            <p>Computer renderings - and other pictures</p>
          </li>             
        </ul>
    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Flowers -->
    <div class="card mb-3 page1" id ="flowers">
      <div class="card-body ">
      <img  src="./v01_static/images/daffodil.png" alt="Flowers" width="50" height="50"><br><br>
        <h4 class="card-title">Flowers in our Garden</h4>
        <p> A collection of plants, mainly flowers, that appear in our garden.</p>

        <a href="https://kf12.com/flowers/">Garden Flowers</a>

      </div>
    </div>

    <!--  Toolkit -->
    <div class="card mb-3 page1" id ="toolkit">
      <div class="card-body ">
      <img  src="./v01_static/images/computer.png" alt="Toolkit" width="50" height="50"><br><br>
        <h4 class="card-title">Online Toolkit</h4>
        <p> A collection of useful online calculators and tools.</p>
        <p> Currently available:
          <ul>
            <li><a href="https://onlinetoolkit.co.uk/jewellery"><h5>Calculators for Jewellers</h5></a>
              <p><i>©2023-2024 <a href="https://www.odedajewellery.com/">Odeda Jewellery Ltd</a></i></p>
            <ul>
              <li><a href="https://onlinetoolkit.co.uk/jewellery/length.html">Ring Blank Calculator</a></li>
              <li><a href="https://onlinetoolkit.co.uk/jewellery/rolling.html">Rolling Metal</a></li>
              <li><a href="https://onlinetoolkit.co.uk/jewellery/casting.html">Casting</a></li>
              <li><a href="https://onlinetoolkit.co.uk/jewellery/about.html">Details of the Jewellers Calculators</a></li>
            </li>
          </ul>
          </ul>
        </p>


      </div>
    </div>


    <!--  Research -->
    <div class="card mb-3 page1" id ="research">
      <div class="card-body ">
      <img  src="./v01_static/images/research.png" alt="Research" width="50" height="50"><br><br>
        <h4 class="card-title">Research</h4>
        <p> Published Research activities</p>
        <ul>
          <li>
            <h5>webGL</h5>
            <h5><a href="https://research.kf12.com/webgl/">Various Examples</a></h5>
          <br><br>		
          </li>	
          <li>
            <h5>Reports</h5>
            <ul>
              <li><h5><a href="https://research.kf12.com/reports/mini9">All about the DELL mini 9</a></h5></li>
            </ul>
          </li>
        </ul>
    <!--    
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Archives -->
    <div class="card mb-3 page1" id ="archives">
      <div class="card-body">
        <img  src="./v01_static/images/archives.png" alt="Archives" width="50" height="50"><br><br>
        <h2 >Archives</h2>
        <br><h4>Old web-sites, blogs etc </h4>
        <ul>
          <li>
            <h5><a href="./v01_archives/xpnotes/">xpnotes</a> </h5>
            <p>An early blog recording notes when using Windows XP</p>
          </li>
          <li>
            <h5><a href="./v01_archives/247cad.com/">247cad.com</a> </h5>
            <p>A teaser web-site holding the domain ready for my mega web CAD software application  </p>
          </li>
          <li>
            <h5><a href="./v01_archives/kmlsystems_com/">KML Systems Ltd.</a> </h5>
            <p>Company Website</p>
          </li>
          <li>
            <h5><a href="./v01_archives/tavirahouseforsale_com">Tavira - House for Sale</a> </h5>
            <p>Tavira is a town in the "undiscovered" region of the Eastern Algarve in Portugal.</p>
          </li>
          <li>
            <h5><a href="https://loretta.kf12.com/jewellery/index.html">Kellman Designs (protected)</a> </h5>
            <p>Loretta's <strong>Kellman Design</strong> website for Crochet Wire Jewellery </p>
          </li>
                </ul>	

        <h4>Sample Apps for iOS</h4>
        <ul>
          <li>
            <h5><a href="./v01_archives/lottodreams/">Lotto Dreams.</a> </h5>
            <p>LottoDreams, a lottery number generator for the UK Lottery.</p>
          </li>

          <li>
            <h5><a href="./v01_archives/t-time/">T-Time</a> </h5>
            <p>How to make the perfect pot of tea</p>
          </li>

          <li>
            <h5><a href="./v01_archives/trocs/">Trocs</a> </h5>
            <p>Trocs - A Hypotrochoid Curve Generator aka Spirograph</p>
          </li>
        </ul>
    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->
      </div>
    </div>

    <div class="card mb-3 page1" id ="info">
      <div class="card-body ">
        <img  src="./v01_static/images/info.png" alt="Information" width="50" height="50"><br><br>
        <h4>Information</h4>
        <p>A collection of web-sites and pages developed over the years from 2005</p>
        <h5>Blogs</h5> 
        <ul>
          <li>Moments in Time</li>
          <li>Techno Babble</li>
          <li>Developer Blog</li>
          <li>Politick</li>
          <li>COVID-19 Dashboard</li>
        </ul>
        <h5>Journals</h5> 
        <h6>Tools and Utilities</h6>
        <ul>
          <li>Sphinx</li>
          <li>Pandoc</li>
        </ul>
        <h6>Tools and Utilities</h6>
        <ul>
          <li>The Big Idea</li>
          <li>Mick's SIGGRAPH 2006</li>
          <li>Fingernail View</li>
          <li>Research in Pictures</li>
          <li>Bytes</li>
        </ul>





    <!--
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary"><i class="fas fa-home fa-lg "></i></button>
        </div>
    -->
      </div>
    </div>

    <!--  Contact -->
   
    <div class="card mb-3 page1" id ="contact">
      <div class="card-body ">
        <img  src="./v01_static/images/contact.png" alt="Contact" width="50" height="50"><br><br>
        <img  src="./v01_static/images/ContactMe.png" alt="Contact Information"><br/><br/>
        <ul class="list-inline mb-5"> 
          <li class="list-inline-item">
            <a href="https://twitter.com/MickGM" title="Twitter"><i class="fab fa-twitter fa-lg"></i></a>
          </li>
          <li class="list-inline-item">
            <a href="https://facebook.com/" title="Facebook"><i class="fab fa-facebook fa-lg"></i></a>
          </li>
                <li class="list-inline-item">
            <a  href="https://instagram.com/" title="Instagram"><i class="fab fa-instagram fa-lg"></i></a>
          </li>
        </ul>
    <!--    
        <div class="text-end" onclick="showOrHideDiv('menu')">
          <br>
          <button type="button" class="btn btn-primary" title="Home Page"><i class="fas fa-home fa-lg"></i></button>
        </div>
    -->   
      </div>
    </div>

  </div>

  <div id=footer>
    <table style="width:100%">
      <tr>
        <td style="text-align: left; width:25%;"> 
          <button onclick="showPrevDiv()" type="button" class="btn shadow-none" title="Previous"><i class="fas fa-less-than " style="color:rgb(102, 103, 171) !important" ></i></button>
        </td>
        <td style="text-align: center; width:50%;"> 
            <button onclick="showOrHideDiv('menu')" type="button" class="btn shadow-none" title="Home Page"><i class="fas fa-home " style="color:rgb(102, 103, 171) !important" ></i></button>
        </td>
        <td style="text-align: right; width:25%;"> 
            <button onclick="showNextDiv()" type="button" class="btn shadow-none" title="Next"><i class="fas fa-greater-than " style="color:rgb(102, 103, 171) !important" ></i></button>
        </td>
      </tr>
    </table>
  </div>

<script>

let menus =[
"blogs",
"journals",
"diy",
"knowledgebase",
"guestspace",
"pictures",
"flowers",
"toolkit",
"research",
"archives",
"info",
"contact"
];


let prevMenu = "menu";
let currentDiv = "menu";
let nextMenu = "menu";

function checkMenu(id){
return id == this;
}


function getMenuIndex(id)
{

ind = menus.findIndex(checkMenu, id);

prevMenu = menus[ind-1];
nextMenu = menus[ind+1];

console.log(" <- Prev " + prevMenu + " Next -> " + nextMenu);
}

    function showOrHideDiv(id) {
      let vFooter = document.getElementById("footer");

      var v = document.getElementById(id);
      if (v.style.display === "none" || v.style.display === "") {

        var vCurrent = document.getElementById(currentDiv);
        vCurrent.style.display = "none";
        v.style.display = "block";
        currentDiv = id;
        if( id != "menu"){
          getMenuIndex(id);
          }
      }      
      
      else {
         v.style.display = "none";
      }
      
      if( id === "menu") {

        vFooter.style.display = "none";
      }
      else
      {
        vFooter.style.display = "block";
      }
        
    }
    
    function showPrevDiv() {
      if( prevMenu)
        showOrHideDiv(prevMenu);
    }
    
    
    function showNextDiv() {
      if( nextMenu)
        showOrHideDiv(nextMenu);
}  

    
</script>


</body>

</html>

                               

Whois info of domain

Domain Name: KF12.COM
Registry Domain ID: 881283061_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dreamhost.com
Registrar URL: http://www.DreamHost.com
Updated Date: 2025-02-15T09:02:56Z
Creation Date: 2007-03-18T22:29:15Z
Registry Expiry Date: 2026-03-18T22:29:15Z
Registrar: DreamHost, LLC
Registrar IANA ID: 431
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.7148729370
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-04T06:11:57Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass