Welcome
Ready to add members to your group?
- Navigate to your Account page
- Click Add another member.
- Enter the email address of the new group member.
- Click Add new member.
- Repeat to fill your open seats!
We interview Alice Jensen about what it means to be a project manager and share advice from her experience. Copenhagen-based Project Manager (PM) Alice Jensen has been Drupaling since 2012. Her coworkers describe her with affection, using words such as "fearless", "calm", and "passionate". Read more about Alice's approach to her job as a project manager in this Drupalize.Me interview, part of our Drupal roles series.
In this series, I will show you how to integrate Node.js with Drupal using the Node.js Integration module.
At its core, the Node.js Integration module provides an API that other modules can use to add real time capabilities to Drupal. We will cover all but one of the submodules available in the Node.js Integration module, as well as the set up and configuration of the Node.js application that ships with the Node.js Integration module.
You know all those JavaScript tracking codes that get added to the footer of every page on your site? Google Analytics is the classical example, but there are tons of others out there. They are slowing your pages down, which in turn slows down your test suite. In this post we'll look at how you can skip unnecessary resources when using CasperJS for testing.
It's that time again! Here's an overview of what we accomplished this month.
Danita has been on Drupal.org and working with Drupal full-time for 4 years. In this interview she answers some questions for us about being a site builder. Meet Danita!
Are you curious about how you could build and customize a customer relationship manager (CRM) using Drupal? Maybe you've heard of RedHen CRM and you're eager to learn more. If so, this week we have a new video tutorial just for you. And, thanks to ThinkShout's generous sponsorship, it's free!
Sometimes we need to be able to retrieve the value of a property on an object, but we don't know the name of that property. Instead, we need to dynamically calculate the property name, and then access the value. For example: $row->{$my_property};
. This post looks at how the Views module uses this technique and allows for a huge amount of flexibility.
Ready to add members to your group?
In this tutorial, you will learn how to get a Drupalize.Me tutorial demo site up and running using Pantheon. You'll learn about the various components that make up the Drupalize.Me demo site downloads and how each part should be imported. By the end of this lesson, you'll know how to create a Drupalize.Me demo site on a free Pantheon Dev instance so that you can follow along with the trainer in the Drupalize.Me video tutorial.
In this tutorial, you will learn how to use Acquia Dev Desktop 2 to get a Drupalize.Me tutorial demo site up and running. You will learn how to import a Drupal codebase and database containing a finished site for an individual tutorial on Drupalize.Me. This will enable you to walk through the lesson and see what was accomplished on the site during the lesson.
This week, instead of publishing a regular podcast episode, we recorded a short update about the podcast itself. We're not producing any more episodes for the rest of 2015, but you can look forward to a new, better podcast in 2016.
We've recently switched from weekly releases to working towards releasing an entire series all on the same day. The Object-Oriented PHP Part 2 series is the first one we're doing with this. You get access to the complete series today! This second part of three on object-oriented PHP, provided by KnpUniversity, continues on from our Introduction to Object-Oriented PHP series.
Most written text has a lot of functional words, like "a", "the", or "is" which are important to the person reading the content as they help it flow in a cohesive manner, but aren't necessary as important to someone searching the content of your site. In this tutorial we'll look at ways to ignore those words in our search index.
It's that time again! Here's an overview of what we've been working on recently at Drupalize.Me.
React.js, CouchDB, Node.js, de-coupling Drupal; if any of that sounds cool to you, then this is the podcast for you.
This week we'll be continuing our Using MailChimp with Drupal 7 series. And like last week, all the tutorials are free. Last week we looked at creating, and collecting contacts for, a MailChimp mailing list. This week we'll look at all the different ways we can send email to our lists.
In this tutorial, you will learn how to place panels in any region of your theme using Drupal's Blocks UI and a module packaged within the Panels project: Mini Panels. This tutorial is based on a free video in our library, Placing Panels in Blocks with Mini Panels
This week we're kicking off our new, and completely free, Using MailChimp with Drupal 7 series. This series will teach you everything you need to know about integrating Drupal with the MailChimp email marketing service.
Siege is a useful load testing tool to add to your performance testing tool kit. From the website: "Siege is an HTTP load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols. It lets its user hit a server with a configurable number of simulated clients. Those clients place the server 'under siege.'"
Load testing is useful for testing the performance of your site, and the infrastructure that it runs on. There’s nothing worse than having one of your blog posts end up on Hacker News and then having your site crumble under the load. Siege can simulate activity on your site, and you can then use your site from your browser as you normally would, while your siege is running and really get a feel for how your site responds under load.
This blog post will cover installing Siege on OS X and Linux, and running a basic load test with Siege.
Why is SEO important to site owners? What tools and strategies can be used to gather and analyze site visitor data?