<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://portland2013.drupal.org/program/sessions/proposed?field_experience_value=All&amp;field_track_value=7&amp;keys=" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Proposed Sessions</title>
    <link>https://portland2013.drupal.org/program/sessions/proposed?field_experience_value=All&amp;field_track_value=7&amp;keys=</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Your CMS is not your website: Site building for high-scale, fragmented sites with Drupal</title>
    <link>https://portland2013.drupal.org/content/your-cms-not-your-website-site-building-high-scale-fragmented-sites</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;A modern, high-scale Web site is a composite of decentralized fragments that are assembled on the edge, in just-in-time fashion as the content is being delivered to users. Sometimes, a load-balanced PHP environment just can&#039;t serve the traffic you have, but you still want to build it in Drupal.&lt;/p&gt;
&lt;p&gt;Drupal is a great Content Management System, and a powerful Development Framework. But the Drupal instance that runs the show is not always the end-all-be-all website that users will ultimately interact with. In a world of web-scale and high-availability, it becomes increasingly important to build your Drupal instance with the bigger picture in mind.&lt;/p&gt;
&lt;p&gt;Integration with Varnish, CDNs, and other caching systems help Drupal scale. This also prevents users from ever reaching the &quot;origin&quot;, which means all users see the exact same page. If users never interact with Drupal directly, then how can you customize the overall user experience?&lt;/p&gt;
&lt;p&gt;With ESI, JavaScript/AJAX, and integration with third-party services, it&#039;s all possible. It just takes a shift in thinking and how you approach the site build.&lt;/p&gt;
&lt;p&gt;This session will explore how to build a Drupal website that will interoperate with other web components, live behind CDNs, and make heavy use of caching layers, yet still maintain a positive custom user experience (complete with &quot;Hello username&quot; links and &quot;your comments&quot; blocks). It will focus on the pitfalls that many Drupal developers never even consider (eg, device detection for mobile), and how to overcome them.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/tobby&quot;&gt;tobby&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Tue, 18 Dec 2012 19:08:27 +0000</pubDate>
 <dc:creator>tobby</dc:creator>
 <guid isPermaLink="false">273 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Drush for humans: a practical guide</title>
    <link>https://portland2013.drupal.org/content/drush-humans-practical-guide</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Learn how site building and maintenance can benefit from Drush, the Drupal command line shell and scripting interface. Join Jon Peck, author of the lynda.com course &lt;a href=&quot;http://www.lynda.com/Drupal-tutorials/Simplified-Drupal-Sites-Drush/110711-2.html&quot;&gt;Simplified Drupal Sites with Drush&lt;/a&gt; as he describes what Drush is, demonstrates how to install it, and how to use it effectively for everyday tasks.&lt;/p&gt;
&lt;p&gt;Drush is a fantastic daily-use tool without the overhead of the full Drupal GUI and bootstrap, but it has some drawbacks in terms of approachability. The documentation for drush, while thorough and improving, can be intimidating and obtuse for people who don’t live, breathe and code Drupal. drush.org the home page is an example of this; it’s a very useful source of information, but it’s literally dozens of commands and all their arguments displayed on one page. Where should a new Drush user start?&lt;/p&gt;
&lt;p&gt;This session begins with a high-level overview of what Drush is and why it’s useful. With that foundation, Jon will demonstrate:
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Installing Drush&lt;/li&gt;
&lt;li&gt;Site installation and inspection&lt;/li&gt;
&lt;li&gt;Downloading and managing modules&lt;/li&gt;
&lt;li&gt;User management&lt;/li&gt;
&lt;li&gt;Controlling the cache and cron&lt;/li&gt;
&lt;li&gt;Archiving and restoring sites&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;With this knowledge, site administrators and developers can immediately start using Drush, the Drupal standard tool for managing sites from the command-line.&lt;/p&gt;
&lt;p&gt;This session is an introduction for developers and site administrators who have installed and managed a Drupal site; no Drush experience is assumed.&lt;/p&gt;
&lt;p&gt;Jon Peck is a &lt;a href=&quot;http://lynda.com/jonpeck&quot;&gt;lynda.com author&lt;/a&gt;, &lt;a href=&quot;http://www.zend.com/store/education/certification/authenticate.php?ClientCandidateID=ZEND004661&amp;amp;RegistrationID=218349281&quot;&gt;Zend Certified PHP Engineer&lt;/a&gt;, and owner of &lt;a href=&quot;http://fluxsauce.com&quot;&gt;FluxSauce&lt;/a&gt;, a web application development firm in Upstate NY.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/fluxsauce&quot;&gt;FluxSauce&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Beginner&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Wed, 19 Dec 2012 16:48:35 +0000</pubDate>
 <dc:creator>FluxSauce</dc:creator>
 <guid isPermaLink="false">303 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Views Demystified</title>
    <link>https://portland2013.drupal.org/content/views-demystified</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Views are one of the most valuable tools for building a fantastic Drupal site, so much so that the module has become part of core in Drupal 8.  &lt;/p&gt;
