About

Yuba Studios is the design and development portfolio of Yuriy Babenko. I'm a Vancouver-based developer, specializing in PHP, MySQL, XHTML, CSS, Javascript and Drupal CMS development.

I create and develop high-impact, high-visibility web sites and web applications. Please take a look at my portfolio for some recent examples of my work.

I am always open for freelancing projects; please don't hesitate to contact me for a quote!

extending drupal templating

One of the most common questions on Drupal's theming forums is how to create an individual layout for a specific page or node. In this tutorial I'll show you how to do just that!

creating new drupal regions

By default, Drupal comes with 5 content "regions": header, footer, left sidebar, right sidebar, and content. In many cases it is convenient to have several additional regions for more granular control over content location.

Sometimes we need to have certain blocks to always appear above or below the content, so let's add a few new regions!