Categories
Code Design Web Development

Compass Sticky Footer Mixin

When you’re dealing with browsers and markup, content tends to float to the top of the window by default. In most cases there is enough content on the page to keep the footer at the bottom of the window but, if a page doesn’t occupy the full height of the window, the footer is going to float […]

Categories
Code Software Web Development Wordpress

Grunterie – Another Foundation Theme for WordPress

Foundation’s hot right now and I swear by it. Having used both Bootstrap and Foundation, I quickly decided that Foundation was the framework for me and I use it for everything. It’s really clean, easy to work with and I don’t have to fight with it to get what I want. I do a lot […]

Categories
Code Web Development

Debugging SASS with Chrome Dev Tools

Disclaimer, I got this to work but these are notes from my first attempt so some of this may be overkill. A lot of the information I found was over a year old so I’m probably using some work-arounds that are no longer necessary. I’ll be back to make corrections as needed. If you notice […]