Drupal

San Francisco!

If you need a website, you need a system to manage your content, DRUPAL!Didn't realize just how beautiful San Francisco was until visiting. DrupalCon SF 2010 was absolutely amazing, photos on Flickr. I really loved the sessions, meeting everyone, and visiting the city. Running around the Fisherman's Wharf, eating stellar sushi and seafood (thanks Mike!), visiting the classy bars, San Francisco is great.

I had a blast and would like to thank the whole Drupal community for putting on yet another fantastic DrupalCon. Thanks especially to the San Fran folk who worked tirelessly to make it such a great success. Hope to see you all in both Copenhagen and Chicago!

DrupalCon San Francisco

On my way to the airport to hit up DrupalCon San Francisco! After hearing so much about San Francisco, I'm really looking forward to seeing the areas. If you're there, be sure to check out the presentation that Randy Fay (rfay), Katherine Bailey (katbailey) and I will be putting on entitled: AJAX and JavaScript in Drupal 7.

The thing I like most about Drupalcons are the things that happen outside the sessions though. Seeing all the people again, meeting folks I've had the chance to talk with online so far, making new connections, the birds-of-a-feather discussions, and the various shinanigans that happen afterwards. I'm also really looking forward to meeting up with the rest of the Acquia crew who I haven't met yet! Drupalcon Paris was ridiculously amazing, and am really looking forward to this one!

San Francisco, here we come!

Off to Washington for DrupalCon DC

I'm on my way to Washington, DC to attend the annual DrupalCon. I'm really excited to see everyone again, talk some geek, have some beers and, of course, learn a lot.

DrupalCon is done! I had an amazing time and will upload pictures soon.

Doing It With Drupal

Do It With DrupalNext week marks the beginning of Do It With Drupal, the three day conference made of pure awesome held in New Orleans.

I'm really getting excited to seeing all the Drupal folk again, as well as meeting some pretty awesome people like John Resig of jQuery and Chris Pirillo from, uhhh, everywhere. It will also be great to see Ed Sussman again, and watch Nicole talk about project management in a Drupal world.

All the sessions will be amazing as well. Building Twitter/Flickr/YouTube/Amazon clones with Drupal, project managing a website being development, creating community, every session looks to be very fun and education (edutaining Drupal!). Looking forward to seeing you all there.

DrupalConIf you can't make it to New Orleans next week, be sure to book your ticket to DrupalCon DC 2009 next March!

Steven Wittens featured in Smashing Magazine

Smashing MagazineSmashing Magazine today featured Steven Wittens' blog as one of their 50 Beautiful Blog Designs. For those of you know don't know Steven, he contributed much what made Drupal both pretty and awesome, including the Drupal.org design itself.

Congrats on being featured in Smashing Magazine, Steven! We miss you!

Unspoken Rules of Drupal

Many of you know some of the unspoken rules of Drupal. But, I have a feeling that I have to reiterate them once more for everyone:

1. Do not hack core
No matter how easy it seems to change one little file in Drupal's core file system to make it do what you want it to do, do not change it. Drupal is made so that the upgrade path is easy. It has been well thought out and designed so that there really isn't any reason to change or modify core in any way, shape, or form. Changing the file system means that you make upgrading to future versions of Drupal very difficult, meaning that you'll miss out on many security updates, bug fixes and will run into a maintenance nightmare later on. If what you're trying to do cannot be accomplished by what's there already, create an issue about your problem in the Drupal issue queue and maybe write a patch for it. Your feature will then become a part of Drupal core and you'll once again have that clean upgrade path. Do yourself and your fellow developers a favour and don't hack core.
2. Do not hack core!
This cannot be said enough.
3. Update to the latest Drupal
New versions of Drupal come with vital security fixes and bug fixes and will help protect your site from attacks. This doesn't necessarily mean update to Drupal 7 if you're on Drupal 6, just to update to the latest point fix of Drupal 6.  Also remember that older versions of Drupal will eventually stop being maintained as less people use and contribute back to it, so keep your upgrade path on the radar. Developers also love the updated APIs that come with newer versions of Drupal as they are much nicer to work with and allow much more flexibility.
4. Use contributed modules
Whatever you're trying to do with Drupal has probably already been attempted. Search around for a module that already exists that implements what you're looking for and use it. If it doesn't work how you'd like to it, stick a not in the project issue queue and fix what's wrong with it. The less custom code you produce means the less maintenance you'll have to do later on.
5. Uninstall before deleting modules
If you want to remove a module from your website, be sure to uninstall it from the modules page before deleting the module's folder. Wim Mostry brought this up after realizing that a client's site had a bunch of obsolete data and settings left over from older modules.
6. One module to ruin them all
If you're developing a custom module for a website, often times it seems like the best solution to stick all of your custom hooks and custom functions in one giant module. In reality, however, this custom module full of custom functions will eventually turn into one tangled mess of unmaintainable code. Do yourself a favour and group different sections of functionality if different modules. Creating distinctions in module functionality will allow you to easily turn off and on functionality instead of having to route through a horrible mess of code later on.
7. Develop with error reporting on
When developing a module, open up your php.ini, and set "error_reporting" to E_ALL. This will let you know about any small PHP warnings and notices you run into during development. The outcome will be nice, strict, clean code. On production sites, however, make sure to return it back to what it was so that users don't get confused if any big ugly red warnings/errors appear.
8. Contribute
If you make a changes to a contributed module for use on your own site, create an issue about it in the module's project queue outlining what you changed. Giving the module maintainer the chance to see how people are using their module will allow the module to adapt, evolve and grow.  Next time you use that module, you won't have to worry about making that change again because it will become part of the module's core functionality, as well as keeping the clean upgrade path.
9. Have Fun!
You're part of an amazing community of people with a large amount of awesome talent. Get involved with your local Drupal group, and get to know the people who are doing the same things as you and have fun!

If you know any other unspoken rules of Drupal, please let them be known!

Drupal 7.0 Unstable Releases Begin!

In listening to the pleading voices of many developers, the infamous Drupal 7 maintainer, webchick, just created the first unstable release of Drupal 7: Drupal 7 Unstable 1. Thank you, Angie!

These unstable release tags will probably never have actual release nodes, and they are before the beta, or even alpha releases, so you generally shouldn't use them on your production site. But, if you're up for an experiment in the bleeding of bleeding edge, try it out. I'm not too sure if they upgrade path will be supported, so we'll have to wait and see. I think I'll wait for the Alpha releases to update my site to Drupal 7 to be on the safe side.

Drupal 7 Code Freeze = Two Months?

There was some talk recently about releasing pre-alpha versions of Drupal 7 for development and testing purposes and this got me thinking about the actual Drupal 7 code freeze. For those of you who are "in the cold" and don't know what a code freeze is (horrible pun, sorry), it's a given amount of time where features are denied from going into Drupal. Although it's sad to see additional features not be able to go into Drupal, it gives the developers a bit of time to fix bugs and optimize performance before the official releases go out.

If you have a look at Dries' Drupal 7 Timeline, you see that he predicts a November 15th code freeze if we have full test coverage. Now, if you have a look at the Drupal 7 test coverage report, you can see that we're pretty close! So, assuming that we get the three month code freeze, that means we only have about two months left to get all the features and awesomeness that we so ever want in Drupal 7. What awesomeness is missing from Drupal 7, you ask?

Here are the items remaining on my wish list:

Although Drupal 7 has already achieved its awesomeness status, having these items added to its mastery would absolutely blow my mind.

Syndicate content