Drupal Developer, Consultant, Trainer

Hi There!

I'm Nick Santamaria, a Drupal developer and consultant located in Torquay, Australia. I specialise in building websites and applications using a framework called Drupal. See my 'About Drupal' page for more information on how Drupal really is changing the web.

Twitter

nicksanta: RT @Dries: "I contribute to the Windows Kernel. We are slower than other operating systems. Here is why." http://t.co/RX7yoCHugL #foss #dru…

1 week 5 days ago

nicksanta: RT @gwestr: Google has 15,000 engineers working on a single development branch, 5500 commits per day, avg 20k tests run per commit #gtac

4 weeks 1 day ago

nicksanta: Know of a kind-hearted lawyer who might help return $15,000 of "seized" donations to kids in a Cambodian orphanage? http://t.co/B898Xgn7bK

1 month 1 week ago

nicksanta: RT @msonnabaum: Your tests will pass if you write the same bug into your expectations #protip

1 month 1 week ago

nicksanta: RT @michaelneale: Paying down some technical debt. Can’t I just print more tech and use that to pay for it?

1 month 1 week ago

Services

  • On-site Drupal training for you or your business.
  • Web projects, right from documentation phase through to delivery.
  • Write up a Drupal-specific 'Implementation Strategy' for your web project.
  • Hosting and support.
  • Ad-hoc development and maintenance for your existing site.
  • Server maintenance and tuning.

Can you help Khmer Road Rage?

Thursday, 11th April 2013

Hey everyone,Some friends of mine in Ballarat are part of a charity group called "Khmer Rode Rage" who over the last 12 months rai

Accessing and using Drupal.settings properties in Selenium tests

Wednesday, 18th April 2012

While writing a Selenium test I needed to access the nid of a newly created node from Drupal.settings to use as part of a URL in another method. Simply trying to access Drupal.settings.nid in the storeEval method didn't work, but dgtlmoon eventually figured it out.