You know HTML, CSS, and JavaScript. You can make beautiful websites. Maybe youve heard about Wordpress, but arent entirely sure how to implement it, or ...
Load WordPress jQuery Script From CDN (Google Libraries) - Colorlib
This tutorial will show you how to replace your local jQuery script which comes with WordPress with one from from Google Library for better performance and reliability. This usually is done optimize...
Making git “forget” about a file that was tracked but is now in .gitignore
There is a file that was being tracked at one time by git, but now the file is on the .gitignore list. However, that file keeps showing up in git status after it's edited. How do you force git to
Full Width Containers in Limited Width Parents | CSS-Tricks
I bookmarked a tweet a few months ago, as it was a bonafide CSS trick and that's what we love around here. The issue is: how do we make a full-browser-widt
Web Components and progressive enhancement - Adam Onishi
I’m a big advocate when it comes to progressive enhancement. I believe we should be building the web with resilience in mind and think about all the different ways a browser could possibly render our...
As I have mentioned before, every element in the document tree is just a rectangular box. Each of these boxes has a background layer that can either be fully transparent, a colour, or an image. This...
In the past few years, I have been spoilt with high-speed broadband that makes browsing the web a stress-free task. But realistically, not everyone has fibre optic, and a lot of people consume web...
Creating an Object Oriented front-end framework using BEM, SASS and OOCSS | Impression
Introduction Object Oriented Programming (OOP) is a widely used programming paradigm, typically seen in back-end development languages such as Java, C++, C#, Python, and PHP. It essentially preaches...