&lt;p&gt;As a newer Drupal developer, however, you might be wondering why you need Views and how they work. You might be hearing about arguments, contexts and relationships, or simply trying to figure out the ideal display or sort method for your particular needs.&lt;/p&gt;
&lt;p&gt;This session is targeted for the beginner, and perhaps some intermediate users interested in another approach. &lt;/p&gt;
&lt;p&gt;We will stick to the views UI, delve into basic strategies for using views, and explore how the simple, non-code based tools within views can be used to create sophisticated results.&lt;/p&gt;
&lt;p&gt;This presentation will show views in Drupal 8 as much as possible. Where modules may not be exactly ready at the time of presentation, we may occasionally jump to Drupal 7 for example. The concepts that will be reviewed, however, will be easily transferrable across versions.&lt;/p&gt;
&lt;h2&gt;Questions answered in this session:&lt;/h2&gt;
&lt;p&gt;1. When do I use a View?&lt;/p&gt;
&lt;p&gt;2. How can I make use of filters, basic arguments, sorting, row style and fields to make the results exactly what I want them to be without knowing any PHP?&lt;/p&gt;
&lt;p&gt;3. How can I customize the look of my fields and field result displays without getting into the site theme or knowing any PHP?&lt;/p&gt;
&lt;p&gt;4. What are some best practices with setting up Views?&lt;/p&gt;
&lt;p&gt;5. What are some simple, easy to use, additional modules that can take my Views to the next level without much effort? Additionally, what are some key modules and/or core Drupal concepts that I need to understand in order to make the most of Views? (e.g. tokens, image styles, taxonomy)&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-slides field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Slides:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://portland2013.drupal.org/sites/default/files/slides/veiws_demystified_dcc_0.pdf&quot; type=&quot;application/pdf; length=4113486&quot;&gt;veiws_demystified_dcc.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/rainbreaw&quot;&gt;rainbreaw&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Beginner&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Wed, 19 Dec 2012 19:43:09 +0000</pubDate>
 <dc:creator>rainbreaw</dc:creator>
 <guid isPermaLink="false">343 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Must Have Modules</title>
    <link>https://portland2013.drupal.org/content/must-have-modules</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Learn about a few modules that will add valuable functionality for your site editors and end users. Often times, useful modules are not discovered until you hear about them from other Drupal users. Online searches sometimes yield useful results, but there are so many modules to choose from. How do you determine which ones are best? How do you avoid pitfalls of installing and configuring certain modules? In this session, we&#039;ll review some of our favorite contributed modules, setting configurations, and implementations of those modules.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/meltonml&quot;&gt;meltonml&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Wed, 19 Dec 2012 20:36:14 +0000</pubDate>
 <dc:creator>meltonml</dc:creator>
 <guid isPermaLink="false">348 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Hi My Name Is Average Joe</title>
    <link>https://portland2013.drupal.org/content/hi-my-name-average-joe</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Learn how to deal with the challenges of designing and building a website for site editors with no design or web building experience. As a CMS, Drupal offers a significant number of benefits. A primary benefit is that it allows site editors with no design or HTML experience to update and maintain content on their websites. This results in websites that are more frequently updated with better content, because it puts control of the content in the hands of the content editors. However, theming and building a website that is both flexible enough to grow the site, while also being protected from inexperienced site editors&#039; poor design and usability decisions, can be challenging. In this session, we&#039;ll discuss ways to design and build an Average Joe-proof website and overcome these challenges.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/meltonml&quot;&gt;meltonml&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Wed, 19 Dec 2012 20:43:25 +0000</pubDate>
 <dc:creator>meltonml</dc:creator>
 <guid isPermaLink="false">353 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>45 MODULES IN 45 MINUTES – Kickstart your site building with introductions to essential modules, and where to go to learn more</title>
    <link>https://portland2013.drupal.org/content/45-modules-45-minutes-acquia-module-minute-podcast-series</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Want to build good Drupal sites? Go study all ten to twenty thousand modules in the contributed module repository on Drupal.org! Should only take you a few ... oh ...&lt;/p&gt;
