Automatic Grunt Watch in ConEmu Split Tab

After many years of playing with alternative consoles for Windows, I had settled on Console 2 for most of my Node.js and general Windows tasks, and the Cygwin port of Bash for my Git, SSH, and VM-related tasks. Recently though I was introduced to ConEmu, and it has quickly become my favorite.

Using the Min and Max Functions in CSS3

Two of the new and incredibly tantalizing functions in CSS3 are min() and max(). They are yet another tool in our crawl toward responsive design, and harnessing their simple, but highly effective power is vital for every developer. Although none of the major browsers support either function at the time of this writing, they're expected to be implemented soon. This tutorial takes a look at their syntax and the ways in which they can be applied.

Introduction to CSS3 Media Queries

If you've ever been annoyed by the fact that your Web site or application looks great on one device, but terrible on another, CSS3 media queries are for you. With them you can target computers, tablets or smartphones based on very specific attributes like screen size, resolution, and more. Follow this introductory article with real-world examples and learn for yourself how to solve your cross-device issues.

Using .htaccess to Create 301 Redirects in WordPress

Creating a redirect on your WordPress site can seem a little intimidating if you aren't familiar with Apache and Regular Expressions. It's also important to add your redirects without breaking default WordPress functionality.

WordPress htaccess Redirect Rewrite Posts and Categories

Perhaps the most important aspect of redirecting your pages is maintaining your current Search Engine position, and to accomplish that you're going to need to do do a 301 Redirect; 301 being the HTTP Status Code for "Moved Permanently

Separate Stylesheets on Individual WordPress Posts and Pages

If you have large site, or just prefer to split-up your CSS into separate stylesheets, you may have wondered how to do accomplish this in WordPress. Whether you'd like to use a different stylesheet on every single page and post, or just have a couple of instances where you'd like to specify different CSS files, it can be accomplished using custom fields and some simple PHP.