An easy way to check if a Twitch user is streaming in PHP can be done with the following function…
I'm all about web design minimalism, keeping it simple and small allowing for quick load times. Minifying CSS helps this…
Bootstrap and Bulma share so many similarities, both open sourced CSS frameworks. Both are fully responsive and obviously open source.…
Getting your social media profiles presentation right can sometimes be hard, here are recommendations to the right dimensions for high…
HTML inside a PHP file is a common occurrence when building web applications, you can easily have a bootstrap page…
A vanity URL is a URL that is simplified or is a cover to what the URL is fetching. On…
This is something i had trouble with at first. I wanted to select the highest number (user_id) add 1 onto…
A Cron Job is a scheduled repetitive task, these tasks are set on a time, day or date examples being:…
From reading devlopment forums, boards and reddit you see alot of jokes poked at PHP and many people talking it…
PHP comparison operators can be confusing for beginners, here is a quick run down and example to help out. Setting…