by Matthew Jones | Dec 1, 2022 | Web Development
Doing things the WordPressy Way Yes, technically it’s possible to just drop scripts into template files, but it’s not the correct method to use on WordPress sites. WordPress is pretty particular on how it handles JS. Register Scripts via functions.php Just...
by Matthew Jones | Aug 1, 2022 | Web Design, Web Development
My main stylesheet for a newly created custom WordPress block theme wasn’t loading after several tries and I couldn’t figure out what was going on. Every search result was just saying , “Oh, you gotta enqueue your stylesheet, just paste this code...
by Matthew Jones | Jul 10, 2020 | General Computing, Web Development
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...
by Matthew Jones | Apr 21, 2020 | 3D Modeling, Graphic Design, Web Development
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...
by Matthew Jones | Mar 5, 2019 | General Computing, Linux, Web Design, Web Development
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...