&lt;p&gt;Get on the right track faster in this session: I have cherry-picked 45 or so modules that you should know about and a few you can&#039;t live without. &lt;/p&gt;
&lt;p&gt;You&#039;ll see and hear rapid-fire, one minute descriptions of essential site-building, SEO, site-administration, accessibility, architecture, utility, and other modules. I will also give you links to a list of key modules to investigate, a handy &quot;list of lists&quot; of more resources, tips on selecting modules, and more.&lt;/p&gt;
&lt;p&gt;This session has grown out of a new Acquia podcast series for site-builders, which begins with several episodes of essential modules for new site builders to investigate.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/michael-hofmockel&quot;&gt;Michael Hofmockel&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/users/horncologne&quot;&gt;horncologne&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Beginner&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Thu, 20 Dec 2012 18:04:02 +0000</pubDate>
 <dc:creator>Michael Hofmockel</dc:creator>
 <guid isPermaLink="false">363 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Features for Team Development and Deployment on a Single Site</title>
    <link>https://portland2013.drupal.org/content/features-team-development-and-deployment-single-site</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The Features module is a powerful tool that are often used by developers to turn views and content types that they frequently establish site-after-site into their own custom module, making new site development far more efficient. Mrconnerton&#039;s talk, &lt;a href=&quot;http://denver2012.drupal.org/program/sessions/rapid-drupal-development-using-features-module&quot;&gt;Rapid Drupal Development  using Features&lt;/a&gt;, shows this process very successfully and is a must-view for anyone working on multiple Drupal sites.&lt;/p&gt;
&lt;p&gt;Features, however, also offers us a powerful solution for &lt;strong&gt;developing a single site with a team&lt;/strong&gt; and, even more notably, &lt;strong&gt;maintaining a single site long-term, and using features to safely, efficiently and seamlessly push changes (in views, content types, and more) up stream onto a production site&lt;/strong&gt;. This talk will focus on this solution.&lt;/p&gt;
&lt;h2&gt;What will be covered:&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Use cases for features on single-site development, citing the examples we use at Cherry Hill (including ICANN sites and Foss4lib.org)&lt;/li&gt;
&lt;li&gt;A general workflow for using features for team development and single-site maintenance&lt;/li&gt;
&lt;li&gt;What can be featurized&lt;/li&gt;
&lt;li&gt;Reviewing a featured element to determine what might have changed&lt;/li&gt;
&lt;li&gt;Updating and reverting features&lt;/li&gt;
&lt;li&gt;Using features to put things like your views and content types, etc. into code, and then into git&lt;/li&gt;
&lt;li&gt;Using features for safely deploying configuration changes to your production site&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Who should attend?&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Anyone who works with a team to develop large sites, and who doesn&#039;t already use features as readily as using git for site work&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Site owners&lt;/strong&gt; who need to come up with safe methods to update aspects of their site traditionally changed in configuration (views, content types, etc.)&lt;/li&gt;
&lt;li&gt;Anyone who puts their hands into site configuration but doesn&#039;t, yet, use features&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;Drupal 7 vs. Drupal 8&lt;/h2&gt;
&lt;p&gt;As much as possible, we will also discuss the differences between Drupal 7 and Drupal 8. The examples in this talk will focus on Drupal 7, and the concepts are useful in both versions. Drupal 8, however, has more built-in tools for deploying site configuration, reserving Features for more specific use-cases.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/rainbreaw&quot;&gt;rainbreaw&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Fri, 21 Dec 2012 16:20:50 +0000</pubDate>
 <dc:creator>rainbreaw</dc:creator>
 <guid isPermaLink="false">373 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Drupal 7 Multisite Solutions</title>
    <link>https://portland2013.drupal.org/session/drupal-7-multisite-solutions</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Drupals multi-site capabilities are among its strongest features built into core. There are a number of ways to implement a multi-site solution in Drupal, given the platform’s flexibility and extensibility. The problem for first time multi-site developers is knowing which solution to choose for a project and how to correctly implement it.  Choosing the wrong solution or implementing one incorrectly can be costly and time-consuming.&lt;/p&gt;
