Formatting and handling date time in PHP
Handling and formatting dates and times in PHP is quite common, that’s why PHP has a mass of inbuilt functions to use here is the list. In this post are…
Handling and formatting dates and times in PHP is quite common, that’s why PHP has a mass of inbuilt functions to use here is the list. In this post are…
Here is a method to do a distortion or glitch effect to text in CSS. This is done through the use of CSS web kit animation and key frames. The…
If you want to make your video file that bit smaller whilst retaining its quality here is how with FFmpeg. Be aware that compressing video uses a lot of CPU….
If you want to find the IP address or name servers of a website to gain further information on the behind the scenes and hosting here is an easy and…
Here is a quick and easy guide on uploading and installing a Windows Server 2016 iso with Vultr cheaply. Vultr is a trusted and reliable cloud computing business with a…
Here is a quick and easy install guide for phpMyAdmin on Ubuntu 16.04 if you have LAMP setup which is Apache, MYSQL and PHP. phpMyAdmin is a web app for…
To have your HTML table be sortable (highest to lowest/lowest to highest) you need the jQuery framework, the table sorter Javascript plugin, a table id and a little bit of…
Once you have installed Apache on your server you most likely need an easy way to edit or upload files. The root of Apache is /var/www Here is a way…
If you want to get the minutes, hours, days, months between two dates in PHP this function is for you. Feel free to customize its return output to suit your…
A Benchmark is a test that checks the performance of varying factors and can be compared amongst the like. A server benchmark tests the i/o speed (disk read and write…