<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.leveltendesign.com">
<channel>
 <title>LevelTen Web Design | Dallas, TX</title>
 <link>http://www.leveltendesign.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/levelten" /><feedburner:info uri="levelten" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Adding Customize Dashboard magic to your theme</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/tIyTF-hNWJ8/adding-customize-dashboard-magic-your-theme</link>
 <description>&lt;p&gt;If you haven't already tried http:/openatrium.com, you should immediately do so.  Once you do, you'll want to put all their cool customize stuff into your website.  While the documentation says that it uses context, spaces and features to accomplish their "whiz bang" features, they also use a few theme tricks to bind it all together.&lt;/p&gt;
&lt;p&gt;I'm going to show you what is necessary to get your theme ready for the "Customize dashboard" functionality in openatrium.&lt;/p&gt;
&lt;p&gt;As a high level, you will need to create a palette region to store the spaces_dashboard "Dashboard" block in, add context_links to your theme template and add the necessary css and javascript to make it all work.&lt;/p&gt;
&lt;p&gt;If you start with one of the themes from openatrium, it should just work for you.  If you really want to add it to a different theme, keep reading.&lt;/p&gt;
&lt;p&gt;First off, be sure you have the jquery_ui module and have downloaded the source for jquery.ui and put in in that module.  &lt;/p&gt;
&lt;h3&gt;Add a palette region to your theme.&lt;/h3&gt;
&lt;p&gt;You will need to add in the default regions if you don't already have them.  While you are in there, add in the ginkgo.js file as well.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;regions&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;a href="http://www.php.net/header"&gt;&lt;span style="color: #000066;"&gt;header&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = &lt;a href="http://www.php.net/header"&gt;&lt;span style="color: #000066;"&gt;Header&lt;/span&gt;&lt;/a&gt;
&lt;span style="color: #ff0000"&gt;regions&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;palette&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = Palette&lt;/span&gt;
regions&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;footer&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = Footer
&lt;span style="color: #ff0000"&gt;regions&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;left&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = Left sidebar&lt;/span&gt;
regions&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;right&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = Right sidebar
scripts&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = js&lt;span style="color: #66cc66;"&gt;/&lt;/span&gt;ginkgo.js&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h3&gt;Copy the gingko.js file from the gingko theme&lt;/h3&gt;
&lt;p&gt;Get openatrium and copy the profiles/openatrium/themes/ginkgo/js/ginkgo.js file into [theme]/js/ginkgo.js&lt;/p&gt;
&lt;h3&gt;Add region and links to your page template&lt;/h3&gt;
&lt;p&gt;Edit your page.tpl.php file.&lt;br /&gt;
Add in the following somewhere above your content.  I like to put it above or below the primary links.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;  &amp;lt;div id=&amp;quot;palette&amp;quot;&amp;gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$palette&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;&amp;lt;/div&amp;gt;
  &amp;lt;div id='page-tools'&amp;gt;&amp;lt;div class='limiter clear-block'&amp;gt;
    &lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;span style="color: #b1b100;"&gt;if&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$context_links&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;: &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;&amp;lt;div class='context-links'&amp;gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$context_links&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;&amp;lt;/div&amp;gt;&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;span style="color: #b1b100;"&gt;endif&lt;/span&gt;; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;
  &amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h3&gt;Override blocks theming in the palette region&lt;/h3&gt;
&lt;p&gt;We are going to need a different theme for the blocks that render in the palette region.  This conforms more closely to what the ginkgo theme does.  You can also replace much of your rendering with the templates/object.tpl.php in the ginkgo theme but that is much more advanced.  This is more of a brute force method.&lt;/p&gt;
&lt;p&gt;create a block-palette.tpl.php file in your theme directory and put the following in it.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;&amp;lt;div id=&amp;quot;block-&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$block&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;module&lt;/span&gt; .&lt;span style="color: #ff0000;"&gt;'-'&lt;/span&gt;. &lt;span style="color: #0000ff;"&gt;$block&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;delta&lt;/span&gt;; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;&amp;quot; class=&amp;quot;block block-&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$block&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;module&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt; ui-draggable&amp;quot;&amp;gt;
  &amp;lt;div class=&amp;quot;block-title&amp;quot;&amp;gt;
    &lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$block&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;subject&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;
    &amp;lt;span class=&amp;quot;close&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;div class=&amp;quot;block-content&amp;quot;&amp;gt;
    &lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;?php&lt;/span&gt; &lt;a href="http://www.php.net/print"&gt;&lt;span style="color: #000066;"&gt;print&lt;/span&gt;&lt;/a&gt; &lt;span style="color: #0000ff;"&gt;$block&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;content&lt;/span&gt; &lt;span style="color: #000000; font-weight: bold;"&gt;?&amp;gt;&lt;/span&gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h3&gt;Configuring your template.php file&lt;/h3&gt;
&lt;p&gt;Next, add the following function to your template.php file within your theme.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;&lt;span style="color: #808080; font-style: italic;"&gt;/**
 * Preprocessor for theme_block().
 */&lt;/span&gt;
