Twitch api check if username is streaming in PHP

9 years ago

An easy way to check if a Twitch user is streaming in PHP can be done with the following function…

How to minify css and js

9 years ago

I'm all about web design minimalism, keeping it simple and small allowing for quick load times. Minifying CSS helps this…

Bootstrap vs Bulma

9 years ago

Bootstrap and Bulma share so many similarities, both open sourced CSS frameworks. Both are fully responsive and obviously open source.…

Social media thumbnail, avatar, header and banner sizes

9 years ago

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

9 years ago

HTML inside a PHP file is a common occurrence when building web applications, you can easily have a bootstrap page…

How to do a vanity url with PHP and htaccess

9 years ago

A vanity URL is a URL that is simplified or is a cover to what the URL is fetching. On…

How to SELECT +1 and then INSERT MYSQL

9 years ago

This is something i had trouble with at first. I wanted to select the highest number (user_id) add 1 onto…

What is a Cron job?

9 years ago

A Cron Job is a scheduled repetitive task, these tasks are set on a time, day or date examples being:…

Why is PHP hated by so many developers?

9 years ago

From reading devlopment forums, boards and reddit you see alot of jokes poked at PHP and many people talking it…

PHP comparison operator examples

9 years ago

PHP comparison operators can be confusing for beginners, here is a quick run down and example to help out. Setting…