DaFont convenience for creators and artists
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…
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…
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…
Nested PHP if and if else statements can be confusing however if following the correct formatting and PHP basics they can be a very useful piece of code. In the…
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…
To do the jquery javascript animated number count up feature on your website you need jquery on your page: <script src=”https://write.corbpie.com/wp-content/litespeed/localres/aHR0cHM6Ly9jb2RlLmpxdWVyeS5jb20vjquery-3.2.1.min.js”></script> Include the following javascript in a .js file: $(‘.counter’).each(function…
I’m all about web design minimalism, keeping it simple and small allowing for quick load times. Minifying CSS helps this movement. A minified CSS & JS file is simply removing…
Bootstrap and Bulma share so many similarities, both open sourced CSS frameworks. Both are fully responsive and obviously open source. Bulma was created by Jeremy Thomas as an alternative to…
Getting your social media profiles presentation right can sometimes be hard, here are recommendations to the right dimensions for high quality images popular sites. Youtube Banner: 2560 x 1440 Avatar…
CDN stands for Content Delivery Network. A CDN is a cluster or group of servers around the world that host content (images, media, files). That when called on will deliver…