Need to override something in Drupal? Welcome to Drupal preprocess and process functions — your variable override headquarters. Here’s a simple explanation of what they are and how to use them.
Web Development
You don’t always have to take a course when learning web development. Level up your development know-how with these web development blog articles.
Sticky navigation is being used more and more on sites and there’s a good reason why. It improves the UX by making the menu available no matter where the user is on the page. Learn how to create a simple, light-weight jQuery sticky navigation below. Best of all, it’s easy to implement on existing site’s without having to change any existing HTML code!
So you’re a front-end web developer? If so, you probably spend a good portion of your day writing a lot of CSS. I remember those days of copying and pasting over and over again, racking your brain remembering the various vender prefixes, trying to ensure your website is cross-browser compatible, all while doing your best … Read article
[dropcap type=”v2″]H[/dropcap]ave you heard? No, bird is not the word, it’s CSS4. It’s starting to become a hot topic around the web development water cooler. Some of you may be thinking, Great, just when I started to get the hang of CSS3! Well, if it helps any, technically there is no such thing as CSS4. … Read article
Ever heard of OOCSS, a.k.a., object-oriented CSS? In this post, we’ll use object-oriented programming to create high performance, clean, reusable CSS — quit rebuilding the same styles and start reusing!