<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Drupal Yorkshire on Mike Bell - Blog &amp; Stuff</title><link>https://mikebell.io/tags/drupal-yorkshire/</link><description>Recent content in Drupal Yorkshire on Mike Bell - Blog &amp; Stuff</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>hello@mikebell.io (Mike Bell)</managingEditor><webMaster>hello@mikebell.io (Mike Bell)</webMaster><copyright>© 2026 Mike Bell</copyright><lastBuildDate>Fri, 09 Aug 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://mikebell.io/tags/drupal-yorkshire/index.xml" rel="self" type="application/rss+xml"/><item><title>Reveal.js and Zen Coding</title><link>https://mikebell.io/posts/reveal-js-and-zen-coding/</link><pubDate>Fri, 09 Aug 2013 00:00:00 +0000</pubDate><author>hello@mikebell.io (Mike Bell)</author><guid>https://mikebell.io/posts/reveal-js-and-zen-coding/</guid><description>
&lt;p>For those that don&amp;rsquo;t know me I hate HTML and CSS odd considering the profession I&amp;rsquo;m in.&lt;/p>
&lt;p>I love when I see people do cool presentations and I really like to know how they&amp;rsquo;ve done it. Maybe I&amp;rsquo;m just a closet themer waiting to get out? Nah.&lt;/p>
&lt;p>After watching &lt;a
href="https://twitter.com/MartianWebDev"
target="_blank"
>Andrew MacPherson&lt;/a> at &lt;a
href="http://nwdrupal.org.uk/"
target="_blank"
>nwdug&lt;/a> this week I was really impressed with Reavel.js so figured I&amp;rsquo;d give it a go for my presentation next week at &lt;a
href="http://drupalyorkshire.org.uk/"
target="_blank"
>Drupal Yorkshire&lt;/a>.&lt;/p>
&lt;h2 class="relative group">Reveal.js
&lt;div id="revealjs" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#revealjs" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>&lt;a
href="http://lab.hakim.se/reveal-js/"
target="_blank"
>Reveal.js&lt;/a> is a javascript framework for creating really nice looking presentations quick and easily. It uses some HTML5 stuff mixed in with some nice CSS3/SASS magic.&lt;/p>
&lt;p>Reveal comes with a few nice themes (including solarized dark which is actually called moon for some reason). Syntax highlighting seems a bit broken on my version though.&lt;/p>
&lt;h2 class="relative group">Zen Coding
&lt;div id="zen-coding" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700 !no-underline" href="#zen-coding" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>I recently found &lt;a
href="https://code.google.com/p/zen-coding/"
target="_blank"
>Zen Coding&lt;/a> by looking through the list of plugins in PHPStorm. It&amp;rsquo;s a really nice way of writing html in short hand:
&lt;code>section&amp;gt;h1.header+p+ul*2&lt;/code>&lt;/p>
&lt;p>turns into:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-html" data-lang="html">&lt;span class="line">&lt;span class="cl">&lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">section&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">h1&lt;/span> &lt;span class="na">class&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="s">&amp;#34;header&amp;#34;&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;/&lt;/span>&lt;span class="nt">h1&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">p&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;/&lt;/span>&lt;span class="nt">p&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">ul&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">li&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;/&lt;/span>&lt;span class="nt">li&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;&lt;/span>&lt;span class="nt">li&lt;/span>&lt;span class="p">&amp;gt;&amp;lt;/&lt;/span>&lt;span class="nt">li&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">&amp;lt;/&lt;/span>&lt;span class="nt">ul&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="p">&amp;lt;/&lt;/span>&lt;span class="nt">section&lt;/span>&lt;span class="p">&amp;gt;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The really clean syntax means that you can easily create skeleton HTML code for layouts. If you couple this with bootstrap then it&amp;rsquo;s even more powerful for prototyping sites.&lt;/p>
&lt;p>Overall I&amp;rsquo;m really happy with the results of my presentation, I&amp;rsquo;ll upload them after next week.&lt;/p>
&lt;p>Thanks for reading via RSS!&lt;/p>
&lt;p>Send me a message on &lt;a href="https://remotelab.uk/mikebell">Mastodon&lt;/a> or &lt;a href="mailto:hello@mikebell.io">email me&lt;/a>&lt;/p></description></item><item><title>Drush Commands at Drupal Yorkshire</title><link>https://mikebell.io/posts/drush-commands-at-drupal-yorkshire/</link><pubDate>Mon, 29 Jul 2013 00:00:00 +0000</pubDate><author>hello@mikebell.io (Mike Bell)</author><guid>https://mikebell.io/posts/drush-commands-at-drupal-yorkshire/</guid><description>
&lt;p>Just a heads up I&amp;rsquo;ll be speaking at Drupal Yorkshire on the 13th August about Drush Commands and creating your own.&lt;/p>
&lt;p>Which reminds me I should probably make a start on the actual content&amp;hellip;&lt;/p>
&lt;p>Thanks for reading via RSS!&lt;/p>
&lt;p>Send me a message on &lt;a href="https://remotelab.uk/mikebell">Mastodon&lt;/a> or &lt;a href="mailto:hello@mikebell.io">email me&lt;/a>&lt;/p></description></item></channel></rss>