The corbpie theme, colors and style
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…
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…
DaFont is a website that hosts to this day over 30,000 different fonts. The fonts can be downloaded and installed easily to use for graphics, websites and designers. The fonts…
The PHP foreach loop is the best and easiest way to iterate through an array. Here are some examples of the foreach loop. Basic PHP foreach with echo: $array =…
If you wondered how to do a new or random background image each time a web page is loaded here is how. Put the PHP script at the top of…
If you have a date time stamp and want to check it against another date time to check if its older than a certain amount of days here is how…
Have you ever wanted to quickly get a YouTube channels id quickly and simply? To do this in PHP firstly you will need PHP simple HTML DOM parser download simple_html_dom.php from…
Here is how to do a MYSQL backup and compress using 7zip though a batch file or .bat file this makes the process easy to run with windows scheduler to…
An under used Steam api feature is getting server information such as players, map, name, location and version. Here is how to do it using DayZ mod as an example….