Fetch avatars, profile images and banners easily with Fetchav

8 years ago

If you ever want to get a profile image/avatar or banner from either a YouTube, Twitter or Steam account Fetchav…

Thumbget easily get YouTube thumbnails

8 years ago

Thumbget is a simple way to get the thumbnail from a YouTube video. You just need the video url or…

Macbook thunderbolt cable to tv shows wallpaper only

8 years ago

Occasionally i will connect my Macbook to the tv with the Thunderbolt port adapter and a HDMI cable. I ran…

Bootswatch a saviour and delight

8 years ago

If you enjoy knocking around with Bootstrap then Bootswatch is for you. It adds a dozen or soo more themes…

Get the execution time of a PHP script

8 years ago

To check how long one of your phpscript takes when executing, use the following code. It is a short and…

Steam api player ingame function PHP

8 years ago

To check if a a steam profile is ingame and if so which game use the following function as a…

Steam api counting friends and games with PHP

8 years ago

Here are two handy functions to use in getting the games and friend count for a steam profile. To count…

Steam api GetPlayerSummaries PHP guide

8 years ago

Here is an example of the Steam GetPlayerSummaries api in work with PHP. I have made a function called summary that…

PHP MYSQL PDO Prepared statements examples

8 years ago

To avoid injections and vulnerabilities when doing MYSQL interaction in PHP use PDO and prepared statements. It's a bit more…

SSD vs HDD vs SSHD vs NVMe

8 years ago

SSD, HDD, NVMe and SSHD are all types of hard disk. Each having their own pricing points and advantages. SSD…