Skip to main content

· One min read
Jay Martin

Welcome to the blog! I probably won't post here more than a few times a year. I will primarily use this as a place to put text companions to YouTube videos.

· 4 min read
Jay Martin

In this article I will be showing you how to use PHP to scrape a web page. This article assumes that you have a basic understanding of PHP and programming concepts, and that you have access to a server capable of running PHP. If you do not have access to a server capable of running PHP, you can install WAMP on Windows 10 by watching my installation video. In a way, scraping involves reverse engineering a web page so it helps to be familiar with HTML.

· 4 min read
Jay Martin

In this article I will be showing you how to perform validation on user input in Java. This article assumes that you have a basic understanding of Java and the Scanner class, and that you already have a compiler or IDE installed. I will be using JGrasp but you can use your favorite enviroment.