&lt;span style="color: #000000; font-weight: bold;"&gt;function&lt;/span&gt; phptemplate_preprocess_block&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;amp;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;// If block is in a toggleable region and does not have a subject, mark it as a &amp;quot;widget,&amp;quot;&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;// i.e. show its contents rather than a toggle trigger label.&lt;/span&gt;
  &lt;span style="color: #b1b100;"&gt;if&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;a href="http://www.php.net/in_array"&gt;&lt;span style="color: #000066;"&gt;in_array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'block'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;region&lt;/span&gt;, &lt;a href="http://www.php.net/array"&gt;&lt;span style="color: #000066;"&gt;array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'header'&lt;/span&gt;, &lt;span style="color: #ff0000;"&gt;'page_tools'&lt;/span&gt;, &lt;span style="color: #ff0000;"&gt;'space_tools'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
    &lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'attr'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'class'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; .= &lt;a href="http://www.php.net/empty"&gt;&lt;span style="color: #000066;"&gt;empty&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'block'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;subject&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; ? &lt;span style="color: #ff0000;"&gt;' block-widget'&lt;/span&gt; : &lt;span style="color: #ff0000;"&gt;' block-toggle'&lt;/span&gt;;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
  &lt;span style="color: #b1b100;"&gt;if&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'block'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;region&lt;/span&gt; === &lt;span style="color: #ff0000;"&gt;'palette'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
    &lt;span style="color: #808080; font-style: italic;"&gt;// Palette region requires module-level jQuery UI, Cookie, JSON includes.&lt;/span&gt;
    &lt;span style="color: #808080; font-style: italic;"&gt;// Note that drupal_add_js() only works here because blocks are rendered&lt;/span&gt;
    &lt;span style="color: #808080; font-style: italic;"&gt;// prior to the retrieval of javascript files in template_preprocess_page().&lt;/span&gt;
    &lt;a href="http://api.drupal.org/api/function/module_exists/5"&gt;&lt;span style="color: #000066;"&gt;module_exists&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'admin'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; ? &lt;a href="http://api.drupal.org/api/function/drupal_add_js/5"&gt;&lt;span style="color: #000066;"&gt;drupal_add_js&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;a href="http://api.drupal.org/api/function/drupal_get_path/5"&gt;&lt;span style="color: #000066;"&gt;drupal_get_path&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'module'&lt;/span&gt;, &lt;span style="color: #ff0000;"&gt;'admin'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; .&lt;span style="color: #ff0000;"&gt;'/includes/jquery.cookie.js'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; : &lt;span style="color: #ff0000;"&gt;''&lt;/span&gt;;
    &lt;a href="http://api.drupal.org/api/function/module_exists/5"&gt;&lt;span style="color: #000066;"&gt;module_exists&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'jquery_ui'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; ? jquery_ui_add&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;a href="http://www.php.net/array"&gt;&lt;span style="color: #000066;"&gt;array&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'ui.draggable'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; : &lt;span style="color: #ff0000;"&gt;''&lt;/span&gt;;
    &lt;a href="http://api.drupal.org/api/function/module_exists/5"&gt;&lt;span style="color: #000066;"&gt;module_exists&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'context_ui'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; ? &lt;a href="http://api.drupal.org/api/function/drupal_add_js/5"&gt;&lt;span style="color: #000066;"&gt;drupal_add_js&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;a href="http://api.drupal.org/api/function/drupal_get_path/5"&gt;&lt;span style="color: #000066;"&gt;drupal_get_path&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'module'&lt;/span&gt;, &lt;span style="color: #ff0000;"&gt;'context_ui'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; .&lt;span style="color: #ff0000;"&gt;'/json2.js'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; : &lt;span style="color: #ff0000;"&gt;''&lt;/span&gt;;
&amp;nbsp;
    &lt;span style="color: #808080; font-style: italic;"&gt;// Add close button to palette region blocks.&lt;/span&gt;
    &lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'title'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; = &lt;span style="color: #ff0000;"&gt;&amp;quot;&amp;lt;span class='close'&amp;gt;&amp;lt;/span&amp;gt;{$vars['title']}&amp;quot;&lt;/span&gt;;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
  &lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'attr'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'class'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt; .= &lt;a href="http://www.php.net/empty"&gt;&lt;span style="color: #000066;"&gt;empty&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color: #0000ff;"&gt;$vars&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color: #ff0000;"&gt;'block'&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#93;&lt;/span&gt;-&lt;span style="color: #66cc66;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #006600;"&gt;subject&lt;/span&gt;&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; ? &lt;span style="color: #ff0000;"&gt;' block-notitle'&lt;/span&gt; : &lt;span style="color: #ff0000;"&gt;''&lt;/span&gt;;
&lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h3&gt;Add some css&lt;/h3&gt;
&lt;p&gt;In your style.css (or [theme].css) add the following.&lt;br /&gt;
&lt;div class="geshifilter"&gt;&lt;pre class="drupal5 geshifilter-drupal5" style="font-family:monospace;"&gt;&lt;span style="color: #808080; font-style: italic;"&gt;/**
 * Palette blocks =====================================================
 */&lt;/span&gt;