&lt;p&gt;	In this session we will talk about common multi-site solutions for Drupal 7.  We will go over the differences between each solution,each solutions strengths and weaknesses, configurations and common pitfalls.  The session will also identify development situations each solution is best suited for and how to implement in Drupal 7. &lt;/p&gt;
&lt;p&gt;The three solutions this session will focus on are:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;One codebase - One Database (a.k.a the domain access or groups method)&lt;/li&gt;
&lt;li&gt;One codebase - Many Databases (a.k.a Drupal native multi-site)&lt;/li&gt;
&lt;li&gt;One codebase - Shared Database (a.k.a the last-resort method)&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;	This session is aimed at developers who are familiar with developing in Drupal 7, but who are new to implementing multi-sites in the platform. By the end of the session, attendees should walk away with an understanding of the different multi-site solutions available in Drupal 7, how to identify which solution to use for a project and possess the skills needed to correctly implement each one.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/mikemiles86&quot;&gt;mikemiles86&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Mon, 31 Dec 2012 14:08:10 +0000</pubDate>
 <dc:creator>mikemiles86</dc:creator>
 <guid isPermaLink="false">443 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Start to export and learn Jenkins to cook!</title>
    <link>https://portland2013.drupal.org/session/start-export-and-learn-jenkins-cook</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;In my region we have a &quot;Start to run&quot; program that guides you on your journey to help you run longer distances guided by motivational music.&lt;/p&gt;
&lt;p&gt;This session will guide you through the Drupal isles of Export and will try to teach you something new. And no, this something new is not Features, it&#039;s back to basics with the aid of the Ctools exportables toolkit and a nifty small module formerly known as Knapsack. This module is different when we compare it with features as it exports &quot;all the things&quot; into 1 module. There are some use-cases where you do not need to re-use your exports, and this fits module is your solution for that use-case.&lt;/p&gt;
&lt;p&gt;So once we waded through this Isle of Export, we will continue our tour to the Isle of CI where we will use a build process and a make file, in combination with basic Drupal profiles, to make sure that no other human being makes human being mistakes and tries to modify a module without properly patching it. &lt;/p&gt;
&lt;p&gt;As every site has a unique recipe for success (read: a number of specific versions or dev-versions of specific contrib modules) and to ensure that our recipe to our new site stays known and that a dev version of a module not suddenly is updated without knowing the change we will monitor our site-codebase with the outcome of our recipe.&lt;/p&gt;
&lt;p&gt;So, this might sound very cryptic but in the end it lets you sleep better at night as you know what is going inside your site. Knowledge is power.&lt;/p&gt;
&lt;p&gt;I hope this will be of interest for many.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/nickvh&quot;&gt;Nick_vh&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-featured field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Featured:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Not Featured&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Wed, 02 Jan 2013 10:44:45 +0000</pubDate>
 <dc:creator>Nick_vh</dc:creator>
 <guid isPermaLink="false">473 at https://portland2013.drupal.org</guid>
  </item>
  <item>
    <title>Multi-headed Drupal</title>
    <link>https://portland2013.drupal.org/session/multi-headed-drupal</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;One of the strengths of Drupal is that it&#039;s not just a tool for building a single website. It can be used equally well for managing multiple companion sites together. This capability has existed for many years, but is not always well understood. And in true Drupal fashion, modern Drupal has several different options available for users looking to run a series of Drupal sites together, each with its own trade-offs.&lt;/p&gt;
&lt;p&gt;This session will explore several leading ways to handle a multi-headed Drupal installation, including Domain Access, Organic Groups, and Multi-site.  It will also ask the question of whether a multi-headed Drupal is necessary in the first place; often it is not.  Attendees should come away better-armed to evaluate how, and if, to roll out Drupal for a multi-part site.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;fieldset class=&quot;field-group-fieldset group-schedule-info collapsible  form-wrapper&quot; id=&quot;node_session_full_group_schedule_info&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Schedule info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-accepted field-type-list-integer field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Status:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Proposed&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
&lt;fieldset class=&quot;field-group-fieldset group-audience collapsible  form-wrapper&quot; id=&quot;node_session_full_group_audience&quot;&gt;&lt;legend&gt;&lt;span class=&quot;fieldset-legend&quot;&gt;Session Info&lt;/span&gt;&lt;/legend&gt;&lt;div class=&quot;fieldset-wrapper&quot;&gt;&lt;div class=&quot;field field-name-field-speakers field-type-entityreference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Speaker(s):&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/users/crell&quot;&gt;Crell&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-track field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Track:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Site Building&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-experience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Experience level:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/fieldset&gt;
</description>
     <pubDate>Tue, 08 Jan 2013 00:20:45 +0000</pubDate>
 <dc:creator>Crell</dc:creator>
 <guid isPermaLink="false">598 at https://portland2013.drupal.org</guid>
  </item>
  </channel>
</rss>
