Welcome to Our New Site
Blog postWe redesigned the site and upgraded to Drupal 7! A lot of the site and features remain the same, but we do have some changes we'd like to point out.
Drupalize.Me Podcast Episode 30
Blog postWe launched our new site this week! It was a lot of work, and there is still a ton more work to do.
Learning Through Celebration
Blog postDuring DrupalCon Prague I had the pleasure of giving a presentation about teaching Drupal 8 as part of the core conversations track. In the presentation I talked a lot about providing a good learning environment for people starting with Drupal 8, and removing the fear and uncertainty that are so counter to learning. One of the key points that I made during the presentation was that I want to see the leaders in our community step up and promote the things that they are excited about in Drupal 8.
A Short Intermission
Blog postYou may have noticed that we don't have any new videos out for this week. We're taking a short break in our video production schedule so that we can focus on our brand new site that we just launched last week. We're really proud of the work we've done, and we've gotten lots of great feedback from our members. We still have a number of outstanding bugs we need to iron out, and our plan is to keep rolling out bug fixes this week. So keep your eyes peeled for more cool stuff on the way!
Fixing Things Up
Blog postWell, last week we launched the new version of our website, and while overall the feedback has been great, we also realize that we had a few mistakes on the site as well. We've been working hard to nip lots of little bugs over the last week, and we've also heard your feedback about watching the videos that belong to a series. I'm happy to say that we've just pushed a release that addresses some of our most pressing feedback.
After a brief break from our video schedule, we are back on track this week, picking up the trail on the Using Drupal Chapter 4, Media Management series.
A very long time ago I was an account manager for a very tiny web development firm. We managed about 100 accounts, although at any given time there were only a dozen or so active projects. I enjoyed the juggling and the coordination of the tasks, but I grew impatient with our developer, and taught myself more and more coding skills so that I could take on more and more of the tasks myself. Since then I've worn many hats, and coordinated many projects, but this year was the first time I officially wore the hat of "Project Manager" in my new position at Drupalize.Me. I learned a lot along the way about how to work with an internal project team. Most of it was obvious, but it took the school of hard knocks to bring me back to basics. Here are a few of the truisms I wish I'd remembered sooner rather than later.
Release Day: Wrapping up Media 2.x
Blog postThis week, we're finishing up our Using Drupal, Chapter 4 series, which covers media management with Media 2. We finish off our site by adding the ability to embed YouTube videos on the site very easily.
Goodbye Membership Holds
Blog postDuring the recent Drupalize.Me site upgrade, we removed the ability to put temporary holds on memberships with an automatic billing reactivation. (Curiously, this functionally created more problems than it ever solved; lesson learned!) Now, we're giving you control by having you cancel your billing, and reactivate it when you are ready. If you wish to stop your membership for any length of time, simply cancel billing via your account dashboard.
We're super excited to release a new series this week, which has been a highly requested one on our suggestion list: PSD to Drupal Theme. This series walks you through the process of converting a static design into a Drupal theme. We'll be covering strategies for breaking down your design into Drupal pieces, extracting your design assets, and working with those components in your CSS. Along the way you're going to also be introduced to grid frameworks, Sass, and other very helpful general web development tools. At the end you will have a theme that you can install and enable on your Drupal site. Having a little bit of Drupal site building experience, and a little bit of Web experience (HTML and CSS) will be helpful but it's not required, so if you find the world of Drupal themes mysterious, this is a great series to clear the fog.
Free PSD to Theme Webinar
Blog postIn 2008 I started on my big Drupal theming adventure by co-authoring Front End Drupal with Konstantin Käfer. Since that time thousands of people have learned Drupal theming through this book, and my presentations and workshops.
A Few Bug Fixes
Blog postCareful With That Debug Syntax
Blog postA funny thing happened last week. On Wednesday, we performed our weekly code deployment and released a handful of new features/bug fixes to the site. And then, about an hour later, someone on the team found this:
Contributing Time to Drupal 8
Blog postDrupal 8 is coming in 2014. There is a lot of work to do and a lot to learn. We've decided to dedicate a minimum of five hours per week towards Drupal 8 for each person on the Drupalize.Me team.
This week we're chugging along with our PSD to Drupal Theme series, with a look at getting our CSS system setup and figuring out our Drupal elements for theming.
If you’re anything like me, you’ve been meaning to get involved with Drupal 8 for quite some time now. But where to start? What’s left to be done? How do I find tasks that match my skills? Enter Core contribution mentoring.
This week, we continue the journey from PSD to Drupal Theme as Emma Jane Westby shows us how to prepare a Drupal site for our theme by generating sample content, customizing image styles, creating and placing blocks, and creating a useful
A New Year
Blog postWelcome to 2014! We're delighted to see you on this side of the calendar.
You're Back!
Blog postOur winter elves* have not taken a break and have continued to crank out improvements to the Drupalize.Me platform. This week's release includes fixes identified in over a dozen tickets. A few of our favorites are highlighted below.
One of the Drupal 8 initiatives that really excites me is Web Services. Drupal has never been easy to work with as a web service, but all that is about to change! In this article I am going to explore what has been going on behind the scenes with RESTful Web Services in Drupal Core and attempt to implement some working examples. After reading, you will be able to create a new node on your site via the Drupal 8 Core REST API.