Tag Archives: web development

Reusable base CSS styles for easy responsive site structure

Don’t want a bloated framework you have to learn/master just to be able to build a robust site structure that breaks down nicely into RWD (responsive web design)? We don’t either. For most projects we use a few simple reusable CSS classes to make RWD much easier. Frameworks like HTML5 boilerplate or Zurb’s foundation are…

How to remove WordPress’ Generator meta tag without a plugin

The “generator” meta tag can be removed with one simple line of PHP. Nice. We love WordPress. A lot. It’s amazing. But we won’t to blast out to the world our WordPress version number so that spam/malware bots will quickly find us. (They’ll still find us/you and our clients, but removing the generator tag can…

Add custom CSS to WordPress Admin without a plugin

Do you want to style the WordPress Admin area without modifying WordPress core CSS files? So did we. Hacking WordPress core files is bad, because the hacks would be overwritten on the next WP update. (Son of a…!) But by placing this snippet in your theme’s functions.php file, these rules will stay intact on each…

Search Engine Optimization (SEO) is Dead

Ok, SEO is not completely dead. But it’s growing old, and it’s increasingly covered in cobwebs. Troves of snake-oil salesmen vying to sell you an SEO package would like you to believe otherwise. Here’s my take: I have sat in countless meetings with clients – prospective and current, large and small – to discuss Search…