Resize an image in Vanilla PHP
Here is a way to resize images in PHP without needing a framework like ImageMagick or GD The below code is derived from here. With the function resize_image taking into…
Here is a way to resize images in PHP without needing a framework like ImageMagick or GD The below code is derived from here. With the function resize_image taking into…
Simple and fully responsive, this image grid includes a text overlay to put the image title. Made to have minimal white space it is a perfect template for a gallery…
Here is how to view the local host of your network on another device. You may be running XAMPP on your computer and want to check it out from a…
Finding a hidden api can open up lots of possibilities; from data scraping, archiving, alerts and analysis you can do so much. Even better if you don’t need an api…
r/nba Reddits NBA sub has a side to it most wouldn’t see or know about. A lot of posts get removed by the mods for being either or a mixture…
Using PHPs inbuilt image compression function imagejpeg I did a test to find out is it worth compressing images? and is there a big difference? The usage is simple for…
BunnyCDN storage servers are very affordable and work fast. You can fast track content delivery across the globe using them. Whilst uploading file/s with FTP in a PHP script isn’t…
If your WordPress hosting isn’t using PHP 7.2 you should look into updating. The latest version of PHP is more secure and quicker than its older versions. PHP 5.6 through…
2018 is the 5th year of Hacktoberfest the open source supporting event. The notion is getting involved with open source, by doing pull requests on Github and by doing at…
Fortnite Tracker is a third-party service that creates an API endpoint for the Fortnite game. Here is a guide on getting your player stats, however in this post I will…