Thumbget easily get YouTube thumbnails
Thumbget is a simple way to get the thumbnail from a YouTube video. You just need the video url or video id and Thumbget will return the Thumbnail images in…
Thumbget is a simple way to get the thumbnail from a YouTube video. You just need the video url or video id and Thumbget will return the Thumbnail images in…
If you enjoy knocking around with Bootstrap then Bootswatch is for you. It adds a dozen or soo more themes than normal bootstrap. So it has all the normal bootstrap…
To check how long one of your phpscript takes when executing, use the following code. It is a short and compact way to measure php script execution time. $time_start =…
To check if a a steam profile is ingame and if so which game use the following function as a guide: function ingame($steamid) { $data = json_decode(file_get_contents(“https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=YOURAPIKEY&steamids=” . $steamid…
Here are two handy functions to use in getting the games and friend count for a steam profile. To count the games owned amount for a steam profile use: function…
Here is an example of the Steam GetPlayerSummaries api in work with PHP. I have made a function called summary that creates an array with the data so i can call…
To avoid injections and vulnerabilities when doing MYSQL interaction in PHP use PDO and prepared statements. It’s a bit more work but is the safest way to ensure you are…
Dark background and bright colourful fonts whats up with that? There is a few reasonings to this custom theme that i created: To be different, unique and standout. No eye…
Adobe the giant of multimedia software released Adobe portfolio early 2016, which is for designers and creators who lack web development and design to create their own fully responsive portfolio or personal…
Minimalism is seen as having few or less of something i.e possessions and keeping things simple and clean cut. Notice those bolded words? well they are what i see as the…