GVS is now part of Acquia. Acquia logo

Recent Blog Posts

Ezra's picture

Denver Drupal Training - April 3, 2010

Dive into Drupal

a 1-day Seminar in Denver

Presented by Growing Venture Solutions

Date

April 3rd 2010
9:30 AM - 5:30 PM

Class Location

The GVS offices
209 Kalamath St Unit 25
Denver, CO
(Free parking)

Class size

To ensure a high quality class and a great student/teacher ratio, class is limited to 20 students.

Cost

  • Early Bird Price: $80 if you register and pay before March 23, 1010
  • Regular Price: $100 if you register and pay after March 23, 2010

Recommended

Your own laptop with wireless internet capability.

Class Lifeguards

Class Description

Ready to dive into Drupal? Fear not, lifeguards are on duty! Savvy instructors from Growing Venture Solutions will help you get Drupal installed on your laptop and instilled in your thinking.

We'll begin by introducing Drupal's foundational concepts, then start building your first Drupal site -- create content, install & configure the right modules, and start managing users. Then, we'll focus on tools to make your site shine -- enrich content with fields and taxonomy, customize URLs to be readable and SEO-friendly, create an events calendar with the powerful Views module, and integrate images in powerful and creative ways.

By the end of this class you'll be ready to build your own Drupal sites, understand and speak the the Drupal lingo, and get involved with the vibrant Drupal community to find more tools and solve bugs and make your site more awesome!

Topics covered include:

Class Date: 
Apr 3 2010 (All day)
Ben's picture

Some Trainings at DrupalCon SF selling out - and GVS Proposed Sessions

DrupalCons are great for learning new things and the conference in San Francisco this April will be no different. What will be different is that this year there are formalized training sessions happening the day before the conference really starts. If you want to get a more structured day of training before the somewhat unpredictable sessions start, you can.

Training sessions from GVS: Security and Site Building

The team at GVS is teaching two training courses and offering a handful of sessions. Our security training course was just increased to hold more participants and our course on site building is also looking to fill up. If you're interested in either please sign up soon!

GVS Proposed Sessions for Drupalcon

Session voting just started and we've proposed a variety of sessions, including training, module maintenance, using theme preprocess functions, and site-building. Here's the full list:

Greg's picture

Better Screencasting with Screenflow Pro

Nearly four years ago I created my first screencast about using iCal calendars in Google Calendar. At the time I used Wink (free) which is a fun tool and has some interesting features, but it's also a bit limited and time consuming to build the videos. Then I started using Camtasia from TechSmith (~$800), which is also a decent tool but is only compatible with Microsoft and isn't particularly fun to use.

Life with iShowUHD Pro

When I moved to a Mac a year ago I started using iShowUHD which costs $30 or $60 (I went for the $60 version) but has a lot of different options that are pretty confusing. I used iShowUHD to do a few short screencasts and then used it to record a live webinar so that we could share the webinar after the fact. It's impossible to redo a webinar - you've got people on the line who don't want to call back in, etc. And unfortunateley, iShowUHD failed to record the video. The audio was recorded fine, but the video stopped working after 10 minutes. I mailed support, upgraded to a newer version and the problem persists. So, I decided to look around for alternatives.

Screenflow: Screencasting Nirvana

I tried out the demo version of Screenflow ($100). The interface is drastically simpler than any of the other tools. It records everything and lets you zoom, rotate, re-arrange, etc. in its editing tools. The editing tools are perhaps one of the best features. They are enormously simple and yet very powerful. I've long wanted to do slow-motion and fast motion in iMovieHD, but it's simply not possible (this depends on your version of MacOS/iLife).

Greg's picture

Happy Birthday, Drupal! For 2010 GVS Celebrates with stamps

As you may know the 15th of January is the birthday of Drupal. Dries has done crafts and posts about the celebration of Drupal in the past like the cake he made for the fifth birthday). This year we decided to create some stamps for the Drupal birthday.

Start: Monochrome Miniature Druplicon

miniature monochrome druplicon

As web developers and designers we get spoiled by the ability to make something really big and high resolution. The world of printing and stamps is a little different: stamps can really only do one color and they don't handle thin lines very well. That's exactly what the miniature monochrome Druplicon was made for. We originally used that Druplicon for our business cards but it works perfectly for stamps as well.


Ben's picture

Security Review module and securing your Drupal site

Drupal core is very secure by default, but you can unknowingly open vulnerabilities with insecure configuration. An example of this is how allowing anonymous, untrusted users to use any HTML tag in comments opens a cross-site scripting attack vector on your site.

I'd like to introduce the Security Review module for automatically checking for the existence of insecure configuration and maintaining a secure Drupal site. With the first release come the following checks:

  • Insecure file system permissions
  • Insecure input formats
  • Dangerous code in nodes and comments
  • Printed errors
  • Private files directory not set outside the web root
  • Dangerous allowed upload extensions
  • Permissions granted to untrusted roles

Security Review also looks for the common attacks of SQL injection/system probing and brute-force login attempts.

The module reports the result of its checks as pass or fail and provides details on an accompanying page. Checks may not be 100% accurate on every system so they can be skipped from being run. I often skip the error reporting check while on a development instance of my site. The checks are explained in detail and where applicable there are links to online documentation.

Future plans for the module include popular contrib module checks and notification support. I encourage you to give the module a run on your sites and let me know what you think in the comments!

Greg's picture

Installing Subversion (svn) 1.6 on Ubuntu 8.04 LTS Hardy

Maybe you're experimenting with git and bzr and you think svn is oldschool. Maybe you don't know what any of those words mean. All the same, if you need Subversion 1.6 on an Ubuntu Hardy machine here's the steps I followed to get it working:

1. Get the sources set up for an alternate svn repository

