Codepen an excellent source of inspiration
Codepen.io is predominantly used as a place for web designers to showcase their web designs, styles and ideas. You can easily search for assets or designs and see the source…
Codepen.io is predominantly used as a place for web designers to showcase their web designs, styles and ideas. You can easily search for assets or designs and see the source…
FTP the well known elderstatesman, File Transfer Protocol which allows tow computers or servers to send and receive data (files). FTP uses port 21 and is not encrypted, The communication…
If you change domains and want to let Google, search engines and old links know and redirect to your new domain heres is how to do it. It involves editing…
BunnyCDN You’ll probably laugh too if its your first time hearing that. But to me BunnyCDN is the cheapest CDN, Not only is it very cost-effective and efficient BunnyCDN is…
If you wanna know the unethical, dark side to SEO look into Black Hat SEO. It involves doing things that google and search engines don’t recommend. Things like: Invisible text,…
From wanting to do some benchmarking and speed testing I needed MYSQL Data, a lot of it. After doing a quick search I came across Mockaroo and I was quiet…
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…