Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - tm2d.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 19:42:26 GMT
Server: Apache
Location: https://tm2d.com/
Content-Length: 225
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://tm2d.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 01 May 2025 19:42:27 GMT
Server: Apache
Upgrade: h2,h2c
Connection: Upgrade
Last-Modified: Tue, 28 Jun 2022 18:12:50 GMT
Accept-Ranges: bytes
Content-Length: 41431
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
Content-Type: text/html

HTTP Code 200 OK

200 OK 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: tm2d.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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
		<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
        <link href="SCSS/main.css" rel="stylesheet" type="text/css">
    <title>TM2D Home Page</title>
</head>
<body class="container">
    
    
        <header class="navigation">
            
             <div class="navigation__logo">
                 <a href="#" class="navigation__logo-image"><img src="images/3DLogo120.png" alt="Tm2D Logo"></a>
                 <h1 class="navigation__title">A Brief Summary of My Work</h1>

            <a href="form.html" class="navigation__link">CONTACT</a>
            </div>
            
           <!--  <nav>
                <ul class="menu" >
                    <a href="#" class="menu__logo"><img src="images/3DLogo80.png" alt="Tm2D Logo"></a>

                    <li class="menu__item-1"> <a href="index.html" class="menu__link">HOME</a></li> 
                    <li class="menu__item-2"> <a href="#" class="menu__link">FEATURES</a></li>  
                    <li class="menu__item-3"> <a href="examples.html" class="menu__link">EXAMPLES</a></li> 
                    <li class="menu__item-4"> <a href="work.html" class="menu__link">My Story</a></li> 
                    <li class="menu__item-5"> <a href="form.html" class="menu__link">CONTACT</a></li> 
                </ul>
            </nav> /-->

            
            <!-- <img class="closebutton" src="images/close Icon.png" alt="close menu">
            <img class="close" src="images/pizzaboxMenu.png" alt="Site Menu">  -->
    
        </header>

        <div class="hero">
            <div class="hero-text">
                <h2>My Life-Long Goal and Ambition</h2>
                    <p class="subhead"><q>All of my life I have been driven to learn new technologies and utilize them in ingenious, innovative, and creative ways. 
                        It has been a wild journey of excitement, frustration, breakthroughs, and disappointments. 
                        <br>
                        From mechanics to electronics. From video production to animation. From interactive media to programming. What you find on this site is a small example of my continuing studies and work.</q></p>
                <p>David S. Young</p>
            </div>

                <div class = "hero-image">
                    <img src="images/CheckingNetworkMap1920.jpg" alt="Future NOC center" class="hero-image">
                </div> 
        </div>

        <section class="more-info">

            <div class="wrapper">
                <div class="static-text">I am</div>
                <ul class="dynamic-texts">
                    <li><span>an Engineer</span></li>
                    <li><span>a Producer</span></li>
                    <li><span>an Animator</span></li>
                    <li><span>a Modeler</span></li>
                    <li><span>a Programmer</span></li>
                    <li><span>a Storyteller</span></li>
                    <li><span>a Trainer</span></li>
                    <li><span>a Designer</span></li>
                    <li><span>a Videographer</span></li>
                </ul>

            </div>

        </section>

    <div class="software">
            <h1 class="software__title">Software Proficiencies</h1>
        <div class="software__list">
            <div class="Animation__list">
                <h2 class="title">Animation</h2>
                <ul>
                    <li>3D Studio Max</li>
                    <li>Maya</li>
                    <li>MotionBuilder</li>
                    <li>IClone</li>
                    <li>Character Creator</li>
                    <li>3D Xchange</li>
                </ul>
            </div>

            <div class="video__list">
                <h2 class="title">Video Production</h2>
                <ul>
                    <li>Premiere</li>
                    <li>After Effects</li>
                    <li>Mocha Pro</li>
                    <li>Audition</li>
                    <li>Izotope</li>
                    <li>Media Encoder</li>
                    <li>Camtasia</li>
                    
                </ul>
            </div>

            <div class="web__list">
                <h2 class="title">Web Development</h2>
                <ul>
                    <li>Visual Studio Code</li>
                    <li>Wordpress</li>
                    <li>Live Server</li>
                    <li>Dreamweaver</li>
                    <li>Xd</li> 
                </ul>
            </div>

            <div class="games__list">
                <h2 class="title">Game Development</h2>
                <ul>
                    <li>Unity</li>
                    <li>Unreal Engine</li>
                    <li>3D Studio Max Interactive</li>                
                </ul>
            </div>

            <div class="center__video">                
                <video class="center__content" autoplay muted loop>
                    <source src="../images/videos/HeadsUp.mp4" type="video/mp4">
                    <source src="../images/videos/HeadsUp.webm" type="video/webm">
                    Your browser is not supported!
                </video>
            </div>

            <div class="music__list">
                <h2 class="title">Music Production</h2>
                <ul>
                    <li>Ableton Live</li>
                    <li>Native Instruments</li>
                    <li>Sound Forge</li>                
                </ul>
            </div>

            <div class="modeling__list">
                <h2 class="title">Modeling</h2>
                <ul>
                    <li>3D Studio Max</li>
                    <li>Maya</li>
                    <li>Character Creator</li>                
                    <li>ZBrush</li>                
                    <li>Marvelous Designer</li>                
                    <li>3D Coat</li>                
                    <li>Blender</li>                
                    <li>Topogun</li>                
                </ul>
            </div>

            <div class="texturing__list">
                <h2 class="title">Texturing</h2>
                <ul>
                    <li>Substance 3D Painter</li>
                    <li>Substance 3D Designer</li>
                    <li>Substance 3D Sampler</li>                
                    <li>3D Coat</li>                
                    <li>Marmoset Toolbag</li>                
                    <li>Phtotoshop</li>                
                </ul>
            </div>

            <div class="programming__list">
                <h2 class="title">Programming</h2>
                <ul>
                    <li>C#</li>
                    <li>C++</li>
                    <li>HTML</li>                
                    <li>CSS</li>                
                    <li>javascript</li>                
                    <li>Swift</li>                
                    <li>Python</li>                
                </ul>
            </div>
        </div>
    </div>
        

        <div class="gallery">
            <h1 class="gallery__title">GALLERY</h1>
           <!-- Moment in History -->
            <figure class="gallery__image-2"><img src="images/gallery2.png" alt="Gallery Image 2" class="gallery__image">  </figure>               
                <div class="gallery__image-2_info-1">
                    <h2 class="gallery__text">Great Moments in History <br><br></h2>
                            <p>This was an animation that looked at the historical invention of the telephone in a humorous way. It shows
                        Alexander Bell in his lab putting the finishing touches on the telephone before using the device for the first time.</p> 
                </div>
           
            
                <!--AR Cell Tower -->
            <figure class="gallery__image-3"><img src="images/gallery3.png" alt="Gallery Image 3" class="gallery__image"></figure>
            <div class="gallery__image-3_info-3">
                <h2 class="gallery__text">Augmented Reality Experience <br><br></h2>
                    <p>This Augmented Reality experience
                    was designed to explain and demonstrate the equipment located on the top of a cell tower. it looked at the splitters, active and passive, 
                    the amplifiers, and the antennas used to provide cell service to the surrounding areas. </p>
            </div>

            <!-- Why Marketing -->
            <figure class="gallery__image-4"><img src="images/gallery4.png" alt="Gallery Image 4" class="gallery__image"></figure>
            <div class="gallery__image-4_info-4">
                <h2 class="gallery__text">Marketing Piece <br><br></h2>
                    <p>This animation explained the several Whys behind a properly designed marketing campaign. It employed the never ending why 
                questions posed by children to adults to deliver several key points about how marketing campaigns help businesses thrive.</p>
            </div>

            <!-- Thomas Watson -->
            <figure class="gallery__image-5"><img src="images/gallery5.png" alt="Gallery Image 5" class="gallery__image"></figure>
            <div class="gallery__image-5_info-5">
                <h2 class="gallery__text">Augmented Reality Experience<br><br></h2>
                    <p>This is Thomas Watson, co-inventor of the telephone. Tom and Alexander Bell interact while reviewing the history of AT&#38T in a light-hearted bantering about 
                all of the wonderful technologies and services that came from the invention of the telephone. </p>
            </div>

            <!-- volcano PheonixFD -->
            <figure class="gallery__image-6"><img src="images/gallery6.png" alt="Gallery Image 6" class="gallery__image"></figure>
            <div class="gallery__image-6_info-6">
                <h2 class="gallery__text">Visual Effects<br><br></h2>
                    <p>This is an example of using visual effects in animation. The example was created with 3D Studio Max and PheonixFD and rendered using V-ray. Utilizing 
                several different rendering engines from V-ray to Arnold and everything inbetween. </p>
            </div>

            <!-- Telestar -->
            <figure class=" gallery__image-7"><img src="images/gallery7.png" alt="Gallery Image 7" class="gallery__image"></figure>
            <div class="gallery__image-7_info-7">
                <h2 class="gallery__text">Augmented Reality Experience<br><br></h2>
                    <p>There were several models created to highlight some of the technology that came out of AT&#38T company. This is just one of them, the Telstar satellite used to provide
                service to the four corners of the world. One of the many technologies that came out of Bell Labs. </p> 
            </div>

            <!-- Title cell not used for information -->
            <figure class=" gallery__image-9"><img src="images/gallery9.png" alt="Gallery Image 9" class="gallery__image"></figure>
            <div class="gallery__image-9_info-9">
                
            </div>

            <!-- Ask Yourself -->
            <figure class=" gallery__image-10"><img src="images/gallery10.png" alt="Gallery Image 10" class="gallery__image"></figure>
            <div class="gallery__image-10_info-10">
                <h2 class="gallery__text">Augmented Reality Experience<br><br></h2>
                    <p>This paperclip character was created as a reminder to employees to always follow protocols around the office to avoid doing 
                        something that could affect service to customers. The virtual stage in this case is the inside of a Centeral Office. This setting 
                    has been used for numerous training programs that required a Central Office location. These buildings are very well protected so having 
                    a model of the environment came in very handy.</p>
            </div>

            <!-- Pizza Guy -->
            <figure class=" gallery__image-11"><img src="images/gallery11.png" alt="Gallery Image 11" class="gallery__image"></figure>
            <div class="gallery__image-11_info-11">
                <h2 class="gallery__text">Web Based Interactive Training Game<br><br></h2>
                    <p>The Pizza guy here was created to show off some of the technology found in a smart home. In this instance you are in the home
                    watching the doorbell camera on your smart phone while the Pizza Guy delivers your pizza. The delivery takes a surprizing turn and you get to witness
                    all of it on the live feed to your smart device.</p>
            </div>

            <!-- ZBrush -->
            <figure class=" gallery__image-12"><img src="images/gallery12.png" alt="Gallery Image 12" class="gallery__image"></figure>
            <div class="gallery__image-12_info-12">
                <h2 class="gallery__text">Modeling Stylized Characters for Animation<br><br></h2>
                    <p>This is a model of the Pink Panther, a saturday morning cartoon character from my childhood. This was part of a tutorial from the 3D Character Workshop by Shane Olsen. 
                I enjoy the creative outlet of character modeling and continue to study the various techniqes available while using the program ZBrush. One of my ongoing learning endeavors.</p>
            </div>

            <!-- Pencil Marketing -->
            <figure class=" gallery__image-13"><img src="images/gallery13.png" alt="Gallery Image 13" class="gallery__image"></figure>
            <div class="gallery__image-13_info-13">
                <h2 class="gallery__text">Marketing Campaign<br><br></h2>
                    <p>This model and animation were part of a marketing campaign from 20 years ago. It was designed to be added to the company's website to briefly explain
                 the work ethic and dedication to customers this company exhibited. The animation was a better way of getting the clients to understand the company's commitment to excellence without 
                doing it in a boring document or content written on the website. It was however a little ahead of it's time due to the fact that the web hadn't reached the speeds available today.
                But as far as I know, it is still being used by the company.</p>
            </div>

            <!-- Oscar -->
            <figure class=" gallery__image-14"><img src="images/gallery14.png" alt="Gallery Image 14" class="gallery__image"></figure>
            <div class="gallery__image-14_info-14">
                <h2 class="gallery__text">Computer Training Experience<br><br></h2>
                    <p>This character is named Oscar and was used to pose questions to an off-screen narrator about the operation of a phone app for monitoring biling and services
                for a technology company. Designed to be used through a web based experience, this was very popular with the clients who enjoyed the creative way the information.</p>
            </div>

            <!-- NOC -->
            <figure class=" gallery__image-15"><img src="images/gallery15.png" alt="Gallery Image 15" class="gallery__image"></figure>
            <div class="gallery__image-15_info-15">
                <h2 class="gallery__text"> 3D Architectual Project for 360 <br><br></h2>
                    <p>This is an architectual model of a Network Center originally designed to be used in a 360 degree Virtual Reality project. It was designed to be viewed on smart devices and 
                VR headsets. Since the inital project this 3D model has been modified and repurposed for several different projects including interactive experiences located in the future. 
            This was a fun project to build. The original use for this was for it to be used with an animated character that would talk about service quality. Alas that project didn't mature. 
            The client couldn't decide on what type of shoes to put on the model. This went on for over two months.</p> 
            </div>

            <!-- Living Room -->
            <figure class=" gallery__image-16"><img src="images/gallery16.png" alt="Gallery Image 16" class="gallery__image"></figure>
            <div class="gallery__image-16_info-16">
                <h2 class="gallery__text">Troubleshooting Exercise<br><br></h2>
                    <p>This living room environment was created for troubleshooting training where the student would type in questions for the make believe customer. The customer would 
                react to the questions and the student would then use the information to further troubleshoot the situation. The customer in the scenario was based on a member of the Mafia
                so the responses from the customer were quite entertaining for the student asking the questions. Just don't ask about the horse's head in the bedroom. </p>
            </div>

            <!-- Filmstrip -->
            <figure class=" gallery__image-17"><img src="images/gallery17.png" alt="Gallery Image 17" class="gallery__image"></figure>
            <div class="gallery__image-17_info-17">
                <h2 class="gallery__text">Animated Filmstrip<br><br></h2>
                    <p>This filmstrip was part of an information campaign to introduce members of one company to the inner workings of the acquired company. It looked at the differences
                in management styles associated with the two companies becoming one. It also explained some of the cultural differences between the two marketplaces and how they were to 
                be addressed. The initial merger had both companies under one roof but were positioned to operate as separate companies. Last I heard they were going to absolve the merger due
                to the present economy and the results of the pandemic. </p>
                
            </div>

            <!-- Frank Kern -->
            <figure class=" gallery__image-18"><img src="images/gallery18.png" alt="Gallery Image 18" class="gallery__image"></figure>
            <div class="gallery__image-18_info-18">
                <h2 class="gallery__text">Web Based Marketing Guru<br><br></h2>
                   <p> Years ago I created this character as a way of introducing Frank Kern, avid surfer and Web Marketing Genius. This project didn't go anywhere due to busy schedules
                 on both sides of the aisle. However, it is a great example video for what can be done with animation in the Marketing world. And I ended up with a surfer dude character
                that can be used in coutless endeavors including games, training, Augmented Reality, Virtual Reality, the Metaverse. The options are infinite.</p> 
            </div>

            <!--Ink Drop -->
            <figure class=" gallery__image-19"><img src="images/gallery19.png" alt="Gallery Image 19" class="gallery__image"></figure>
            <div class="gallery__image-19_info-19">
                <h2 class="gallery__text">Experiment With PheonixFD<br><br></h2>
                    <p>This was an experiment with animating ink dropping into a glass of water. It was a tutorial for learning how to use PheonixFD, a visual effects software used in 
                conjunction with 3D Studio Max. I didn't really use this example for any projects but thought I would include it here as an example of what is possible with 3D software and 
            render engines.</p>
            </div>

            <!-- Interactive Training Oscar home office -->
            <figure class=" gallery__image-20"><img src="images/gallery20.png" alt="Gallery Image 20" class="gallery__image"></figure>
            <div class="gallery__image-20_info-20">
                <h2 class="gallery__text">Interactive Training Background<br><br></h2>
                    <p>This 3D model of a small home office was used in the interactive training employing Oscar, one of the characters exhibited in this gallery. Since the initial design, 
                bookcase and all, this home office has been used in a few other projects, without Oscar. Most of the modeling I have done like this has been repurposed at one time or 
                another. It is kind of like having a library of virtual sets that can be used for multiple productions.</p>
            </div>

            <!-- Heat Detector -->
            <figure class=" gallery__image-21"><img src="images/gallery21.png" alt="Gallery Image 21" class="gallery__image"></figure>
            <div class="gallery__image-21_info-21">
                <h2 class="gallery__text">3D Equipment Models<br><br></h2>
                    <p>Over the years I have created many many models of equipment. Most of this has been done for the telecommunications industry. Which makes sense since I have been
                in that industry most of my working career. There are examples all over this gallery of that type of work. These models have been used in multiple training programs 
                the years. Mostly because I have also been in some form of training environment also for most of my career. This type of work is very conducive with this enironment.</p>
            </div>

            <!-- Simon-Peter AR Experience -->
            <figure class=" gallery__image-22"><img src="images/gallery22.png" alt="Gallery Image 22" class="gallery__image"></figure>
            <div class="gallery__image-22_info-22">
                <h2 class="gallery__text">Another Augmented Reality Experience<br><br></h2>
                    <p>For the past 8 years I have been producing Augmented Reality content in one form or another occasionally. Well I have one of my very own! This one is titled A Visit with Simon-Peter, and is available on the iPhone App store for 
                free. The Android version is still in the works. In this app, Simon-Peter is transported into your environment and answers questions about what it was like living in Israel during 
                the time of Jesus. There is an introduction experience that ends at a menu of various questions Simon-Peter will answer. You can walk around the experience, look inside the boat, 
                and learn something about the time period as well. </p>
            </div>

            <!-- Network Room Blue Racks -->
            <figure class=" gallery__image-23"><img src="images/gallery23.png" alt="Gallery Image 23" class="gallery__image"></figure>
            <div class="gallery__image-23_info-23">
                <h2 class="gallery__text">3D Model of Network Room<br><br></h2>
                    <p>This is an example of yet another Virtual Studio that has been used for various settings in training programs. It has been used with animated characters and live productions
                    for training purposes. it is designed in layer form so people can be placed in front of and behind cabinets of equipment and in and around the desk environment. It can be 
                    rendered with the various rendering engines like Arnold, ART, and V-ray to add various aspects of realism to the scene. </p>
            </div>

            <!-- Early Phone AR Experience -->
            <figure class=" gallery__image-24"><img src="images/gallery24.png" alt="Gallery Image 24" class="gallery__image"></figure>
            <div class="gallery__image-24_info-24">
                <h2 class="gallery__text">Early Telephone Model<br><br></h2>
                    <p>This is a detailed model of one of the early telephones designed by Alexander Bell and Thomas Watson. This particular model was the one that Alexander Bell demonstrated
                    at MIT. It was used for investor demonstrations as well to drum up money for the young telecommunications company. I have a model of the version that stood vertical as well.
                    It just isn't pictured here in the gallery. Both of these models are showcased in the Augmented Reality experience with Watson and Bell also highlighted in this gallery.</p> 
            </div>

            <!-- Discs DLC system -->
            <figure class=" gallery__image-25"><img src="images/gallery25.png" alt="Gallery Image 25" class="gallery__image"></figure>
            <div class="gallery__image-25_info-25">
                <h2 class="gallery__text">3D Model of Digital Loop Carrier System<br><br></h2>
                    <p>Many years ago in my telecommunications career I worked on the development of a digital loop carrier system. It looked a lot like this. Unfortunately this model did not 
                exist at the time I was with this company. But I created it for the purpose of having it for training purposes at one of the companies that purchased and installed this equipment
                all around the country. It was kind of like going back to my roots in the industry. This model has been used in a lot of training courses over the years.</p>
            </div>

            <!-- Candlestick Phone AR experience -->
            <figure class=" gallery__image-26"><img src="images/gallery26.png" alt="Gallery Image 26" class="gallery__image"></figure>
            <div class="gallery__image-26_info-26">
                <h2 class="gallery__text">The Candlestick Telephone Model<br><br></h2>
                    <p>This model was originally created for the Alexander Graham Bell/Tom Watson Augmented Reality 
                    encounter. But it has been used as a prop on the desk of a detectives office in 1942 I created for some animation sequences as well as set decoration in the Interactive 
                    Technology House developed for training the istallation of equipment for communication services from Internet to television service. There was even a version of this model that
                    had eyes attached and was animated to talk. </p>
                 
            </div>

            <!-- Data Center -->
            <figure class=" gallery__image-27"><img src="images/gallery27.png" alt="Gallery Image 27" class="gallery__image"></figure>
            <div class="gallery__image-27_info-27">
                <h2 class="gallery__text">3D Model Data Center<br><br></h2>
                    <p>Another one of the 3D virtual sets created for video productions and interactive training scenarios. Each cabinet is equipped with models of equipment that can be exchanged with other
                    equipment models for a completely different environment. This model makes for a pretty spectacular animation as the camera dollys out between the cabinets from the far wall. I think this 
                    set was utilized one time in a training project. </p>    
                
            </div>

            <!-- Cindy's Flowers AR experience -->
            <figure class=" gallery__image-28"><img src="images/gallery28.png" alt="Gallery Image 28" class="gallery__image"></figure>
            <div class="gallery__image-28_info-28">
                <h2 class="gallery__text">Augmented Reality Demonstration<br><br></h2>
                    <p>This vehicle was used in an Augmented Reality project that highlighted a vehicle tracking system that allowed companies to follow their drivers around the city. The tracking 
                system was designed to be set up in zones so the company would know whether one of their vehicles had left its alloted zone or not. This experience also highlighted excessive speed,
                hard braking, being in one location for too long, and pinpointed the vehicle at all times on an interactive map. I enjoyed working on this project. It was really cool technology.</p>
                
            </div>

            <!-- Equipment Modeling -->
            <figure class=" gallery__image-29"><img src="images/gallery29.png" alt="Gallery Image 29" class="gallery__image"></figure>
            <div class="gallery__image-29_info-29">
                <h2 class="gallery__text">More 3D Models<br><br> </h2>
                   <p> Over my career in telecommunications I have been required to model multiple pieces of electronic equipment. For the cable plant, the network, and for Internet and television 
                services. This included satellite dishes, arial splice chambers, pedestals, Serving Area Interface cabinets, underground vaults, Central Offices, cabling, and many other devices. 
                Some of these models were also used with visual effects to illustrate catastrophic failures. No equipment was harmed in these re-creations.</p> 
               
            </div>

            <!-- Specty Spectrum -->
            <figure class=" gallery__image-30"><img src="images/gallery30.png" alt="Gallery Image 30" class="gallery__image"></figure>
            <div class="gallery__image-30_info-30">
                <h2 class="gallery__text">Animated Characters and Live Action<br><br></h2>
                    <p>This was a fun and challenging project. In this one I had to mix an animated character in with live action to explain the process of procuring frequency spectrums for 
                wireless service. The project took the live actor to the top of a cell tower, into an auction scene where companies were bidding for frequency spectrum allocations. And even to the to
                    top of a building to explain the different frequencies that were used in the city and in rural settings. Yes we had a tennis ball on the end of a stick painted green so 
                the actor could interact with the animated superhero. This project turned out great despite my never having done this type of production before. Five Stars.</p>
                
            </div>

            <!-- Marketing Brochures -->
            <figure class=" gallery__image-31"><img src="images/gallery31.png" alt="Gallery Image 31" class="gallery__image"></figure>
            <div class="gallery__image-31_info-31">
                <h2 class="gallery__text">Marketing Brochures<br><br></h2>
                    <p>These marketing brochures were my first attempt at creating this type of product. It took several iterations to come up with something the customer liked. If I remember
                right, I even collaborated with someone to make sure the copy was to the point and easy to read. I would have got it right eventually but it was fun working with someone 
                else more familiar with the platform. At least I tell myself I would have gotten it right without the help. To tell the truth, I learned a lot from the collaboration. I am 
                not afraid to admit my weaknesses and ask for help.</p>
                
            </div>

            <!-- Alexander Bell AR Experience -->
            <figure class=" gallery__image-32"><img src="images/gallery32.png" alt="Gallery Image 32" class="gallery__image"></figure>
            <div class="gallery__image-32_info-32">
                <h2 class="gallery__text">Augmented Reality Experience<br><br></h2>
                    <p>This is Alexander Graham Bell, the other half of the comedy duo Bell and Watson from the Augmented Reality experience highlighting all of the 
                    great technology advances realized by the company they started. This is an Augmented Reality project but it hasn't been uploaded to the app store for iphone or 
                    to the Andriod store as of yet. But it is on my list of things to do before the end of the year. I will keep you posted.</p> 
                
            </div>

            <!-- Aliomanu Bay -->
            <figure class=" gallery__image-33"><img src="images/gallery33.png" alt="Gallery Image 33" class="gallery__image"></figure>
            <div class="gallery__image-33_info-33">
                <h2 class="gallery__text">Marketing for Aliomanu Cottage<br><br></h2>
                    <p>My wife and I found this place on the island of Kauai Hawaii several years ago and fell in love with it. We have been back multiple times. It is an Air BNB
                location on Aliomanu bay. Word is that the owner of this beautiful home has retired and is living there full time now so I am not sure that it is still available 
                for rent any longer. But if it is, this video shows you all of the wonderful amenities you can expect. Spoiler alert, the animated Tiki in the video is a 3D model 
                and cannot be found on the beach in front of the home.</p> 
                
            </div>

            <!-- Phone Network Serving Area Interface-->
            <figure class=" gallery__image-34"><img src="images/gallery34.png" alt="Gallery Image 34" class="gallery__image"></figure>
            <div class="gallery__image-34_info-34">
                <h2 class="gallery__text">Serving Area Interface Location<br><br></h2>
                    <p>This modeled location showing a Serving Area Interface where video servers and a cross connect are located were used for training how service gets from 
                the telephone company to your home. It went into elaborate detail describing all of the different locations along the route used to get service to your home. 
                telephone lines, pedestals, cable vaults, cabinets, Network Interface Devices, the list goes on and on.</p> 
            </div>

            <!--Pop Quiz Granny -->
            <figure class=" gallery__image-35"><img src="images/gallery35.png" alt="Gallery Image 35" class="gallery__image"></figure>
            <div class="gallery__image-35_info-35">
                <h2 class="gallery__text">Pop Quiz School Marm<br><br></h2>
                    <p>The Pop Quiz School Marm project was created as a means of building a quiz for any training course. The developers were able to work with a configurator
                and build the questions and indicate the answers for the question in an interactive program. Then once they were done developing the quiz the developer would click 
                a button and the quiz would be published for distribution with their course. This project unfortunately is no longer available. It was created in Actionscript
                which is no longer supported by browsers. I could rewrite the code and make it work again, but I no longer need it and other projects are more important right now.</p> 
                
            </div>

            <!--Ghost Town Virtual Reality Game -->
            <figure class=" gallery__image-36"><img src="images/gallery36.png" alt="Gallery Image 36" class="gallery__image"></figure>
            <div class="gallery__image-36_info-36">
                <h2 class="gallery__text">Ghost Town Game<br><br></h2>
                    <p>This is a shooting arcade based on an old western ghost town. As you walk around town you run into various characters you would find in an old western
                town. But the people are actually ghosts, and they want to kill you so you have to kill them first. When you shoot them first, they revert back to their
                ghostly self and slowly drift up and fade away. The best part is that as you continue around town these same characters will show up again when you least expect
                them. </p>
                
            </div>

            <!-- Lantern Substance Painter -->
            <figure class=" gallery__image-37"><img src="images/gallery37.png" alt="Gallery Image 37" class="gallery__image"></figure>
            <div class="gallery__image-37_info-37">
                <h2 class="gallery__text">Substance Painter Example<br><br></h2>
                    <p>This lantern was modeled in a 3D program and brought into Substance painter where the materials and textures were created for the model. The textures 
                and materials are attached to the model using layers to build the complex looks. A UVW map is used to put the materials on the model in the correct positions 
                and by using materials from the 3D program as placeholders you are able to break the model into the various parts to make it easier to texture in Substance Painter. 
                This is a great way to add diversity to the model textures so they look authentic. </p>
                
            </div>

            <!-- Interactive Tech House -->
            <figure class=" gallery__image-38"><img src="images/gallery38.png" alt="Gallery Image 38" class="gallery__image"></figure>
            <div class="gallery__image-38_info-38">
                <h2 class="gallery__text">Interactive House of Technology<br><br></h2>
                    <p>I was asked in a meeting if there was a way to build an interactive game that would allow people to experience what it would be like to install 
                telecommunications equipment in a house including choosing the correct cabling and products to complete the installation. Turns out that indeed there was. 
                It took some experimentation and some artificial intelligence to get this to work correctly but the finished product is being used around the world to train 
                customer service representatives so they better understand the issues customers face while doing a do it yourself install of the equipment. If you don't install all 
                    of the equipment required the service will not work.</p> 
                
            </div>

            <!-- Lee Richards Model -->
            <figure class=" gallery__image-40"><img src="images/gallery40.png" alt="Gallery Image 40" class="gallery__image"></figure>
            <div class="gallery__image-40_info-40">
                <h2 class="gallery__text">3D Character Model<br><br></h2>
                    <p>This is a model of my best friend of many years. I created it using Character Creator and IClone programs. It was a learning exercise and it turned out very well. 
                I haven't had a chance to use the character in any projects as of yet. I am still waiting for the right project to come along. I have to be careful what scenario the 
                character finds himself in. Afterall it is my best friend and I would never do anything to discredit him or make out the fool. Hey, that is just how I roll. </p>
                
            </div>

            <!-- 360 degree Experience -->
            <figure class=" gallery__image-41"><img src="images/gallery41.png" alt="Gallery Image 41" class="gallery__image"></figure>
            <div class="gallery__image-41_info-41">
                <h2 class="gallery__text">360 Degree Virtual Experience<br><br></h2>
                    <p>This project was developed to familiarize trainees with a retail setting and store setup. These stores are found all around the world and the people who work There
                are well trained to be able to assist the customers with all of their needs. This was a fun project and required setting up multiple scenarios where the trainee needed 
                to locate products and demonstrate their knowledge of the products. This allowed them to spend as much time as they needed familiarizing themselves with store products.</p> 
                
            </div>

        </div>

        <div class="footer">

            <div class="footer__logo">
                <img src="../images/3DLogo80.png" alt="Tm2D Logo"></a>
            </div>

            <!-- <div class="footer__navigation">
                <ul class="footer__menu" >
                    <li class="footer__item-1"> <a href="index.html" class="footer__link">HOME</a></li> 
                    <li class="footer__item-2"> <a href="#" class="footer__link">FEATURES</a></li> 
                    <li class="footer__item-3"> <a href="examples.html" class="footer__link">EXAMPLES</a></li> 
                    <li class="footer__item-4"> <a href="work.html" class="footer__link">WORK EXPERIENCE</a></li> 
                    <li class="footer__item-5"> <a href="form.html" class="footer__link">CONTACT</a></li> 
                </ul>
            </div> -->
            <div class="footer__information">
                <p>I hope you found this page informative. I am presently a freelance developer carefully choosing projects attached to interesting clients with challenging requests. <br> <br>
                    If you believe you are one of these clients and would like to contact me about a project please feel free to do so.   &nbsp; <a href="form.html">HOW TO CONTACT ME!</a>    
                    &nbsp;   and I will get back to you, if the project is interesting enough.
                    
                    <br> <br>
                    This website is just a small sampling of my work. Most of what I have done I am unable to discuss or show based on Non-Disclosure 
                    Agreements with the various companies or individuals.
                    <br><br>
                    copyright &copy; 2022 by David Young. all rights reserved.
                </p>
            </div>
        </div>

        

    

</body>
</html>                               

Whois info of domain

Domain Name: TM2D.COM
Registry Domain ID: 100413504_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.fastdomain.com
Registrar URL: http://www.fastdomain.com
Updated Date: 2024-06-26T08:21:30Z
Creation Date: 2003-07-12T04:12:07Z
Registry Expiry Date: 2025-07-12T04:12:07Z
Registrar: FastDomain Inc.
Registrar IANA ID: 1154
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-01T19:42:15Z <<<
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