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…
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…
A Unix timestamp looks like 1514452438 if you wanted to output how long ago this was such as 4 days, 18 hours, 44 minutes and 15 seconds in PHP here…
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…
Having the right timezone on your web server can be crucial to ensure cron jobs, tasks and time related conversions are done right. To change and set your PHP timezone…
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…