Drupal
Create content when it's convenient
Any basic article or guide on improving SEO will state that posting original content on a regular basis is a crucial part of any content delivery. I depend on scheduling posts so that when I have time to work on the blogs, I'm making content for the future.
Officially Listed at Drupal.org!
Monkeys At Keyboards is officially listed as a Drupal services provider on Drupal.org! Contributing to this amazing community of users and developers makes us proud.
Why Drupal? The Project Manager's Perspective
Previously Dave talked about why he prefers Drupal from a programmer's perspective. We approach websites completely differently. For example, Dave will write his blog posts in html and I prefer a WYSIWYG (what you see is what you get) style editor.
I first ventured into website design in the late 90s while working at a haunted house in Chicago. Dreamweaver was new and its interface looked like a lot of the video, photo, and design programs I was familiar with. It didn't take long before I wanted to do more than the program could handle. Dave swooped in and did some custom code, I learned some html, and I was able to make my ideas work.
Making Drupal GMap Look Pretty
Recently we built a website that uses the Location and GMap Drupal modules. Our customer is an artist and we wanted to do something slick that matches the style of her site.
Why Drupal? The Coder's Perspective
Dries Buytaert, founder of Drupal, recently wrote about how it snaps together like Lego pieces, building something he calls "The Assembled Web".
Being more efficient in the way we assemble a website will allow us to focus on the things that matter more, like innovation and creativity. By standing on the shoulders of giants, we can make things look and operate more beautifully than we'd ever have expected.
Meta tags and SEO
Meta tags are a handy tool that have been abused and misunderstood.
Meta tags started as a simple text way to designate search terms on your website. Often just lists of keywords, they were abused by websites that would put a lot of junk tags in their pages in order to improve their rankings. Search engines got smarter and meta tags have evolved.
Quick Guide to Drupal Subtheming
Drupal offers a fantastic mechanism for creating a new theme that builds on an existing theme. For example, if a Drupal theme does 99% of what you want, but you want to change the CSS or javascript in it, subtheming is a great answer. You can get started very quickly.