<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.drupalcampnj.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>DrupalCamp NJ 2016 - 008 (lower level)</title>
 <link>https://www.drupalcampnj.org/rooms/008</link>
 <description>Sponsored by Message Agency.
</description>
 <language>en</language>
<item>
 <title>Don’t Build “Death Star” Security - Maintaining Agility and Security in Clustered Deployments</title>
 <link>https://www.drupalcampnj.org/program/sessions/don%E2%80%99t-build-%E2%80%9Cdeath-star%E2%80%9D-security-maintaining-agility-and-security-clustered</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; property=&quot;content:encoded&quot;&gt;&lt;p&gt;“Death Star” security happens whenever a system relies entirely on an outermost security layer — and fails catastrophically when breached. Especially as stack layers multiply, they shouldn’t all run in a single, trusted virtual private cloud (or similar isolation in a traditional data center). Sharing secrets doesn’t scale, either, as systems multiply and external services integrate with your site and user base.&lt;/p&gt;
&lt;p&gt;Instead, we’ll be exploring methods strong enough to cross the public Internet, flexible enough to allow new services without reconfiguring existing systems, and robust enough to avoid single points of failure. Specifically, those methods are public key infrastructure (and where that&#039;s possible), federated identity (for infrastructure and websites), and capability-based security (rather than traditional role-based access control).&lt;/p&gt;
&lt;p&gt;This talk is a Drupal-focused preview of &lt;a href=&quot;http://conferences.oreilly.com/software-architecture/engineering-business-us/public/schedule/detail/47982&quot;&gt;the talk I&#039;m developing for the O&#039;Reilly Software Architecture Conference&lt;/a&gt;. If you find yourself wiring together everything from Varnish to Apache to MySQL to Solr to backup storage (and especially if you&#039;re looking for answers better than just throwing it all behind a main firewall), this talk is for you.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Advanced (sysadmin, module developer)&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;Development&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-version field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Version:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 8&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;Drupal 7&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-room field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Room:&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;/rooms/008&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;008 (lower level)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio-embed-iframe field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Recording:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;audio controls&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016DeathStar/008-4.30pm-death-star.ogg&quot; type=&quot;audio/ogg&quot;&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016DeathStar/008-4.30pm-death-star.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
Your browser does not support the audio element.
&lt;/audio&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 18 Dec 2015 21:34:52 +0000</pubDate>
 <dc:creator>David Strauss</dc:creator>
 <guid isPermaLink="false">406 at https://www.drupalcampnj.org</guid>
</item>
<item>
 <title>Apache Solr - Learning new tricks from an old dog</title>
 <link>https://www.drupalcampnj.org/program/sessions/apache-solr-learning-new-tricks-old-dog</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; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Almost everyone in the Drupal community knows what Apache Solr is.  It&#039;s the most venerable full text search engine in the open source world, and it&#039;s integration with Drupal is very full featured.  Just set it up and it runs.&lt;/p&gt;
&lt;p&gt;Fewer developers know about the other cool things you can do with it using features that are built in to Solr and supported by the contrib module community.  &lt;/p&gt;
&lt;p&gt;The first part of this session will be a quick setup tutorial followed by a very high level overview of how Solr works in a Drupal context.  This will help you to understand how to think like Solr so that you can more easily see how it fits into the toolkit you can offer to your employers and clients.&lt;/p&gt;
&lt;p&gt;The second part will be a few real world applications of this new found knowledge, including --&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Building a recommendation engine with &quot;More Like This&quot;, a built in feature of Solr&lt;/li&gt;
&lt;li&gt;Building blazing fast content listings with the Apachesolr Views module&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate (install and configure modules/themes)&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;Development&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-version field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Version:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 7&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-room field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Room:&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;/rooms/008&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;008 (lower level)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio-embed-iframe field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Recording:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;audio controls&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016ApacheSolr/008-3.30pm-apache-solr.ogg&quot; type=&quot;audio/ogg&quot;&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016ApacheSolr/008-3.30pm-apache-solr.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
Your browser does not support the audio element.
&lt;/audio&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 17 Dec 2015 15:22:35 +0000</pubDate>
 <dc:creator>John Grubb</dc:creator>
 <guid isPermaLink="false">341 at https://www.drupalcampnj.org</guid>
</item>
<item>
 <title>How to do a Site Audit</title>
 <link>https://www.drupalcampnj.org/program/sessions/how-do-site-audit</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; property=&quot;content:encoded&quot;&gt;&lt;p&gt;A technical site audit is often the first step when a development team takes on an existing build. It can also be a stand-alone project to get expert advice for re-orienting technical efforts. &lt;/p&gt;
&lt;p&gt;A good audit looks everywhere and sees everything. A bad audit is mostly just a report using a template from a previous audit or relies primarily on only automated methods.&lt;/p&gt;
&lt;p&gt;Auditing is not just an explicit exercise, but a frame of mind you can use throughout projects to keep standards high and focus on the longterm quality of work.&lt;/p&gt;
&lt;p&gt;In this session I&#039;ll walk you through how I do an audit, covering themes of performance, security, maintainability, and usability, and looking at everything from server, code, configuration, workflow, and IA.&lt;/p&gt;
&lt;p&gt;Even if you&#039;re not planning to do a site audit, developers and site builders will find this talk to be chock full of tips that improve your game.&lt;/p&gt;
&lt;p&gt;Slides for this session: &lt;a href=&quot;https://sway.com/s-NAoZvUbRAITMcu&quot;&gt;https://sway.com/s-NAoZvUbRAITMcu&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Advanced (sysadmin, module developer)&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-version field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Version:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 8&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;Drupal 7&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-room field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Room:&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;/rooms/008&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;008 (lower level)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio-embed-iframe field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Recording:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;audio controls&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016SiteAudit/008-2.15pm-site-audit.ogg&quot; type=&quot;audio/ogg&quot;&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016SiteAudit/008-2.15pm-site-audit.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
Your browser does not support the audio element.
&lt;/audio&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 08 Dec 2015 22:48:39 +0000</pubDate>
 <dc:creator>Jody Hamilton</dc:creator>
 <guid isPermaLink="false">316 at https://www.drupalcampnj.org</guid>
</item>
<item>
 <title>Drupal and Continuous Delivery</title>
 <link>https://www.drupalcampnj.org/program/sessions/drupal-and-continuous-delivery</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; property=&quot;content:encoded&quot;&gt;&lt;p&gt;&lt;strong&gt;Continuous Delivery&lt;/strong&gt; (&lt;strong&gt;CD&lt;/strong&gt;) is a software engineering approach in which teams keep producing valuable software in short cycles and ensure that the software can be reliably released at any time [1]. The critical thing in continuous delivery is that the main branch is in a deployable state at all times enabling regular releases. I have spent a lot of time working to achieve this goal in Drupal and I can say that implementing CD in Drupal 7 can be tricky but it can also be insanely powerful.&lt;/p&gt;
&lt;p&gt;In this session we will explore some of the benefits and advantages you get from implementing CD, along with sample workflows and tools, such as Git, Jenkins, and the Drupal 7 Features and Strongarm modules and Drupal 8 Configuration Management. As well as various testing and code quality tools, such as Behat, PHP CodeSniffer, etc.&lt;/p&gt;
&lt;p&gt;After working for the past several years on this problem I came to the conclusion that none of the existing tools were giving my team quite what we needed and so we worked to develop and open source the solution that we wanted for Continuous Delivery for Drupal (and similar web apps). In this session I&#039;ll also speak a bit about &lt;a href=&quot;http://probo.ci&quot;&gt;Probo.CI&lt;/a&gt; and how you can use either the hosted or open source version to get up and running eadily and to really up your CD game.&lt;/p&gt;
&lt;p&gt;[1] &lt;a href=&quot;https://en.wikipedia.org/wiki/Continuous_delivery&quot;&gt;https://en.wikipedia.org/wiki/Continuous_delivery&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Advanced (sysadmin, module developer)&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;Development&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-version field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Version:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 8&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;Drupal 7&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 6&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-files field-type-file field-label-hidden&quot;&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;PDF icon&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.drupalcampnj.org/sites/default/files/sessions/Drupal%20Continuous%20Deployment.pdf&quot; type=&quot;application/pdf; length=9011037&quot;&gt;Drupal Continuous Deployment.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-room field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Room:&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;/rooms/008&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;008 (lower level)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio-embed-iframe field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Recording:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;audio controls&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016DrupalAndContinuousDelivery/008-1.15pm-continuous-delivery.ogg&quot; type=&quot;audio/ogg&quot;&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016DrupalAndContinuousDelivery/008-1.15pm-continuous-delivery.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
Your browser does not support the audio element.
&lt;/audio&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 19 Nov 2015 14:41:28 +0000</pubDate>
 <dc:creator>Howard Tyson</dc:creator>
 <guid isPermaLink="false">166 at https://www.drupalcampnj.org</guid>
</item>
<item>
 <title>Deliver Mobile-Ready Images with the Media, Picture, and Focal Point modules</title>
 <link>https://www.drupalcampnj.org/program/sessions/deliver-mobile-ready-images-media-picture-and-focal-point-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; property=&quot;content:encoded&quot;&gt;&lt;p&gt;We&#039;ll discuss using the 2.x version of &lt;a href=&quot;https://www.drupal.org/project/media&quot;&gt;the Media module&lt;/a&gt;, in concert with the Drupal 8-ready &lt;a href=&quot;https://www.drupal.org/project/picture&quot;&gt;Picture module&lt;/a&gt;, mobile-friendly &lt;a href=&quot;https://www.drupal.org/project/breakpoints&quot;&gt;Breakpoints module&lt;/a&gt;, and the easy-to-use &lt;a href=&quot;https://www.drupal.org/project/focal_point&quot;&gt;Focal Point module&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With this combo, your users can have an easier time managing their image assets, optimizing images, and presenting them in a mobile-ready format.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://archive.org/details/DrupalcampNj2016DeliverMobile-readyImagesWithTheMediaPictureAnd&quot;&gt;Watch the video here&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audience field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Audience:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Intermediate (install and configure modules/themes)&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-version field-type-list-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Version:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;Drupal 7&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-files field-type-file field-label-hidden&quot;&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;PDF icon&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://www.drupalcampnj.org/sites/default/files/sessions/using_media_picture_and_focal_point_2016.pdf&quot; type=&quot;application/pdf; length=3445157&quot;&gt;using_media_picture_and_focal_point_2016.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-room field-type-taxonomy-term-reference field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Room:&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;/rooms/008&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;008 (lower level)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-audio-embed-iframe field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Recording:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;audio controls&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016MobileReady/008-11.25am-mobile-ready.ogg&quot; type=&quot;audio/ogg&quot;&gt;
  &lt;source src=&quot;https://archive.org/download/DrupalCampNJ2016MobileReady/008-11.25am-mobile-ready.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
Your browser does not support the audio element.
&lt;/audio&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 09 Nov 2015 18:15:15 +0000</pubDate>
 <dc:creator>Byron Veale</dc:creator>
 <guid isPermaLink="false">111 at https://www.drupalcampnj.org</guid>
</item>
</channel>
</rss>