I used Anders Kaseorg which seems to be fairly popular.

Add these two lines to your /etc/apt/sources.list:

2. Get Anders key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB

3. Update/Upgrade

sudo apt-get update
sudo apt-get upgrade

Glory!

Greg's picture

Introducing Token Starterkit - Simple Introduction to Creating your own Drupal Tokens

There seems to be a new pattern emerging in Drupal and I want to let you know that the Token module has joined the bandwagon with a "Token Starter Kit"

History of the Starter Kit in Drupal: Zen Theming

When the Zen project started it's goal was to be a really solid base HTML theme with tons of comments in the templates so that a new themer could take it, modify it, and end up with a great theme. Unfortunately, that second step of modifying it meant that people ran into all sorts of support issues that were hard to debug and they were in trouble when a new version of Zen came out - they weren't really running Zen any more.

How to use the Token Starter Kit

The Token Starter Kit is meant to be similarly easy for folks to use. The idea is that if you just open up the token module itself and start adding tokens then you are "hacking a contrib" (modifying it) and you will have to remember to make those changes again when you upgrade. Bad news. It's also not particularly simple to understand how the module works (it's got includes, and hooks, oh my!).

Enter the tokenSTARTER module. Just copy the tokenSTARTER .info and .module files to a new directory in your modules directory, rename them, and rename all the functions inside to match the filenames. This gives you a clean place to start adding in your own tokens. So, go for it. You'll see that it's quite simple and all you need are two hooks.

Documentation on Token API

There's also an API.txt file and README.txt file which explain how to write tokens in general. Lots of great advice in there.

Greg's picture

Burn Down Art

About burn down charts

We're using various levels of agile/scrum methodologies on various projects and one commonly used tool related part of that process that I particularly enjoy is the burn down chart. It took me a long time to see the value in these charts, but I'm starting to come around to see that they can be helpful as a way to gauge the progress on a project. The chart shows time on the horizontal axis and tasks remaining on the vertical axis. You start with a straight line from the start point to completion and then update the chart to show where you really are.

Is there a burn down chart library?

One day on our morning scrum call as we analyzed some charts, Todd Nienkerk (who I work with on the Economist project) pondered the shape of our graphs and wondered whether or not there was a library of known shapes of charts so that we could gain some insight into what our charts mean.

It turns out, there is no such library.

burndownart.com

So, as a funtime project I built a quick site called burn down art which is based on the idea that when you get a bunch of burn down charts together and use some imagecache actions on them you end up with something that looks like art....

The site is a basic taxonomy+cck+imagefield+imagecach+views site. One neat bonus feature that I find somewhat fun is that it uses the Twitter module and a little custom code to re-tweet everything to the burn down art twitter account.

Community site - add your chart!

Ezra's picture

Submitting Protected Forms Programatically with Safe User Impersonation

When a form protected by spam prevention measures such as captcha or Mollom is submitted with drupal_execute, validation can fail unless the spam protection is properly suppressed.

This blog post describes the background and solution to a bug that previously existed in the Signup Integration for Ubercart module (uc_signup), and explains the techniques used to fix the bug. It is written with developers and aspiring developers in mind, though other people interested in how Drupal works might also find it interesting.

drupal_execute is a function often used in data imports that allows a developer to take a collection of form values and submit them programatically.
A main reason to use drupal_execute over another technique such as user_save() is that with drupal_execute, Drupal calls the validation and submission functions for the form.

The Context: How uc_signup Uses drupal_execute

In the Signup integration for Ubercart module, we sometimes create a new user account and populate the user's profile with data that was submitted on a form separate from the core user profile form. In earlier versions of uc_signup, we created the new account with user_save, however this allowed crafty users to leave required fields blank by skipping the form and proceeding to checkout, so we switched to drupal_execute which ensures that the form's validation gets executed.

The Problem

The drupal_execute function is relatively easy to use -- just pass in the form_id and form values you'd like to submit to the form.

However, we soon got a bug report with one user reporting a validation error at the time that the new user account is saved, with the captcha module enabled for the user registration form.

Newbie Adventures in Theming

top section of site

We recently redesigned the Growing Venture Solutions site and I was given the task of completing and theming the new design. This was only my second theming assignment and it was a tremendous challenge and learning experience; I'd like to use this post to pass on some of the resources that helped me along the way. Maybe they'll help someone else?

The original GVS site was running the Marvin theme; since we’ve been growing it was time for a custom look. The first passes at the design and new logo were done by Don Hajicek and everyone was pleased with the overall style and particularly the leaves on the logo and on the “more” links. When I joined GVS I continued where Don left off by expanding his design to include more content elements, adding the navigation tabs and the footer area. (I like the little set apart yellow tab, although we're not sure if that color choice will stay.) I then moved on to Adventures in Theming.

greggles diagramAdventures, indeed. This image is a diagram Greg drew for me to explain the roles of the system administrator, site builder, developer, and designer. (“There are these overlapping bubbles, see?”) This pretty much sums up where I was starting from.

About a week in, when I was near the nadir of my learning curve confidence, I found this on Nick Lewis' site and I felt some relief; I was not alone: "When you first start, its going to suck: its going to be both boring, and confusing. Can you endure the unpleasant experience of watching yourself suck, while both confused and bored?"

Syndicate content

GVS projects

The Hyperlocal News installation profile is an "internal project" for some of the folks at GVS. Profiles are ways to bundle together Drupal, some contributed modules, and the configuration necessary to make the site actually do something cool. Users are presented with an wizard that sets up...

GVS is now part of Acquia.

Acquia logo

Contact Acquia if you are interested in a Drupal Support or help with any products GVS offered such as the Conference Organizing Distribution (COD).

We Wrote the Book On Drupal Security:

Cracking Drupal Book Cover