The dilemma
Redesigning my website apart from the looks overhaul I wanted it to be quick and light with minimal requests. Through using CDN’s and minifying I got it to a decent…
Redesigning my website apart from the looks overhaul I wanted it to be quick and light with minimal requests. Through using CDN’s and minifying I got it to a decent…
Here is a quick and very easy way to select and display a random image each time the page is loaded. Store the image links in an array and with…
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…
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…
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…
With the api calls done and a mass of functions created to manage the data I was ready to display it. Part 1 here. Bootstrap was always going to be…
If you want to use a custom font from dafont or other font websites they usually come as either a .TTF or .OTF here is how to use these fonts…
To change a webpage or html background based on what a PHP variable is, follow this guide: For practical purposes if a profile is online the PHP variable = 1…