&lt;span style="color: #808080; font-style: italic;"&gt;#palette {&lt;/span&gt;
  position:fixed;
  height:0px;
  top:0px;
  left:0px;
  z-index:&lt;span style="color: #cc66cc;"&gt;1000&lt;/span&gt;;
  overflow:visible;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette select,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette input.form-text,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette input.form-submit { font-size:16px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .block {&lt;/span&gt;
    position:absolute;
    top:120px;
    left:120px;
&amp;nbsp;
    width:400px;
    -moz-box-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#666 0px 0px 10px;&lt;/span&gt;
    -webkit-box-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#666 0px 0px 10px;&lt;/span&gt;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
&amp;nbsp;
    border:0px;
    margin:0px;
    padding:0px;
    background:transparent;
    display:none;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .block .block-title {&lt;/span&gt;
    cursor:move;
    position:relative;
    background:&lt;span style="color: #808080; font-style: italic;"&gt;#ccc url(images/sprite_bleeds.png) 0px -400px repeat-x;&lt;/span&gt;
    color:&lt;span style="color: #808080; font-style: italic;"&gt;#666;&lt;/span&gt;
    text-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#fff 0px 1px 0px;&lt;/span&gt;
    font-size:16px;
    padding:5px 5px 5px 10px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  div.messages span.close,
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .block .block-title span.close {&lt;/span&gt;
    position:absolute;
    right:5px;
    top:5px;
&amp;nbsp;
    display:block;
    width:20px;
    height:20px;
    text-indent:-999px;
    overflow:hidden;
&amp;nbsp;
    cursor:pointer;
    background:&lt;span style="color: #808080; font-style: italic;"&gt;#666 url(images/sprite_base.png) -20px -30px no-repeat;&lt;/span&gt;
&amp;nbsp;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .block .block-content { background:#eee; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .buttons {&lt;/span&gt;
    background:transparent;
    margin:0px;
    border:0px;
    padding:0px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .more-link { float:right; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .item-list ul li { padding-left:0px; padding-right:0px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;/* Context editor specific */&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .context-editor-block-layouts .form-item {&lt;/span&gt;
    padding:0px;
    display:inline;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette form.context-editor .item-list { display:none; }&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette form.context-editor .buttons { display:block; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .context-editable { padding:0px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .draggable-placeholder,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .context-block-addable {&lt;/span&gt;
    float:left;
    width:167px;
    margin:0px 5px 5px 0px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .context-block-browser .category { padding:5px 0px 0px 5px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#palette .context-block-browser {&lt;/span&gt;
    margin:5px 0px;
    padding:5px;
    background:&lt;span style="color: #808080; font-style: italic;"&gt;#ddd;&lt;/span&gt;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;/**
 * Togglable blocks ===================================================
 */&lt;/span&gt;
.toggle-blocks .block &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt; float:left; position:relative; &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
.toggle-blocks .block-title &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt; cursor:pointer; &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
.toggle-blocks .block-widget,
.toggle-blocks .block-toggle &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
  background:transparent;
  margin:0px;
  padding:0px;
  border:0px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
.toggle-blocks .block-toggle .block-content &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
  z-index:&lt;span style="color: #cc66cc;"&gt;499&lt;/span&gt;;
  position:absolute;
  display:none;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
.toggle-blocks .block-widget .block-content &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt;
  display:block;
  position:&lt;a href="http://www.php.net/static"&gt;&lt;span style="color: #000066;"&gt;static&lt;/span&gt;&lt;/a&gt;;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;/**
 * Page tools ========================================================
 */&lt;/span&gt;
&lt;span style="color: #808080; font-style: italic;"&gt;#page-tools {&lt;/span&gt;
  height:39px;
  position:relative;
  z-index:&lt;span style="color: #cc66cc;"&gt;1&lt;/span&gt;;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .page-title,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .tabs {&lt;/span&gt;
    padding-top:5px;
    position:absolute;
    left:20px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .context-links,&lt;/span&gt;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .dropdown-blocks { float:right; }&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .page-title {&lt;/span&gt;
  font-size:16px;
  font-weight:normal;
  line-height:30px;
  text-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#fff 0px 1px 0px;&lt;/span&gt;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .page-title-hidden {&lt;/span&gt;
    text-indent:-999px;
    overflow:hidden;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .page-title a.username {&lt;/span&gt;
    color:inherit;
    font-size:inherit;
    text-transform:none;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .dropdown-blocks { height:39px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .dropdown-blocks .block { padding:0px; }&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .dropdown-blocks .block-toggle .block-title {&lt;/span&gt;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
&amp;nbsp;
    border:0px;
    border-left:1px solid &lt;span style="color: #808080; font-style: italic;"&gt;#ccc;&lt;/span&gt;
&amp;nbsp;
    text-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#fff 0px 1px 0px;&lt;/span&gt;
    padding:5px 10px;
    line-height:30px;
    background:transparent;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
    &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .dropdown-blocks .block-toggle .toggle-active {&lt;/span&gt;
      color:&lt;span style="color: #808080; font-style: italic;"&gt;#fff;&lt;/span&gt;
      text-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#444 0px 1px 0px;&lt;/span&gt;
      background:&lt;span style="color: #808080; font-style: italic;"&gt;#666 url(images/sprite_bleeds.png) 0px 100% repeat-x;&lt;/span&gt;
      &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .context-links {&lt;/span&gt;
  padding:7px 0px 7px 5px;
  height:25px;
  line-height:15px;
  overflow:hidden;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  .buttons a,
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .context-links a {&lt;/span&gt;
    font-size:11px;
    font-weight:bold;
    color:&lt;span style="color: #808080; font-style: italic;"&gt;#fff;&lt;/span&gt;
    background:&lt;span style="color: #808080; font-style: italic;"&gt;#666 url(images/sprite_bleeds.png) 0px -400px repeat-x;&lt;/span&gt;
    text-shadow:&lt;span style="color: #808080; font-style: italic;"&gt;#444 0px 1px 0px;&lt;/span&gt;
&amp;nbsp;
    border:1px solid &lt;span style="color: #808080; font-style: italic;"&gt;#555;&lt;/span&gt;
    border-color:&lt;span style="color: #808080; font-style: italic;"&gt;#555 #555 #333;&lt;/span&gt;
&amp;nbsp;
    margin-left:5px;
    padding:4px 9px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
    .buttons a &lt;span style="color: #66cc66;"&gt;&amp;#123;&lt;/span&gt; margin-right:5px; &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
    .buttons a:active,
    &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools .context-links a:active { background-position:0px 100%; }&lt;/span&gt;
&amp;nbsp;
&lt;span style="color: #808080; font-style: italic;"&gt;#page-tools #help-toggler {&lt;/span&gt;
  background:&lt;a href="http://api.drupal.org/api/function/url/5"&gt;&lt;span style="color: #000066;"&gt;url&lt;/span&gt;&lt;/a&gt;&lt;span style="color: #66cc66;"&gt;&amp;#40;&lt;/span&gt;images&lt;span style="color: #66cc66;"&gt;/&lt;/span&gt;sprite_base.png&lt;span style="color: #66cc66;"&gt;&amp;#41;&lt;/span&gt; 0px -30px no-repeat;
  height:20px;
  width:20px;
&amp;nbsp;
  text-indent:-999px;
  overflow:hidden;
&amp;nbsp;
  margin: 10px 0px 0px 10px;
  position:&lt;a href="http://www.php.net/static"&gt;&lt;span style="color: #000066;"&gt;static&lt;/span&gt;&lt;/a&gt;;
  float:right;
  &lt;span style="color: #66cc66;"&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color: #808080; font-style: italic;"&gt;#page-tools #help-toggler.toggle-active { background-position:-20px -30px; }&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This should enable your theme for context_links and the palette used by the spaces_dashboard module.  You'll also want to create a global context that puts the spaces dashboard block in the palette region and add any spaces_dashboard-custom_1 default contexts that you want.  Finally, go to admin/settings/dashboard and set which blocks and regions you want to use in the spaces_dashboard.&lt;/p&gt;
&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="community-tags-form"&gt;
&lt;div&gt;&lt;div class="form-item"&gt;
 &lt;label&gt;All tags: &lt;/label&gt;
 &lt;div class="cloud"&gt;None&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;a href="/user/login?destination=rss.xml"&gt;Login&lt;/a&gt; or &lt;a href="/user/register?destination=rss.xml"&gt;register&lt;/a&gt; to tag items&lt;/div&gt;&lt;input type="hidden" name="nid" id="edit-nid" value="2670"  /&gt;
&lt;input type="hidden" name="form_build_id" id="form-a5ab4922c3e6d27727e72f449cc5d0e6" value="form-a5ab4922c3e6d27727e72f449cc5d0e6"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-community-tags-form" value="community_tags_form"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/tIyTF-hNWJ8" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/answer/adding-customize-dashboard-magic-your-theme#comments</comments>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/human-interest">Human Interest</category>
 <category domain="http://www.leveltendesign.com/category/technology/php">PHP</category>
 <category domain="http://www.leveltendesign.com/category/programming-language/php-0">PHP</category>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Thu, 02 Sep 2010 18:07:21 +0000</pubDate>
 <dc:creator>Randall Knutson</dc:creator>
 <guid isPermaLink="false">2670 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/answer/adding-customize-dashboard-magic-your-theme</feedburner:origLink></item>
<item>
 <title>Erin Tuohy </title>
 <link>http://feedproxy.google.com/~r/levelten/~3/tb0hh5An5s4/2361</link>
 <description>&lt;p&gt;Erin is the Office Coordinator for LevelTen Interactive. Erin is responsible for interacting with both clients and employees, ensuring an organized work flow and developing good working relationships. Erin proactively assists with current projects and planning our company events, her responsibilities changing from day to day. Erin recently moved to Dallas from England and before that attended Colorado Christian University for a Bachelor’s degree in Business Administration with an emphasis in Marketing.&lt;/p&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/tb0hh5An5s4" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/member/2361#comments</comments>
 <pubDate>Thu, 26 Aug 2010 20:41:30 +0000</pubDate>
 <dc:creator>Erin Tuohy</dc:creator>
 <guid isPermaLink="false">2665 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/member/2361</feedburner:origLink></item>
<item>
 <title>Drupal for Site Builders - Houston</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/B9bPprK4NO0/2663</link>
 <description>&lt;div class="field field-type-date field-field-paidevent-date"&gt;
      &lt;div class="field-label"&gt;Date:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-start"&gt;Tue, 01/18/2011 - 09:00&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;Wed, 01/19/2011 - 16:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-l10paidevent-regexp"&gt;
      &lt;div class="field-label"&gt;Registration Expiry:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Sun, 01/16/2011 - 17:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="product-info product display"&gt;&lt;span class="uc-price-product uc-price-display uc-price"&gt;$768.00&lt;/span&gt;&lt;/div&gt;&lt;div class="product-info model"&gt;SKU: drupalforsitebuilders_houston&lt;/div&gt;&lt;div class="product-body"&gt;&lt;/div&gt;&lt;div class="product-info product sell"&gt;&lt;span class="uc-price-product uc-price-sell uc-price"&gt;&lt;span class="price-prefixes"&gt;Price: &lt;/span&gt;$768.00&lt;/span&gt;&lt;/div&gt;&lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2663"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2663" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-760a06e88287096dffdc26c9fb0addf5" value="form-760a06e88287096dffdc26c9fb0addf5"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2663" value="uc_product_add_to_cart_form_2663"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/B9bPprK4NO0" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/node/2663#comments</comments>
 <pubDate>Mon, 23 Aug 2010 16:45:19 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2663 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/node/2663</feedburner:origLink></item>
<item>
 <title>Drupal for Site Builders - Houston</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/g-_422AIqz0/drupal-site-builders-houston</link>
 <description>&lt;div class="eventdetails" class="clear-block"&gt;
  &lt;div class="eventtimeloc"&gt;
  &lt;strong&gt;Date:&lt;/strong&gt; Tuesday, Jan 18th, 2011&lt;br /&gt;
&lt;strong&gt;Time: &lt;/strong&gt;10:00 am - 5:00 pm&lt;br /&gt;
&lt;strong&gt;Date:&lt;/strong&gt; Wednesday, Jan 19th, 2011&lt;br /&gt;
&lt;strong&gt;Time: &lt;/strong&gt;10:00 am - 5:00 pm&lt;br /&gt;
    &lt;strong&gt;Price: &lt;/strong&gt;$768.00 per attendee &lt;br/&gt;
      &lt;/div&gt;
  &lt;div class="eventmap"&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;p&gt;In two days time, participants will be brought up to speed on Drupal and be ready to tackle their own project.  This course is designed both for users with no Drupal experience and those who are familiar with Drupal and want to expand their knowledge and dig deeper into their sites.  The course provides in-depth discussions on Drupal’s installation process and managing users, comments, and content.  Participants will also review Drupal's block system and using taxonomy to categorize their content.&lt;/p&gt;
&lt;p&gt;On the first day, significant time will be devoted to creating new content types using the Content Construction Kit (CCK) and exploring field types, widgets, and the corresponding settings.&lt;/p&gt;
&lt;p&gt;The second day will be dedicated entirely to CCK and Views. Views is a powerful tool used to create custom pages, blocks, and RSS feeds on your site.  Participants will finish the day by creating a photo gallery using CCK, image field, and Views.&lt;/p&gt;
&lt;p&gt;Fee includes lunch and materials.&lt;/p&gt;
&lt;h3&gt;Learning Goals&lt;/h3&gt;
&lt;p&gt;CCK and additional CCK fields&lt;br /&gt;
Views and views extensions&lt;br /&gt;
Image management and imagecache&lt;br /&gt;
User management and permissions&lt;/p&gt;
&lt;h3&gt;Course Format&lt;/h3&gt;
&lt;p&gt;The course is a one day course with a mixture of lecture, demonstrations, exercises and workshop time. &lt;/p&gt;
&lt;h3&gt;Intended Audience&lt;/h3&gt;
&lt;p&gt;This course is indented for those with a basic understanding of Drupal administration to expand their knowledge towards becoming efficient site builders.  It is ideal for those who are seeking a deeper understanding of CCK and views.&lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;Participants should be familiar with basic Drupal content management and administrative tasks such as adding and editing content and working with blocks, menus, taxonomies, users and permissions. If you are not familiar with these concepts, it is recommended you take Drupal in a Day prior to this course.&lt;/p&gt;
&lt;/div&gt;
  &lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2663-1"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-1" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2663" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-2868f46968ccdefa3f52d2f2748e496c" value="form-2868f46968ccdefa3f52d2f2748e496c"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2663-1" value="uc_product_add_to_cart_form_2663"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="clear-block"&gt;&lt;/div&gt;
&lt;div class="field field-type-datestamp field-field-event-datetime"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;01/18/2011 - &lt;span class="date-display-start"&gt;9:00am&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;4:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                    &lt;span class="date-display-single"&gt;01/19/2011 - &lt;span class="date-display-start"&gt;9:00am&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;4:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-description-ref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/training/workshop/drupal-site-building"&gt;Drupal for Site Builders &lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-l10event-price"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    758.00        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-ucref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/node/2663"&gt;Drupal for Site Builders - Houston&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/g-_422AIqz0" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 23 Aug 2010 16:43:34 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2662 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/event/drupal-site-builders-houston</feedburner:origLink></item>
<item>
 <title>Drupal for Site Builders - Austin</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/HeAzH0PULHA/2661</link>
 <description>&lt;div class="field field-type-date field-field-paidevent-date"&gt;
      &lt;div class="field-label"&gt;Date:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-start"&gt;Tue, 10/26/2010 - 09:00&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;Wed, 10/27/2010 - 16:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-l10paidevent-regexp"&gt;
      &lt;div class="field-label"&gt;Registration Expiry:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Sun, 10/24/2010 - 17:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="product-info product display"&gt;&lt;span class="uc-price-product uc-price-display uc-price"&gt;$768.00&lt;/span&gt;&lt;/div&gt;&lt;div class="product-info model"&gt;SKU: drupalforsitebuilders_austin&lt;/div&gt;&lt;div class="product-body"&gt;&lt;/div&gt;&lt;div class="product-info product sell"&gt;&lt;span class="uc-price-product uc-price-sell uc-price"&gt;&lt;span class="price-prefixes"&gt;Price: &lt;/span&gt;$768.00&lt;/span&gt;&lt;/div&gt;&lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2661"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-2" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2661" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-3747ae8fab00337049d41fd921f6e3da" value="form-3747ae8fab00337049d41fd921f6e3da"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2661" value="uc_product_add_to_cart_form_2661"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/HeAzH0PULHA" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/node/2661#comments</comments>
 <pubDate>Mon, 23 Aug 2010 16:39:16 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2661 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/node/2661</feedburner:origLink></item>
<item>
 <title>Drupal for Site Builders - Austin</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/jYz8f7uJbY0/drupal-site-builders-austin</link>
 <description>&lt;div class="eventdetails" class="clear-block"&gt;
  &lt;div class="eventtimeloc"&gt;
  &lt;strong&gt;Date:&lt;/strong&gt; Tuesday, Oct 26th, 2010&lt;br /&gt;
&lt;strong&gt;Time: &lt;/strong&gt;9:00 am - 4:00 pm&lt;br /&gt;
&lt;strong&gt;Date:&lt;/strong&gt; Wednesday, Oct 27th, 2010&lt;br /&gt;
&lt;strong&gt;Time: &lt;/strong&gt;9:00 am - 4:00 pm&lt;br /&gt;
    &lt;strong&gt;Price: &lt;/strong&gt;$768.00 per attendee &lt;br/&gt;
      &lt;/div&gt;
  &lt;div class="eventmap"&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;p&gt;In two days time, participants will be brought up to speed on Drupal and be ready to tackle their own project.  This course is designed both for users with no Drupal experience and those who are familiar with Drupal and want to expand their knowledge and dig deeper into their sites.  The course provides in-depth discussions on Drupal’s installation process and managing users, comments, and content.  Participants will also review Drupal's block system and using taxonomy to categorize their content.&lt;/p&gt;
&lt;p&gt;On the first day, significant time will be devoted to creating new content types using the Content Construction Kit (CCK) and exploring field types, widgets, and the corresponding settings.&lt;/p&gt;
&lt;p&gt;The second day will be dedicated entirely to CCK and Views. Views is a powerful tool used to create custom pages, blocks, and RSS feeds on your site.  Participants will finish the day by creating a photo gallery using CCK, image field, and Views.&lt;/p&gt;
&lt;p&gt;Fee includes lunch and materials.&lt;/p&gt;
&lt;h3&gt;Learning Goals&lt;/h3&gt;
&lt;p&gt;CCK and additional CCK fields&lt;br /&gt;
Views and views extensions&lt;br /&gt;
Image management and imagecache&lt;br /&gt;
User management and permissions&lt;/p&gt;
&lt;h3&gt;Course Format&lt;/h3&gt;
&lt;p&gt;The course is a one day course with a mixture of lecture, demonstrations, exercises and workshop time. &lt;/p&gt;
&lt;h3&gt;Intended Audience&lt;/h3&gt;
&lt;p&gt;This course is indented for those with a basic understanding of Drupal administration to expand their knowledge towards becoming efficient site builders.  It is ideal for those who are seeking a deeper understanding of CCK and views.&lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;Participants should be familiar with basic Drupal content management and administrative tasks such as adding and editing content and working with blocks, menus, taxonomies, users and permissions. If you are not familiar with these concepts, it is recommended you take Drupal in a Day prior to this course.&lt;/p&gt;
&lt;/div&gt;
  &lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2661-1"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-3" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2661" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-831bb0fc3c4b1d0140992c42a1a25d3e" value="form-831bb0fc3c4b1d0140992c42a1a25d3e"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2661-1" value="uc_product_add_to_cart_form_2661"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="clear-block"&gt;&lt;/div&gt;
&lt;div class="field field-type-datestamp field-field-event-datetime"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;10/26/2010 - &lt;span class="date-display-start"&gt;9:00am&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;4:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                    &lt;span class="date-display-single"&gt;10/27/2010 - &lt;span class="date-display-start"&gt;9:00am&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;4:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-description-ref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/training/workshop/drupal-site-building"&gt;Drupal for Site Builders &lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-l10event-price"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    $768.00        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-ucref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/node/2661"&gt;Drupal for Site Builders - Austin&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/jYz8f7uJbY0" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 23 Aug 2010 16:35:31 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2660 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/event/drupal-site-builders-austin</feedburner:origLink></item>
<item>
 <title>ExecuTrain Austin</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/6xG_zP0j6Cg/2659</link>
 <description>&lt;div style="width: 100%; height: 300px;" id="gmap-gmap-2659-gmap0" class="gmap-control gmap-gmap gmap gmap-map gmap-gmap-2659-gmap"&gt;Javascript is required to view this map.&lt;/div&gt;&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/6xG_zP0j6Cg" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 23 Aug 2010 16:32:35 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2659 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/node/2659</feedburner:origLink></item>
<item>
 <title>Drupal in a Day - Houston</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/mcJxb3fTmyA/2658</link>
 <description>&lt;div class="field field-type-date field-field-paidevent-date"&gt;
      &lt;div class="field-label"&gt;Date:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Mon, 01/17/2011 - &lt;span class="date-display-start"&gt;09:00&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;16:00&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-l10paidevent-regexp"&gt;
      &lt;div class="field-label"&gt;Registration Expiry:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Sun, 01/16/2011 - 17:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="product-info product display"&gt;&lt;span class="uc-price-product uc-price-display uc-price"&gt;$379.00&lt;/span&gt;&lt;/div&gt;&lt;div class="product-info model"&gt;SKU: drupalinaday_houston&lt;/div&gt;&lt;div class="product-body"&gt;&lt;/div&gt;&lt;div class="product-info product sell"&gt;&lt;span class="uc-price-product uc-price-sell uc-price"&gt;&lt;span class="price-prefixes"&gt;Price: &lt;/span&gt;$379.00&lt;/span&gt;&lt;/div&gt;&lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2658"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-4" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2658" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-28b6ebc69acec1491fccf7ccd0797e8a" value="form-28b6ebc69acec1491fccf7ccd0797e8a"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2658" value="uc_product_add_to_cart_form_2658"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/mcJxb3fTmyA" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/node/2658#comments</comments>
 <pubDate>Mon, 23 Aug 2010 16:30:01 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2658 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/node/2658</feedburner:origLink></item>
<item>
 <title>Drupal in a Day - Houston</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/186IWAUzQF0/drupal-day-houston</link>
 <description>&lt;div class="eventdetails" class="clear-block"&gt;
  &lt;div class="eventtimeloc"&gt;
  &lt;strong&gt;Date:&lt;/strong&gt; Monday, Jan 17th, 2011&lt;br /&gt;
&lt;strong&gt;Time: &lt;/strong&gt;10:00 am - 5:00 pm&lt;br /&gt;
    &lt;strong&gt;Price: &lt;/strong&gt;$379.00 per attendee &lt;br/&gt;
      &lt;/div&gt;
  &lt;div class="eventmap"&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;p&gt;Drupal in a Day will be an overview of creating a Drupal site from start to finish. Participants will start with a blank website and, already having seen the final site, will start with adding and managing users, creating user profiles, adding custom content, and managing that content (including turning on and off comments, or setting comments to read-only).  Participants will then create custom content types and look at views to display this content in various parts throughout the site, including custom blocks and list pages, such as a blogroll, the last five images added, or the latest blog posts added to the site.&lt;/p&gt;
&lt;p&gt;Because this class will be an overview and not an in-depth course, it is perfect for people who are on the fence about using Drupal or who are looking for a hands-on introduction. Those who are looking for an in-depth Drupal site-building training should additionally purchase the &lt;a href="http://www.leveltendesign.com/training/workshop/drupal-site-building"&gt;Drupal for Site Builders&lt;/a&gt; course.&lt;/p&gt;
&lt;p&gt;Fee includes lunch and materials.&lt;/p&gt;
&lt;h3&gt;Learning Goals&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Managing content, navigation and taxonomy&lt;/li&gt;
&lt;li&gt;Extending Drupal through modules&lt;/li&gt;
&lt;li&gt;Understanding theming and modifying page layouts&lt;/li&gt;
&lt;li&gt;User management and permissions&lt;/li&gt;
&lt;li&gt;Modifying and creating content types&lt;/li&gt;
&lt;li&gt;CCK basics&lt;/li&gt;
&lt;li&gt;Simple views&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Course Format&lt;/h3&gt;
&lt;p&gt;The course is a one day course with a mixture of lecture, demonstrations, exercises and workshop time. &lt;/p&gt;
&lt;h3&gt;Intended Audience&lt;/h3&gt;
&lt;p&gt;This course is for anyone wanting to become more familiar with how Drupal works. It is an introductory course suitable for people with little to no web experience such for owners, managers, marketers and webmasters. It is also ideal for web developers or people experienced with other CMSs, but no Drupal experience, who are needed to quickly get oriented to how Drupal works. &lt;/p&gt;
&lt;h3&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;Interest in learning about content management systems, no prior web development or Drupal skills are required. Understanding Content management &amp;amp; Drupal are helpful.&lt;/p&gt;
&lt;h3&gt;Additional Courses&lt;/h3&gt;
&lt;p&gt;&lt;a href="/training/workshop/drupal-site-building"&gt;Drupal for Site Builders&lt;/a&gt; directly builds upon the skills taught in this class providing a more in depth look at CCK, views and other popular site building modules. &lt;/p&gt;
&lt;/div&gt;
  &lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2658-1"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-5" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2658" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-d4d14dc4b77a99d28eda69d3d8adbf37" value="form-d4d14dc4b77a99d28eda69d3d8adbf37"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2658-1" value="uc_product_add_to_cart_form_2658"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="clear-block"&gt;&lt;/div&gt;
&lt;div class="field field-type-datestamp field-field-event-datetime"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;01/17/2011 - &lt;span class="date-display-start"&gt;9:00am&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;4:00pm&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-description-ref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/training/workshop/drupal-admin-intro"&gt;Drupal in a Day Workshop&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-l10event-price"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    379.00        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-nodereference field-field-l10event-ucref"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="/node/2658"&gt;Drupal in a Day - Houston&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/186IWAUzQF0" height="1" width="1"/&gt;</description>
 <category domain="http://www.leveltendesign.com/category/calais-document-category/technology">Technology</category>
 <pubDate>Mon, 23 Aug 2010 16:28:14 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2657 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/event/drupal-day-houston</feedburner:origLink></item>
<item>
 <title>Drupal in a Day - Austin</title>
 <link>http://feedproxy.google.com/~r/levelten/~3/USirxPgx7KU/2656</link>
 <description>&lt;div class="field field-type-date field-field-paidevent-date"&gt;
      &lt;div class="field-label"&gt;Date:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Mon, 10/25/2010 - &lt;span class="date-display-start"&gt;09:00&lt;/span&gt;&lt;span class="date-display-separator"&gt; - &lt;/span&gt;&lt;span class="date-display-end"&gt;16:00&lt;/span&gt;&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-l10paidevent-regexp"&gt;
      &lt;div class="field-label"&gt;Registration Expiry:&amp;nbsp;&lt;/div&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;Sun, 10/24/2010 - 17:00&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="product-info product display"&gt;&lt;span class="uc-price-product uc-price-display uc-price"&gt;$379.00&lt;/span&gt;&lt;/div&gt;&lt;div class="product-info model"&gt;SKU: drupalinaday_austin&lt;/div&gt;&lt;div class="product-body"&gt;&lt;/div&gt;&lt;div class="product-info product sell"&gt;&lt;span class="uc-price-product uc-price-sell uc-price"&gt;&lt;span class="price-prefixes"&gt;Price: &lt;/span&gt;$379.00&lt;/span&gt;&lt;/div&gt;&lt;div class="add-to-cart"&gt;&lt;form action="/rss.xml"  accept-charset="UTF-8" method="post" id="uc-product-add-to-cart-form-2656"&gt;
&lt;div&gt;&lt;input type="hidden" name="qty" id="edit-qty-6" value="1"  /&gt;
&lt;input type="submit" name="op" id="edit-submit-2656" value="Register for this event"  class="form-submit node-add-to-cart" /&gt;
&lt;input type="hidden" name="form_build_id" id="form-9ca1ce09cf4845175ca784fe49a88c59" value="form-9ca1ce09cf4845175ca784fe49a88c59"  /&gt;
&lt;input type="hidden" name="form_id" id="edit-uc-product-add-to-cart-form-2656" value="uc_product_add_to_cart_form_2656"  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;div class="og_rss_groups"&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/levelten/~4/USirxPgx7KU" height="1" width="1"/&gt;</description>
 <comments>http://www.leveltendesign.com/node/2656#comments</comments>
 <pubDate>Mon, 23 Aug 2010 16:24:59 +0000</pubDate>
 <dc:creator>superuser</dc:creator>
 <guid isPermaLink="false">2656 at http://www.leveltendesign.com</guid>
<feedburner:origLink>http://www.leveltendesign.com/node/2656</feedburner:origLink></item>
</channel>
</rss>
