Weekend roundup time! From the multitude of Grunt and Gulp plugins to web apps that can help us visualize our websites with data, learning all the ins and
scally - Scally is a Sass-based, BEM, OOCSS, responsive-ready, CSS framework that provides you with a solid foundation for building reusable UI's quickly
In my article about CSS font sizes, I wrote about the (relatively) new viewport units. These units - vw, vh, vmin, and vmax - are based on the size of the browser viewport. Because their actual size...
How to Completely Customize the WordPress Login Page - WPMU DEV
The WordPress login page provides a generic looking one-size-fits-all solution for logging into WordPress. The only problem is customizing it can get a little awkward. Unfortunately, WordPress doesn’t...
regex - Find and Replace text between ^ and ~ in Notepad - Super User
I have a large text file where I want to remove all text between the ^ symbol and the ~ symbol. This needs to work across lines as well. I tried doing a regular Find and Replace using ^*~ in the F...
Easily find HTML symbols, entities, characters and codes with ASCII, HEX, CSS and Unicode values for HTML arrow, ASCII arrow, and more in grid or table format.
plugins - How to check if the product is in a certain category on a single-product.php in Woocommerce? - WordPress Development Stack Exchange
How in the world can I check if a product is in a certain product category on the single-product.php? <?php if (is_product_category('audio')) { echo 'In audio';
Change "Add to Cart" button to "Go to Product" in the Shop Page – Help Desk
Here's a great article by Nick Burne at Pootlepress: This is if you want to replace the Add to cart button on the WooCommerce product archive page (shop page) with a normal button that links to th...
How to Create WooCommerce Custom Redirects - Bryce Adams
WooCommerce is awesome for many reasons, but today I want to highlight it’s amazing ability to be easily extended and customized to suit every situation. Specifically in regards to redirectin…
The Effects of Google's New Ranking Factor Mobile-Friendly | NOUPE
Google has been changing its search algorithm time and again to deliver better search results. Factors like keywords, link building, and loading performanc
demosthenes.info – Background Reveal Scroll In Pure CSS
A popular presentation technique is something I call “background reveal scroll”: as the page is scrolled upwards, images are covered and revealed in the background. While trendy, the technique does...