I'm building a small web app at the moment, and so I've taken the opportunity to give Polymer 1.0 a proper test drive. The question I was asking myself: can I get all these goodies without making...
Built with designers in mind. Pintsize aims to make building custom responsive CSS grids used in your designs simple and acurate while maintaining a flexible system for developers
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…