Inspect a CSS hover element in chrome dev tools
Here is how to view the CSS hover state for an element with the Chrome developer tools and element selector. Once in Google Chrome and at your webpage, Open the…
Here is how to view the CSS hover state for an element with the Chrome developer tools and element selector. Once in Google Chrome and at your webpage, Open the…
The little icon that sits before the tab title text is called a favicon. A favicon can be in png or ico format, with png being supported by all browsers…
Vultr recently announced that for new users it will match dollar for dollar in credits. If you put $40 onto your Vultr account you will now have $80 to use,…
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…
I knocked together some PHP code using the YouTube API to simply fetch my YouTube subscribed to channels and list the hours/days/weeks/months since last upload. You can find the code…
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 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…