Matt Jones | Multimedia Specialist

Tag: web design

  • How to Set Up a Raspberry Pi Development Server

    How to Set Up a Raspberry Pi Development Server

    How to Set Up a Raspberry Pi Development Server Starting with a fresh install of Raspian: sudo apt update sudo apt upgrade sudo apt install apache2 sudo apt install php sudo apt install mysql-server php-mysql (mariadb-10.0) sudo apt-get install certbot python-certbot-apache sudo certbot –apache Next, you just set up your MariaDB database and install WordPress.…

  • The Museum: Update #2

    The Museum: Update #2

    Progress update for my new web developer portfolio. Creating a 3D museum to showcase all my stuff from 10 years of film and video production. Final product will be a static HTML website that features a full screen 3D museum environment that the user can walk through and interact with. If you missed the first…

  • What is HTML?

    What is HTML?

    What is HTML? Hypertext Markup Language is the standard way to format text for use on web pages. So if you ever find yourself needing to edit a webpage or create one from scratch, this is the most basic way to display anything on a page. Basic Structure HTML is broke up into several different…