diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/2014/12/22/configuring-the-reroute-email-module/index.html b/docs/2014/12/22/configuring-the-reroute-email-module/index.html deleted file mode 100644 index 6976790c..00000000 --- a/docs/2014/12/22/configuring-the-reroute-email-module/index.html +++ /dev/null @@ -1,36 +0,0 @@ -

Reroute Email module uses hook_mail_alter() to prevent emails from being sent to users from non-production sites. It allows you to enter one or more email addresses that will receive the emails instead of delivering them to the original user.

-

Reroute Email module uses hook_mail_alter() to prevent emails from being sent to users from non-production sites. It allows you to enter one or more email addresses that will receive the emails instead of delivering them to the original user.

- -
-

This is useful in case where you do not want email sent from a Drupal site to reach the users. For example, if you copy a live site to a test site for the purpose of development, and you do not want any email sent to real users of the original site. Or you want to check the emails sent for uniform formatting, footers, ...etc.

-
- -

As we don't need the module configured on production (we don't need to reroute any emails there), it's best to do this in code using settings.local.php (if you have one) or the standard settings.php file.

- -

The first thing that we need to do is to enable rerouting. Without doing this, nothing will happen.

- -
$conf['reroute_email_enable'] = TRUE;
-
- -

The next option is to whether to show rerouting description in mail body. I usually have this enabled. Set this to TRUE or FALSE depending on your preference.

- -
$conf['reroute_email_enable_message'] = TRUE;
-
- -

The last setting is the email address to use. If you're entering a single address, you can add it as a simple string.

- -
$conf['reroute_email_address'] = 'person1@example.com';
-
- -

In this example, all emails from the site will be rerouted to person1@example.com.

- -

If you want to add multiple addresses, these should be added in a semicolon-delimited list. Whilst you could add these also as a string, I prefer to use an array of addresses and the implode() function.

- -
$conf['reroute_email_address'] = implode(';', array(
-  'person1@example.com',
-  'person2@example.com',
-  'person3@example.com',
-));
-
- -

In this example, person2@example.com and person3@example.com would receive their emails from the site as normal. Any emails to addresses not in the array would continue to be redirected to person1@example.com.

diff --git a/docs/404.html b/docs/404.html deleted file mode 100644 index 3c61a648..00000000 --- a/docs/404.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - Page Not Found | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Page Not Found

- -

Please contact me and let me know.

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 601c884f..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.oliverdavies.uk diff --git a/docs/about/index.html b/docs/about/index.html deleted file mode 100644 index f615c101..00000000 --- a/docs/about/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/accessibility/index.html b/docs/accessibility/index.html deleted file mode 100644 index 2613331e..00000000 --- a/docs/accessibility/index.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - Accessibility | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Accessibility

- -

I have made as much effort as possible to make this website accessible to all users.

- -

If you have any suggestions to improve the site, please contact me.

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css deleted file mode 100644 index 41945d35..00000000 --- a/docs/assets/css/main.css +++ /dev/null @@ -1,8635 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .3em; -} -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -/** - * prism.js Twilight theme - * Based (more or less) on the Twilight theme originally of Textmate fame. - * @author Remy Bach - */ -code[class*="language-"], -pre[class*="language-"] { - color: white; - background: none; - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - text-align: left; - text-shadow: 0 -.1em .2em black; - white-space: pre; - word-spacing: normal; - word-break: normal; - word-wrap: normal; - line-height: 1.5; - - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; - - -webkit-hyphens: none; - -moz-hyphens: none; - -ms-hyphens: none; - hyphens: none; -} - -pre[class*="language-"], -:not(pre) > code[class*="language-"] { - background: hsl(0, 0%, 8%); /* #141414 */ -} - -/* Code blocks */ -pre[class*="language-"] { - border-radius: .5em; - border: .3em solid hsl(0, 0%, 33%); /* #282A2B */ - box-shadow: 1px 1px .5em black inset; - margin: .5em 0; - overflow: auto; - padding: 1em; -} - -pre[class*="language-"]::-moz-selection { - /* Firefox */ - background: hsl(200, 4%, 16%); /* #282A2B */ -} - -pre[class*="language-"]::selection { - /* Safari */ - background: hsl(200, 4%, 16%); /* #282A2B */ -} - -/* Text Selection colour */ -pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, -code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { - text-shadow: none; - background: hsla(0, 0%, 93%, 0.15); /* #EDEDED */ -} - -pre[class*="language-"]::selection, pre[class*="language-"] ::selection, -code[class*="language-"]::selection, code[class*="language-"] ::selection { - text-shadow: none; - background: hsla(0, 0%, 93%, 0.15); /* #EDEDED */ -} - -/* Inline code */ -:not(pre) > code[class*="language-"] { - border-radius: .3em; - border: .13em solid hsl(0, 0%, 33%); /* #545454 */ - box-shadow: 1px 1px .3em -.1em black inset; - padding: .15em .2em .05em; - white-space: normal; -} - -.token.comment, -.token.prolog, -.token.doctype, -.token.cdata { - color: hsl(0, 0%, 47%); /* #777777 */ -} - -.token.punctuation { - opacity: .7; -} - -.namespace { - opacity: .7; -} - -.token.tag, -.token.boolean, -.token.number, -.token.deleted { - color: hsl(14, 58%, 55%); /* #CF6A4C */ -} - -.token.keyword, -.token.property, -.token.selector, -.token.constant, -.token.symbol, -.token.builtin { - color: hsl(53, 89%, 79%); /* #F9EE98 */ -} - -.token.attr-name, -.token.attr-value, -.token.string, -.token.char, -.token.operator, -.token.entity, -.token.url, -.language-css .token.string, -.style .token.string, -.token.variable, -.token.inserted { - color: hsl(76, 21%, 52%); /* #8F9D6A */ -} - -.token.atrule { - color: hsl(218, 22%, 55%); /* #7587A6 */ -} - -.token.regex, -.token.important { - color: hsl(42, 75%, 65%); /* #E9C062 */ -} - -.token.important, -.token.bold { - font-weight: bold; -} -.token.italic { - font-style: italic; -} - -.token.entity { - cursor: help; -} - -pre[data-line] { - padding: 1em 0 1em 3em; - position: relative; -} - -/* Markup */ -.language-markup .token.tag, -.language-markup .token.attr-name, -.language-markup .token.punctuation { - color: hsl(33, 33%, 52%); /* #AC885B */ -} - -/* Make the tokens sit above the line highlight so the colours don't look faded. */ -.token { - position: relative; - z-index: 1; -} - -.line-highlight { - background: hsla(0, 0%, 33%, 0.25); /* #545454 */ - background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0)); /* #545454 */ - border-bottom: 1px dashed hsl(0, 0%, 33%); /* #545454 */ - border-top: 1px dashed hsl(0, 0%, 33%); /* #545454 */ - left: 0; - line-height: inherit; - margin-top: 0.75em; /* Same as .prism’s padding-top */ - padding: inherit 0; - pointer-events: none; - position: absolute; - right: 0; - white-space: pre; - z-index: 0; -} - -.line-highlight:before, -.line-highlight[data-end]:after { - background-color: hsl(215, 15%, 59%); /* #8794A6 */ - border-radius: 999px; - box-shadow: 0 1px white; - color: hsl(24, 20%, 95%); /* #F5F2F0 */ - content: attr(data-start); - font: bold 65%/1.5 sans-serif; - left: .6em; - min-width: 1em; - padding: 0 .5em; - position: absolute; - text-align: center; - text-shadow: none; - top: .4em; - vertical-align: .3em; -} - -.line-highlight[data-end]:after { - bottom: .4em; - content: attr(data-end); - top: auto; -} - -@charset "UTF-8"; -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; } - -body { - margin: 0; } - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; } - -audio, -canvas, -progress, -video { - display: inline-block; - vertical-align: baseline; } - -audio:not([controls]) { - display: none; - height: 0; } - -[hidden], -template { - display: none; } - -a { - background-color: transparent; } - -a:active, -a:hover { - outline: 0; } - -abbr[title] { - border-bottom: 1px dotted; } - -b, -strong { - font-weight: bold; } - -dfn { - font-style: italic; } - -h1 { - font-size: 2em; - margin: 0.67em 0; } - -mark { - background: #ff0; - color: #000; } - -small { - font-size: 80%; } - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; } - -sup { - top: -0.5em; } - -sub { - bottom: -0.25em; } - -img { - border: 0; } - -svg:not(:root) { - overflow: hidden; } - -figure { - margin: 1em 40px; } - -hr { - box-sizing: content-box; - height: 0; } - -pre { - overflow: auto; } - -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; } - -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0; } - -button { - overflow: visible; } - -button, -select { - text-transform: none; } - -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; } - -button[disabled], -html input[disabled] { - cursor: default; } - -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; } - -input { - line-height: normal; } - -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - padding: 0; } - -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; } - -input[type="search"] { - -webkit-appearance: textfield; - box-sizing: content-box; } - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } - -legend { - border: 0; - padding: 0; } - -textarea { - overflow: auto; } - -optgroup { - font-weight: bold; } - -table { - border-collapse: collapse; - border-spacing: 0; } - -td, -th { - padding: 0; } - -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; - box-shadow: none !important; - text-shadow: none !important; } - a, - a:visited { - text-decoration: underline; } - a[href]:after { - content: " (" attr(href) ")"; } - abbr[title]:after { - content: " (" attr(title) ")"; } - a[href^="#"]:after, - a[href^="javascript:"]:after { - content: ""; } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; } - thead { - display: table-header-group; } - tr, - img { - page-break-inside: avoid; } - img { - max-width: 100% !important; } - p, - h2, - h3 { - orphans: 3; - widows: 3; } - h2, - h3 { - page-break-after: avoid; } - .navbar { - display: none; } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; } - .label { - border: 1px solid #000; } - .table { - border-collapse: collapse !important; } - .table td, - .table th { - background-color: #fff !important; } - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; } } - -@font-face { - font-family: 'Glyphicons Halflings'; - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } - -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } - -.glyphicon-asterisk:before { - content: "\002a"; } - -.glyphicon-plus:before { - content: "\002b"; } - -.glyphicon-euro:before, -.glyphicon-eur:before { - content: "\20ac"; } - -.glyphicon-minus:before { - content: "\2212"; } - -.glyphicon-cloud:before { - content: "\2601"; } - -.glyphicon-envelope:before { - content: "\2709"; } - -.glyphicon-pencil:before { - content: "\270f"; } - -.glyphicon-glass:before { - content: "\e001"; } - -.glyphicon-music:before { - content: "\e002"; } - -.glyphicon-search:before { - content: "\e003"; } - -.glyphicon-heart:before { - content: "\e005"; } - -.glyphicon-star:before { - content: "\e006"; } - -.glyphicon-star-empty:before { - content: "\e007"; } - -.glyphicon-user:before { - content: "\e008"; } - -.glyphicon-film:before { - content: "\e009"; } - -.glyphicon-th-large:before { - content: "\e010"; } - -.glyphicon-th:before { - content: "\e011"; } - -.glyphicon-th-list:before { - content: "\e012"; } - -.glyphicon-ok:before { - content: "\e013"; } - -.glyphicon-remove:before { - content: "\e014"; } - -.glyphicon-zoom-in:before { - content: "\e015"; } - -.glyphicon-zoom-out:before { - content: "\e016"; } - -.glyphicon-off:before { - content: "\e017"; } - -.glyphicon-signal:before { - content: "\e018"; } - -.glyphicon-cog:before { - content: "\e019"; } - -.glyphicon-trash:before { - content: "\e020"; } - -.glyphicon-home:before { - content: "\e021"; } - -.glyphicon-file:before { - content: "\e022"; } - -.glyphicon-time:before { - content: "\e023"; } - -.glyphicon-road:before { - content: "\e024"; } - -.glyphicon-download-alt:before { - content: "\e025"; } - -.glyphicon-download:before { - content: "\e026"; } - -.glyphicon-upload:before { - content: "\e027"; } - -.glyphicon-inbox:before { - content: "\e028"; } - -.glyphicon-play-circle:before { - content: "\e029"; } - -.glyphicon-repeat:before { - content: "\e030"; } - -.glyphicon-refresh:before { - content: "\e031"; } - -.glyphicon-list-alt:before { - content: "\e032"; } - -.glyphicon-lock:before { - content: "\e033"; } - -.glyphicon-flag:before { - content: "\e034"; } - -.glyphicon-headphones:before { - content: "\e035"; } - -.glyphicon-volume-off:before { - content: "\e036"; } - -.glyphicon-volume-down:before { - content: "\e037"; } - -.glyphicon-volume-up:before { - content: "\e038"; } - -.glyphicon-qrcode:before { - content: "\e039"; } - -.glyphicon-barcode:before { - content: "\e040"; } - -.glyphicon-tag:before { - content: "\e041"; } - -.glyphicon-tags:before { - content: "\e042"; } - -.glyphicon-book:before { - content: "\e043"; } - -.glyphicon-bookmark:before { - content: "\e044"; } - -.glyphicon-print:before { - content: "\e045"; } - -.glyphicon-camera:before { - content: "\e046"; } - -.glyphicon-font:before { - content: "\e047"; } - -.glyphicon-bold:before { - content: "\e048"; } - -.glyphicon-italic:before { - content: "\e049"; } - -.glyphicon-text-height:before { - content: "\e050"; } - -.glyphicon-text-width:before { - content: "\e051"; } - -.glyphicon-align-left:before { - content: "\e052"; } - -.glyphicon-align-center:before { - content: "\e053"; } - -.glyphicon-align-right:before { - content: "\e054"; } - -.glyphicon-align-justify:before { - content: "\e055"; } - -.glyphicon-list:before { - content: "\e056"; } - -.glyphicon-indent-left:before { - content: "\e057"; } - -.glyphicon-indent-right:before { - content: "\e058"; } - -.glyphicon-facetime-video:before { - content: "\e059"; } - -.glyphicon-picture:before { - content: "\e060"; } - -.glyphicon-map-marker:before { - content: "\e062"; } - -.glyphicon-adjust:before { - content: "\e063"; } - -.glyphicon-tint:before { - content: "\e064"; } - -.glyphicon-edit:before { - content: "\e065"; } - -.glyphicon-share:before { - content: "\e066"; } - -.glyphicon-check:before { - content: "\e067"; } - -.glyphicon-move:before { - content: "\e068"; } - -.glyphicon-step-backward:before { - content: "\e069"; } - -.glyphicon-fast-backward:before { - content: "\e070"; } - -.glyphicon-backward:before { - content: "\e071"; } - -.glyphicon-play:before { - content: "\e072"; } - -.glyphicon-pause:before { - content: "\e073"; } - -.glyphicon-stop:before { - content: "\e074"; } - -.glyphicon-forward:before { - content: "\e075"; } - -.glyphicon-fast-forward:before { - content: "\e076"; } - -.glyphicon-step-forward:before { - content: "\e077"; } - -.glyphicon-eject:before { - content: "\e078"; } - -.glyphicon-chevron-left:before { - content: "\e079"; } - -.glyphicon-chevron-right:before { - content: "\e080"; } - -.glyphicon-plus-sign:before { - content: "\e081"; } - -.glyphicon-minus-sign:before { - content: "\e082"; } - -.glyphicon-remove-sign:before { - content: "\e083"; } - -.glyphicon-ok-sign:before { - content: "\e084"; } - -.glyphicon-question-sign:before { - content: "\e085"; } - -.glyphicon-info-sign:before { - content: "\e086"; } - -.glyphicon-screenshot:before { - content: "\e087"; } - -.glyphicon-remove-circle:before { - content: "\e088"; } - -.glyphicon-ok-circle:before { - content: "\e089"; } - -.glyphicon-ban-circle:before { - content: "\e090"; } - -.glyphicon-arrow-left:before { - content: "\e091"; } - -.glyphicon-arrow-right:before { - content: "\e092"; } - -.glyphicon-arrow-up:before { - content: "\e093"; } - -.glyphicon-arrow-down:before { - content: "\e094"; } - -.glyphicon-share-alt:before { - content: "\e095"; } - -.glyphicon-resize-full:before { - content: "\e096"; } - -.glyphicon-resize-small:before { - content: "\e097"; } - -.glyphicon-exclamation-sign:before { - content: "\e101"; } - -.glyphicon-gift:before { - content: "\e102"; } - -.glyphicon-leaf:before { - content: "\e103"; } - -.glyphicon-fire:before { - content: "\e104"; } - -.glyphicon-eye-open:before { - content: "\e105"; } - -.glyphicon-eye-close:before { - content: "\e106"; } - -.glyphicon-warning-sign:before { - content: "\e107"; } - -.glyphicon-plane:before { - content: "\e108"; } - -.glyphicon-calendar:before { - content: "\e109"; } - -.glyphicon-random:before { - content: "\e110"; } - -.glyphicon-comment:before { - content: "\e111"; } - -.glyphicon-magnet:before { - content: "\e112"; } - -.glyphicon-chevron-up:before { - content: "\e113"; } - -.glyphicon-chevron-down:before { - content: "\e114"; } - -.glyphicon-retweet:before { - content: "\e115"; } - -.glyphicon-shopping-cart:before { - content: "\e116"; } - -.glyphicon-folder-close:before { - content: "\e117"; } - -.glyphicon-folder-open:before { - content: "\e118"; } - -.glyphicon-resize-vertical:before { - content: "\e119"; } - -.glyphicon-resize-horizontal:before { - content: "\e120"; } - -.glyphicon-hdd:before { - content: "\e121"; } - -.glyphicon-bullhorn:before { - content: "\e122"; } - -.glyphicon-bell:before { - content: "\e123"; } - -.glyphicon-certificate:before { - content: "\e124"; } - -.glyphicon-thumbs-up:before { - content: "\e125"; } - -.glyphicon-thumbs-down:before { - content: "\e126"; } - -.glyphicon-hand-right:before { - content: "\e127"; } - -.glyphicon-hand-left:before { - content: "\e128"; } - -.glyphicon-hand-up:before { - content: "\e129"; } - -.glyphicon-hand-down:before { - content: "\e130"; } - -.glyphicon-circle-arrow-right:before { - content: "\e131"; } - -.glyphicon-circle-arrow-left:before { - content: "\e132"; } - -.glyphicon-circle-arrow-up:before { - content: "\e133"; } - -.glyphicon-circle-arrow-down:before { - content: "\e134"; } - -.glyphicon-globe:before { - content: "\e135"; } - -.glyphicon-wrench:before { - content: "\e136"; } - -.glyphicon-tasks:before { - content: "\e137"; } - -.glyphicon-filter:before { - content: "\e138"; } - -.glyphicon-briefcase:before { - content: "\e139"; } - -.glyphicon-fullscreen:before { - content: "\e140"; } - -.glyphicon-dashboard:before { - content: "\e141"; } - -.glyphicon-paperclip:before { - content: "\e142"; } - -.glyphicon-heart-empty:before { - content: "\e143"; } - -.glyphicon-link:before { - content: "\e144"; } - -.glyphicon-phone:before { - content: "\e145"; } - -.glyphicon-pushpin:before { - content: "\e146"; } - -.glyphicon-usd:before { - content: "\e148"; } - -.glyphicon-gbp:before { - content: "\e149"; } - -.glyphicon-sort:before { - content: "\e150"; } - -.glyphicon-sort-by-alphabet:before { - content: "\e151"; } - -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; } - -.glyphicon-sort-by-order:before { - content: "\e153"; } - -.glyphicon-sort-by-order-alt:before { - content: "\e154"; } - -.glyphicon-sort-by-attributes:before { - content: "\e155"; } - -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; } - -.glyphicon-unchecked:before { - content: "\e157"; } - -.glyphicon-expand:before { - content: "\e158"; } - -.glyphicon-collapse-down:before { - content: "\e159"; } - -.glyphicon-collapse-up:before { - content: "\e160"; } - -.glyphicon-log-in:before { - content: "\e161"; } - -.glyphicon-flash:before { - content: "\e162"; } - -.glyphicon-log-out:before { - content: "\e163"; } - -.glyphicon-new-window:before { - content: "\e164"; } - -.glyphicon-record:before { - content: "\e165"; } - -.glyphicon-save:before { - content: "\e166"; } - -.glyphicon-open:before { - content: "\e167"; } - -.glyphicon-saved:before { - content: "\e168"; } - -.glyphicon-import:before { - content: "\e169"; } - -.glyphicon-export:before { - content: "\e170"; } - -.glyphicon-send:before { - content: "\e171"; } - -.glyphicon-floppy-disk:before { - content: "\e172"; } - -.glyphicon-floppy-saved:before { - content: "\e173"; } - -.glyphicon-floppy-remove:before { - content: "\e174"; } - -.glyphicon-floppy-save:before { - content: "\e175"; } - -.glyphicon-floppy-open:before { - content: "\e176"; } - -.glyphicon-credit-card:before { - content: "\e177"; } - -.glyphicon-transfer:before { - content: "\e178"; } - -.glyphicon-cutlery:before { - content: "\e179"; } - -.glyphicon-header:before { - content: "\e180"; } - -.glyphicon-compressed:before { - content: "\e181"; } - -.glyphicon-earphone:before { - content: "\e182"; } - -.glyphicon-phone-alt:before { - content: "\e183"; } - -.glyphicon-tower:before { - content: "\e184"; } - -.glyphicon-stats:before { - content: "\e185"; } - -.glyphicon-sd-video:before { - content: "\e186"; } - -.glyphicon-hd-video:before { - content: "\e187"; } - -.glyphicon-subtitles:before { - content: "\e188"; } - -.glyphicon-sound-stereo:before { - content: "\e189"; } - -.glyphicon-sound-dolby:before { - content: "\e190"; } - -.glyphicon-sound-5-1:before { - content: "\e191"; } - -.glyphicon-sound-6-1:before { - content: "\e192"; } - -.glyphicon-sound-7-1:before { - content: "\e193"; } - -.glyphicon-copyright-mark:before { - content: "\e194"; } - -.glyphicon-registration-mark:before { - content: "\e195"; } - -.glyphicon-cloud-download:before { - content: "\e197"; } - -.glyphicon-cloud-upload:before { - content: "\e198"; } - -.glyphicon-tree-conifer:before { - content: "\e199"; } - -.glyphicon-tree-deciduous:before { - content: "\e200"; } - -.glyphicon-cd:before { - content: "\e201"; } - -.glyphicon-save-file:before { - content: "\e202"; } - -.glyphicon-open-file:before { - content: "\e203"; } - -.glyphicon-level-up:before { - content: "\e204"; } - -.glyphicon-copy:before { - content: "\e205"; } - -.glyphicon-paste:before { - content: "\e206"; } - -.glyphicon-alert:before { - content: "\e209"; } - -.glyphicon-equalizer:before { - content: "\e210"; } - -.glyphicon-king:before { - content: "\e211"; } - -.glyphicon-queen:before { - content: "\e212"; } - -.glyphicon-pawn:before { - content: "\e213"; } - -.glyphicon-bishop:before { - content: "\e214"; } - -.glyphicon-knight:before { - content: "\e215"; } - -.glyphicon-baby-formula:before { - content: "\e216"; } - -.glyphicon-tent:before { - content: "\26fa"; } - -.glyphicon-blackboard:before { - content: "\e218"; } - -.glyphicon-bed:before { - content: "\e219"; } - -.glyphicon-apple:before { - content: "\f8ff"; } - -.glyphicon-erase:before { - content: "\e221"; } - -.glyphicon-hourglass:before { - content: "\231b"; } - -.glyphicon-lamp:before { - content: "\e223"; } - -.glyphicon-duplicate:before { - content: "\e224"; } - -.glyphicon-piggy-bank:before { - content: "\e225"; } - -.glyphicon-scissors:before { - content: "\e226"; } - -.glyphicon-bitcoin:before { - content: "\e227"; } - -.glyphicon-btc:before { - content: "\e227"; } - -.glyphicon-xbt:before { - content: "\e227"; } - -.glyphicon-yen:before { - content: "\00a5"; } - -.glyphicon-jpy:before { - content: "\00a5"; } - -.glyphicon-ruble:before { - content: "\20bd"; } - -.glyphicon-rub:before { - content: "\20bd"; } - -.glyphicon-scale:before { - content: "\e230"; } - -.glyphicon-ice-lolly:before { - content: "\e231"; } - -.glyphicon-ice-lolly-tasted:before { - content: "\e232"; } - -.glyphicon-education:before { - content: "\e233"; } - -.glyphicon-option-horizontal:before { - content: "\e234"; } - -.glyphicon-option-vertical:before { - content: "\e235"; } - -.glyphicon-menu-hamburger:before { - content: "\e236"; } - -.glyphicon-modal-window:before { - content: "\e237"; } - -.glyphicon-oil:before { - content: "\e238"; } - -.glyphicon-grain:before { - content: "\e239"; } - -.glyphicon-sunglasses:before { - content: "\e240"; } - -.glyphicon-text-size:before { - content: "\e241"; } - -.glyphicon-text-color:before { - content: "\e242"; } - -.glyphicon-text-background:before { - content: "\e243"; } - -.glyphicon-object-align-top:before { - content: "\e244"; } - -.glyphicon-object-align-bottom:before { - content: "\e245"; } - -.glyphicon-object-align-horizontal:before { - content: "\e246"; } - -.glyphicon-object-align-left:before { - content: "\e247"; } - -.glyphicon-object-align-vertical:before { - content: "\e248"; } - -.glyphicon-object-align-right:before { - content: "\e249"; } - -.glyphicon-triangle-right:before { - content: "\e250"; } - -.glyphicon-triangle-left:before { - content: "\e251"; } - -.glyphicon-triangle-bottom:before { - content: "\e252"; } - -.glyphicon-triangle-top:before { - content: "\e253"; } - -.glyphicon-console:before { - content: "\e254"; } - -.glyphicon-superscript:before { - content: "\e255"; } - -.glyphicon-subscript:before { - content: "\e256"; } - -.glyphicon-menu-left:before { - content: "\e257"; } - -.glyphicon-menu-right:before { - content: "\e258"; } - -.glyphicon-menu-down:before { - content: "\e259"; } - -.glyphicon-menu-up:before { - content: "\e260"; } - -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -*:before, -*:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -html { - font-size: 10px; - -webkit-tap-highlight-color: transparent; } - -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857; - color: #333333; - background-color: #fff; } - -input, -button, -select, -textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -a { - color: #337ab7; - text-decoration: none; } - a:hover, a:focus { - color: #23527c; - text-decoration: underline; } - a:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -figure { - margin: 0; } - -img { - vertical-align: middle; } - -.img-responsive, main img { - display: block; - max-width: 100%; - height: auto; } - -.img-rounded { - border-radius: 6px; } - -.img-thumbnail { - padding: 4px; - line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - display: inline-block; - max-width: 100%; - height: auto; } - -.img-circle { - border-radius: 50%; } - -hr { - margin-top: 20px; - margin-bottom: 20px; - border: 0; - border-top: 1px solid #eeeeee; } - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; } - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; } - -[role="button"] { - cursor: pointer; } - -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; } - h1 small, - h1 .small, h2 small, - h2 .small, h3 small, - h3 .small, h4 small, - h4 .small, h5 small, - h5 .small, h6 small, - h6 .small, - .h1 small, - .h1 .small, .h2 small, - .h2 .small, .h3 small, - .h3 .small, .h4 small, - .h4 .small, .h5 small, - .h5 .small, .h6 small, - .h6 .small { - font-weight: normal; - line-height: 1; - color: #777777; } - -h1, .h1, -h2, .h2, -h3, .h3 { - margin-top: 20px; - margin-bottom: 10px; } - h1 small, - h1 .small, .h1 small, - .h1 .small, - h2 small, - h2 .small, .h2 small, - .h2 .small, - h3 small, - h3 .small, .h3 small, - .h3 .small { - font-size: 65%; } - -h4, .h4, -h5, .h5, -h6, .h6 { - margin-top: 10px; - margin-bottom: 10px; } - h4 small, - h4 .small, .h4 small, - .h4 .small, - h5 small, - h5 .small, .h5 small, - .h5 .small, - h6 small, - h6 .small, .h6 small, - .h6 .small { - font-size: 75%; } - -h1, .h1 { - font-size: 36px; } - -h2, .h2 { - font-size: 30px; } - -h3, .h3 { - font-size: 24px; } - -h4, .h4 { - font-size: 18px; } - -h5, .h5 { - font-size: 14px; } - -h6, .h6 { - font-size: 12px; } - -p { - margin: 0 0 10px; } - -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 300; - line-height: 1.4; } - @media (min-width: 768px) { - .lead { - font-size: 21px; } } - -small, -.small { - font-size: 85%; } - -mark, -.mark { - background-color: #fcf8e3; - padding: .2em; } - -.text-left { - text-align: left; } - -.text-right { - text-align: right; } - -.text-center { - text-align: center; } - -.text-justify { - text-align: justify; } - -.text-nowrap { - white-space: nowrap; } - -.text-lowercase { - text-transform: lowercase; } - -.text-uppercase, .initialism { - text-transform: uppercase; } - -.text-capitalize { - text-transform: capitalize; } - -.text-muted { - color: #777777; } - -.text-primary { - color: #337ab7; } - -a.text-primary:hover, -a.text-primary:focus { - color: #286090; } - -.text-success { - color: #3c763d; } - -a.text-success:hover, -a.text-success:focus { - color: #2b542c; } - -.text-info { - color: #31708f; } - -a.text-info:hover, -a.text-info:focus { - color: #245269; } - -.text-warning { - color: #8a6d3b; } - -a.text-warning:hover, -a.text-warning:focus { - color: #66512c; } - -.text-danger { - color: #a94442; } - -a.text-danger:hover, -a.text-danger:focus { - color: #843534; } - -.bg-primary { - color: #fff; } - -.bg-primary { - background-color: #337ab7; } - -a.bg-primary:hover, -a.bg-primary:focus { - background-color: #286090; } - -.bg-success { - background-color: #dff0d8; } - -a.bg-success:hover, -a.bg-success:focus { - background-color: #c1e2b3; } - -.bg-info { - background-color: #d9edf7; } - -a.bg-info:hover, -a.bg-info:focus { - background-color: #afd9ee; } - -.bg-warning { - background-color: #fcf8e3; } - -a.bg-warning:hover, -a.bg-warning:focus { - background-color: #f7ecb5; } - -.bg-danger { - background-color: #f2dede; } - -a.bg-danger:hover, -a.bg-danger:focus { - background-color: #e4b9b9; } - -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eeeeee; } - -ul, -ol { - margin-top: 0; - margin-bottom: 10px; } - ul ul, - ul ol, - ol ul, - ol ol { - margin-bottom: 0; } - -.list-unstyled { - padding-left: 0; - list-style: none; } - -.list-inline { - padding-left: 0; - list-style: none; - margin-left: -5px; } - .list-inline > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; } - -dl { - margin-top: 0; - margin-bottom: 20px; } - -dt, -dd { - line-height: 1.42857; } - -dt { - font-weight: bold; } - -dd { - margin-left: 0; } - -.dl-horizontal dd:before, .dl-horizontal dd:after { - content: " "; - display: table; } - -.dl-horizontal dd:after { - clear: both; } - -@media (min-width: 768px) { - .dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } - .dl-horizontal dd { - margin-left: 180px; } } - -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #777777; } - -.initialism { - font-size: 90%; } - -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eeeeee; } - blockquote p:last-child, - blockquote ul:last-child, - blockquote ol:last-child { - margin-bottom: 0; } - blockquote footer, - blockquote small, - blockquote .small { - display: block; - font-size: 80%; - line-height: 1.42857; - color: #777777; } - blockquote footer:before, - blockquote small:before, - blockquote .small:before { - content: '\2014 \00A0'; } - -.blockquote-reverse, -blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; - text-align: right; } - .blockquote-reverse footer:before, - .blockquote-reverse small:before, - .blockquote-reverse .small:before, - blockquote.pull-right footer:before, - blockquote.pull-right small:before, - blockquote.pull-right .small:before { - content: ''; } - .blockquote-reverse footer:after, - .blockquote-reverse small:after, - .blockquote-reverse .small:after, - blockquote.pull-right footer:after, - blockquote.pull-right small:after, - blockquote.pull-right .small:after { - content: '\00A0 \2014'; } - -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857; } - -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } - -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; } - -kbd { - padding: 2px 4px; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 3px; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } - kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; - box-shadow: none; } - -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857; - word-break: break-all; - word-wrap: break-word; - color: #333333; - background-color: #f5f5f5; - border: 1px solid #ccc; - border-radius: 4px; } - pre code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; } - -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; } - -.container { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; } - .container:before, .container:after { - content: " "; - display: table; } - .container:after { - clear: both; } - @media (min-width: 768px) { - .container { - width: 750px; } } - @media (min-width: 992px) { - .container { - width: 970px; } } - @media (min-width: 1200px) { - .container { - width: 1170px; } } - -.container-fluid { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; } - .container-fluid:before, .container-fluid:after { - content: " "; - display: table; } - .container-fluid:after { - clear: both; } - -.row { - margin-left: -15px; - margin-right: -15px; } - .row:before, .row:after { - content: " "; - display: table; } - .row:after { - clear: both; } - -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; } - -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { - float: left; } - -.col-xs-1 { - width: 8.33333%; } - -.col-xs-2 { - width: 16.66667%; } - -.col-xs-3 { - width: 25%; } - -.col-xs-4 { - width: 33.33333%; } - -.col-xs-5 { - width: 41.66667%; } - -.col-xs-6 { - width: 50%; } - -.col-xs-7 { - width: 58.33333%; } - -.col-xs-8 { - width: 66.66667%; } - -.col-xs-9 { - width: 75%; } - -.col-xs-10 { - width: 83.33333%; } - -.col-xs-11 { - width: 91.66667%; } - -.col-xs-12 { - width: 100%; } - -.col-xs-pull-0 { - right: auto; } - -.col-xs-pull-1 { - right: 8.33333%; } - -.col-xs-pull-2 { - right: 16.66667%; } - -.col-xs-pull-3 { - right: 25%; } - -.col-xs-pull-4 { - right: 33.33333%; } - -.col-xs-pull-5 { - right: 41.66667%; } - -.col-xs-pull-6 { - right: 50%; } - -.col-xs-pull-7 { - right: 58.33333%; } - -.col-xs-pull-8 { - right: 66.66667%; } - -.col-xs-pull-9 { - right: 75%; } - -.col-xs-pull-10 { - right: 83.33333%; } - -.col-xs-pull-11 { - right: 91.66667%; } - -.col-xs-pull-12 { - right: 100%; } - -.col-xs-push-0 { - left: auto; } - -.col-xs-push-1 { - left: 8.33333%; } - -.col-xs-push-2 { - left: 16.66667%; } - -.col-xs-push-3 { - left: 25%; } - -.col-xs-push-4 { - left: 33.33333%; } - -.col-xs-push-5 { - left: 41.66667%; } - -.col-xs-push-6 { - left: 50%; } - -.col-xs-push-7 { - left: 58.33333%; } - -.col-xs-push-8 { - left: 66.66667%; } - -.col-xs-push-9 { - left: 75%; } - -.col-xs-push-10 { - left: 83.33333%; } - -.col-xs-push-11 { - left: 91.66667%; } - -.col-xs-push-12 { - left: 100%; } - -.col-xs-offset-0 { - margin-left: 0%; } - -.col-xs-offset-1 { - margin-left: 8.33333%; } - -.col-xs-offset-2 { - margin-left: 16.66667%; } - -.col-xs-offset-3 { - margin-left: 25%; } - -.col-xs-offset-4 { - margin-left: 33.33333%; } - -.col-xs-offset-5 { - margin-left: 41.66667%; } - -.col-xs-offset-6 { - margin-left: 50%; } - -.col-xs-offset-7 { - margin-left: 58.33333%; } - -.col-xs-offset-8 { - margin-left: 66.66667%; } - -.col-xs-offset-9 { - margin-left: 75%; } - -.col-xs-offset-10 { - margin-left: 83.33333%; } - -.col-xs-offset-11 { - margin-left: 91.66667%; } - -.col-xs-offset-12 { - margin-left: 100%; } - -@media (min-width: 768px) { - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { - float: left; } - .col-sm-1 { - width: 8.33333%; } - .col-sm-2 { - width: 16.66667%; } - .col-sm-3 { - width: 25%; } - .col-sm-4 { - width: 33.33333%; } - .col-sm-5 { - width: 41.66667%; } - .col-sm-6 { - width: 50%; } - .col-sm-7 { - width: 58.33333%; } - .col-sm-8 { - width: 66.66667%; } - .col-sm-9 { - width: 75%; } - .col-sm-10 { - width: 83.33333%; } - .col-sm-11 { - width: 91.66667%; } - .col-sm-12 { - width: 100%; } - .col-sm-pull-0 { - right: auto; } - .col-sm-pull-1 { - right: 8.33333%; } - .col-sm-pull-2 { - right: 16.66667%; } - .col-sm-pull-3 { - right: 25%; } - .col-sm-pull-4 { - right: 33.33333%; } - .col-sm-pull-5 { - right: 41.66667%; } - .col-sm-pull-6 { - right: 50%; } - .col-sm-pull-7 { - right: 58.33333%; } - .col-sm-pull-8 { - right: 66.66667%; } - .col-sm-pull-9 { - right: 75%; } - .col-sm-pull-10 { - right: 83.33333%; } - .col-sm-pull-11 { - right: 91.66667%; } - .col-sm-pull-12 { - right: 100%; } - .col-sm-push-0 { - left: auto; } - .col-sm-push-1 { - left: 8.33333%; } - .col-sm-push-2 { - left: 16.66667%; } - .col-sm-push-3 { - left: 25%; } - .col-sm-push-4 { - left: 33.33333%; } - .col-sm-push-5 { - left: 41.66667%; } - .col-sm-push-6 { - left: 50%; } - .col-sm-push-7 { - left: 58.33333%; } - .col-sm-push-8 { - left: 66.66667%; } - .col-sm-push-9 { - left: 75%; } - .col-sm-push-10 { - left: 83.33333%; } - .col-sm-push-11 { - left: 91.66667%; } - .col-sm-push-12 { - left: 100%; } - .col-sm-offset-0 { - margin-left: 0%; } - .col-sm-offset-1 { - margin-left: 8.33333%; } - .col-sm-offset-2 { - margin-left: 16.66667%; } - .col-sm-offset-3 { - margin-left: 25%; } - .col-sm-offset-4 { - margin-left: 33.33333%; } - .col-sm-offset-5 { - margin-left: 41.66667%; } - .col-sm-offset-6 { - margin-left: 50%; } - .col-sm-offset-7 { - margin-left: 58.33333%; } - .col-sm-offset-8 { - margin-left: 66.66667%; } - .col-sm-offset-9 { - margin-left: 75%; } - .col-sm-offset-10 { - margin-left: 83.33333%; } - .col-sm-offset-11 { - margin-left: 91.66667%; } - .col-sm-offset-12 { - margin-left: 100%; } } - -@media (min-width: 992px) { - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { - float: left; } - .col-md-1 { - width: 8.33333%; } - .col-md-2 { - width: 16.66667%; } - .col-md-3 { - width: 25%; } - .col-md-4 { - width: 33.33333%; } - .col-md-5 { - width: 41.66667%; } - .col-md-6 { - width: 50%; } - .col-md-7 { - width: 58.33333%; } - .col-md-8 { - width: 66.66667%; } - .col-md-9 { - width: 75%; } - .col-md-10 { - width: 83.33333%; } - .col-md-11 { - width: 91.66667%; } - .col-md-12 { - width: 100%; } - .col-md-pull-0 { - right: auto; } - .col-md-pull-1 { - right: 8.33333%; } - .col-md-pull-2 { - right: 16.66667%; } - .col-md-pull-3 { - right: 25%; } - .col-md-pull-4 { - right: 33.33333%; } - .col-md-pull-5 { - right: 41.66667%; } - .col-md-pull-6 { - right: 50%; } - .col-md-pull-7 { - right: 58.33333%; } - .col-md-pull-8 { - right: 66.66667%; } - .col-md-pull-9 { - right: 75%; } - .col-md-pull-10 { - right: 83.33333%; } - .col-md-pull-11 { - right: 91.66667%; } - .col-md-pull-12 { - right: 100%; } - .col-md-push-0 { - left: auto; } - .col-md-push-1 { - left: 8.33333%; } - .col-md-push-2 { - left: 16.66667%; } - .col-md-push-3 { - left: 25%; } - .col-md-push-4 { - left: 33.33333%; } - .col-md-push-5 { - left: 41.66667%; } - .col-md-push-6 { - left: 50%; } - .col-md-push-7 { - left: 58.33333%; } - .col-md-push-8 { - left: 66.66667%; } - .col-md-push-9 { - left: 75%; } - .col-md-push-10 { - left: 83.33333%; } - .col-md-push-11 { - left: 91.66667%; } - .col-md-push-12 { - left: 100%; } - .col-md-offset-0 { - margin-left: 0%; } - .col-md-offset-1 { - margin-left: 8.33333%; } - .col-md-offset-2 { - margin-left: 16.66667%; } - .col-md-offset-3 { - margin-left: 25%; } - .col-md-offset-4 { - margin-left: 33.33333%; } - .col-md-offset-5 { - margin-left: 41.66667%; } - .col-md-offset-6 { - margin-left: 50%; } - .col-md-offset-7 { - margin-left: 58.33333%; } - .col-md-offset-8 { - margin-left: 66.66667%; } - .col-md-offset-9 { - margin-left: 75%; } - .col-md-offset-10 { - margin-left: 83.33333%; } - .col-md-offset-11 { - margin-left: 91.66667%; } - .col-md-offset-12 { - margin-left: 100%; } } - -@media (min-width: 1200px) { - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { - float: left; } - .col-lg-1 { - width: 8.33333%; } - .col-lg-2 { - width: 16.66667%; } - .col-lg-3 { - width: 25%; } - .col-lg-4 { - width: 33.33333%; } - .col-lg-5 { - width: 41.66667%; } - .col-lg-6 { - width: 50%; } - .col-lg-7 { - width: 58.33333%; } - .col-lg-8 { - width: 66.66667%; } - .col-lg-9 { - width: 75%; } - .col-lg-10 { - width: 83.33333%; } - .col-lg-11 { - width: 91.66667%; } - .col-lg-12 { - width: 100%; } - .col-lg-pull-0 { - right: auto; } - .col-lg-pull-1 { - right: 8.33333%; } - .col-lg-pull-2 { - right: 16.66667%; } - .col-lg-pull-3 { - right: 25%; } - .col-lg-pull-4 { - right: 33.33333%; } - .col-lg-pull-5 { - right: 41.66667%; } - .col-lg-pull-6 { - right: 50%; } - .col-lg-pull-7 { - right: 58.33333%; } - .col-lg-pull-8 { - right: 66.66667%; } - .col-lg-pull-9 { - right: 75%; } - .col-lg-pull-10 { - right: 83.33333%; } - .col-lg-pull-11 { - right: 91.66667%; } - .col-lg-pull-12 { - right: 100%; } - .col-lg-push-0 { - left: auto; } - .col-lg-push-1 { - left: 8.33333%; } - .col-lg-push-2 { - left: 16.66667%; } - .col-lg-push-3 { - left: 25%; } - .col-lg-push-4 { - left: 33.33333%; } - .col-lg-push-5 { - left: 41.66667%; } - .col-lg-push-6 { - left: 50%; } - .col-lg-push-7 { - left: 58.33333%; } - .col-lg-push-8 { - left: 66.66667%; } - .col-lg-push-9 { - left: 75%; } - .col-lg-push-10 { - left: 83.33333%; } - .col-lg-push-11 { - left: 91.66667%; } - .col-lg-push-12 { - left: 100%; } - .col-lg-offset-0 { - margin-left: 0%; } - .col-lg-offset-1 { - margin-left: 8.33333%; } - .col-lg-offset-2 { - margin-left: 16.66667%; } - .col-lg-offset-3 { - margin-left: 25%; } - .col-lg-offset-4 { - margin-left: 33.33333%; } - .col-lg-offset-5 { - margin-left: 41.66667%; } - .col-lg-offset-6 { - margin-left: 50%; } - .col-lg-offset-7 { - margin-left: 58.33333%; } - .col-lg-offset-8 { - margin-left: 66.66667%; } - .col-lg-offset-9 { - margin-left: 75%; } - .col-lg-offset-10 { - margin-left: 83.33333%; } - .col-lg-offset-11 { - margin-left: 91.66667%; } - .col-lg-offset-12 { - margin-left: 100%; } } - -table { - background-color: transparent; } - -caption { - padding-top: 8px; - padding-bottom: 8px; - color: #777777; - text-align: left; } - -th { - text-align: left; } - -.table { - width: 100%; - max-width: 100%; - margin-bottom: 20px; } - .table > thead > tr > th, - .table > thead > tr > td, - .table > tbody > tr > th, - .table > tbody > tr > td, - .table > tfoot > tr > th, - .table > tfoot > tr > td { - padding: 8px; - line-height: 1.42857; - vertical-align: top; - border-top: 1px solid #ddd; } - .table > thead > tr > th { - vertical-align: bottom; - border-bottom: 2px solid #ddd; } - .table > caption + thead > tr:first-child > th, - .table > caption + thead > tr:first-child > td, - .table > colgroup + thead > tr:first-child > th, - .table > colgroup + thead > tr:first-child > td, - .table > thead:first-child > tr:first-child > th, - .table > thead:first-child > tr:first-child > td { - border-top: 0; } - .table > tbody + tbody { - border-top: 2px solid #ddd; } - .table .table { - background-color: #fff; } - -.table-condensed > thead > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > th, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > th, -.table-condensed > tfoot > tr > td { - padding: 5px; } - -.table-bordered { - border: 1px solid #ddd; } - .table-bordered > thead > tr > th, - .table-bordered > thead > tr > td, - .table-bordered > tbody > tr > th, - .table-bordered > tbody > tr > td, - .table-bordered > tfoot > tr > th, - .table-bordered > tfoot > tr > td { - border: 1px solid #ddd; } - .table-bordered > thead > tr > th, - .table-bordered > thead > tr > td { - border-bottom-width: 2px; } - -.table-striped > tbody > tr:nth-of-type(odd) { - background-color: #f9f9f9; } - -.table-hover > tbody > tr:hover { - background-color: #f5f5f5; } - -table col[class*="col-"] { - position: static; - float: none; - display: table-column; } - -table td[class*="col-"], -table th[class*="col-"] { - position: static; - float: none; - display: table-cell; } - -.table > thead > tr > td.active, -.table > thead > tr > th.active, -.table > thead > tr.active > td, -.table > thead > tr.active > th, -.table > tbody > tr > td.active, -.table > tbody > tr > th.active, -.table > tbody > tr.active > td, -.table > tbody > tr.active > th, -.table > tfoot > tr > td.active, -.table > tfoot > tr > th.active, -.table > tfoot > tr.active > td, -.table > tfoot > tr.active > th { - background-color: #f5f5f5; } - -.table-hover > tbody > tr > td.active:hover, -.table-hover > tbody > tr > th.active:hover, -.table-hover > tbody > tr.active:hover > td, -.table-hover > tbody > tr:hover > .active, -.table-hover > tbody > tr.active:hover > th { - background-color: #e8e8e8; } - -.table > thead > tr > td.success, -.table > thead > tr > th.success, -.table > thead > tr.success > td, -.table > thead > tr.success > th, -.table > tbody > tr > td.success, -.table > tbody > tr > th.success, -.table > tbody > tr.success > td, -.table > tbody > tr.success > th, -.table > tfoot > tr > td.success, -.table > tfoot > tr > th.success, -.table > tfoot > tr.success > td, -.table > tfoot > tr.success > th { - background-color: #dff0d8; } - -.table-hover > tbody > tr > td.success:hover, -.table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td, -.table-hover > tbody > tr:hover > .success, -.table-hover > tbody > tr.success:hover > th { - background-color: #d0e9c6; } - -.table > thead > tr > td.info, -.table > thead > tr > th.info, -.table > thead > tr.info > td, -.table > thead > tr.info > th, -.table > tbody > tr > td.info, -.table > tbody > tr > th.info, -.table > tbody > tr.info > td, -.table > tbody > tr.info > th, -.table > tfoot > tr > td.info, -.table > tfoot > tr > th.info, -.table > tfoot > tr.info > td, -.table > tfoot > tr.info > th { - background-color: #d9edf7; } - -.table-hover > tbody > tr > td.info:hover, -.table-hover > tbody > tr > th.info:hover, -.table-hover > tbody > tr.info:hover > td, -.table-hover > tbody > tr:hover > .info, -.table-hover > tbody > tr.info:hover > th { - background-color: #c4e3f3; } - -.table > thead > tr > td.warning, -.table > thead > tr > th.warning, -.table > thead > tr.warning > td, -.table > thead > tr.warning > th, -.table > tbody > tr > td.warning, -.table > tbody > tr > th.warning, -.table > tbody > tr.warning > td, -.table > tbody > tr.warning > th, -.table > tfoot > tr > td.warning, -.table > tfoot > tr > th.warning, -.table > tfoot > tr.warning > td, -.table > tfoot > tr.warning > th { - background-color: #fcf8e3; } - -.table-hover > tbody > tr > td.warning:hover, -.table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td, -.table-hover > tbody > tr:hover > .warning, -.table-hover > tbody > tr.warning:hover > th { - background-color: #faf2cc; } - -.table > thead > tr > td.danger, -.table > thead > tr > th.danger, -.table > thead > tr.danger > td, -.table > thead > tr.danger > th, -.table > tbody > tr > td.danger, -.table > tbody > tr > th.danger, -.table > tbody > tr.danger > td, -.table > tbody > tr.danger > th, -.table > tfoot > tr > td.danger, -.table > tfoot > tr > th.danger, -.table > tfoot > tr.danger > td, -.table > tfoot > tr.danger > th { - background-color: #f2dede; } - -.table-hover > tbody > tr > td.danger:hover, -.table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td, -.table-hover > tbody > tr:hover > .danger, -.table-hover > tbody > tr.danger:hover > th { - background-color: #ebcccc; } - -.table-responsive { - overflow-x: auto; - min-height: 0.01%; } - @media screen and (max-width: 767px) { - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #ddd; } - .table-responsive > .table { - margin-bottom: 0; } - .table-responsive > .table > thead > tr > th, - .table-responsive > .table > thead > tr > td, - .table-responsive > .table > tbody > tr > th, - .table-responsive > .table > tbody > tr > td, - .table-responsive > .table > tfoot > tr > th, - .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; } - .table-responsive > .table-bordered { - border: 0; } - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; } - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; } - .table-responsive > .table-bordered > tbody > tr:last-child > th, - .table-responsive > .table-bordered > tbody > tr:last-child > td, - .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; } } - -fieldset { - padding: 0; - margin: 0; - border: 0; - min-width: 0; } - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; } - -label { - display: inline-block; - max-width: 100%; - margin-bottom: 5px; - font-weight: bold; } - -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; } - -input[type="file"] { - display: block; } - -input[type="range"] { - display: block; - width: 100%; } - -select[multiple], -select[size] { - height: auto; } - -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857; - color: #555555; } - -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857; - color: #555555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } - .form-control:focus { - border-color: #66afe9; - outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } - .form-control::-moz-placeholder { - color: #999; - opacity: 1; } - .form-control:-ms-input-placeholder { - color: #999; } - .form-control::-webkit-input-placeholder { - color: #999; } - .form-control::-ms-expand { - border: 0; - background-color: transparent; } - .form-control[disabled], .form-control[readonly], - fieldset[disabled] .form-control { - background-color: #eeeeee; - opacity: 1; } - .form-control[disabled], - fieldset[disabled] .form-control { - cursor: not-allowed; } - -textarea.form-control { - height: auto; } - -input[type="search"] { - -webkit-appearance: none; } - -@media screen and (-webkit-min-device-pixel-ratio: 0) { - input[type="date"].form-control, - input[type="time"].form-control, - input[type="datetime-local"].form-control, - input[type="month"].form-control { - line-height: 34px; } - input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, - .input-group-sm > input[type="date"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="date"].btn, - .input-group-sm input[type="date"], - input[type="time"].input-sm, - .input-group-sm > input[type="time"].form-control, - .input-group-sm > input[type="time"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="time"].btn, - .input-group-sm - input[type="time"], - input[type="datetime-local"].input-sm, - .input-group-sm > input[type="datetime-local"].form-control, - .input-group-sm > input[type="datetime-local"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, - .input-group-sm - input[type="datetime-local"], - input[type="month"].input-sm, - .input-group-sm > input[type="month"].form-control, - .input-group-sm > input[type="month"].input-group-addon, - .input-group-sm > .input-group-btn > input[type="month"].btn, - .input-group-sm - input[type="month"] { - line-height: 30px; } - input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, - .input-group-lg > input[type="date"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="date"].btn, - .input-group-lg input[type="date"], - input[type="time"].input-lg, - .input-group-lg > input[type="time"].form-control, - .input-group-lg > input[type="time"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="time"].btn, - .input-group-lg - input[type="time"], - input[type="datetime-local"].input-lg, - .input-group-lg > input[type="datetime-local"].form-control, - .input-group-lg > input[type="datetime-local"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, - .input-group-lg - input[type="datetime-local"], - input[type="month"].input-lg, - .input-group-lg > input[type="month"].form-control, - .input-group-lg > input[type="month"].input-group-addon, - .input-group-lg > .input-group-btn > input[type="month"].btn, - .input-group-lg - input[type="month"] { - line-height: 46px; } } - -.form-group { - margin-bottom: 15px; } - -.radio, -.checkbox { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; } - .radio label, - .checkbox label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; } - -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - position: absolute; - margin-left: -20px; - margin-top: 4px \9; } - -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; } - -.radio-inline, -.checkbox-inline { - position: relative; - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; } - -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; } - -input[type="radio"][disabled], input[type="radio"].disabled, -fieldset[disabled] input[type="radio"], -input[type="checkbox"][disabled], -input[type="checkbox"].disabled, -fieldset[disabled] -input[type="checkbox"] { - cursor: not-allowed; } - -.radio-inline.disabled, -fieldset[disabled] .radio-inline, -.checkbox-inline.disabled, -fieldset[disabled] -.checkbox-inline { - cursor: not-allowed; } - -.radio.disabled label, -fieldset[disabled] .radio label, -.checkbox.disabled label, -fieldset[disabled] -.checkbox label { - cursor: not-allowed; } - -.form-control-static { - padding-top: 7px; - padding-bottom: 7px; - margin-bottom: 0; - min-height: 34px; } - .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, - .input-group-lg > .form-control-static.input-group-addon, - .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, - .input-group-sm > .form-control-static.input-group-addon, - .input-group-sm > .input-group-btn > .form-control-static.btn { - padding-left: 0; - padding-right: 0; } - -.input-sm, .input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -select.input-sm, .input-group-sm > select.form-control, -.input-group-sm > select.input-group-addon, -.input-group-sm > .input-group-btn > select.btn { - height: 30px; - line-height: 30px; } - -textarea.input-sm, .input-group-sm > textarea.form-control, -.input-group-sm > textarea.input-group-addon, -.input-group-sm > .input-group-btn > textarea.btn, -select[multiple].input-sm, -.input-group-sm > select[multiple].form-control, -.input-group-sm > select[multiple].input-group-addon, -.input-group-sm > .input-group-btn > select[multiple].btn { - height: auto; } - -.form-group-sm .form-control { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -.form-group-sm select.form-control { - height: 30px; - line-height: 30px; } - -.form-group-sm textarea.form-control, -.form-group-sm select[multiple].form-control { - height: auto; } - -.form-group-sm .form-control-static { - height: 30px; - min-height: 32px; - padding: 6px 10px; - font-size: 12px; - line-height: 1.5; } - -.input-lg, .input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; } - -select.input-lg, .input-group-lg > select.form-control, -.input-group-lg > select.input-group-addon, -.input-group-lg > .input-group-btn > select.btn { - height: 46px; - line-height: 46px; } - -textarea.input-lg, .input-group-lg > textarea.form-control, -.input-group-lg > textarea.input-group-addon, -.input-group-lg > .input-group-btn > textarea.btn, -select[multiple].input-lg, -.input-group-lg > select[multiple].form-control, -.input-group-lg > select[multiple].input-group-addon, -.input-group-lg > .input-group-btn > select[multiple].btn { - height: auto; } - -.form-group-lg .form-control { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; } - -.form-group-lg select.form-control { - height: 46px; - line-height: 46px; } - -.form-group-lg textarea.form-control, -.form-group-lg select[multiple].form-control { - height: auto; } - -.form-group-lg .form-control-static { - height: 46px; - min-height: 38px; - padding: 11px 16px; - font-size: 18px; - line-height: 1.33333; } - -.has-feedback { - position: relative; } - .has-feedback .form-control { - padding-right: 42.5px; } - -.form-control-feedback { - position: absolute; - top: 0; - right: 0; - z-index: 2; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - pointer-events: none; } - -.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, -.input-group-lg > .input-group-addon + .form-control-feedback, -.input-group-lg > .input-group-btn > .btn + .form-control-feedback, -.input-group-lg + .form-control-feedback, -.form-group-lg .form-control + .form-control-feedback { - width: 46px; - height: 46px; - line-height: 46px; } - -.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, -.input-group-sm > .input-group-addon + .form-control-feedback, -.input-group-sm > .input-group-btn > .btn + .form-control-feedback, -.input-group-sm + .form-control-feedback, -.form-group-sm .form-control + .form-control-feedback { - width: 30px; - height: 30px; - line-height: 30px; } - -.has-success .help-block, -.has-success .control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline, -.has-success.radio label, -.has-success.checkbox label, -.has-success.radio-inline label, -.has-success.checkbox-inline label { - color: #3c763d; } - -.has-success .form-control { - border-color: #3c763d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - .has-success .form-control:focus { - border-color: #2b542c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } - -.has-success .input-group-addon { - color: #3c763d; - border-color: #3c763d; - background-color: #dff0d8; } - -.has-success .form-control-feedback { - color: #3c763d; } - -.has-warning .help-block, -.has-warning .control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline, -.has-warning.radio label, -.has-warning.checkbox label, -.has-warning.radio-inline label, -.has-warning.checkbox-inline label { - color: #8a6d3b; } - -.has-warning .form-control { - border-color: #8a6d3b; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - .has-warning .form-control:focus { - border-color: #66512c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } - -.has-warning .input-group-addon { - color: #8a6d3b; - border-color: #8a6d3b; - background-color: #fcf8e3; } - -.has-warning .form-control-feedback { - color: #8a6d3b; } - -.has-error .help-block, -.has-error .control-label, -.has-error .radio, -.has-error .checkbox, -.has-error .radio-inline, -.has-error .checkbox-inline, -.has-error.radio label, -.has-error.checkbox label, -.has-error.radio-inline label, -.has-error.checkbox-inline label { - color: #a94442; } - -.has-error .form-control { - border-color: #a94442; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - .has-error .form-control:focus { - border-color: #843534; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } - -.has-error .input-group-addon { - color: #a94442; - border-color: #a94442; - background-color: #f2dede; } - -.has-error .form-control-feedback { - color: #a94442; } - -.has-feedback label ~ .form-control-feedback { - top: 25px; } - -.has-feedback label.sr-only ~ .form-control-feedback { - top: 0; } - -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #737373; } - -@media (min-width: 768px) { - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; } - .form-inline .form-control-static { - display: inline-block; } - .form-inline .input-group { - display: inline-table; - vertical-align: middle; } - .form-inline .input-group .input-group-addon, - .form-inline .input-group .input-group-btn, - .form-inline .input-group .form-control { - width: auto; } - .form-inline .input-group > .form-control { - width: 100%; } - .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; } - .form-inline .radio, - .form-inline .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; } - .form-inline .radio label, - .form-inline .checkbox label { - padding-left: 0; } - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; } - .form-inline .has-feedback .form-control-feedback { - top: 0; } } - -.form-horizontal .radio, -.form-horizontal .checkbox, -.form-horizontal .radio-inline, -.form-horizontal .checkbox-inline { - margin-top: 0; - margin-bottom: 0; - padding-top: 7px; } - -.form-horizontal .radio, -.form-horizontal .checkbox { - min-height: 27px; } - -.form-horizontal .form-group { - margin-left: -15px; - margin-right: -15px; } - .form-horizontal .form-group:before, .form-horizontal .form-group:after { - content: " "; - display: table; } - .form-horizontal .form-group:after { - clear: both; } - -@media (min-width: 768px) { - .form-horizontal .control-label { - text-align: right; - margin-bottom: 0; - padding-top: 7px; } } - -.form-horizontal .has-feedback .form-control-feedback { - right: 15px; } - -@media (min-width: 768px) { - .form-horizontal .form-group-lg .control-label { - padding-top: 11px; - font-size: 18px; } } - -@media (min-width: 768px) { - .form-horizontal .form-group-sm .control-label { - padding-top: 6px; - font-size: 12px; } } - -.btn { - display: inline-block; - margin-bottom: 0; - font-weight: normal; - text-align: center; - vertical-align: middle; - touch-action: manipulation; - cursor: pointer; - background-image: none; - border: 1px solid transparent; - white-space: nowrap; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857; - border-radius: 4px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - .btn:hover, .btn:focus, .btn.focus { - color: #333; - text-decoration: none; } - .btn:active, .btn.active { - outline: 0; - background-image: none; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } - .btn.disabled, .btn[disabled], - fieldset[disabled] .btn { - cursor: not-allowed; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; } - -a.btn.disabled, -fieldset[disabled] a.btn { - pointer-events: none; } - -.btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; } - .btn-default:focus, .btn-default.focus { - color: #333; - background-color: #e6e6e6; - border-color: #8c8c8c; } - .btn-default:hover { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; } - .btn-default:active, .btn-default.active, - .open > .btn-default.dropdown-toggle { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; } - .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, - .open > .btn-default.dropdown-toggle:hover, - .open > .btn-default.dropdown-toggle:focus, - .open > .btn-default.dropdown-toggle.focus { - color: #333; - background-color: #d4d4d4; - border-color: #8c8c8c; } - .btn-default:active, .btn-default.active, - .open > .btn-default.dropdown-toggle { - background-image: none; } - .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, - fieldset[disabled] .btn-default:hover, - fieldset[disabled] .btn-default:focus, - fieldset[disabled] .btn-default.focus { - background-color: #fff; - border-color: #ccc; } - .btn-default .badge { - color: #fff; - background-color: #333; } - -.btn-primary { - color: #fff; - background-color: #337ab7; - border-color: #2e6da4; } - .btn-primary:focus, .btn-primary.focus { - color: #fff; - background-color: #286090; - border-color: #122b40; } - .btn-primary:hover { - color: #fff; - background-color: #286090; - border-color: #204d74; } - .btn-primary:active, .btn-primary.active, - .open > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #286090; - border-color: #204d74; } - .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, - .open > .btn-primary.dropdown-toggle:hover, - .open > .btn-primary.dropdown-toggle:focus, - .open > .btn-primary.dropdown-toggle.focus { - color: #fff; - background-color: #204d74; - border-color: #122b40; } - .btn-primary:active, .btn-primary.active, - .open > .btn-primary.dropdown-toggle { - background-image: none; } - .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, - fieldset[disabled] .btn-primary:hover, - fieldset[disabled] .btn-primary:focus, - fieldset[disabled] .btn-primary.focus { - background-color: #337ab7; - border-color: #2e6da4; } - .btn-primary .badge { - color: #337ab7; - background-color: #fff; } - -.btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #4cae4c; } - .btn-success:focus, .btn-success.focus { - color: #fff; - background-color: #449d44; - border-color: #255625; } - .btn-success:hover { - color: #fff; - background-color: #449d44; - border-color: #398439; } - .btn-success:active, .btn-success.active, - .open > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; - border-color: #398439; } - .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, - .open > .btn-success.dropdown-toggle:hover, - .open > .btn-success.dropdown-toggle:focus, - .open > .btn-success.dropdown-toggle.focus { - color: #fff; - background-color: #398439; - border-color: #255625; } - .btn-success:active, .btn-success.active, - .open > .btn-success.dropdown-toggle { - background-image: none; } - .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, - fieldset[disabled] .btn-success:hover, - fieldset[disabled] .btn-success:focus, - fieldset[disabled] .btn-success.focus { - background-color: #5cb85c; - border-color: #4cae4c; } - .btn-success .badge { - color: #5cb85c; - background-color: #fff; } - -.btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #46b8da; } - .btn-info:focus, .btn-info.focus { - color: #fff; - background-color: #31b0d5; - border-color: #1b6d85; } - .btn-info:hover { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; } - .btn-info:active, .btn-info.active, - .open > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; } - .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, - .open > .btn-info.dropdown-toggle:hover, - .open > .btn-info.dropdown-toggle:focus, - .open > .btn-info.dropdown-toggle.focus { - color: #fff; - background-color: #269abc; - border-color: #1b6d85; } - .btn-info:active, .btn-info.active, - .open > .btn-info.dropdown-toggle { - background-image: none; } - .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, - fieldset[disabled] .btn-info:hover, - fieldset[disabled] .btn-info:focus, - fieldset[disabled] .btn-info.focus { - background-color: #5bc0de; - border-color: #46b8da; } - .btn-info .badge { - color: #5bc0de; - background-color: #fff; } - -.btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #eea236; } - .btn-warning:focus, .btn-warning.focus { - color: #fff; - background-color: #ec971f; - border-color: #985f0d; } - .btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #d58512; } - .btn-warning:active, .btn-warning.active, - .open > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; - border-color: #d58512; } - .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, - .open > .btn-warning.dropdown-toggle:hover, - .open > .btn-warning.dropdown-toggle:focus, - .open > .btn-warning.dropdown-toggle.focus { - color: #fff; - background-color: #d58512; - border-color: #985f0d; } - .btn-warning:active, .btn-warning.active, - .open > .btn-warning.dropdown-toggle { - background-image: none; } - .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, - fieldset[disabled] .btn-warning:hover, - fieldset[disabled] .btn-warning:focus, - fieldset[disabled] .btn-warning.focus { - background-color: #f0ad4e; - border-color: #eea236; } - .btn-warning .badge { - color: #f0ad4e; - background-color: #fff; } - -.btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d43f3a; } - .btn-danger:focus, .btn-danger.focus { - color: #fff; - background-color: #c9302c; - border-color: #761c19; } - .btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; } - .btn-danger:active, .btn-danger.active, - .open > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; } - .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, - .open > .btn-danger.dropdown-toggle:hover, - .open > .btn-danger.dropdown-toggle:focus, - .open > .btn-danger.dropdown-toggle.focus { - color: #fff; - background-color: #ac2925; - border-color: #761c19; } - .btn-danger:active, .btn-danger.active, - .open > .btn-danger.dropdown-toggle { - background-image: none; } - .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, - fieldset[disabled] .btn-danger:hover, - fieldset[disabled] .btn-danger:focus, - fieldset[disabled] .btn-danger.focus { - background-color: #d9534f; - border-color: #d43f3a; } - .btn-danger .badge { - color: #d9534f; - background-color: #fff; } - -.btn-link { - color: #337ab7; - font-weight: normal; - border-radius: 0; } - .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], - fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; } - .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { - border-color: transparent; } - .btn-link:hover, .btn-link:focus { - color: #23527c; - text-decoration: underline; - background-color: transparent; } - .btn-link[disabled]:hover, .btn-link[disabled]:focus, - fieldset[disabled] .btn-link:hover, - fieldset[disabled] .btn-link:focus { - color: #777777; - text-decoration: none; } - -.btn-lg, .btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; - border-radius: 6px; } - -.btn-sm, .btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -.btn-xs, .btn-group-xs > .btn { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -.btn-block { - display: block; - width: 100%; } - -.btn-block + .btn-block { - margin-top: 5px; } - -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; } - -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; } - .fade.in { - opacity: 1; } - -.collapse { - display: none; } - .collapse.in { - display: block; } - -tr.collapse.in { - display: table-row; } - -tbody.collapse.in { - display: table-row-group; } - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition-property: height, visibility; - transition-property: height, visibility; - -webkit-transition-duration: 0.35s; - transition-duration: 0.35s; - -webkit-transition-timing-function: ease; - transition-timing-function: ease; } - -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px dashed; - border-top: 4px solid \9; - border-right: 4px solid transparent; - border-left: 4px solid transparent; } - -.dropup, -.dropdown { - position: relative; } - -.dropdown-toggle:focus { - outline: 0; } - -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - list-style: none; - font-size: 14px; - text-align: left; - background-color: #fff; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - background-clip: padding-box; } - .dropdown-menu.pull-right { - right: 0; - left: auto; } - .dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; } - .dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857; - color: #333333; - white-space: nowrap; } - -.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { - text-decoration: none; - color: #262626; - background-color: #f5f5f5; } - -.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: #fff; - text-decoration: none; - outline: 0; - background-color: #337ab7; } - -.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { - color: #777777; } - -.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: not-allowed; } - -.open > .dropdown-menu { - display: block; } - -.open > a { - outline: 0; } - -.dropdown-menu-right { - left: auto; - right: 0; } - -.dropdown-menu-left { - left: 0; - right: auto; } - -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857; - color: #777777; - white-space: nowrap; } - -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; } - -.pull-right > .dropdown-menu { - right: 0; - left: auto; } - -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px dashed; - border-bottom: 4px solid \9; - content: ""; } - -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 2px; } - -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - right: 0; - left: auto; } - .navbar-right .dropdown-menu-left { - left: 0; - right: auto; } } - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; } - .btn-group > .btn, - .btn-group-vertical > .btn { - position: relative; - float: left; } - .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, - .btn-group-vertical > .btn:hover, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { - z-index: 2; } - -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; } - -.btn-toolbar { - margin-left: -5px; } - .btn-toolbar:before, .btn-toolbar:after { - content: " "; - display: table; } - .btn-toolbar:after { - clear: both; } - .btn-toolbar .btn, - .btn-toolbar .btn-group, - .btn-toolbar .input-group { - float: left; } - .btn-toolbar > .btn, - .btn-toolbar > .btn-group, - .btn-toolbar > .input-group { - margin-left: 5px; } - -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; } - -.btn-group > .btn:first-child { - margin-left: 0; } - .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - -.btn-group > .btn-group { - float: left; } - -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; } - -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; } - -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; } - -.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; } - -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } - .btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; } - -.btn .caret { - margin-left: 0; } - -.btn-lg .caret, .btn-group-lg > .btn .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; } - -.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { - border-width: 0 5px 5px; } - -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; } - -.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { - content: " "; - display: table; } - -.btn-group-vertical > .btn-group:after { - clear: both; } - -.btn-group-vertical > .btn-group > .btn { - float: none; } - -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; } - -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; } - -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; - border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; } - -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; } - -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; } - -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; } - .btn-group-justified > .btn, - .btn-group-justified > .btn-group { - float: none; - display: table-cell; - width: 1%; } - .btn-group-justified > .btn-group .btn { - width: 100%; } - .btn-group-justified > .btn-group .dropdown-menu { - left: auto; } - -[data-toggle="buttons"] > .btn input[type="radio"], -[data-toggle="buttons"] > .btn input[type="checkbox"], -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; } - -.input-group { - position: relative; - display: table; - border-collapse: separate; } - .input-group[class*="col-"] { - float: none; - padding-left: 0; - padding-right: 0; } - .input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; } - .input-group .form-control:focus { - z-index: 3; } - -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; } - .input-group-addon:not(:first-child):not(:last-child), - .input-group-btn:not(:first-child):not(:last-child), - .input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; } - -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; } - -.input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555555; - text-align: center; - background-color: #eeeeee; - border: 1px solid #ccc; - border-radius: 4px; } - .input-group-addon.input-sm, - .input-group-sm > .input-group-addon, - .input-group-sm > .input-group-btn > .input-group-addon.btn { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; } - .input-group-addon.input-lg, - .input-group-lg > .input-group-addon, - .input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 10px 16px; - font-size: 18px; - border-radius: 6px; } - .input-group-addon input[type="radio"], - .input-group-addon input[type="checkbox"] { - margin-top: 0; } - -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - -.input-group-addon:first-child { - border-right: 0; } - -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - -.input-group-addon:last-child { - border-left: 0; } - -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; } - .input-group-btn > .btn { - position: relative; } - .input-group-btn > .btn + .btn { - margin-left: -1px; } - .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { - z-index: 2; } - .input-group-btn:first-child > .btn, - .input-group-btn:first-child > .btn-group { - margin-right: -1px; } - .input-group-btn:last-child > .btn, - .input-group-btn:last-child > .btn-group { - z-index: 2; - margin-left: -1px; } - -.nav { - margin-bottom: 0; - padding-left: 0; - list-style: none; } - .nav:before, .nav:after { - content: " "; - display: table; } - .nav:after { - clear: both; } - .nav > li { - position: relative; - display: block; } - .nav > li > a { - position: relative; - display: block; - padding: 10px 15px; } - .nav > li > a:hover, .nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; } - .nav > li.disabled > a { - color: #777777; } - .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { - color: #777777; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; } - .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { - background-color: #eeeeee; - border-color: #337ab7; } - .nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; } - .nav > li > a > img { - max-width: none; } - -.nav-tabs { - border-bottom: 1px solid #ddd; } - .nav-tabs > li { - float: left; - margin-bottom: -1px; } - .nav-tabs > li > a { - margin-right: 2px; - line-height: 1.42857; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; } - .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #ddd; } - .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { - color: #555555; - background-color: #fff; - border: 1px solid #ddd; - border-bottom-color: transparent; - cursor: default; } - -.nav-pills > li { - float: left; } - .nav-pills > li > a { - border-radius: 4px; } - .nav-pills > li + li { - margin-left: 2px; } - .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: #fff; - background-color: #337ab7; } - -.nav-stacked > li { - float: none; } - .nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; } - -.nav-justified, .nav-tabs.nav-justified { - width: 100%; } - .nav-justified > li, .nav-tabs.nav-justified > li { - float: none; } - .nav-justified > li > a, .nav-tabs.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; } - .nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; } - @media (min-width: 768px) { - .nav-justified > li, .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; } - .nav-justified > li > a, .nav-tabs.nav-justified > li > a { - margin-bottom: 0; } } - -.nav-tabs-justified, .nav-tabs.nav-justified { - border-bottom: 0; } - .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; } - .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, - .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, - .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #ddd; } - @media (min-width: 768px) { - .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #ddd; - border-radius: 4px 4px 0 0; } - .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, - .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, - .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #fff; } } - -.tab-content > .tab-pane { - display: none; } - -.tab-content > .active { - display: block; } - -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; } - -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; } - .navbar:before, .navbar:after { - content: " "; - display: table; } - .navbar:after { - clear: both; } - @media (min-width: 768px) { - .navbar { - border-radius: 4px; } } - -.navbar-header:before, .navbar-header:after { - content: " "; - display: table; } - -.navbar-header:after { - clear: both; } - -@media (min-width: 768px) { - .navbar-header { - float: left; } } - -.navbar-collapse { - overflow-x: visible; - padding-right: 15px; - padding-left: 15px; - border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; } - .navbar-collapse:before, .navbar-collapse:after { - content: " "; - display: table; } - .navbar-collapse:after { - clear: both; } - .navbar-collapse.in { - overflow-y: auto; } - @media (min-width: 768px) { - .navbar-collapse { - width: auto; - border-top: 0; - box-shadow: none; } - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; } - .navbar-collapse.in { - overflow-y: visible; } - .navbar-fixed-top .navbar-collapse, - .navbar-static-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - padding-left: 0; - padding-right: 0; } } - -.navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { - max-height: 340px; } - @media (max-device-width: 480px) and (orientation: landscape) { - .navbar-fixed-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - max-height: 200px; } } - -.container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; } - @media (min-width: 768px) { - .container > .navbar-header, - .container > .navbar-collapse, - .container-fluid > .navbar-header, - .container-fluid > .navbar-collapse { - margin-right: 0; - margin-left: 0; } } - -.navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; } - @media (min-width: 768px) { - .navbar-static-top { - border-radius: 0; } } - -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; } - @media (min-width: 768px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; } } - -.navbar-fixed-top { - top: 0; - border-width: 0 0 1px; } - -.navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; } - -.navbar-brand { - float: left; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; - height: 50px; } - .navbar-brand:hover, .navbar-brand:focus { - text-decoration: none; } - .navbar-brand > img { - display: block; } - @media (min-width: 768px) { - .navbar > .container .navbar-brand, - .navbar > .container-fluid .navbar-brand { - margin-left: -15px; } } - -.navbar-toggle { - position: relative; - float: right; - margin-right: 15px; - padding: 9px 10px; - margin-top: 8px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; } - .navbar-toggle:focus { - outline: 0; } - .navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; } - .navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; } - @media (min-width: 768px) { - .navbar-toggle { - display: none; } } - -.navbar-nav { - margin: 7.5px -15px; } - .navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; } - @media (max-width: 767px) { - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - box-shadow: none; } - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; } - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; } - .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; } } - @media (min-width: 768px) { - .navbar-nav { - float: left; - margin: 0; } - .navbar-nav > li { - float: left; } - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; } } - -.navbar-form { - margin-left: -15px; - margin-right: -15px; - padding: 10px 15px; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - margin-top: 8px; - margin-bottom: 8px; } - @media (min-width: 768px) { - .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; } - .navbar-form .form-control { - display: inline-block; - width: auto; - vertical-align: middle; } - .navbar-form .form-control-static { - display: inline-block; } - .navbar-form .input-group { - display: inline-table; - vertical-align: middle; } - .navbar-form .input-group .input-group-addon, - .navbar-form .input-group .input-group-btn, - .navbar-form .input-group .form-control { - width: auto; } - .navbar-form .input-group > .form-control { - width: 100%; } - .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; } - .navbar-form .radio, - .navbar-form .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; } - .navbar-form .radio label, - .navbar-form .checkbox label { - padding-left: 0; } - .navbar-form .radio input[type="radio"], - .navbar-form .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; } - .navbar-form .has-feedback .form-control-feedback { - top: 0; } } - @media (max-width: 767px) { - .navbar-form .form-group { - margin-bottom: 5px; } - .navbar-form .form-group:last-child { - margin-bottom: 0; } } - @media (min-width: 768px) { - .navbar-form { - width: auto; - border: 0; - margin-left: 0; - margin-right: 0; - padding-top: 0; - padding-bottom: 0; - -webkit-box-shadow: none; - box-shadow: none; } } - -.navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; } - -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - margin-bottom: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; } - .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { - margin-top: 10px; - margin-bottom: 10px; } - .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { - margin-top: 14px; - margin-bottom: 14px; } - -.navbar-text { - margin-top: 15px; - margin-bottom: 15px; } - @media (min-width: 768px) { - .navbar-text { - float: left; - margin-left: 15px; - margin-right: 15px; } } - -@media (min-width: 768px) { - .navbar-left { - float: left !important; } - .navbar-right { - float: right !important; - margin-right: -15px; } - .navbar-right ~ .navbar-right { - margin-right: 0; } } - -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; } - .navbar-default .navbar-brand { - color: #777; } - .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { - color: #5e5e5e; - background-color: transparent; } - .navbar-default .navbar-text { - color: #777; } - .navbar-default .navbar-nav > li > a { - color: #777; } - .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #333; - background-color: transparent; } - .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { - color: #555; - background-color: #e7e7e7; } - .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { - color: #ccc; - background-color: transparent; } - .navbar-default .navbar-toggle { - border-color: #ddd; } - .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #ddd; } - .navbar-default .navbar-toggle .icon-bar { - background-color: #888; } - .navbar-default .navbar-collapse, - .navbar-default .navbar-form { - border-color: #e7e7e7; } - .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { - background-color: #e7e7e7; - color: #555; } - @media (max-width: 767px) { - .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777; } - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333; - background-color: transparent; } - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555; - background-color: #e7e7e7; } - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #ccc; - background-color: transparent; } } - .navbar-default .navbar-link { - color: #777; } - .navbar-default .navbar-link:hover { - color: #333; } - .navbar-default .btn-link { - color: #777; } - .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { - color: #333; } - .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, - fieldset[disabled] .navbar-default .btn-link:hover, - fieldset[disabled] .navbar-default .btn-link:focus { - color: #ccc; } - -.navbar-inverse { - background-color: #222; - border-color: #090909; } - .navbar-inverse .navbar-brand { - color: #9d9d9d; } - .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: #fff; - background-color: transparent; } - .navbar-inverse .navbar-text { - color: #9d9d9d; } - .navbar-inverse .navbar-nav > li > a { - color: #9d9d9d; } - .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: #fff; - background-color: transparent; } - .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: #fff; - background-color: #090909; } - .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444; - background-color: transparent; } - .navbar-inverse .navbar-toggle { - border-color: #333; } - .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333; } - .navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; } - .navbar-inverse .navbar-collapse, - .navbar-inverse .navbar-form { - border-color: #101010; } - .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { - background-color: #090909; - color: #fff; } - @media (max-width: 767px) { - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #090909; } - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #090909; } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #9d9d9d; } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #fff; - background-color: transparent; } - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff; - background-color: #090909; } - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444; - background-color: transparent; } } - .navbar-inverse .navbar-link { - color: #9d9d9d; } - .navbar-inverse .navbar-link:hover { - color: #fff; } - .navbar-inverse .btn-link { - color: #9d9d9d; } - .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: #fff; } - .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, - fieldset[disabled] .navbar-inverse .btn-link:hover, - fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444; } - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; } - .breadcrumb > li { - display: inline-block; } - .breadcrumb > li + li:before { - content: "/ "; - padding: 0 5px; - color: #ccc; } - .breadcrumb > .active { - color: #777777; } - -.pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; } - .pagination > li { - display: inline; } - .pagination > li > a, - .pagination > li > span { - position: relative; - float: left; - padding: 6px 12px; - line-height: 1.42857; - text-decoration: none; - color: #337ab7; - background-color: #fff; - border: 1px solid #ddd; - margin-left: -1px; } - .pagination > li:first-child > a, - .pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; } - .pagination > li:last-child > a, - .pagination > li:last-child > span { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; } - .pagination > li > a:hover, .pagination > li > a:focus, - .pagination > li > span:hover, - .pagination > li > span:focus { - z-index: 2; - color: #23527c; - background-color: #eeeeee; - border-color: #ddd; } - .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, - .pagination > .active > span, - .pagination > .active > span:hover, - .pagination > .active > span:focus { - z-index: 3; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; - cursor: default; } - .pagination > .disabled > span, - .pagination > .disabled > span:hover, - .pagination > .disabled > span:focus, - .pagination > .disabled > a, - .pagination > .disabled > a:hover, - .pagination > .disabled > a:focus { - color: #777777; - background-color: #fff; - border-color: #ddd; - cursor: not-allowed; } - -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33333; } - -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; } - -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; } - -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; } - -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; } - -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; } - -.pager { - padding-left: 0; - margin: 20px 0; - list-style: none; - text-align: center; } - .pager:before, .pager:after { - content: " "; - display: table; } - .pager:after { - clear: both; } - .pager li { - display: inline; } - .pager li > a, - .pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 15px; } - .pager li > a:hover, - .pager li > a:focus { - text-decoration: none; - background-color: #eeeeee; } - .pager .next > a, - .pager .next > span { - float: right; } - .pager .previous > a, - .pager .previous > span { - float: left; } - .pager .disabled > a, - .pager .disabled > a:hover, - .pager .disabled > a:focus, - .pager .disabled > span { - color: #777777; - background-color: #fff; - cursor: not-allowed; } - -.label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; } - .label:empty { - display: none; } - .btn .label { - position: relative; - top: -1px; } - -a.label:hover, a.label:focus { - color: #fff; - text-decoration: none; - cursor: pointer; } - -.label-default { - background-color: #777777; } - .label-default[href]:hover, .label-default[href]:focus { - background-color: #5e5e5e; } - -.label-primary { - background-color: #337ab7; } - .label-primary[href]:hover, .label-primary[href]:focus { - background-color: #286090; } - -.label-success { - background-color: #5cb85c; } - .label-success[href]:hover, .label-success[href]:focus { - background-color: #449d44; } - -.label-info { - background-color: #5bc0de; } - .label-info[href]:hover, .label-info[href]:focus { - background-color: #31b0d5; } - -.label-warning { - background-color: #f0ad4e; } - .label-warning[href]:hover, .label-warning[href]:focus { - background-color: #ec971f; } - -.label-danger { - background-color: #d9534f; } - .label-danger[href]:hover, .label-danger[href]:focus { - background-color: #c9302c; } - -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #fff; - line-height: 1; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: #777777; - border-radius: 10px; } - .badge:empty { - display: none; } - .btn .badge { - position: relative; - top: -1px; } - .btn-xs .badge, .btn-group-xs > .btn .badge, - .btn-group-xs > .btn .badge { - top: 0; - padding: 1px 5px; } - .list-group-item.active > .badge, - .nav-pills > .active > a > .badge { - color: #337ab7; - background-color: #fff; } - .list-group-item > .badge { - float: right; } - .list-group-item > .badge + .badge { - margin-right: 5px; } - .nav-pills > li > a > .badge { - margin-left: 3px; } - -a.badge:hover, a.badge:focus { - color: #fff; - text-decoration: none; - cursor: pointer; } - -.jumbotron { - padding-top: 30px; - padding-bottom: 30px; - margin-bottom: 30px; - color: inherit; - background-color: #eeeeee; } - .jumbotron h1, - .jumbotron .h1 { - color: inherit; } - .jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; } - .jumbotron > hr { - border-top-color: #d5d5d5; } - .container .jumbotron, - .container-fluid .jumbotron { - border-radius: 6px; - padding-left: 15px; - padding-right: 15px; } - .jumbotron .container { - max-width: 100%; } - @media screen and (min-width: 768px) { - .jumbotron { - padding-top: 48px; - padding-bottom: 48px; } - .container .jumbotron, - .container-fluid .jumbotron { - padding-left: 60px; - padding-right: 60px; } - .jumbotron h1, - .jumbotron .h1 { - font-size: 63px; } } - -.thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: border 0.2s ease-in-out; - -o-transition: border 0.2s ease-in-out; - transition: border 0.2s ease-in-out; } - .thumbnail > img, - .thumbnail a > img { - display: block; - max-width: 100%; - height: auto; - margin-left: auto; - margin-right: auto; } - .thumbnail .caption { - padding: 9px; - color: #333333; } - -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #337ab7; } - -.alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; } - .alert h4 { - margin-top: 0; - color: inherit; } - .alert .alert-link { - font-weight: bold; } - .alert > p, - .alert > ul { - margin-bottom: 0; } - .alert > p + p { - margin-top: 5px; } - -.alert-dismissable, -.alert-dismissible { - padding-right: 35px; } - .alert-dismissable .close, - .alert-dismissible .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; } - -.alert-success { - background-color: #dff0d8; - border-color: #d6e9c6; - color: #3c763d; } - .alert-success hr { - border-top-color: #c9e2b3; } - .alert-success .alert-link { - color: #2b542c; } - -.alert-info { - background-color: #d9edf7; - border-color: #bce8f1; - color: #31708f; } - .alert-info hr { - border-top-color: #a6e1ec; } - .alert-info .alert-link { - color: #245269; } - -.alert-warning { - background-color: #fcf8e3; - border-color: #faebcc; - color: #8a6d3b; } - .alert-warning hr { - border-top-color: #f7e1b5; } - .alert-warning .alert-link { - color: #66512c; } - -.alert-danger { - background-color: #f2dede; - border-color: #ebccd1; - color: #a94442; } - .alert-danger hr { - border-top-color: #e4b9c0; } - .alert-danger .alert-link { - color: #843534; } - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; } - to { - background-position: 0 0; } } - -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; } - to { - background-position: 0 0; } } - -.progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: #f5f5f5; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } - -.progress-bar { - float: left; - width: 0%; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #fff; - text-align: center; - background-color: #337ab7; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; } - -.progress-striped .progress-bar, -.progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; } - -.progress.active .progress-bar, -.progress-bar.active { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; } - -.progress-bar-success { - background-color: #5cb85c; } - .progress-striped .progress-bar-success { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-info { - background-color: #5bc0de; } - .progress-striped .progress-bar-info { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-warning { - background-color: #f0ad4e; } - .progress-striped .progress-bar-warning { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-danger { - background-color: #d9534f; } - .progress-striped .progress-bar-danger { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.media { - margin-top: 15px; } - .media:first-child { - margin-top: 0; } - -.media, -.media-body { - zoom: 1; - overflow: hidden; } - -.media-body { - width: 10000px; } - -.media-object { - display: block; } - .media-object.img-thumbnail { - max-width: none; } - -.media-right, -.media > .pull-right { - padding-left: 10px; } - -.media-left, -.media > .pull-left { - padding-right: 10px; } - -.media-left, -.media-right, -.media-body { - display: table-cell; - vertical-align: top; } - -.media-middle { - vertical-align: middle; } - -.media-bottom { - vertical-align: bottom; } - -.media-heading { - margin-top: 0; - margin-bottom: 5px; } - -.media-list { - padding-left: 0; - list-style: none; } - -.list-group { - margin-bottom: 20px; - padding-left: 0; } - -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; } - .list-group-item:first-child { - border-top-right-radius: 4px; - border-top-left-radius: 4px; } - .list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; } - -a.list-group-item, -button.list-group-item { - color: #555; } - a.list-group-item .list-group-item-heading, - button.list-group-item .list-group-item-heading { - color: #333; } - a.list-group-item:hover, a.list-group-item:focus, - button.list-group-item:hover, - button.list-group-item:focus { - text-decoration: none; - color: #555; - background-color: #f5f5f5; } - -button.list-group-item { - width: 100%; - text-align: left; } - -.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { - background-color: #eeeeee; - color: #777777; - cursor: not-allowed; } - .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { - color: inherit; } - .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { - color: #777777; } - -.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { - z-index: 2; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; } - .list-group-item.active .list-group-item-heading, - .list-group-item.active .list-group-item-heading > small, - .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, - .list-group-item.active:hover .list-group-item-heading > small, - .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, - .list-group-item.active:focus .list-group-item-heading > small, - .list-group-item.active:focus .list-group-item-heading > .small { - color: inherit; } - .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { - color: #c7ddef; } - -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; } - -a.list-group-item-success, -button.list-group-item-success { - color: #3c763d; } - a.list-group-item-success .list-group-item-heading, - button.list-group-item-success .list-group-item-heading { - color: inherit; } - a.list-group-item-success:hover, a.list-group-item-success:focus, - button.list-group-item-success:hover, - button.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; } - a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, - button.list-group-item-success.active, - button.list-group-item-success.active:hover, - button.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; } - -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; } - -a.list-group-item-info, -button.list-group-item-info { - color: #31708f; } - a.list-group-item-info .list-group-item-heading, - button.list-group-item-info .list-group-item-heading { - color: inherit; } - a.list-group-item-info:hover, a.list-group-item-info:focus, - button.list-group-item-info:hover, - button.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; } - a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, - button.list-group-item-info.active, - button.list-group-item-info.active:hover, - button.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; } - -.list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; } - -a.list-group-item-warning, -button.list-group-item-warning { - color: #8a6d3b; } - a.list-group-item-warning .list-group-item-heading, - button.list-group-item-warning .list-group-item-heading { - color: inherit; } - a.list-group-item-warning:hover, a.list-group-item-warning:focus, - button.list-group-item-warning:hover, - button.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; } - a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, - button.list-group-item-warning.active, - button.list-group-item-warning.active:hover, - button.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; } - -.list-group-item-danger { - color: #a94442; - background-color: #f2dede; } - -a.list-group-item-danger, -button.list-group-item-danger { - color: #a94442; } - a.list-group-item-danger .list-group-item-heading, - button.list-group-item-danger .list-group-item-heading { - color: inherit; } - a.list-group-item-danger:hover, a.list-group-item-danger:focus, - button.list-group-item-danger:hover, - button.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; } - a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, - button.list-group-item-danger.active, - button.list-group-item-danger.active:hover, - button.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; } - -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; } - -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; } - -.panel { - margin-bottom: 20px; - background-color: #fff; - border: 1px solid transparent; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } - -.panel-body { - padding: 15px; } - .panel-body:before, .panel-body:after { - content: " "; - display: table; } - .panel-body:after { - clear: both; } - -.panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-right-radius: 3px; - border-top-left-radius: 3px; } - .panel-heading > .dropdown .dropdown-toggle { - color: inherit; } - -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; } - .panel-title > a, - .panel-title > small, - .panel-title > .small, - .panel-title > small > a, - .panel-title > .small > a { - color: inherit; } - -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #ddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - -.panel > .list-group, -.panel > .panel-collapse > .list-group { - margin-bottom: 0; } - .panel > .list-group .list-group-item, - .panel > .panel-collapse > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; } - .panel > .list-group:first-child .list-group-item:first-child, - .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; } - .panel > .list-group:last-child .list-group-item:last-child, - .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - -.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; } - -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; } - -.list-group + .panel-footer { - border-top-width: 0; } - -.panel > .table, -.panel > .table-responsive > .table, -.panel > .panel-collapse > .table { - margin-bottom: 0; } - .panel > .table caption, - .panel > .table-responsive > .table caption, - .panel > .panel-collapse > .table caption { - padding-left: 15px; - padding-right: 15px; } - -.panel > .table:first-child, -.panel > .table-responsive:first-child > .table:first-child { - border-top-right-radius: 3px; - border-top-left-radius: 3px; } - .panel > .table:first-child > thead:first-child > tr:first-child, - .panel > .table:first-child > tbody:first-child > tr:first-child, - .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, - .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, - .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, - .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, - .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, - .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, - .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, - .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, - .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; } - .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, - .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, - .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, - .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, - .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, - .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, - .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, - .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; } - -.panel > .table:last-child, -.panel > .table-responsive:last-child > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - .panel > .table:last-child > tbody:last-child > tr:last-child, - .panel > .table:last-child > tfoot:last-child > tr:last-child, - .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, - .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, - .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, - .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, - .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, - .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, - .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, - .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, - .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; } - .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, - .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, - .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, - .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, - .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, - .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, - .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, - .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; } - -.panel > .panel-body + .table, -.panel > .panel-body + .table-responsive, -.panel > .table + .panel-body, -.panel > .table-responsive + .panel-body { - border-top: 1px solid #ddd; } - -.panel > .table > tbody:first-child > tr:first-child th, -.panel > .table > tbody:first-child > tr:first-child td { - border-top: 0; } - -.panel > .table-bordered, -.panel > .table-responsive > .table-bordered { - border: 0; } - .panel > .table-bordered > thead > tr > th:first-child, - .panel > .table-bordered > thead > tr > td:first-child, - .panel > .table-bordered > tbody > tr > th:first-child, - .panel > .table-bordered > tbody > tr > td:first-child, - .panel > .table-bordered > tfoot > tr > th:first-child, - .panel > .table-bordered > tfoot > tr > td:first-child, - .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, - .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, - .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, - .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, - .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; } - .panel > .table-bordered > thead > tr > th:last-child, - .panel > .table-bordered > thead > tr > td:last-child, - .panel > .table-bordered > tbody > tr > th:last-child, - .panel > .table-bordered > tbody > tr > td:last-child, - .panel > .table-bordered > tfoot > tr > th:last-child, - .panel > .table-bordered > tfoot > tr > td:last-child, - .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, - .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, - .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, - .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, - .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; } - .panel > .table-bordered > thead > tr:first-child > td, - .panel > .table-bordered > thead > tr:first-child > th, - .panel > .table-bordered > tbody > tr:first-child > td, - .panel > .table-bordered > tbody > tr:first-child > th, - .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, - .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, - .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, - .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { - border-bottom: 0; } - .panel > .table-bordered > tbody > tr:last-child > td, - .panel > .table-bordered > tbody > tr:last-child > th, - .panel > .table-bordered > tfoot > tr:last-child > td, - .panel > .table-bordered > tfoot > tr:last-child > th, - .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, - .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, - .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, - .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; } - -.panel > .table-responsive { - border: 0; - margin-bottom: 0; } - -.panel-group { - margin-bottom: 20px; } - .panel-group .panel { - margin-bottom: 0; - border-radius: 4px; } - .panel-group .panel + .panel { - margin-top: 5px; } - .panel-group .panel-heading { - border-bottom: 0; } - .panel-group .panel-heading + .panel-collapse > .panel-body, - .panel-group .panel-heading + .panel-collapse > .list-group { - border-top: 1px solid #ddd; } - .panel-group .panel-footer { - border-top: 0; } - .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #ddd; } - -.panel-default { - border-color: #ddd; } - .panel-default > .panel-heading { - color: #333333; - background-color: #f5f5f5; - border-color: #ddd; } - .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ddd; } - .panel-default > .panel-heading .badge { - color: #f5f5f5; - background-color: #333333; } - .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; } - -.panel-primary { - border-color: #337ab7; } - .panel-primary > .panel-heading { - color: #fff; - background-color: #337ab7; - border-color: #337ab7; } - .panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #337ab7; } - .panel-primary > .panel-heading .badge { - color: #337ab7; - background-color: #fff; } - .panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #337ab7; } - -.panel-success { - border-color: #d6e9c6; } - .panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; } - .panel-success > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #d6e9c6; } - .panel-success > .panel-heading .badge { - color: #dff0d8; - background-color: #3c763d; } - .panel-success > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #d6e9c6; } - -.panel-info { - border-color: #bce8f1; } - .panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; } - .panel-info > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #bce8f1; } - .panel-info > .panel-heading .badge { - color: #d9edf7; - background-color: #31708f; } - .panel-info > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #bce8f1; } - -.panel-warning { - border-color: #faebcc; } - .panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; } - .panel-warning > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #faebcc; } - .panel-warning > .panel-heading .badge { - color: #fcf8e3; - background-color: #8a6d3b; } - .panel-warning > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #faebcc; } - -.panel-danger { - border-color: #ebccd1; } - .panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; } - .panel-danger > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ebccd1; } - .panel-danger > .panel-heading .badge { - color: #f2dede; - background-color: #a94442; } - .panel-danger > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ebccd1; } - -.embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; } - .embed-responsive .embed-responsive-item, - .embed-responsive iframe, - .embed-responsive embed, - .embed-responsive object, - .embed-responsive video { - position: absolute; - top: 0; - left: 0; - bottom: 0; - height: 100%; - width: 100%; - border: 0; } - -.embed-responsive-16by9 { - padding-bottom: 56.25%; } - -.embed-responsive-4by3 { - padding-bottom: 75%; } - -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } - .well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); } - -.well-lg { - padding: 24px; - border-radius: 6px; } - -.well-sm { - padding: 9px; - border-radius: 3px; } - -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: 0.2; - filter: alpha(opacity=20); } - .close:hover, .close:focus { - color: #000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: alpha(opacity=50); } - -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; } - -.modal-open { - overflow: hidden; } - -.modal { - display: none; - overflow: hidden; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - -webkit-overflow-scrolling: touch; - outline: 0; } - .modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - -o-transform: translate(0, -25%); - transform: translate(0, -25%); - -webkit-transition: -webkit-transform 0.3s ease-out; - -moz-transition: -moz-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; } - .modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - -o-transform: translate(0, 0); - transform: translate(0, 0); } - -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; } - -.modal-dialog { - position: relative; - width: auto; - margin: 10px; } - -.modal-content { - position: relative; - background-color: #fff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; - outline: 0; } - -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; } - .modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); } - .modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); } - -.modal-header { - padding: 15px; - border-bottom: 1px solid #e5e5e5; } - .modal-header:before, .modal-header:after { - content: " "; - display: table; } - .modal-header:after { - clear: both; } - -.modal-header .close { - margin-top: -2px; } - -.modal-title { - margin: 0; - line-height: 1.42857; } - -.modal-body { - position: relative; - padding: 15px; } - -.modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; } - .modal-footer:before, .modal-footer:after { - content: " "; - display: table; } - .modal-footer:after { - clear: both; } - .modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; } - .modal-footer .btn-group .btn + .btn { - margin-left: -1px; } - .modal-footer .btn-block + .btn-block { - margin-left: 0; } - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; } - -@media (min-width: 768px) { - .modal-dialog { - width: 600px; - margin: 30px auto; } - .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } - .modal-sm { - width: 300px; } } - -@media (min-width: 992px) { - .modal-lg { - width: 900px; } } - -.tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 12px; - opacity: 0; - filter: alpha(opacity=0); } - .tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); } - .tooltip.top { - margin-top: -3px; - padding: 5px 0; } - .tooltip.right { - margin-left: 3px; - padding: 0 5px; } - .tooltip.bottom { - margin-top: 3px; - padding: 5px 0; } - .tooltip.left { - margin-left: -3px; - padding: 0 5px; } - -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 4px; } - -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; } - -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.top-left .tooltip-arrow { - bottom: 0; - right: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.top-right .tooltip-arrow { - bottom: 0; - left: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000; } - -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000; } - -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.tooltip.bottom-left .tooltip-arrow { - top: 0; - right: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.tooltip.bottom-right .tooltip-arrow { - top: 0; - left: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: none; - max-width: 276px; - padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.42857; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - font-size: 14px; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } - .popover.top { - margin-top: -10px; } - .popover.right { - margin-left: 10px; } - .popover.bottom { - margin-top: 10px; } - .popover.left { - margin-left: -10px; } - -.popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; } - -.popover-content { - padding: 9px 14px; } - -.popover > .arrow, .popover > .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; } - -.popover > .arrow { - border-width: 11px; } - -.popover > .arrow:after { - border-width: 10px; - content: ""; } - -.popover.top > .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; } - .popover.top > .arrow:after { - content: " "; - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: #fff; } - -.popover.right > .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); } - .popover.right > .arrow:after { - content: " "; - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: #fff; } - -.popover.bottom > .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; } - .popover.bottom > .arrow:after { - content: " "; - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: #fff; } - -.popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); } - .popover.left > .arrow:after { - content: " "; - right: 1px; - border-right-width: 0; - border-left-color: #fff; - bottom: -10px; } - -.carousel { - position: relative; } - -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; } - .carousel-inner > .item { - display: none; - position: relative; - -webkit-transition: 0.6s ease-in-out left; - -o-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; } - .carousel-inner > .item > img, - .carousel-inner > .item > a > img { - display: block; - max-width: 100%; - height: auto; - line-height: 1; } - @media all and (transform-3d), (-webkit-transform-3d) { - .carousel-inner > .item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - -moz-transition: -moz-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - -moz-perspective: 1000px; - perspective: 1000px; } - .carousel-inner > .item.next, .carousel-inner > .item.active.right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - left: 0; } - .carousel-inner > .item.prev, .carousel-inner > .item.active.left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - left: 0; } - .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - left: 0; } } - .carousel-inner > .active, - .carousel-inner > .next, - .carousel-inner > .prev { - display: block; } - .carousel-inner > .active { - left: 0; } - .carousel-inner > .next, - .carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; } - .carousel-inner > .next { - left: 100%; } - .carousel-inner > .prev { - left: -100%; } - .carousel-inner > .next.left, - .carousel-inner > .prev.right { - left: 0; } - .carousel-inner > .active.left { - left: -100%; } - .carousel-inner > .active.right { - left: 100%; } - -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 15%; - opacity: 0.5; - filter: alpha(opacity=50); - font-size: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - background-color: transparent; } - .carousel-control.left { - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } - .carousel-control.right { - left: auto; - right: 0; - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } - .carousel-control:hover, .carousel-control:focus { - outline: 0; - color: #fff; - text-decoration: none; - opacity: 0.9; - filter: alpha(opacity=90); } - .carousel-control .icon-prev, - .carousel-control .icon-next, - .carousel-control .glyphicon-chevron-left, - .carousel-control .glyphicon-chevron-right { - position: absolute; - top: 50%; - margin-top: -10px; - z-index: 5; - display: inline-block; } - .carousel-control .icon-prev, - .carousel-control .glyphicon-chevron-left { - left: 50%; - margin-left: -10px; } - .carousel-control .icon-next, - .carousel-control .glyphicon-chevron-right { - right: 50%; - margin-right: -10px; } - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 20px; - height: 20px; - line-height: 1; - font-family: serif; } - .carousel-control .icon-prev:before { - content: '\2039'; } - .carousel-control .icon-next:before { - content: '\203a'; } - -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - margin-left: -30%; - padding-left: 0; - list-style: none; - text-align: center; } - .carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - border: 1px solid #fff; - border-radius: 10px; - cursor: pointer; - background-color: #000 \9; - background-color: transparent; } - .carousel-indicators .active { - margin: 0; - width: 12px; - height: 12px; - background-color: #fff; } - -.carousel-caption { - position: absolute; - left: 15%; - right: 15%; - bottom: 20px; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .carousel-caption .btn { - text-shadow: none; } - -@media screen and (min-width: 768px) { - .carousel-control .glyphicon-chevron-left, - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -10px; - font-size: 30px; } - .carousel-control .glyphicon-chevron-left, - .carousel-control .icon-prev { - margin-left: -10px; } - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-next { - margin-right: -10px; } - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; } - .carousel-indicators { - bottom: 20px; } } - -.clearfix:before, .clearfix:after { - content: " "; - display: table; } - -.clearfix:after { - clear: both; } - -.center-block { - display: block; - margin-left: auto; - margin-right: auto; } - -.pull-right { - float: right !important; } - -.pull-left { - float: left !important; } - -.hide { - display: none !important; } - -.show { - display: block !important; } - -.invisible { - visibility: hidden; } - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; } - -.hidden { - display: none !important; } - -.affix { - position: fixed; } - -@-ms-viewport { - width: device-width; } - -.visible-xs { - display: none !important; } - -.visible-sm { - display: none !important; } - -.visible-md { - display: none !important; } - -.visible-lg { - display: none !important; } - -.visible-xs-block, -.visible-xs-inline, -.visible-xs-inline-block, -.visible-sm-block, -.visible-sm-inline, -.visible-sm-inline-block, -.visible-md-block, -.visible-md-inline, -.visible-md-inline-block, -.visible-lg-block, -.visible-lg-inline, -.visible-lg-inline-block { - display: none !important; } - -@media (max-width: 767px) { - .visible-xs { - display: block !important; } - table.visible-xs { - display: table !important; } - tr.visible-xs { - display: table-row !important; } - th.visible-xs, - td.visible-xs { - display: table-cell !important; } } - -@media (max-width: 767px) { - .visible-xs-block { - display: block !important; } } - -@media (max-width: 767px) { - .visible-xs-inline { - display: inline !important; } } - -@media (max-width: 767px) { - .visible-xs-inline-block { - display: inline-block !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; } - table.visible-sm { - display: table !important; } - tr.visible-sm { - display: table-row !important; } - th.visible-sm, - td.visible-sm { - display: table-cell !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-block { - display: block !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline { - display: inline !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline-block { - display: inline-block !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; } - table.visible-md { - display: table !important; } - tr.visible-md { - display: table-row !important; } - th.visible-md, - td.visible-md { - display: table-cell !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-block { - display: block !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline { - display: inline !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline-block { - display: inline-block !important; } } - -@media (min-width: 1200px) { - .visible-lg { - display: block !important; } - table.visible-lg { - display: table !important; } - tr.visible-lg { - display: table-row !important; } - th.visible-lg, - td.visible-lg { - display: table-cell !important; } } - -@media (min-width: 1200px) { - .visible-lg-block { - display: block !important; } } - -@media (min-width: 1200px) { - .visible-lg-inline { - display: inline !important; } } - -@media (min-width: 1200px) { - .visible-lg-inline-block { - display: inline-block !important; } } - -@media (max-width: 767px) { - .hidden-xs { - display: none !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; } } - -@media (min-width: 1200px) { - .hidden-lg { - display: none !important; } } - -.visible-print { - display: none !important; } - -@media print { - .visible-print { - display: block !important; } - table.visible-print { - display: table !important; } - tr.visible-print { - display: table-row !important; } - th.visible-print, - td.visible-print { - display: table-cell !important; } } - -.visible-print-block { - display: none !important; } - @media print { - .visible-print-block { - display: block !important; } } - -.visible-print-inline { - display: none !important; } - @media print { - .visible-print-inline { - display: inline !important; } } - -.visible-print-inline-block { - display: none !important; } - @media print { - .visible-print-inline-block { - display: inline-block !important; } } - -@media print { - .hidden-print { - display: none !important; } } - -.bg-red { - background: red; } - -body { - padding-top: 60px; } - -main a:link, -main a:hover { - border-bottom: 1px solid; - text-decoration: none; } - -main p img { - margin: 1.5em 0; } - -.embed-container { - padding: 56.25% 0 0; - position: relative; - width: 100%; } - .embed-container iframe, - .embed-container embed { - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; } - -.is-centered { - margin: 0 auto; } - -.is-half { - width: 50%; } - -.flex { - flex: 1; } - -.flex-wrap { - flex-wrap: wrap; } - -.list-style-none { - list-style: none; } - -.align-items-center { - align-items: center; } - -.display-block, -.is-block { - display: block; } - -.display-inline, -.is-inline { - display: inline; } - -.display-inline-block, -.is-inline-block { - display: inline-block; } - -.display-flex, -.is-flex { - display: flex; } - -.table > thead > tr > th.vertical-top, -.table > thead > tr > td.vertical-top, -.table > tbody > tr > th.vertical-top, -.table > tbody > tr > td.vertical-top, -.table > tfoot > tr > th.vertical-top, -.table > tfoot > tr > td.vertical-top { - vertical-align: top; } - -.table > thead > tr > th.vertical-middle, -.table > thead > tr > td.vertical-middle, -.table > tbody > tr > th.vertical-middle, -.table > tbody > tr > td.vertical-middle, -.table > tfoot > tr > th.vertical-middle, -.table > tfoot > tr > td.vertical-middle { - vertical-align: middle; } - -.table > thead > tr > th.vertical-bottom, -.table > thead > tr > td.vertical-bottom, -.table > tbody > tr > th.vertical-bottom, -.table > tbody > tr > td.vertical-bottom, -.table > tfoot > tr > th.vertical-bottom, -.table > tfoot > tr > td.vertical-bottom { - vertical-align: bottom; } - -.is-2 { - width: calc(100% / 2); } - -.is-3 { - width: calc(100% / 3); } - -.is-4 { - width: calc(100% / 4); } - -.is-5 { - width: calc(100% / 5); } - -.text-left { - text-align: left; } - -.text-center { - text-align: center; } - -.text-right { - text-align: right; } - -.text-light { - color: #777; } - -.availability p:last-of-type { - margin-bottom: 0; } - -.badges > *:not(:last-child) { - margin: 0 auto 10px; } - -.badges img { - max-width: 100%; } - -.copyright { - border-top: 1px solid #CCC; - margin-top: 1em; - padding-top: 1em; } - -.meetups:before, .meetups:after { - content: " "; - display: table; } - -.meetups:after { - clear: both; } - -.meetups ul { - list-style: none; - padding-left: 0; - margin-left: 0; } - -.meetups li { - display: inline-block; - padding: 5px 0; - margin: 0 5px 5px 0; } - -.meetups a { - display: block; } - -.meetups img { - max-height: 40px; - width: auto; } - -img.me { - max-width: 110px; } - -.page--blog__list ul.posts { - list-style: none; - margin-bottom: 2em; - padding-left: 0; } - -.page--blog__list .post { - border-bottom: 1px solid #CCC; - margin-bottom: 1em; - padding-bottom: 2em; } - .page--blog__list .post:before, .page--blog__list .post:after { - content: " "; - display: table; } - .page--blog__list .post:after { - clear: both; } - -.experience-item { - margin-bottom: 30px; } - .experience-item:before, .experience-item:after { - content: " "; - display: table; } - .experience-item:after { - clear: both; } - -.experience-item-website { - margin-bottom: 2px; } - -.experience-item-role { - margin-bottom: .625rem; } - -.experience-item-logo { - float: right; - margin: 25px 0 1em 1.5em; - max-width: 25%; } - @media screen and (min-width: 500px) { - .experience-item-logo { - max-width: 20%; } } - @media screen and (min-width: 992px) { - .experience-item-logo { - max-width: 15%; } } - .experience-item-logo img { - height: auto; - width: 100%; } - -.experience-item-description p:last-of-type { - margin-bottom: 0; } - -.post-pager { - clear: both; - margin-top: 2em; } - -.post-pager div { - flex: 1; } - -pre { - display: block; - overflow: auto; - word-break: normal; - word-wrap: no-wrap; } - -pre[class*="language-"] { - border: 0; - border-radius: 0; - margin: 1.5em 0; } - -pre code { - white-space: pre; - word-break: normal; } - -code.hljs { - background-color: inherit; - padding: 0; } - -code[data-gist-id] { - background: transparent; - padding: 0; } - -.about-author:before, .about-author:after { - content: " "; - display: table; } - -.about-author:after { - clear: both; } - -.about-author img { - float: left; - margin: 0 1em 1em 0; - width: 50px; } - -.project-company.has-logo a:link, -.project-company.has-logo a:hover { - border-bottom: 0; - display: block; } - -.project-company.has-logo img { - max-width: 75%; } - @media screen and (min-width: 768px) { - .project-company.has-logo img { - max-width: 50%; } } - @media screen and (min-width: 992px) { - .project-company.has-logo img { - max-width: 33.3%; } } - -.talk-full h1 { - margin-bottom: 25px; } - -.presentation { - background: url("../images/loading.gif") no-repeat center; - min-height: 275px; - width: 100%; } - @media screen and (min-width: 768px) { - .presentation { - min-height: 460px; } } - @media screen and (min-width: 992px) { - .presentation { - min-height: 540px; } } - -.testimonial { - margin-bottom: 10px; } - .testimonial:before, .testimonial:after { - content: " "; - display: table; } - .testimonial:after { - clear: both; } - .testimonial__image { - height: 75px; - margin: 0 0 10px 10px; - width: 75px; } - @media screen and (max-width: 767px) { - .testimonial__image { - height: 90px; - width: 90px; } } - -/*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/docs/assets/css/main.css.map b/docs/assets/css/main.css.map deleted file mode 100644 index ac64db4b..00000000 --- a/docs/assets/css/main.css.map +++ /dev/null @@ -1,94 +0,0 @@ -{ - "version": 3, - "file": "main.css", - "sources": [ - "assets/sass/main.sass", - "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_opacity.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_image.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-filter.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_resize.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_size.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_tab-focus.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-text.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_border-radius.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_gradients.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_center-block.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss", - "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss", - "assets/sass/_base.sass", - "assets/sass/_mixins.sass", - "assets/sass/base/_layout.sass", - "assets/sass/base/_typography.sass", - "assets/sass/components/_availability.sass", - "assets/sass/components/_badges.sass", - "assets/sass/components/_footer.sass", - "assets/sass/components/_meetups.sass", - "assets/sass/pages/_about.sass", - "assets/sass/pages/_blog.sass", - "assets/sass/pages/_experience.sass", - "assets/sass/pages/_post.sass", - "assets/sass/pages/_project.sass", - "assets/sass/pages/_talk.sass", - "assets/sass/pages/_testimonials.sass" - ], - "names": [], - "mappings": "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" -} \ No newline at end of file diff --git a/docs/assets/fonts/FontAwesome.otf b/docs/assets/fonts/FontAwesome.otf deleted file mode 100644 index 401ec0f3..00000000 Binary files a/docs/assets/fonts/FontAwesome.otf and /dev/null differ diff --git a/docs/assets/fonts/fontawesome-webfont.eot b/docs/assets/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca9..00000000 Binary files a/docs/assets/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/docs/assets/fonts/fontawesome-webfont.svg b/docs/assets/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845e..00000000 --- a/docs/assets/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/assets/fonts/fontawesome-webfont.ttf b/docs/assets/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2f..00000000 Binary files a/docs/assets/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/docs/assets/fonts/fontawesome-webfont.woff b/docs/assets/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4..00000000 Binary files a/docs/assets/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/docs/assets/fonts/fontawesome-webfont.woff2 b/docs/assets/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc60..00000000 Binary files a/docs/assets/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/docs/assets/images/badges/acquia-d8-back-end.png b/docs/assets/images/badges/acquia-d8-back-end.png deleted file mode 100644 index b190ba61..00000000 Binary files a/docs/assets/images/badges/acquia-d8-back-end.png and /dev/null differ diff --git a/docs/assets/images/badges/acquia-d8-developer.png b/docs/assets/images/badges/acquia-d8-developer.png deleted file mode 100644 index 8296cf0b..00000000 Binary files a/docs/assets/images/badges/acquia-d8-developer.png and /dev/null differ diff --git a/docs/assets/images/badges/da-individual-member.png b/docs/assets/images/badges/da-individual-member.png deleted file mode 100644 index dd88817d..00000000 Binary files a/docs/assets/images/badges/da-individual-member.png and /dev/null differ diff --git a/docs/assets/images/badges/drupal-8.jpg b/docs/assets/images/badges/drupal-8.jpg deleted file mode 100644 index 308ca012..00000000 Binary files a/docs/assets/images/badges/drupal-8.jpg and /dev/null differ diff --git a/docs/assets/images/badges/phpnw17.png b/docs/assets/images/badges/phpnw17.png deleted file mode 100644 index af9c7f94..00000000 Binary files a/docs/assets/images/badges/phpnw17.png and /dev/null differ diff --git a/docs/assets/images/blog/custom-module-as-a-feature.png b/docs/assets/images/blog/custom-module-as-a-feature.png deleted file mode 100644 index 72669173..00000000 Binary files a/docs/assets/images/blog/custom-module-as-a-feature.png and /dev/null differ diff --git a/docs/assets/images/blog/drupal-meetups-twitterbot.png b/docs/assets/images/blog/drupal-meetups-twitterbot.png deleted file mode 100644 index 6b2ac07a..00000000 Binary files a/docs/assets/images/blog/drupal-meetups-twitterbot.png and /dev/null differ diff --git a/docs/assets/images/blog/drupalcamp-bristol-17-logo.jpg b/docs/assets/images/blog/drupalcamp-bristol-17-logo.jpg deleted file mode 100644 index 4722c1cd..00000000 Binary files a/docs/assets/images/blog/drupalcamp-bristol-17-logo.jpg and /dev/null differ diff --git a/docs/assets/images/blog/drupalvm-generate-example-2.gif b/docs/assets/images/blog/drupalvm-generate-example-2.gif deleted file mode 100644 index fc66f941..00000000 Binary files a/docs/assets/images/blog/drupalvm-generate-example-2.gif and /dev/null differ diff --git a/docs/assets/images/blog/drupalvm-generate-example.gif b/docs/assets/images/blog/drupalvm-generate-example.gif deleted file mode 100644 index 1975a233..00000000 Binary files a/docs/assets/images/blog/drupalvm-generate-example.gif and /dev/null differ diff --git a/docs/assets/images/blog/drupalvm-generate-release.png b/docs/assets/images/blog/drupalvm-generate-release.png deleted file mode 100644 index 498bb080..00000000 Binary files a/docs/assets/images/blog/drupalvm-generate-release.png and /dev/null differ diff --git a/docs/assets/images/blog/drupalvm-generate-repo.png b/docs/assets/images/blog/drupalvm-generate-repo.png deleted file mode 100644 index 42716804..00000000 Binary files a/docs/assets/images/blog/drupalvm-generate-repo.png and /dev/null differ diff --git a/docs/assets/images/blog/forked-github-repo-commits.png b/docs/assets/images/blog/forked-github-repo-commits.png deleted file mode 100644 index 1f3f372a..00000000 Binary files a/docs/assets/images/blog/forked-github-repo-commits.png and /dev/null differ diff --git a/docs/assets/images/blog/git-format-patch.png b/docs/assets/images/blog/git-format-patch.png deleted file mode 100644 index fc4fdbca..00000000 Binary files a/docs/assets/images/blog/git-format-patch.png and /dev/null differ diff --git a/docs/assets/images/blog/github-fork-rebase-phpstorm.png b/docs/assets/images/blog/github-fork-rebase-phpstorm.png deleted file mode 100644 index 791a2fee..00000000 Binary files a/docs/assets/images/blog/github-fork-rebase-phpstorm.png and /dev/null differ diff --git a/docs/assets/images/blog/github-pages.png b/docs/assets/images/blog/github-pages.png deleted file mode 100644 index 5aea25ca..00000000 Binary files a/docs/assets/images/blog/github-pages.png and /dev/null differ diff --git a/docs/assets/images/blog/jackson-octocat.png b/docs/assets/images/blog/jackson-octocat.png deleted file mode 100644 index 8e950628..00000000 Binary files a/docs/assets/images/blog/jackson-octocat.png and /dev/null differ diff --git a/docs/assets/images/blog/minimum-drupal-version-d7.png b/docs/assets/images/blog/minimum-drupal-version-d7.png deleted file mode 100644 index b4cbce3d..00000000 Binary files a/docs/assets/images/blog/minimum-drupal-version-d7.png and /dev/null differ diff --git a/docs/assets/images/blog/my-commit-to-the-rebased-branch.png b/docs/assets/images/blog/my-commit-to-the-rebased-branch.png deleted file mode 100644 index ea03595d..00000000 Binary files a/docs/assets/images/blog/my-commit-to-the-rebased-branch.png and /dev/null differ diff --git a/docs/assets/images/blog/nginx-redirect-with-args.gif b/docs/assets/images/blog/nginx-redirect-with-args.gif deleted file mode 100644 index 91c4910d..00000000 Binary files a/docs/assets/images/blog/nginx-redirect-with-args.gif and /dev/null differ diff --git a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png b/docs/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png deleted file mode 100644 index a6ca489a..00000000 Binary files a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-poll.png and /dev/null differ diff --git a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png b/docs/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png deleted file mode 100644 index 25aebb15..00000000 Binary files a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-repo.png and /dev/null differ diff --git a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png b/docs/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png deleted file mode 100644 index d1c9f880..00000000 Binary files a/docs/assets/images/blog/oliverdavies-uk-jenkins-git-timer.png and /dev/null differ diff --git a/docs/assets/images/blog/oliverdavies-uk-jenkins-shell.png b/docs/assets/images/blog/oliverdavies-uk-jenkins-shell.png deleted file mode 100644 index 92abe374..00000000 Binary files a/docs/assets/images/blog/oliverdavies-uk-jenkins-shell.png and /dev/null differ diff --git a/docs/assets/images/blog/override-node-options-refactor-tests-new-passing.png b/docs/assets/images/blog/override-node-options-refactor-tests-new-passing.png deleted file mode 100644 index 70f30d14..00000000 Binary files a/docs/assets/images/blog/override-node-options-refactor-tests-new-passing.png and /dev/null differ diff --git a/docs/assets/images/experience/appnovation.png b/docs/assets/images/experience/appnovation.png deleted file mode 100644 index 49e432cd..00000000 Binary files a/docs/assets/images/experience/appnovation.png and /dev/null differ diff --git a/docs/assets/images/experience/cti-digital.png b/docs/assets/images/experience/cti-digital.png deleted file mode 100644 index 2fd01322..00000000 Binary files a/docs/assets/images/experience/cti-digital.png and /dev/null differ diff --git a/docs/assets/images/experience/drupal-association.png b/docs/assets/images/experience/drupal-association.png deleted file mode 100644 index c262743a..00000000 Binary files a/docs/assets/images/experience/drupal-association.png and /dev/null differ diff --git a/docs/assets/images/experience/horse-and-country.jpg b/docs/assets/images/experience/horse-and-country.jpg deleted file mode 100644 index a445ebf6..00000000 Binary files a/docs/assets/images/experience/horse-and-country.jpg and /dev/null differ diff --git a/docs/assets/images/experience/lab-class.png b/docs/assets/images/experience/lab-class.png deleted file mode 100644 index 2d94fc82..00000000 Binary files a/docs/assets/images/experience/lab-class.png and /dev/null differ diff --git a/docs/assets/images/experience/microserve.png b/docs/assets/images/experience/microserve.png deleted file mode 100644 index 5c7438ee..00000000 Binary files a/docs/assets/images/experience/microserve.png and /dev/null differ diff --git a/docs/assets/images/experience/nomensa.png b/docs/assets/images/experience/nomensa.png deleted file mode 100644 index cdb9bc33..00000000 Binary files a/docs/assets/images/experience/nomensa.png and /dev/null differ diff --git a/docs/assets/images/experience/precedent.jpg b/docs/assets/images/experience/precedent.jpg deleted file mode 100644 index 04c77f85..00000000 Binary files a/docs/assets/images/experience/precedent.jpg and /dev/null differ diff --git a/docs/assets/images/experience/proctors.jpg b/docs/assets/images/experience/proctors.jpg deleted file mode 100644 index faaa79bb..00000000 Binary files a/docs/assets/images/experience/proctors.jpg and /dev/null differ diff --git a/docs/assets/images/loading.gif b/docs/assets/images/loading.gif deleted file mode 100644 index 7141e0dc..00000000 Binary files a/docs/assets/images/loading.gif and /dev/null differ diff --git a/docs/assets/images/me-precedent.jpg b/docs/assets/images/me-precedent.jpg deleted file mode 100644 index 4b3e0319..00000000 Binary files a/docs/assets/images/me-precedent.jpg and /dev/null differ diff --git a/docs/assets/images/meetups/accessible-bristol.png b/docs/assets/images/meetups/accessible-bristol.png deleted file mode 100644 index 2c1b2ab9..00000000 Binary files a/docs/assets/images/meetups/accessible-bristol.png and /dev/null differ diff --git a/docs/assets/images/meetups/drupal-bristol.jpeg b/docs/assets/images/meetups/drupal-bristol.jpeg deleted file mode 100644 index 2ec7e570..00000000 Binary files a/docs/assets/images/meetups/drupal-bristol.jpeg and /dev/null differ diff --git a/docs/assets/images/meetups/drupalcamp-bristol.png b/docs/assets/images/meetups/drupalcamp-bristol.png deleted file mode 100644 index fed927e8..00000000 Binary files a/docs/assets/images/meetups/drupalcamp-bristol.png and /dev/null differ diff --git a/docs/assets/images/meetups/nwdug.jpg b/docs/assets/images/meetups/nwdug.jpg deleted file mode 100644 index 437625be..00000000 Binary files a/docs/assets/images/meetups/nwdug.jpg and /dev/null differ diff --git a/docs/assets/images/meetups/phpnw.gif b/docs/assets/images/meetups/phpnw.gif deleted file mode 100644 index 6c6343c1..00000000 Binary files a/docs/assets/images/meetups/phpnw.gif and /dev/null differ diff --git a/docs/assets/images/meetups/phpnw.jpg b/docs/assets/images/meetups/phpnw.jpg deleted file mode 100644 index 29d1b561..00000000 Binary files a/docs/assets/images/meetups/phpnw.jpg and /dev/null differ diff --git a/docs/assets/images/meetups/phpsw.jpeg b/docs/assets/images/meetups/phpsw.jpeg deleted file mode 100644 index 1347e7e4..00000000 Binary files a/docs/assets/images/meetups/phpsw.jpeg and /dev/null differ diff --git a/docs/assets/images/meetups/swdug.png b/docs/assets/images/meetups/swdug.png deleted file mode 100644 index 73a5593f..00000000 Binary files a/docs/assets/images/meetups/swdug.png and /dev/null differ diff --git a/docs/assets/images/meetups/swlug.png b/docs/assets/images/meetups/swlug.png deleted file mode 100644 index 785f1dae..00000000 Binary files a/docs/assets/images/meetups/swlug.png and /dev/null differ diff --git a/docs/assets/images/meetups/unified-diff.png b/docs/assets/images/meetups/unified-diff.png deleted file mode 100644 index 1c497526..00000000 Binary files a/docs/assets/images/meetups/unified-diff.png and /dev/null differ diff --git a/docs/assets/images/projects/accessible-bristol.png b/docs/assets/images/projects/accessible-bristol.png deleted file mode 100644 index bc1f727c..00000000 Binary files a/docs/assets/images/projects/accessible-bristol.png and /dev/null differ diff --git a/docs/assets/images/projects/aspira.png b/docs/assets/images/projects/aspira.png deleted file mode 100644 index ffeac508..00000000 Binary files a/docs/assets/images/projects/aspira.png and /dev/null differ diff --git a/docs/assets/images/projects/avon-motorsport.png b/docs/assets/images/projects/avon-motorsport.png deleted file mode 100644 index 50393e3a..00000000 Binary files a/docs/assets/images/projects/avon-motorsport.png and /dev/null differ diff --git a/docs/assets/images/projects/cattery.png b/docs/assets/images/projects/cattery.png deleted file mode 100644 index 9c33a307..00000000 Binary files a/docs/assets/images/projects/cattery.png and /dev/null differ diff --git a/docs/assets/images/projects/daylight-photo-awards.png b/docs/assets/images/projects/daylight-photo-awards.png deleted file mode 100644 index 4b752d33..00000000 Binary files a/docs/assets/images/projects/daylight-photo-awards.png and /dev/null differ diff --git a/docs/assets/images/projects/digital-theatre-plus.png b/docs/assets/images/projects/digital-theatre-plus.png deleted file mode 100644 index 830598c4..00000000 Binary files a/docs/assets/images/projects/digital-theatre-plus.png and /dev/null differ diff --git a/docs/assets/images/projects/door-decor-more.png b/docs/assets/images/projects/door-decor-more.png deleted file mode 100644 index 3cb8f94a..00000000 Binary files a/docs/assets/images/projects/door-decor-more.png and /dev/null differ diff --git a/docs/assets/images/projects/drupal-org.png b/docs/assets/images/projects/drupal-org.png deleted file mode 100644 index 0d99c259..00000000 Binary files a/docs/assets/images/projects/drupal-org.png and /dev/null differ diff --git a/docs/assets/images/projects/drupal-vm-generator.png b/docs/assets/images/projects/drupal-vm-generator.png deleted file mode 100644 index 40a93003..00000000 Binary files a/docs/assets/images/projects/drupal-vm-generator.png and /dev/null differ diff --git a/docs/assets/images/projects/horse-and-country.png b/docs/assets/images/projects/horse-and-country.png deleted file mode 100644 index dfc8b89e..00000000 Binary files a/docs/assets/images/projects/horse-and-country.png and /dev/null differ diff --git a/docs/assets/images/projects/hutch-paving.png b/docs/assets/images/projects/hutch-paving.png deleted file mode 100644 index a2826982..00000000 Binary files a/docs/assets/images/projects/hutch-paving.png and /dev/null differ diff --git a/docs/assets/images/projects/ifoa.png b/docs/assets/images/projects/ifoa.png deleted file mode 100644 index 7064c3e1..00000000 Binary files a/docs/assets/images/projects/ifoa.png and /dev/null differ diff --git a/docs/assets/images/projects/my-favourite-voucher-codes.png b/docs/assets/images/projects/my-favourite-voucher-codes.png deleted file mode 100644 index ea726fb6..00000000 Binary files a/docs/assets/images/projects/my-favourite-voucher-codes.png and /dev/null differ diff --git a/docs/assets/images/projects/road-cc.png b/docs/assets/images/projects/road-cc.png deleted file mode 100644 index a2f8fb07..00000000 Binary files a/docs/assets/images/projects/road-cc.png and /dev/null differ diff --git a/docs/assets/images/projects/source-for-searches.png b/docs/assets/images/projects/source-for-searches.png deleted file mode 100644 index d0a1eebf..00000000 Binary files a/docs/assets/images/projects/source-for-searches.png and /dev/null differ diff --git a/docs/assets/images/projects/vikisports.png b/docs/assets/images/projects/vikisports.png deleted file mode 100644 index 058c4e17..00000000 Binary files a/docs/assets/images/projects/vikisports.png and /dev/null differ diff --git a/docs/assets/images/projects/watts-tvc.png b/docs/assets/images/projects/watts-tvc.png deleted file mode 100644 index b806f0b0..00000000 Binary files a/docs/assets/images/projects/watts-tvc.png and /dev/null differ diff --git a/docs/assets/images/projects/wlsquared.png b/docs/assets/images/projects/wlsquared.png deleted file mode 100644 index f9257f9c..00000000 Binary files a/docs/assets/images/projects/wlsquared.png and /dev/null differ diff --git a/docs/assets/images/talks/dclondon16.png b/docs/assets/images/talks/dclondon16.png deleted file mode 100644 index 51087743..00000000 Binary files a/docs/assets/images/talks/dclondon16.png and /dev/null differ diff --git a/docs/assets/images/talks/deploying-php-fabric.png b/docs/assets/images/talks/deploying-php-fabric.png deleted file mode 100644 index 00cd27df..00000000 Binary files a/docs/assets/images/talks/deploying-php-fabric.png and /dev/null differ diff --git a/docs/assets/images/talks/drupal-vm-meet-symfony-console.png b/docs/assets/images/talks/drupal-vm-meet-symfony-console.png deleted file mode 100644 index 020070d1..00000000 Binary files a/docs/assets/images/talks/drupal-vm-meet-symfony-console.png and /dev/null differ diff --git a/docs/assets/images/talks/drush-make-is-dead-long-live-composer.png b/docs/assets/images/talks/drush-make-is-dead-long-live-composer.png deleted file mode 100644 index e68825c5..00000000 Binary files a/docs/assets/images/talks/drush-make-is-dead-long-live-composer.png and /dev/null differ diff --git a/docs/assets/images/talks/getting-your-data-into-drupal-8.png b/docs/assets/images/talks/getting-your-data-into-drupal-8.png deleted file mode 100644 index f75df491..00000000 Binary files a/docs/assets/images/talks/getting-your-data-into-drupal-8.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupal-bristol.jpg b/docs/assets/images/talks/logos/drupal-bristol.jpg deleted file mode 100644 index 26f9ebe3..00000000 Binary files a/docs/assets/images/talks/logos/drupal-bristol.jpg and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-brighton-2015.png b/docs/assets/images/talks/logos/drupalcamp-brighton-2015.png deleted file mode 100644 index aeef43dd..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-brighton-2015.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-bristol-2016.png b/docs/assets/images/talks/logos/drupalcamp-bristol-2016.png deleted file mode 100644 index fed927e8..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-bristol-2016.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-london-2014.png b/docs/assets/images/talks/logos/drupalcamp-london-2014.png deleted file mode 100644 index 18ef8fbb..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-london-2014.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-london-2015.png b/docs/assets/images/talks/logos/drupalcamp-london-2015.png deleted file mode 100644 index 4d079b45..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-london-2015.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-london-2017.png b/docs/assets/images/talks/logos/drupalcamp-london-2017.png deleted file mode 100644 index 24d36f81..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-london-2017.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/drupalcamp-north-2015.png b/docs/assets/images/talks/logos/drupalcamp-north-2015.png deleted file mode 100644 index 83161181..00000000 Binary files a/docs/assets/images/talks/logos/drupalcamp-north-2015.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/nomad-php.png b/docs/assets/images/talks/logos/nomad-php.png deleted file mode 100644 index ccb4fd81..00000000 Binary files a/docs/assets/images/talks/logos/nomad-php.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/nwdug.jpeg b/docs/assets/images/talks/logos/nwdug.jpeg deleted file mode 100644 index af06a2ec..00000000 Binary files a/docs/assets/images/talks/logos/nwdug.jpeg and /dev/null differ diff --git a/docs/assets/images/talks/logos/php-south-coast-2016.png b/docs/assets/images/talks/logos/php-south-coast-2016.png deleted file mode 100644 index 5f024905..00000000 Binary files a/docs/assets/images/talks/logos/php-south-coast-2016.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/phpsw.png b/docs/assets/images/talks/logos/phpsw.png deleted file mode 100644 index b9b92f88..00000000 Binary files a/docs/assets/images/talks/logos/phpsw.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/swdug.png b/docs/assets/images/talks/logos/swdug.png deleted file mode 100644 index 73a5593f..00000000 Binary files a/docs/assets/images/talks/logos/swdug.png and /dev/null differ diff --git a/docs/assets/images/talks/logos/umbristol.jpeg b/docs/assets/images/talks/logos/umbristol.jpeg deleted file mode 100644 index b1e0b4f0..00000000 Binary files a/docs/assets/images/talks/logos/umbristol.jpeg and /dev/null differ diff --git a/docs/assets/images/talks/logos/unified-diff.png b/docs/assets/images/talks/logos/unified-diff.png deleted file mode 100644 index 46808b28..00000000 Binary files a/docs/assets/images/talks/logos/unified-diff.png and /dev/null differ diff --git a/docs/assets/images/talks/test-driven-drupal-development.png b/docs/assets/images/talks/test-driven-drupal-development.png deleted file mode 100644 index 7044f4a6..00000000 Binary files a/docs/assets/images/talks/test-driven-drupal-development.png and /dev/null differ diff --git a/docs/assets/images/testimonials/brian-healy.png b/docs/assets/images/testimonials/brian-healy.png deleted file mode 100644 index c2faca16..00000000 Binary files a/docs/assets/images/testimonials/brian-healy.png and /dev/null differ diff --git a/docs/assets/images/testimonials/chris-jarvis.jpg b/docs/assets/images/testimonials/chris-jarvis.jpg deleted file mode 100644 index a302c0fe..00000000 Binary files a/docs/assets/images/testimonials/chris-jarvis.jpg and /dev/null differ diff --git a/docs/assets/images/testimonials/ed-welsby.png b/docs/assets/images/testimonials/ed-welsby.png deleted file mode 100644 index f9989763..00000000 Binary files a/docs/assets/images/testimonials/ed-welsby.png and /dev/null differ diff --git a/docs/assets/images/testimonials/holly-ross.png b/docs/assets/images/testimonials/holly-ross.png deleted file mode 100644 index 9fa2353a..00000000 Binary files a/docs/assets/images/testimonials/holly-ross.png and /dev/null differ diff --git a/docs/assets/images/testimonials/james-chapman.png b/docs/assets/images/testimonials/james-chapman.png deleted file mode 100644 index c94ebb61..00000000 Binary files a/docs/assets/images/testimonials/james-chapman.png and /dev/null differ diff --git a/docs/assets/images/testimonials/josh-mitchell.png b/docs/assets/images/testimonials/josh-mitchell.png deleted file mode 100644 index c1e2c4c0..00000000 Binary files a/docs/assets/images/testimonials/josh-mitchell.png and /dev/null differ diff --git a/docs/assets/images/testimonials/leonie-watson.jpg b/docs/assets/images/testimonials/leonie-watson.jpg deleted file mode 100644 index 51cc7800..00000000 Binary files a/docs/assets/images/testimonials/leonie-watson.jpg and /dev/null differ diff --git a/docs/blog/10-useful-drupal-6-modules/index.html b/docs/blog/10-useful-drupal-6-modules/index.html deleted file mode 100644 index 3c7421f3..00000000 --- a/docs/blog/10-useful-drupal-6-modules/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html b/docs/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html deleted file mode 100644 index 899ad6d4..00000000 --- a/docs/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html +++ /dev/null @@ -1,275 +0,0 @@ - - - - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery

- -

5th April 2010

- -

Whilst developing this, and other Drupal websites for clients, I decided that I wanted to categorise content using the taxonomy system. However, I wasn't happy with the way that Drupal displayed the terms lists by default, and I started comparing this to other websites that I look at.

- -

To start with, I wanted to have something that described what the list was displaying - like in the second example above. I wanted to have the words 'Posted in' displayed before the list of terms. To do this, I had to edit the node template file that exists within my theme folder (sites/all/themes). As I only wanted this change to affect my Blog posts, the file that I needed to change is node-blog.tpl.php

- -

I scrolled down until I found the piece of code that displayed the terms list:

- -
<?php if ($terms): ?>
-  <div class="terms terms-inline">
-    <?php print t('Posted in') . $terms; ?>
-  </div>
-<?php endif; ?>
-
- -

Adding print t(' Posted in ') will print the words 'Posted in' before outputing the terms.

- -

I then added some CSS to re-size the spacing between the items, and then add the commas between them to seperate them:

- -
.terms ul.links li {
-  margin-right: 1px;
-  padding: 0;
-}
-
-.terms ul.links li:after {
-  content: ",";
-}
-
-.terms ul.links li.last:after {
-  content: ".";
-}
-
- -

I created a file named script.js in my theme folder with the following code in it. After clearing Drupal's caches, this file is automatically recognised by Drupal 6.

- -
if (Drupal.jsEnabled) {
-  $(document).ready(function() {
-    $('.terms ul.links li.last').prev().addClass('test');
-  })
-}
-
- -

This code finds the last item in the list, uses .prev to select the one before it, and then uses .addClass to assign it the HTML class of "test". We can then use this class to target it with specific CSS.

- -
.terms ul.links li.test:after {
-  content: " and";
-}
-
- -

- Tags: - drupal-6, drupal-planet, drupal-theming, taxonomy

-
- - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/index.html b/docs/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/index.html deleted file mode 100644 index bba4c9f4..00000000 --- a/docs/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/index.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - Using ImageCache and ImageCrop for my Portfolio | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Using ImageCache and ImageCrop for my Portfolio

- -

28th April 2010

- -

Whilst working on my own portfolio/testimonial website, I decided to have a portfolio page displaying the name of each site and a thumbnail image. For this Blog post, I'll be using a site called Popcorn Strips which I built for a friend earlier this year as an example.

- -

I created a content type called 'Project' with a CCK ImageField called 'Screenshot'. I created a project called Popcorn Strips, used the ScreenGrab add-on for Mozilla Firefox to take a screenshot of the website, and uploaded it to the project node.

- -

I created a View to display the published projects, and an ImageCache -preset to create the thumbnail image by scaling and cropping the image -to a size of 200x100 pixels.

- -

Although, this automatically focused the crop on the centre of the image, whereas I wanted to crop from the top and left of the image - showing the site's logo and header.

- -

I installed the ImageCrop module, which add a jQuery crop function to the standard ImageCache presents. I removed the original Scale and Crop action and replaced it with a Scale action with a width of 200px.

- -

I then added a new 'Javascript crop' action with the following settings:

- -
    -
  • Width: 200px
  • -
  • Height: 100px
  • -
  • xoffset: Left
  • -
  • yoffset: Top
  • -
- -

- Tags: - drupal, drupal-6, cck, imagecache, imagecrop, imagefield

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/05/06/conditional-email-addresses-webform/index.html b/docs/blog/2010/05/06/conditional-email-addresses-webform/index.html deleted file mode 100644 index de65fb58..00000000 --- a/docs/blog/2010/05/06/conditional-email-addresses-webform/index.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - Conditional Email Addresses in a Webform | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Conditional Email Addresses in a Webform

- -

6th May 2010

- -

I created a new Webform to serve as a simple Contact form, but left the main configuration until after I created the form components. I added 'Name', 'Email', 'Subject' and 'Message' fields, as well as a 'Category' select list. Below 'Options', I entered each of my desired options in the following format:

- -
Email address|Visible name
-
- -

I went back to the form configuration page and expanded 'Conditional Email Recipients', and selected my Category. Note that the standard 'Email To' field above it needs to be empty. Originally, I made the mistake of leaving addresses in that field which resulted in people being sent emails regardles of which category was selected. I then configured the rest of the form.

- -

Then, when I went to the finished form, the category selection was available.

- -

- Tags: - drupal-planet, drupal-6, conditional-email, webform

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/index.html b/docs/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/index.html deleted file mode 100644 index 5a7e57ac..00000000 --- a/docs/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/index.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - Quickly Create Zen Subthemes Using Zenophile | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Quickly Create Zen Subthemes Using Zenophile

- -

10th May 2010

- -

If you use the Zen theme, then you should also be using the Zenophile module!

- -

The Zenophile module allows you to very quickly create Zen subthemes from within your web browser, as well as editing options such as the site directory where it should be placed, the layout type (fixed or fluid), page wrapper and sidebar widths, and the placement of the sidebars.

- -

For more information about the Zenophile module, check out this video by Elliott Rothman.

- -

- Tags: - drupal-planet, drupal-6, drupal-modules, drupal-theming, zen, zenophile

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/index.html b/docs/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/index.html deleted file mode 100644 index f6c21a75..00000000 --- a/docs/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/index.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - Create a Slideshow of Multiple Images Using Fancy Slide | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Slideshow of Multiple Images Using Fancy Slide

- -

25th May 2010

- -

Whilst updating my About page, I thought about creating a slideshow of several images instead of just the one static image. When I looking on Drupal.org, the only slideshow modules were to create slideshows of images that were attached to different nodes - not multiple images attached to one node. Then, I found the Fancy Slide module. It's a jQuery Slideshow module with features that include integration with the CCK, ImageCache and Nodequeue modules.

- -

I added an CCK Image field to my Page content type, and set the number of values to 3, then uploaded my images to the Page.

- -

Once the Images were added, I went to the Fancy Slide settings page and created the slideshow.

- -

I added the dimensions of my images, the type of animation, specified the node that contained the images, the slideshow field, delay between slides and transition speed. With the slideshow created, it now needed embedding into the page.

- -

I added the following code into my About page, as described in the Fancy Slide readme.txt file - the number representing the ID of the slideshow.

- -
<?php print theme('fancy_slide', 1); ?>
-
- -

In my opinion, this adds a nice effect to the About page. I like it because it's easy to set up, and easy to add additional images later on if required.

- -

- Tags: - drupal-planet, drupal, drupal-6, fancy-slide, slideshow

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/index.html b/docs/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/index.html deleted file mode 100644 index 59a1b495..00000000 --- a/docs/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Quickly Import Multiples Images Using the Imagefield_Import Module | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Quickly Import Multiples Images Using the Imagefield_Import Module

- -

29th May 2010

- -

Thanks to Bob at Mustardseed Media for tweeting about this module. It's undoubtedly saved me hours of work today alone!

- -

I've recently started a personal project converting a website to Drupal. It's currently a static HTML/CSS site which also uses the Coppermine Photo Gallery. As part of building the new website, I wanted to move all the photos from the existing site onto the new one. However, with 1260 photos in 17 albums, this could have been a lengthy process!

- -

I created a new Drupal-powered Gallery as described in this screencast by Jeff Eaton - using the CCK and Imagefield modules, and re-created each of my existing Gallery nodes. Using the Imagefield_Import module, I was then able to quickly import the photos into the new Galleries.

- -

I downloaded all the photos from the previous Gallery via FTP, and installed and configured the Imagefield_Import module.

- -

I created an 'Import' folder, selected the target field and mode. In this case, I want each image to be imported into its own Photo node. I moved the photos for the first album into the Import folder, and loaded the 'Import Images' screen (admin/content/imagefield_import).

- -

After clicking 'Import', a node is created for each photo, the image is uploaded, and added to the selected Gallery.

- -

Just another 1248 photos to go...

- -

- Tags: - drupal-planet, imagefield-import, drupal, drupal-6, photo-gallery, cck, imagefield

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/index.html b/docs/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/index.html deleted file mode 100644 index 7d1fc88a..00000000 --- a/docs/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - Improve JPG Quality in Imagecache and ImageAPI | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Improve JPG Quality in Imagecache and ImageAPI

- -

2nd June 2010

- -

Whilst uploading images for my Projects and Testimonials sections, I noticed that the Imagecache-scaled images weren't as high a quality the originals on my Mac. I did some searching online and found out that, by default, Drupal resamples uploaded jpgs to 75% of their original quality.

- -

To increase the quality of your images, change the setting in the two following places:

- -
    -
  • admin/settings/imageapi/config
  • -
  • admin/settings/image-toolkit
  • -
- -

The first one is for ImageAPI. Primarily, this means Imagecache presets. The second one is for core's image.inc. This is used for resizing profile pictures in core, and some contrib modules. Once changed, I did have to flush each of the Imagecache presets (admin/build/imagecache) for the changes to take effect.

- -

- Tags: - drupal-planet, drupal-6, imagecache

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html b/docs/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html deleted file mode 100644 index 46b5e1cb..00000000 --- a/docs/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Create a Block of Social Media Icons using CCK, Views and Nodequeue | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Block of Social Media Icons using CCK, Views and Nodequeue

- -

23rd June 2010

- -

I recently decided that I wanted to have a block displayed in a sidebar on my site containing icons and links to my social media profiles - Twitter, Facebook etc. I tried the Follow module, but it lacked the option to add extra networks such my Drupal.org account, and my RSS feed. I started to create my own version, and then found this Blog post by Hank Palan.

- -

I created a 'Social icon' content type with the body field removed, and with fields for a link and image - then downloaded the favicons from the appropriate websites to use.

- -

However, instead of using a custom template (node-custom.tpl.php) file, I used the Views module.

- -

I added fields for the node titles, and the link from the node's content. Both of these are excluded from being displayed on the site. I then re-wrote the output of the Icon field to create the link using the URL, and using the node's title as the image's alternative text and the link's title.

- -

I also used the Nodequeue module to create a nodequeue and arrange the icons in the order that I wanted them to be displayed. Once this was added as a relationship within my View, I was able to use node's position in the nodequeue as the sort criteria.

- -

To complete the process, I used the CSS Injector module to add some additional CSS styling to position and space out the icons.

- -

- Tags: - drupal-planet, drupal-6, drupal, views, nodequeue, oliverdavies.co.uk

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/06/25/10-useful-drupal-6-modules/index.html b/docs/blog/2010/06/25/10-useful-drupal-6-modules/index.html deleted file mode 100644 index fbede584..00000000 --- a/docs/blog/2010/06/25/10-useful-drupal-6-modules/index.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - 10 Useful Drupal 6 Modules | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

10 Useful Drupal 6 Modules

- -

25th June 2010

- -

Aside from the obvious candidates such as Views, CCK etc, here are a list of 10 contributed modules that I currently use on each Drupal project.

- -

So, in no particular order:

- -
    -
  • Admin:
    The admin module provides UI improvements to the standard Drupal admin interface. I've just upgraded to the new 6.x-2.0-beta4 version, and installed the newly-required Rubik/Tao themes. So far, so good!
  • -
  • Better Permissions/Filter Permissions:
    Basic permissions is a basic module which enhances the Drupal Permissions page to support collapsing and expanding permission rows. Filter permissions provides filters at the top of the Permissions page for easier management when your site has a large amount of roles and/or permissions.
  • -
  • Better Formats:
    Better formats is a module to add more flexibility to Drupal's core input format system.
  • -
  • Clone module:
    Allows users to make a copy of an existing item of site content (a node) and then edit that copy.
  • -
  • Vertical Tabs:
    Integrated into Drupal 7 core, this module adds vertical tabs to the node add and edit forms.
  • -
  • Context:
    Context allows you to manage contextual conditions and reactions for different portions of your site. You can think of each context as representing a "section" of your site. For each context, you can choose the conditions that trigger this context to be active and choose different aspects of Drupal that should react to this active context.
  • -
  • Node Picker:
    A rewrite of the module TinyMCE Node Picker. Allows you to easily create links to internal nodes.
  • -
  • Module Filter:
    What this module aims to accomplish is the ability to quickly find the module you are looking for without having to rely on the browsers search feature which more times than not shows you the module name in the 'Required by' or 'Depends on' sections of the various modules or even some other location on the page like a menu item.
  • -
  • Zenophile:
    Quickly create Zen subthemes.
  • -
  • Add Another:
    Add another displays a message after a user creates a node, and/or displays an "Add another" tab on nodes allowing them to make another node of the same type. You can control what roles and node types see this feature.
  • -
- -

- Tags: - drupal-planet, drupal-6, drupal, drupal-modules

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html b/docs/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html deleted file mode 100644 index ff42b718..00000000 --- a/docs/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - Create a Flickr Photo Gallery Using Feeds, CCK and Views | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Flickr Photo Gallery Using Feeds, CCK and Views

- -

28th June 2010

- -

In this tutorial, I'll show you how to create a photo gallery which uses photos imported from Flickr.

- -

The modules that I'll use to create the Gallery are:

- - - -

The first thing that I did was to create a content type to store my imported images. I named it 'Photo', removed the Body field, and added an Image field.

- -

Next, I installed and configured the Feeds and Image Grabber module. I used an overridden default Feed to import my photos from Flickr using the following settings:

- -
    -
  • Basic settings: I changed the Refresh time to 15 minutes.
  • -
  • Processor settings: I changed the content type to 'Photo', and the author's name from 'anonymous'.
  • -
  • Processor mapping: I added a new mapping from 'Item URL (link)' to 'Photo (FIG)'. The Photo FIG target is added by the Image Grabber module.
  • -
- -

Next, I needed to create the actual Feed, which I did by clicking 'Import' within the Navigation menu, and clicking 'Feed'. I gave it a title, entered the URL to my RSS feed from Flickr, and enabled the Image Grabber for this feed.

- -

Once the Feed is created, the latest 20 images from the RSS feed are imported and 20 new Photos nodes are created. In the example below, the image with the 'Photo' label is the Image field mapped by the Image Grabber module. It is this image that I'll be displaying within my Gallery.

- -

With the new Photo nodes created, I then created the View to display them.

- -

The View selects the image within the Photo content type, and displays in it a grid using an ImageCache preset. The View is limited to 20 nodes per page, and uses a full pager if this is exceeded. The nodes are sorted by the descending post date, and filtered by whether or not they are published, and only to include Photo nodes.

- -

As an additional effect, I also included the 'Feeds Item - Item Link' field, which is basically the original link from the RSS feed. By checking the box the exclude the item from the display, it is not shown, but makes the link available to be used elsewhere. By checking the box 'Re-write the output for this field' on the 'Content: Photo' field, I was able to add the replacement token (in this case, [url]) as the path for a link around each image. This meant that when someone clicked a thumbnail of a photo, they were directed to the Flickr website instead of the node within my Drupal site.

- -

- Tags: - drupal-planet, drupal-6, photo-gallery, views, cck, imagecache, feeds, filefield, flickr, imagefield

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/index.html b/docs/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/index.html deleted file mode 100644 index 4f2507d3..00000000 --- a/docs/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Change the Content Type of Multiple Nodes Using SQL | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Change the Content Type of Multiple Nodes Using SQL

- -

1st July 2010

- -

In this post, I will be changing values within my Drupal 6 site's database to quickly change the content type of multiple nodes. I will be using a test development site with the core Blog module installed, and converting Blog posts to a custom content type called 'News article'.

- -

Before changing any values within the database, ensure that you have an up-to-date backup which you can restore if you encounter a problem!

- -

To begin with, I created the 'News article' content type, and then used the Devel Generate module to generate some Blog nodes.

- -

Using Sequel Pro, I can query the database to view the Blog posts (you can also do this via the Terminal in a Mac OS X/Linux, Oracle SQL Developer on Windows, or directly within phpMyAdmin):

- -

Using an SQL 'Update' command, I can change the type value from 'blog' to 'article'. This will change every occurance of the value 'blog'. If I wanted to only change certain nodes, I could add a 'Where' clause to only affect nodes with a certain nid or title.

- -

Now, when I query the database, the type is shown as 'article'.

- -

Now, when I go back into the administration section of my site and view the content, the content type now shows at 'News article'.

- -

- Tags: - drupal-planet, drupal-6, drupal, sql, sequel-pro, database, content-types

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html b/docs/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html deleted file mode 100644 index a9ef9cd5..00000000 --- a/docs/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Create Virtual Hosts on Mac OS X Using VirtualHostX | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create Virtual Hosts on Mac OS X Using VirtualHostX

- -

2nd July 2010

- -

This isn't a Drupal related topic per se, but it is a walk-through of one of the applications that I use whilst doing Drupal development work. I assume, like most Mac OS X users, I use MAMP to run Apache, MySQL and PHP locally whilst developing. I also use virtual hosts in Apache to create local .dev domains which are as close as possible to the actual live domains. For example, if I was developing a site called mysite.com, my local development version would be mysite.dev.

- -

Normally, I would have to edit the hosts file and Apache's httpd.conf file to create a virtual host. The first to set the domain and it's associated IP address, and the other to configure the domain's directory, default index file etc. However, using VirtualHostX, I can quickly create a virtual host without having to edt any files. Enter the virtual domain name, the local path and the port, and apply the settings. VirtualHostX automatically restarts Apache, so the domain is ready to work straight away. You can also enter custom directives from within the GUI.

- -

There's also an option to share the host over the local network. Next, I intend on configuring a virtual Windows PC within VMware Fusion to view these domains so that I can do cross-browser testing before putting a site live.

- -

I ensured that my Apache configuration within MAMP was set to port 80, and that VirtualHostX was using Apache from MAMP instead of Apple's built-in Apache.

- -

Note: One problem that I had after setting this up, was that I was receving an error when attempting to open a Drupal website which said 'No such file or directory'.

- -

After some troubleshooting, I found out that Web Sharing on my Mac had become enabled (I don't know why, I've never enabled it), and that this was causing a conflict with Apache. Once I opened my System Preferences and disabled it, everything worked fine!

- -

This, along with MAMP, Coda, Sequel Pro, and Transmit, has become an essential tool within my development environment.

- -

- Tags: - drupal-planet, drupal-6, mamp, virtual-hosts, virtualhostx

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/index.html b/docs/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/index.html deleted file mode 100644 index 0715d6e0..00000000 --- a/docs/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/index.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - Add a Taxonomy Term to Multiple Nodes Using SQL | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Add a Taxonomy Term to Multiple Nodes Using SQL

- -

7th July 2010

- -

Update: This can also be done using the Views Bulk Operations module.

- -

In preparation for my Blog posts being added to Drupal Planet, I needed to create a new Taxonomy term (or, in this case, tag) called 'Drupal Planet', and assign it to new content to imported into their aggregator. After taking a quick look though my previous posts, I decided that 14 of my previous posts were relevant, and thought that it would be useful to also assign these the 'Drupal Planet' tag.

- -

I didn't want to manually open each post and add the new tag, so I decided to make the changes myself directly into the database using SQL, and as a follow-up to a previous post - Quickly Change the Content Type of Multiple Nodes using SQL.

- -

Again, before changing any values within the database, ensure that you have an up-to-date backup which you can restore if you encounter a problem!

- -

The first thing I did was create the 'Drupal Planet' term in my Tags vocabulary. I decided to do this via the administration area of my site, and not via the database. Then, using Sequel Pro, I ran the following SQL query to give me a list of Blog posts on my site - showing just their titles and nid values.

- -
SELECT title, nid FROM node WHERE TYPE = 'blog' ORDER BY title ASC;
-
- -

I made a note of the nid's of the returned nodes, and kept them for later. I then ran a similar query against the term_data table. This returned a list of Taxonomy terms - showing the term's name, and it's unique tid value.

- -
SELECT NAME, tid FROM term_data ORDER BY NAME ASC;
-
- -

The term that I was interested in, Drupal Planet, had the tid of 84. To confirm that no nodes were already assigned a taxonomy term with this tid, I ran another query against the database. I'm using aliases within this query to link the node, term_node and term_data tables. For more information on SQL aliases, take a look at http://w3schools.com/sql/sql_alias.asp.

- -
SELECT * FROM node n, term_data td, term_node tn WHERE td.tid = 84 AND n.nid = tn.nid AND tn.tid = td.tid;
-
- -

As expected, it returned no rows.

- -

The table that links node and term_data is called term_node, and is made up of the nid and vid columns from the node table, as well as the tid column from the term_data table. Is it is here that the additional rows would need to be entered.

- -

To confirm everything, I ran a simple query against an old post. I know that the only taxonomy term associated with this post is 'Personal', which has a tid value of 44.

- -
SELECT nid, tid FROM term_node WHERE nid = 216;
-
- -

Once the query had confirmed the correct tid value, I began to write the SQL Insert statement that would be needed to add the new term to the required nodes. The nid and vid values were the same on each node, and the value of my taxonomy term would need to be 84.

- -

Once this had completed with no errors, I returned to the administration area of my Drupal site to confirm whether or not the nodes had been assigned the new term.

- -

- Tags: - taxonomy, drupal-planet, drupal-6, sql, sequal-pro, database

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/07/12/review-teleport-module/index.html b/docs/blog/2010/07/12/review-teleport-module/index.html deleted file mode 100644 index 2136a9a7..00000000 --- a/docs/blog/2010/07/12/review-teleport-module/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Review of the Teleport Module | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Review of the Teleport Module

- -

12th July 2010

- -

As a heavily-reliant Quicksilver user on my MacBook Pro, I was glad when I found the Teleport module for Drupal (due to Elliott Rothman's tweet).

- -

When you press a configurable hot-key, a jQuery dialog box appears where you can search for nodes by title or path, or directly enter the path that you want to navigate to. This will greatly reduce the number of clicks that I need to perform to get to my desired page - even compared to the Admin and Administration Menu modules.

- -

Although it's not a new module (the first commits were 2 years ago), I hope that they are still planning on achieving the list of future directions listed on their Drupal.org project page:

- -
    -
  • Make interface act more like Quicksilver (i.e. you should only have to press Enter once to launch)
  • -
  • 'Actions' like Quicksilver: if you select a node, a second input should appear with options to go to the View page, Edit page, (un)publish, etc. Same with users.
  • -
  • Hook into more non-node content, like taxonomy terms and functions in the API module.
  • -
- -

Personally, this will make navigation around both the front-end and administration area of my Drupal sites so much easier.

- -

- Tags: - drupal-planet, drupal-6, drupal-modules, teleport

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/08/10/review-adminhover-module/index.html b/docs/blog/2010/08/10/review-adminhover-module/index.html deleted file mode 100644 index 66b39b3f..00000000 --- a/docs/blog/2010/08/10/review-adminhover-module/index.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - Review of the Admin:hover Module | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Review of the Admin:hover Module

- -

10th August 2010

- -

Sorry for the lack of Blog posts lately, but my new job that I started a few weeks ago has certainly been keeping me busy! I've got a few more posts that I'm preparing content for, and I'll hopefully be back into my weekly-post routine before too long!

- -

Today, I'd like to just give a quick overview of the Admin:hover module. It basically adds an administrative menu that pops up when you hover over a node or block within your Drupal website - the kind of functionality that was present within previous versions of the Admin module. It also integrates well with the Devel and Clone modules.

- -

I've found this to be extremely useful whilst working on photo galleries etc. where multiple nodes are displayed in a grid format and I quickly need to publish or unpublish something for testing purposes. No longer do I need to open each node, or go into the administration area to perform the required actions.

- -

It is also possible to customise which links are available from within the adminstration area. The possible selections that I currently have on this site are as follows:

- -

Node links:

- -
    -
  • Edit
  • -
  • Publish
  • -
  • Unpublish
  • -
  • Promote
  • -
  • Unpromote
  • -
  • Make sticky
  • -
  • Make unsticky
  • -
  • Delete
  • -
  • Clone
  • -
  • Dev load
  • -
  • View author
  • -
  • Edit author
  • -
  • Add
  • -
- -

Block links:

- -
    -
  • Configure block
  • -
  • Add block
  • -
- -

Although, as I have additional contributed modules installed, some of these may not neccassaily be available out of the box.

- -

- Tags: - drupal-planet, drupal-6, drupal-modules, admin:hover, administration

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/index.html b/docs/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/index.html deleted file mode 100644 index a64ff7d1..00000000 --- a/docs/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/index.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - Create a Better Photo Gallery in Drupal - Part 1 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Better Photo Gallery in Drupal - Part 1

- -

11th August 2010

- -

Recently, I converted a client's static HTML website, along with their Coppermine Photo Gallery, into a Drupal-powered website.

- -

Over the next few posts, I'll be replicating the process that I used during the conversion, and how I added some additional features to my Drupal gallery.

- -

To begin with, I created my photo gallery as described by Jeff Eaton in this screencast, downloaded all my client's previous photos via FTP, and quickly added them into the new gallery using the Imagefield Import module (which I mentioned previously).

- -

When I compare this to the previous gallery, I can see several differences which I'd like to include. The first of which is the number of photos in each gallery, and the date that the most recent photo was added.

- -

To do this, I'd need to query my website's database. To begin with, I wanted to have a list of all the galleries on my site which are published, and what they're unique node ID values are. To do this, I opened Sequel Pro and entered the following code:

- -
SELECT title 
-AS title, nid 
-AS gallery_idFROM node
-WHERE type = 'gallery'
-AND status = 1;
-
- -

As the nid value of each gallery corresponds with the 'field_gallery_nid' field within the content_type_photo field, I can now query the database and retrieve information about each specific gallery.

- -

For example, using aliasing within my SQL statement, I can retrieve a list of all the published photos within the 'British Squad 2008' gallery by using the following code:

- -
SELECT n.title, n.nid, p.field_gallery_nid
-FROM node n, content_type_photo p
-WHERE p.field_gallery_nid = 105
-AND n.status = 1
-AND n.nid = p.nid;
-
- -

I can easily change this to count the number of published nodes by changing the first line of the query to read SELECT COUNT(*).

- -
SELECT COUNT(*)
-FROM node n, content_type_photo p
-WHERE p.field_gallery_nid = 105
-AND n.status = 1
-AND n.nid = p.nid;
-
- -

As I've used the Views Attach module, and I'm embedding the photos directly into the Gallery nodes, I easily add this to each gallery by creating a custom node-gallery.tpl.php file within my theme. I can then use the following PHP code to retrieve the node ID for that specific gallery:

- -
<?php
-$selected_gallery = db_result(db_query("
-SELECT nid 
-FROM {node} 
-WHERE type = 'gallery' 
-AND title = '$title'
-"));
-?>
-
- -

I can then use this variable as part of my next query to count the number of photos within that gallery, similar to what I did earlier.

- -
<?php
-$gallery_total = db_result(db_query("
-SELECT COUNT(*) 
-FROM {content_type_photo} 
-WHERE field_gallery_nid = $selected_gallery
-"));
-?>
-
- -

Next, I wanted to display the date that the last photo was displayed within each album. This was done by using a similar query that also sorted the results in a descending order, and limited it to one result - effectively only returning the created date for the newest photo.

- -
<?php
-$latest_photo = db_result(db_query("
-SELECT n.created 
-FROM {node} n, {content_type_photo} p 
-WHERE p.field_gallery_nid = $selected_gallery 
-AND n.nid = p.nid 
-ORDER BY n.created DESC LIMIT 1
-"));
-?>
-
- -

This was all then added into a 'print' statement which displayed it into the page.

- -
<?php
-if ($selected_gallery_total != 0) {
-  $output = '<i>There are currently ' . $selected_gallery_total . ' photos in this gallery.';
-  $output .= 'Last one added on ' . $latest_photo . '</i>';
-  print $output;
-}
-?>
-
- -

OK, so let's take a look at the Gallery so far:

- -

You will notice that the returned date value for the latest photo added is displaying the UNIX timestamp instead of in a more readable format. This can be changed by altering the 'print' statement to include a PHP 'date' function:

- -
<?php
-if ($selected_gallery_total != 0) { 
-  $output = '<i>There are currently ' . $selected_gallery_total . ' photos in this gallery.'; 
-  $output .= 'Last one added on ' . date("l, jS F, Y", $latest_photo) . '.</i>';
-  print $output;
-}
-?>
-
- -

The values that I've entered are from this page on PHP.net, and can be changed according on how you want the date to be displayed.

- -

As I've added all of these photos today, then the correct dates are being displayed. However, on the client's original website, the majority of these photos were pubished several months or years ago, and I'd like the new website to still reflect the original created dates. As opposed to modifying each individual photograph, I'll be doing this in bulk in my next post.

- -

- Tags: - drupal-planet, drupal-6, photo-gallery, sql, views, sequel-pro, cck, views-attach, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/index.html b/docs/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/index.html deleted file mode 100644 index df02a30c..00000000 --- a/docs/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/index.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - Create a Better Photo Gallery in Drupal - Part 2 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Better Photo Gallery in Drupal - Part 2

- -

17th August 2010

- -

At the end of my last post, I'd finished creating the first part of the new photo gallery, but I wanted to change the dates of the published photos to reflect the ones on the client's original website.

- -

Firstly, I'll refer to the previous list of published galleries that I created before, and create something different that also displays the created and modified dates. Picking the node ID of the required gallery, I used the following SQL query to display a list of photos.

- -
SELECT n.title, n.nid, n.created, n.changed, p.field_gallery_nid
-FROM node n, content_type_photo pWHERE n.type = 'photo'
-AND p.field_gallery_nid = 103AND n.nid = p.nid
-ORDER BY n.nid ASC;
-
- -

When I look back at the old photo gallery, I can see that the previous 'last added' date was June 27, 2008. So, how do I update my new photos to reflect that date? Using http://www.onlineconversion.com/unix_time.htm, I can enter the required date in its readable format, and it will give me the equivilent UNIX timestamp. To keep things relatively simple, I'll set all photos within this gallery to the same time.

- -

The result that I'm given is '1217149200'. I can now use an UPDATE statement within another SQL query to update the created and modified dates.

- -
UPDATE node
-INNER JOIN content_type_photo
-ON node.nid = content_type_photo.nid
-SET
-  node.created = 1217149200,
-  node.changed = 1217149200
-WHERE content_type_photo.field_gallery_nid = 103
-
- -

Now when I query the database, both the created and modified databases have been updated, and when I return to the new photo gallery, the updated value is being displayed.

- -

Once the changes have been applied, it's a case of repeating the above process for each of the required galleries.

- -

In the next post, I'll explain how to add a count of published galleries and photos on the main photo gallery page, as well as how to install and configure the Shadowbox module.

- -

- Tags: - drupal-planet, drupal-6, photo-gallery, sql, sequel-pro

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/08/20/review-image-caption-module/index.html b/docs/blog/2010/08/20/review-image-caption-module/index.html deleted file mode 100644 index c95654c1..00000000 --- a/docs/blog/2010/08/20/review-image-caption-module/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Review of the Image Caption Module | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Review of the Image Caption Module

- -

20th August 2010

- -

Up until as recent as last week, whenever I added an image into one of my Blog posts, I was manually adding the caption below each image and styling it accordingly. That was until I installed the Image Caption module.

- -

The Image Caption module uses jQuery to dynamically add captions to images. Here is a walkthrough of the process that I followed to install and configure the module. As always, I used Drush to download and enable the module, then visited the Image Caption Settings page (admin/settings/image_caption). Here, I select which node types should be included in image captioning. In my case, I only wanted this to apply to Blog posts.

- -

As I use the FileField, ImageField and Insert modules to add images to my posts, as opposed to via a WYSIWYG editor, I'm able to add the CSS class of 'caption' to my images.

- -

Now, all images inserted this way will have the CSS class of 'caption'.

- -

As the Image Caption module uses the image's title tag to create the displayed caption, I enabled the custom title text for my Image field so that when I upload an image, I'm prompted to enter text for the caption.

- -

This results in a span called image-caption-container around the inserted image, and a caption below it called image-caption containing the text.

- -

All that's left is to style these classes within your CSS stylesheet.

- -

- Tags: - drupal-planet, drupal, drupal-6, imagefield, image-caption

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/09/26/south-wales-drupal-user-group/index.html b/docs/blog/2010/09/26/south-wales-drupal-user-group/index.html deleted file mode 100644 index e7117123..00000000 --- a/docs/blog/2010/09/26/south-wales-drupal-user-group/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - The Inaugural Meetup for the South Wales Drupal User Group | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

The Inaugural Meetup for the South Wales Drupal User Group

- -

26th September 2010

- -

If you do Drupal, and you're in the area, come and join us for the first South Wales Drupal User Group Meetup!

- -

We'll be meeting in the communal area just outside of the SubHub HQ, at:

- -

4, The Studios
-3 Burt Street
-Cardiff
-CF10 5FZ

- -

For more information and to signup, visit http://groups.drupal.org/node/95104.

- -

- Tags: - drupal, drupal-planet, swdug, meetups

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/10/10/create-and-apply-patches/index.html b/docs/blog/2010/10/10/create-and-apply-patches/index.html deleted file mode 100644 index 31130f1d..00000000 --- a/docs/blog/2010/10/10/create-and-apply-patches/index.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - How to Create and Apply Patches | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to Create and Apply Patches

- -

10th October 2010

- -

To begin with, a download a fresh copy of Drupal 6.19 and created a copy of the original user.pages.inc file. Within the duplicate file, I made the same changes to the function that I did in earlier code, and saved the changes. Now, within my Terminal, I can navigate to Drupal's root directory and create the patch.

- -
diff -rup modules/user/user.pages.inc modules/user/user.pages2.inc > /Users/oliver/Desktop/different_messages_for_blocked_users.patch
-
- -

This command compares the differences between the two files, and creates the specified patch file.

- -

To apply the patch to my Drupal installation, I go back to Terminal and run the following code:

- -
patch -p0 < /Users/oliver/Desktop/different_messages_for_blocked_users.patch
-
- -

If, for some reason, I need to reverse the patch, I can run this code:

- -
patch -p0 -R < /Users/oliver/Desktop/different_messages_for_blocked_users.patch
-
- -

And that's it!

- -

There is also a Git patch creation workflow, which is described at http://groups.drupal.org/node/91424. Thanks to Randy Fay for making me aware of this, and suggesting a slight change to my original patch creation command.

- -

- Tags: - drupal-planet, drupal-6, modules, patches

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/10/13/create-better-photo-gallery-drupal-part-3/index.html b/docs/blog/2010/10/13/create-better-photo-gallery-drupal-part-3/index.html deleted file mode 100644 index e046c508..00000000 --- a/docs/blog/2010/10/13/create-better-photo-gallery-drupal-part-3/index.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - Create a Better Photo Gallery in Drupal - Part 3 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Better Photo Gallery in Drupal - Part 3

- -

13th October 2010

- -

The next part of the new gallery that I want to implement is to group the galleries by their respective categories. The first step is to edit my original photo_gallery view and add an additional display.

- -

I've called it 'Taxonomy', and it's similar to the original 'All Galleries' view. The differences are that I've added the taxonomy term as an argument, removed the header, and updated the path to be gallery/%. The other thing that I need to do is overwrite the output of the original 'All Galleries' View by creating a file called views-view--photo-gallery--page-1.tpl.php and placing it within my theme directory.

- -

Within that file, I can remove the standard content output. This still outputs the heading information from the original View. I can now use the function called 'views_embed_view' to embed my taxonomy display onto the display. The views_embed_view function is as follows:

- -
<?php views_embed_view('my_view', 'block_1', $arg1, $arg2); ?>
-
- -

So, to display the galleries that are assigned the taxonomy of 'tournaments', I can use the following:

- -
<?php print views_embed_view('photo_gallery', 'page_2', 'tournaments'); ?>
-
- -

To reduce the amount of code needed, I can use the following 'while' loop to generate the same code for each taxonomy term. It dynamically retrieves the relevant taxonomy terms from the database, and uses each name as the argument for the view.

- -
<?php
-$terms = db_query("SELECT * FROM {term_data} WHERE vid = 1");
-while ($term = db_fetch_array($terms)) {
-  print '<h3>' . $term['name'] . '</h3>';
-  print views_embed_view('gallery', 'page_2', $term['name']);
-}
-?>
-
- -

- Tags: - drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/10/22/create-better-photo-gallery-drupal-part-21/index.html b/docs/blog/2010/10/22/create-better-photo-gallery-drupal-part-21/index.html deleted file mode 100644 index 4e48ca88..00000000 --- a/docs/blog/2010/10/22/create-better-photo-gallery-drupal-part-21/index.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - Create a Better Photo Gallery in Drupal - Part 2.1 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Better Photo Gallery in Drupal - Part 2.1

- -

22nd October 2010

- -

Today, I realised that I hadn't published the code that I used to create the total figures of galleries and photos at the top of the gallery (I said at the end of Part 2 that I'd include it in Part 3, but I forgot). So, here it is:

- -
<?php
-
-// Queries the database and returns a list of nids of published galleries.
-$galleries = db_query("SELECT nid FROM {node} WHERE type = 'gallery' AND status = 1");
-// Resets the number of photos.
-$output = 0;
-// Prints a list of nids of published galleries.
-while($gallery = db_fetch_array($galleries)) {
-  $gallery_id = $gallery['nid'];
-  $photos = $photos + db_result(db_query("SELECT COUNT(*) FROM node n, content_type_photo ctp WHERE n.status = 1 AND n.type = 'photo' AND ctp.field_gallery_nid = $gallery_id AND n.nid = ctp.nid"));
-}
-
-// Prints the output.
-print 'There ';
-if($photos == 1) {
-  print 'is';
-} 
-else {
-  print 'are';
-}
-print ' currently ';
-print $photos . ' ';
-if($photos == 1) {
-  print 'photo';
-} 
-else {
-  print 'photos';
-} 
-print ' in ';
-
-// Counts the number of published galleries on the site.
-$galleries = db_result(db_query("SELECT COUNT(*) FROM {node} WHERE TYPE = 'gallery' AND STATUS = 1"));
-
-// Prints the number of published galleries.
-print $galleries;
-if ($galleries == 1) {
-  print ' gallery';
-} 
-else {
-  print ' galleries';
-}
-print '.';
-?>
-
- -

It was applied to the view as a header which had the input format set to PHP code.

- -

- Tags: - drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/index.html b/docs/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/index.html deleted file mode 100644 index 08f03a17..00000000 --- a/docs/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/index.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - Use Regular Expressions to Search and Replace in Coda or TextMate | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Use Regular Expressions to Search and Replace in Coda or TextMate

- -

4th November 2010

- -

As in the original post, I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice.

- -
SELECT nid, nid FROM node WHERE TYPE = 'blog' ORDER BY nid ASC;
-
- -

Then, I could select all of the returned rows, copy the values, and paste them into Coda:

- -

As before, I needed my SQL update statement to be in the following format:

- -
INSERT INTO term_node VALUE (nid, vid, tid), (nid2, vid2, tid);
-
- -

As I mentioned previously, the nid and vid values are the same for each node, and the tid will remain constant. In this case, the tid value that I needed to use was '63'.

- -

So, using the 'Find and Replace' function within Coda, combined with regular expressions (regex), I can easily format the values as needed. To begin with, I need to ensure that the RegEx search option is enabled, and that I'm using the correct escape character.

- -

The first thing that I wanted to do was add the seperating comma between the two values. To do this, I -perform a search for \s*\t. This searches for everything that is whitespace AND is a tab value. I can then add the comma as the replacement for each result.

- -

All 31 lines have been changed.

- -

Next, I can use \n to target the lines between the rows. I'll replace it with the next comma, the number 63 (the tid value), the closing bracket, another comma, re-add the line and add the opening bracket.

- -

The only two lines that aren't changed are the first and last, as they don't have any line breaks following them. I can complete these lines manually. Now all I need to do is add the beginning of the SQL update statement, then copy and paste it into Sequel Pro.

- -

- Tags: - taxonomy, sequel-pro, database, coda, regular-expression, textmate

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/index.html b/docs/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/index.html deleted file mode 100644 index 509623cc..00000000 --- a/docs/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Easily Embed TypeKit Fonts into your Drupal Website | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Easily Embed TypeKit Fonts into your Drupal Website

- -

14th February 2011

- -

To begin with, you will need to register for a TypeKit account - there is a free version if you just want to try it out.

- -

Next, you'll need to create a kit that contains the fonts that you want to use on your website. I've used FF Tisa Web Pro.

- -

Under 'Kit Settings', ensure that your website domain (e.g. mysite.com) is listed under 'Domains'.

- -

Download and install the @font-your-face module onto your Drupal site, and to go admin/settings/fontyourface to configure it. Enter your TypeKit API key, and click 'Import Typekit' to import your kits and fonts.

- -

Go to admin/build/themes/fontyourface, and click 'Browse fonts to enable'. Click on the name of the font that you want to enable, check 'Enabled', and click 'Edit font' to save your changes.

- -

With the font enabled, you can now use it in your CSS.

- -

- Tags: - drupal-planet, drupal-6, typekit

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/03/15/display-number-facebook-fans-php/index.html b/docs/blog/2011/03/15/display-number-facebook-fans-php/index.html deleted file mode 100644 index 94dea9e9..00000000 --- a/docs/blog/2011/03/15/display-number-facebook-fans-php/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Display the Number of Facebook fans in PHP | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Display the Number of Facebook fans in PHP

- -

15th March 2011

- -

Replace the $page_id value with your Page ID number (unless you want to show the number of fans for this site).You can find your Page ID by logging into your Facebook account, going to 'Adverts and Pages', clicking 'Edit page', and looking at the URL.

- -

For example, mine is https://www.facebook.com/pages/edit/?id=143394365692197&sk=basic.

- -

I've also wrapped the output in a number_format() function so that it properly formatted with commas etc - like where I've used it within the Gold Event listing on the Horse & Country TV website.

- -
$page_id = "143394365692197";
-$xml = @simplexml_load_file("http://api.facebook.com/restserver.php?method=facebook.fql.query&amp;query=SELECT%20fan_count%20FROM%20page%20WHERE%20page_id=".$page_id."") or die ("a lot");
-$fans = $xml->page->fan_count;
-print number_format($fans);
-
- -

This code was originally found at http://wp-snippets.com/display-number-facebook-fans.

- -

- Tags: - php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/03/31/proctor-stevenson/index.html b/docs/blog/2011/03/31/proctor-stevenson/index.html deleted file mode 100644 index 494536b1..00000000 --- a/docs/blog/2011/03/31/proctor-stevenson/index.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Proctor & Stevenson | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Proctor & Stevenson

- -

31st March 2011

- -

2 weeks ago, I handed in my notice of resignation to Horse & Country TVbecause I've been offered a new role at Proctor & Stevenson - a Marketing Design and Communications agency in Bristol.

- -

Proctors have an extensive client list - including BMW, Panasonic, the Open University and VOSA, and it's going to be a fantastic opportunity for me to continue expanding my skillset whilst gaining vital experience.

- -

- Tags: - personal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/05/20/proctors-hosting-next-drupal-meetup/index.html b/docs/blog/2011/05/20/proctors-hosting-next-drupal-meetup/index.html deleted file mode 100644 index 9fc14ad2..00000000 --- a/docs/blog/2011/05/20/proctors-hosting-next-drupal-meetup/index.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Proctors Hosting the next Drupal Meetup | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Proctors Hosting the next Drupal Meetup

- -

20th May 2011

- -

My employer, Proctor & Stevenson, are going to be hosting the next Bristol & South West Drupal meetup on the 25th May at our offices.

- -

You can view more details, or register on our website.

- -

- Tags: - meetups, drupal-bristol

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/05/23/imagefield-import-archive/index.html b/docs/blog/2011/05/23/imagefield-import-archive/index.html deleted file mode 100644 index e25c1081..00000000 --- a/docs/blog/2011/05/23/imagefield-import-archive/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - Imagefield Import Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Imagefield Import Archive

- -

23rd May 2011

- -

I've finally uploaded my first module onto Drupal.org!

- -

I've written many custom modules, although the vast majority of them are either small tweaks for my own sites, or company/site-specific modules that wouldn't be good to anyone else, so there would be nothing achieved by contributing them back to the community. Previously, I've blogged about the Imagefield Import module - a module that I use on a number of sites, both personal and for clients - and what I've looked for lately is for a way to speed up the process again. Gathering my images together and manually copying them into the import directory takes time - especially if I'm working somewhere with a slow Internet connection and I'm FTP-ing the images into the directory. Also, it's not always the easiest solution for site users - especially non-technical ones.

- -

So, I wrote the Imagefield Import Archive module. Including comments, the module contains 123 lines, and builds upon the existing functionality of the Imagefield Import module by adding the ability for the user to upload a .zip archive of images. The archive is then moved into the specified import directory and unzipped before being deleted, and the user is directed straight to the standard Imagefield Import page where their images are waiting to be imported, just as usual.

- -

The module is currently a sandbox project on Drupal.org, although I have applied for full project access so that I can be added as a fully-fledged downloadable module.

- -

- Tags: - drupal-planet, imagefield-import

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/index.html b/docs/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/index.html deleted file mode 100644 index 1390e29d..00000000 --- a/docs/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/index.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - Create Multigroups in Drupal 7 using Field Collections | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create Multigroups in Drupal 7 using Field Collections

- -

28th August 2011

- -

One of my favourite things lately in Drupal 6 has been CCK 3, and more specifically, the Content Multigroups sub-module. Basically this allows you to create a fieldset of various CCK fields, and then repeat that multiple times. For example, I use it on this site whist creating invoices for clients. I have a fieldset called 'Line Item', containing 'Description', 'Quantity' and 'Price' fields. With a standard fieldset, I could only have one instance of each field - however, using a multigroup, I can create multiple groups of line items which I then use within the invoice.

- -

But at the time of writing this, there is no CCK 3 version for Drupal 7. So, I created the same thing using Field Collection and Entity modules.

- -

With the modules uploaded and enabled, go to admin/structure/field-collections and create a field collection.

- -

With the module enabled, you can go to your content type and add a Field Collection field. By default, the only available Widget type is 'Hidden'.

- -

Next, go to admin/structure/field-collections and add some fields to the field collection - the same way that you would for a content type. For this collection is going to contain two node reference fields - Image and Link.

- -

With the Field Collection created, I can now add it as a field within my content type.

- -

Whilst this works perfectly, the field collection is not editable from the node edit form. You need to load the node, and the collection is displayed here with add, edit, and delete buttons. This wasn't an ideal solution, and I wanted to be able to edit the fields within the collection from the node edit form - the same way as I can using multigroups in Drupal 6.

- -

After some searching I found a link to a patch which when applied adds a 'subform' widget type to the field collection field and allows for it to be embedded into, and editable from within the node form. Going back to the content type fields page, and clicking on 'Hidden' (the name of the current widget), I can change it to subform and save my changes.

- -

With this change applied, when I go back to add or edit a node within this content type, my field collection will be easily editable directly within the form.

- -

- Tags: - drupal-7, drupal-planet, cck, fields, field-collection, entity-api, multigroup

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/index.html b/docs/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/index.html deleted file mode 100644 index 3ef54097..00000000 --- a/docs/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/index.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - How to Install and Configure Subversion (SVN) Server on Ubuntu | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to Install and Configure Subversion (SVN) Server on Ubuntu

- -

19th October 2011

- -

Recently, I needed to set up a Subversion (SVN) server on a Ubuntu Linux server. This post is going to outline the steps taken, and the commands used, to install and configure the service.

- -

Note: As I was using Ubuntu, I was using the 'apt-get' command to download and install the software packages. If you're using a different distribution of Linux, then this command may be different. I'm also assuming that Apache is already installed.

- -

Firstly, I'm going to ensure that all of my installed packages are up to date, and install any available updates.

- -
$ sudo apt-get update
-
- -

Now, I need to download the subversion, subversion-tools and libapache2 packages.

- -
$ sudo apt-get install subversion subversion-tools libapache2-svn
-
- -

These are all of the packages that are needed to run a Subversion server.

- -

Create subversion directory

- -

Now, I need to create the directory where my repositories are going to sit. I've chosen this directory as I know that it's one that is accessible to my managed backup service.

- -
$ sudo mkdir /home/svn
-
- -

Create a test repository

- -

First, I'll create a new folder in which I'll create my test project, and then I'll create a repository for it.

- -
$ sudo mkdir ~/test
-$ sudo svnadmin create /home/svn/test -m 'initial project structure'
-
- -

This will create a new repository containing the base file structure.

- -

Adding files into the test project

- -
$ cd ~/test

-$ mkdir trunk tags branches
-
- -

I can now import these new directories into the test repository.

- -
$ sudo svn import ~/test file:///home/svn/test -m 'Initial project directories'
-
- -

This both adds and commits these new directories into the repository.

- -

In order for Apache to access the SVN repositories, the /home/svn directory needs to be owned by the same user and group that Apache runs as. In Ubuntu, this is usually www-data. To change the owner of a directory, use the chown command.

- -
$ sudo chown -R www-data:www-data /home/svn
-
- -

Configuring Apache

- -

The first thing that I need to do is enable the dav_svn Apache module, using the a2enmod command.

- -
$ sudo a2enmod dav_svn
-
- -

With this enabled, now I need to modify the Apache configuration file.

- -
$ cd /etc/apache2
-$ sudo nano apache2.conf
-
- -

At the bottom of the file, add the following lines, and then save the file by pressing Ctrl+X.

- -
<Location "/svn">
-  DAV svn
-  SVNParentPath /home/svn
-</Location>
-
- -

With this saved, restart the Apache service for the changes to be applied.

- -
sudo service apache2 restart
-
- -

I can now browse through my test repository by opening Firefox, and navigating to http://127.0.0.1/svn/test. Here, I can now see my three directories, although they are currently all empty.

- -

Image: Screenshot of the test SVN repository in Firefox

- -

Securing my SVN repositories

- -

Before I start committing any files to the test repository, I want to ensure that only authorised users can view it - currently anyone can view the repository and it's contents, as well as being able to checkout and commit files. To do this, I'm going to require the user to enter a username and a password before viewing or performing any actions with the repository.

- -

Re-open apache2.conf, and replace the SVN Location information with this:

- -
<Location "/svn">
-  DAV svn
-  SVNParentPath /home/svn
-  AuthType Basic
-  AuthName "My SVN Repositories"
-  AuthUserFile /etc/svn-auth
-  Require valid-user
-</Location>
-
- -

Now I need to create the password file.

- -
$ htpasswd -cm /etc/svn-auth oliver
-
- -

I'm prompted to enter and confirm my password, and then my details are saved. The Apache service will need to be restarted again, and then the user will need to authenticate themselves before viewing the repositories.

- -

Image: Screenshot of the authorisation prompt when opening the repository

- -

Checking out the repository and commiting files

- -

For example, now want to checkout the files within my repository into a new directory called 'test2' within my home directory. Firstly, I need to create the new directory, and then I can issue the checkout command.

- -
$ cd ~
-$ mkdir test2
-$ svn checkout http://127.0.0.1/svn/test/trunk test2
-
- -

I'm passing the command two arguments - the first is the URL of the repository's trunk directory, and the second is the directory where the files are to be placed. As no files have been commited yet into the trunk, it appears to be empty - but if you perform an ls -la command, you'll see that there is a hidden .svn directory.

- -

Now you can start adding files into the directory. Once you've created your files, perform a svn add command, passing in individual filenames as further arguments.

- -
$ svn add index.php
-$ svn add *
-
- -

With all the required files added, they can be committed using svn commit -m 'commit message' command, and the server can be updated using the svn up command.

- -

- Tags: - svn, ubuntu, version-control

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/01/04/site-upgraded-drupal-7/index.html b/docs/blog/2012/01/04/site-upgraded-drupal-7/index.html deleted file mode 100644 index 5d9bb9fc..00000000 --- a/docs/blog/2012/01/04/site-upgraded-drupal-7/index.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - Site Upgraded to Drupal 7 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Site Upgraded to Drupal 7

- -

4th January 2012

- -

As the vast majority of the Drupal websites that I currently work on are built on Drupal 7, I thought that it was time that I upgraded this site. Following the core upgrade process and the CCK migration process, everything was upgraded smoothly without any issues.

- -

I've upgraded a handful of essential contrib modules to the latest stable version, Administration Menu, Views etc., and will continue upgrading the other modules on the site as time allows.

- -

I also prefer Bartik to Garland - but I will be creating a new custom theme when I get a chance.

- -
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/index.html b/docs/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/index.html deleted file mode 100644 index 92e29670..00000000 --- a/docs/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/index.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - How to use Authorized Keys to Create a Passwordless SSH Connection | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to use Authorized Keys to Create a Passwordless SSH Connection

- -

1st February 2012

- -

If you're accessing Linux servers or automating tasks between servers, rather than having to enter your user password every time, you can also use SSH public key authentication. This is a simple process that involves creating a local key and storing it within the authorized_keys file on the remote server.

- -
    -
  1. Check if you already have a SSH key. -$ ssh-add -L
  2. -
  3. If you don't have one, create one. -$ ssh-keygen
  4. -
  5. Upload the key onto the server. Replace myserver with the hostname or IP address of your remote server. -$ ssh-copy-id myserver
  6. -
- -

If you're using Mac OS X and you don't have ssh-copy-id installed, download and install Homebrew and run the brew install ssh-copy-id command.

- -

If successful, you should now see a message like:

- -
-

Now try logging into the machine, with "ssh 'myserver'", and check in:

- -

~/.ssh/authorized_keys

- -

to make sure we haven't added extra keys that you weren't expecting.

-
- -

Now the next time that you SSH onto the server, it should log you in without prompting you for your password.

- -

- Tags: - linux, ssh

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html b/docs/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html deleted file mode 100644 index 0d042136..00000000 --- a/docs/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush

- -

16th April 2012

- -

In this tutorial I'll be showing how to create an Omega subtheme using the Omega Tools module, and have it working with the LESS CSS preprocessor.

- -

The first thing that I need to do is download the Omega theme and the Omega Tools and LESS modules, and then to enable both modules. I'm doing this using Drush, but you can of course do this via the admin interface at admin/modules.

- -
$ drush dl less omega omega_tools;
-$ drush en -y less omega_tools
-
- -

With the Omega Tools module enabled I get the drush omega-subtheme command that creates my Omega subtheme programatically. Using this command, I'm creating a new subtheme, enabling it and setting it as the default theme on my site.

- -
$ drush omega-subtheme "Oliver Davies" --machine_name="oliverdavies" --enable --set-default
-
- -

By default, four stylesheets are created within the subtheme's css directory. The first thing that I'm going to do is rename global.css to global.less.

- -
$ mv css/global.css css/global.less
-
- -

Now I need to find all references to global.css within my oliverdavies.info file. I did this using $ nano oliverdavies.info, pressing Ctrl+W to search, then Ctrl+R to replace, entering global.css as the search phrase, and then global.less as the replacement text. After making any changes to oliverdavies.info, I need to clear Drupal's caches for the changes to be applied.

- -
$ drush cc all
-
- -

I tested my changes by making some quick additions to my global.less file and reloading the page.

- -

If your changes aren't applied, then confirm that your global.less file is enabled within your theme's configuration. I did this by going to admin/appearance/settings/oliverdavies, clicking on the Toggle styles tab within Layout configuration and finding global.less at the bottom of Enable optional stylesheets.

- -

- Tags: - drupal-7, omega, theming, less, drupal-planet, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/04/17/installing-nagios-centos/index.html b/docs/blog/2012/04/17/installing-nagios-centos/index.html deleted file mode 100644 index 19fe0ac6..00000000 --- a/docs/blog/2012/04/17/installing-nagios-centos/index.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Installing Nagios on CentOS | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Installing Nagios on CentOS

- -

17th April 2012

- -

A great post details that details the steps needed to install Nagios - a popular open source system and network monitoring software application - on CentOS.

- -

http://saylinux.net/story/009506/how-install-nagios-centos-55

- -

- Tags: - nagios, centos, linux

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/04/19/adding-custom-theme-templates-drupal-7/index.html b/docs/blog/2012/04/19/adding-custom-theme-templates-drupal-7/index.html deleted file mode 100644 index 218bc10e..00000000 --- a/docs/blog/2012/04/19/adding-custom-theme-templates-drupal-7/index.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - Adding Custom Theme Templates in Drupal 7 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Adding Custom Theme Templates in Drupal 7

- -

19th April 2012

- -

Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed.

- -

I have previously seen it done this way by adding this into in a node.tpl.php file:

- -
if ($teaser) {
-  // The teaser output.
-}
-else {
-  // The whole node output.
-}
-
- -

However, I decided to do something different and create a separate template file just for teasers. This is done using the hook_preprocess_HOOK function that I can add into my theme's template.php file.

- -

The function requires the node variables as an argument - one of which is theme_hook_suggestions. This is an array of suggested template files that Drupal looks for and attempts to use when displaying a node, and this is where I'll be adding a new suggestion for my teaser-specific template. Using the debug() function, I can easily see what's already there.

- -
array (
-  0 => 'node__article',
-  1 => 'node__343',
-  2 => 'node__view__latest_news',
-  3 => 'node__view__latest_news__page',
-)
-
- -

So, within my theme's template.php file:

- -
/**
- * Implementation of hook_preprocess_HOOK().
- */
-function mytheme_preprocess_node(&$variables) {
-  $node = $variables['node'];
-
-  if ($variables['teaser']) {
-    // Add a new item into the theme_hook_suggestions array.
-    $variables['theme_hook_suggestions'][] = 'node__' . $node->type . '_teaser';
-  }
-}
-
- -

After adding the new suggestion:

- -
array (
-  0 => 'node__article',
-  1 => 'node__343',
-  2 => 'node__view__latest_news',
-  3 => 'node__view__latest_news__page',
-  4 => 'node__article_teaser',
-)
-
- -

Now, within my theme I can create a new node--article-teaser.tpl.php template file and this will get called instead of the node--article.tpl.php when a teaser is loaded. As I'm not specifying the node type specifically and using the dynamic $node->type value within my suggestion, this will also apply for all other content types on my site and not just news articles.

- -

- Tags: - drupal-planet, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/23/add-date-popup-calendar-custom-form/index.html b/docs/blog/2012/05/23/add-date-popup-calendar-custom-form/index.html deleted file mode 100644 index 43c59804..00000000 --- a/docs/blog/2012/05/23/add-date-popup-calendar-custom-form/index.html +++ /dev/null @@ -1,257 +0,0 @@ - - - - How to add a date popup calendar onto a custom form | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to add a date popup calendar onto a custom form

- -

23rd May 2012

- -

First, I need to download the Date module, and make my module dependent on date_popup by adding the following line into my module's .info file.

- -
dependencies[] = date_popup
-
- -

Within my form builder function:

- -
$form['date'] = array(
-  '#title' => t('Arrival date'),
-
-  // Provided by the date_popup module
-  '#type' => 'date_popup',
-
-  // Uses the PHP date() format - http://php.net/manual/en/function.date.php
-  '#date_format' => 'j F Y',
-
-  // Limits the year range to the next two upcoming years
-  '#date_year_range' => '0:+2',
-
-  // Default value must be in 'Y-m-d' format.
-  '#default_value' => date('Y-m-d', time()),
-);
-
- -

- Tags: - forms, form-api, date, calendar, drupal-7, drupal-planet, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/23/checkout-specific-revision-svn-command-line/index.html b/docs/blog/2012/05/23/checkout-specific-revision-svn-command-line/index.html deleted file mode 100644 index 8d83802f..00000000 --- a/docs/blog/2012/05/23/checkout-specific-revision-svn-command-line/index.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - Checkout a specific revision from SVN from the command line | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Checkout a specific revision from SVN from the command line

- -

23rd May 2012

- -

If you're checking out the repository for the first time:

- -
$ svn checkout -r 1234 url://repository/path
-
- -

If you already have the repository checked out:

- -
$ svn up -r 1234
-
- -

- Tags: - svn, version-control

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/index.html b/docs/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/index.html deleted file mode 100644 index c5a3a703..00000000 --- a/docs/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/index.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - Forward one domain to another using mod_rewrite and .htaccess | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Forward one domain to another using mod_rewrite and .htaccess

- -

23rd May 2012

- -

Within the mod_rewrite section of your .htaccess file, add the following lines:

- -
RewriteCond %{HTTP_HOST} ^yoursite\.co\.uk$
-RewriteRule (.*) http://yoursite.com/$1 [R=301,L]
-
- -

This automatically forwards any users from http://yoursite.co.uk to http://yoursite.com. This can also be used to forward multiple domains:

- -
RewriteCond %{HTTP_HOST} ^yoursite\.co\.uk$ [OR]
-RewriteCond %{HTTP_HOST} ^yoursite\.info$ [OR]
-RewriteCond %{HTTP_HOST} ^yoursite\.biz$ [OR]
-RewriteCond %{HTTP_HOST} ^yoursite\.eu$
-RewriteRule (.*) http://yoursite.com/$1 [R=301,L]
-
- -

If any of the RewriteCond conditions apply, then the RewriteRule is executed.

- -

- Tags: - .htaccess, code, drupal, apache, mod_rewrite

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/index.html b/docs/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/index.html deleted file mode 100644 index 67300c41..00000000 --- a/docs/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Prevent Apache from displaying text files within a web browser | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Prevent Apache from displaying text files within a web browser

- -

23rd May 2012

- -

When you download Drupal, there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially CHANGELOG.txt as that includes the exact version of Drupal you are running and could therefore have security implications.

- -

Rather than delete these files or change the file permissions manually for each file, I can add the following lines into my VirtualHost configuration:

- -
<Files ~ "\.txt$">
-    Order deny,allow
-    Deny from all
-</Files>
-
- -

This prevents any files with a .txt extension from being accessed and rendered in a web browser.

- -

- Tags: - apache, code, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/23/writing-info-file-drupal-7-theme/index.html b/docs/blog/2012/05/23/writing-info-file-drupal-7-theme/index.html deleted file mode 100644 index d80c94d0..00000000 --- a/docs/blog/2012/05/23/writing-info-file-drupal-7-theme/index.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - Writing a .info file for a Drupal 7 theme | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Writing a .info file for a Drupal 7 theme

- -

23rd May 2012

- -
name = My Theme
-description = A description of my theme
-core = 7.x
-
-# Add a base theme, if you want to use one.
-base = mybasetheme
-
-# Define regions, otherwise the default regions will be used.
-regions[header] = Header
-regions[navigation] = Navigation
-regions[content] = Content
-regions[sidebar] = Sidebar
-regions[footer] = Footer
-
-# Define which features are available. If none are specified, all the default 
-# features will be available.
-features[] = logo
-features[] = name
-features[] = favicon
-
-# Add stylesheets
-stylesheets[all][] = css/reset.css
-stylesheets[all][] = css/mytheme.css
-stylesheets[print][] = css/print.css
-
-# Add javascript files
-styles[] = js/mytheme.js
-
- -

- Tags: - theming, drupal-theming, drupal, code

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/index.html b/docs/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/index.html deleted file mode 100644 index 1d25aeb6..00000000 --- a/docs/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/index.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - Dividing Drupal's process and preprocess functions into separate files | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Dividing Drupal's process and preprocess functions into separate files

- -

24th May 2012

- -

If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code. Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. For example, mytheme_preprocess_node can be placed within a preprocess/node.inc file, and mytheme_process_page can be placed within process/page.inc.

- -

The first step is to use the default mytheme_process() and mytheme_preprocess() functions to utilise my custom function. So within my template.php file:

- -
<?php
-
-/**
- * Implements hook_preprocess().
- * 
- * Initialises the mytheme_invoke() function for the preprocess hook.
- */
-function mytheme_preprocess(&$variables, $hook) {
-  mytheme_invoke('preprocess', $hook, $variables);
-}
-
-/**
- * Implements hook_process().
- * 
- * Initialises the mytheme_invoke() function for the process hook.
- */
-function mytheme_process(&$variables, $hook) {
-  mytheme_invoke('process', $hook, $variables);
-}
-
- -

Now, to write the mytheme_invoke() function:

- -
<?php
-
-/**
- * Invokes custom process and preprocess functions.
- *
- * @param string $type
- *   The type of function we are trying to include (i.e. process or preprocess).
- *
- * @param array $variables
- *   The variables array.
- *
- * @param string $hook
- *   The name of the hook.
- *   
- * @see mytheme_preprocess()   
- * @see mytheme_process()
- */
-function mytheme_invoke($type, $hook, &$variables) {
-  global $theme_key;
-
-  // The name of the function to look for (e.g. mytheme_process_node).
-  $function = $theme_key . '_' . $type . '_' . $hook;
-
-  // If the function doesn't exist within template.php, look for the 
-  // appropriate include file.
-  if (!function_exists($function)) {
-    // The file to search for (e.g. process/node.inc).
-    $file = drupal_get_path('theme', $theme_key) . '/' . $type . '/' . $type . '-' . str_replace('_', '-', $hook) . '.inc';
-
-    // If the file exists, include it.
-    if (is_file($file)) {
-      include($file);
-    }
-  }
-
-  // Try to call the function again.
-  if (function_exists($function)) {
-    $function($variables);
-  }
-}
-
- -

As mytheme_invoke() checks to see if the function already exists before searching for checking the include files, I could still add the functions into template.php as normal and this would override any corresponding include file.

- -

- Tags: - drupal, code, theming, preprocessing

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/07/12/my-new-drupal-modules/index.html b/docs/blog/2012/07/12/my-new-drupal-modules/index.html deleted file mode 100644 index 45c0afbc..00000000 --- a/docs/blog/2012/07/12/my-new-drupal-modules/index.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - My new Drupal modules | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

My new Drupal modules

- -

12th July 2012

- -

After a busy few days, I've released two new contrib Drupal modules:

- - - -

Documentation for both to follow shortly on Drupal.org.

- -

- Tags: - drupal, drupal-modules, drupal-6, drupal-7, drupal-planet, accessibility

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/07/14/install-nomensa-media-player-drupal/index.html b/docs/blog/2012/07/14/install-nomensa-media-player-drupal/index.html deleted file mode 100644 index 92eddc78..00000000 --- a/docs/blog/2012/07/14/install-nomensa-media-player-drupal/index.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - Install and Configure the Nomensa Accessible Media Player in Drupal | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Install and Configure the Nomensa Accessible Media Player in Drupal

- -

14th July 2012

- -

The official documentation for this module is now located at https://www.drupal.org/node/2383447. This post was accurate at the time of writing, whereas the documentation page will be kept up to date with any future changes.

- -

This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.

- -

Initial configuration

- -

Download the Library

- -

The library can be downloaded directly from GitHub, and should be placed within you sites/all/libraries/nomensa_amp directory.

- -
drush dl libraries nomensa_amp
-git clone https://github.com/nomensa/Accessible-Media-Player sites/all/libraries/nomensa_amp
-cd sites/all/libraries/nomensa_amp
-rm -rf Accessible-media-player_2.0_documentation.pdf example/ README.md
-drush en -y nomensa_amp
-
- -

Configure the Module

- -

Configure the module at admin/config/media/nomensa-amp and enable the players that you want to use.

- -

Adding videos

- -

Within your content add links to your videos. For example:

- -

YouTube

- -
<a href="http://www.youtube.com/watch?v=Zi31YMGmQC4">Checking colour contrast</a>
-
- -

Vimeo

- -
<a href="http://vimeo.com/33729937">Screen readers are strange, when you're a stranger by Leonie Watson</a>
-
- -

Adding captions

- -

The best way that I can suggest to do this is to use a File field to upload your captions file:

- -
    -
  1. Add a File field to your content type;
  2. -
  3. On your page upload the captions file.
  4. -
  5. Right-click the uploaded file, copy the link location, and use this for the path to your captions file.
  6. -
- -

For example:

- -
<a href="http://www.youtube.com/watch?v=Zi31YMGmQC4">Checking colour contrast</a> <a class="captions" href="http://oliverdavies.co.uk/sites/default/files/checking-colour-contrast-captions.xml">Captions for Checking Colour Contrast</a>
-
- -

Screencast

- -
- -
- -

- Tags: - accessibility, drupal, drupal-planet, nomensa

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/07/27/writing-article-linux-journal/index.html b/docs/blog/2012/07/27/writing-article-linux-journal/index.html deleted file mode 100644 index 578f10d0..00000000 --- a/docs/blog/2012/07/27/writing-article-linux-journal/index.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Writing an Article for Linux Journal | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Writing an Article for Linux Journal

- -

27th July 2012

- -

I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special. The article is going to be entitled "Speeding Up Your Drupal Development Using Installation Profiles and Distributions" and will be mentioning existing distributions available on Drupal.org, but mainly focussing on the steps needed to create your own custom distribution. Needless to say, I'm quite excited about it!

- -

The article is expected to be published in October.

- -

- Tags: - drupal, distributions, installation-profiles, writing, linux-journal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/07/nomensa-accessible-media-player-drupal/index.html b/docs/blog/2012/07/nomensa-accessible-media-player-drupal/index.html deleted file mode 100644 index 1ecf6a0b..00000000 --- a/docs/blog/2012/07/nomensa-accessible-media-player-drupal/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/index.html b/docs/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/index.html deleted file mode 100644 index 9d565875..00000000 --- a/docs/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/index.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - Display a Custom Menu in a Drupal 7 Theme Template File | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Display a Custom Menu in a Drupal 7 Theme Template File

- -

18th August 2012

- -

For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.

- -
$menu_name = 'menu-footer-menu';
-$menu_id = 'footer-menu';
-print theme('links', array(
-  'links' => menu_navigation_links($menu_name),
-  'attributes' => array(
-     'id' => $menu_id,
-     'role' => 'navigation',
-     'class'=> array('links', 'inline')
-  )
-));
-
- -

- Tags: - drupal, drupal-7, drupal-planet, php, aria

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/09/06/reflections-speaking-unifieddiff/index.html b/docs/blog/2012/09/06/reflections-speaking-unifieddiff/index.html deleted file mode 100644 index dba52c07..00000000 --- a/docs/blog/2012/09/06/reflections-speaking-unifieddiff/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - Reflections on speaking at UnifiedDiff | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Reflections on speaking at UnifiedDiff

- -

6th September 2012

- -

Yesterday evening I went along and spoke at the UnifiedDiff meetup in Cardiff, having offered previously to do a presentation providing an introduction to Drupal.

- -

I'm an experienced Drupal Developer, but not an experienced public speaker (although I have done several user training sessions and Drupal demonstrations for clients previously), and I think that some of the nerves that I had beforehand were apparent during the presentation, and being the first speaker for the evening probably didn't help, although I did get a nice tweet mid-way through.

- -

Initially, after aiming for a 20-minute presentation plus Q&A, I think I wrapped up the presentation in around 14 minutes, although I did about 6 minutes of answering questions afterwards including the apparently mandatory "Why use Drupal compared to WordPress or Joomla?" question, some Drupal 8 and Symfony questions, as well as an interesting question about the White House development project after I'd listed it within a list of example sites. Next time, I think that some more detailed presenter notes are needed. Typically, as soon as it sat back in my seat, the majority of things that I'd managed to remember beforehand all came flooding back to me and I thought "I should have said that whilst I was up speaking".

- -

Overall, considering my inexperience at speaking to this type of audience, I was fairly happy with my presentation, although I'm sure that I'll change my mind once I've watched the video of it on the UnifiedDiff website. Regardless, I think that it was a great experience and I enjoyed doing it, and I'd like to thank the organisers of UnifiedDiff for having me speak at their meetup. It was great to have a more relaxed conversation with some people after the other speakers had been up, and having introduced Drupal I would be more than happy to come back and do a more in-depth presentation if there is an interest for me to do so.

- -

- Tags: - talks

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/10/25/my-sublime-text-2-settings/index.html b/docs/blog/2012/10/25/my-sublime-text-2-settings/index.html deleted file mode 100644 index 7f60c2c5..00000000 --- a/docs/blog/2012/10/25/my-sublime-text-2-settings/index.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - My Sublime Text 2 settings | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

My Sublime Text 2 settings

- -

25th October 2012

- -

Sublime Text 2 has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference. These preferences ensure that the code is compliant with Drupal coding standards - using two spaces instead of a tab, no trailing whitespace, blank line at the end of a file etc.

- -

Preferences

- -

These can be changed by going to Preferences > Settings - User.

- -
{
-  "color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme",
-  "default_line_ending": "unix",
-  "ensure_newline_at_eof_on_save": true,
-  "fallback_encoding": "UTF-8",
-  "file_exclude_patterns":
-  [
-    "*.pyc",
-    "*.pyo",
-    "*.exe",
-    "*.dll",
-    "*.obj",
-    "*.o",
-    "*.a",
-    "*.lib",
-    "*.so",
-    "*.dylib",
-    "*.ncb",
-    "*.sdf",
-    "*.suo",
-    "*.pdb",
-    "*.idb",
-    ".DS_Store",
-    "*.class",
-    "*.psd",
-    "*.db",
-    "*.sublime*"
-  ],
-  "folder_exclude_patterns":
-  [
-    ".svn",
-    ".git",
-    ".hg",
-    "CVS",
-    "FirePHPCore"
-  ],
-  "font_options":
-  [
-    "no_bold",
-    "no_italic"
-  ],
-  "font_size": 16.0,
-  "highlight_line": true,
-  "ignored_packages":
-  [
-  ],
-  "line_padding_bottom": 1,
-  "rulers":
-  [
-    80
-  ],
-  "save_on_focus_lost": true,
-  "shift_tab_unindent": true,
-  "tab_size": 2,
-  "theme": "Soda Light.sublime-theme",
-  "translate_tabs_to_spaces": true,
-  "trim_automatic_white_space": true,
-  "trim_trailing_white_space_on_save": true,
-  "word_wrap": false
-}
-
- -

Key bindings

- -

These can be changed by going to Preferences > Key Bindings - User.

- -
[
-  { "keys": ["alt+s"], "command": "toggle_side_bar" },
-  { "keys": ["alt+r"], "command": "reindent" }
-]
-
- -

Packages

- -

These are the packages that I currently have installed.

- - - -

- Tags: - sublime-text

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/11/15/accessible-bristol-site-launched/index.html b/docs/blog/2012/11/15/accessible-bristol-site-launched/index.html deleted file mode 100644 index 12266a64..00000000 --- a/docs/blog/2012/11/15/accessible-bristol-site-launched/index.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - Accessible Bristol site launched | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Accessible Bristol site launched

- -

15th November 2012

- -

I'm happy to announce that the Accessible Bristol website was launched this week, on Drupal 7. The site has been developed over the past few months, and uses the User Relationships and Privatemsg modules to provide a community-based platform where people with an interest in accessibility can register and network with each other.

- -

The group is hosting a launch event on the 28th November at the Council House, College Green, Bristol. Interested? More information is available at http://www.accessiblebristol.org.uk/events/accessible-bristol-launch or go to http://buytickets.at/accessiblebristol/6434 to register.

- -

- Tags: - accessibility, accessible-bristol, nomensa

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/index.html b/docs/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/index.html deleted file mode 100644 index 0aa0fbfd..00000000 --- a/docs/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/index.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - Open Sublime Text 2 from the Mac OS X Command Line | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Open Sublime Text 2 from the Mac OS X Command Line

- -

17th November 2012

- -

Paste the following code into the Mac OS X Terminal, assuming that you've installed Sublime Text 2 into the /Applications folder.

- -
$ ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/sublime
-
- -

Now you can type sublime <filename> open a file or directory in Sublime Text, or sublime . to open the current directory.

- -

You can also type sublime --help to see a list of the available commands.

- -

- Tags: - sublime-text, mac-os-x, terminal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/index.html b/docs/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/index.html deleted file mode 100644 index 1e46fa7d..00000000 --- a/docs/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/index.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - How to use SASS and Compass in Drupal 7 using Sassy | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to use SASS and Compass in Drupal 7 using Sassy

- -

6th December 2012

- -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. There are three modules that provide the ability to use SASS within Drupal:

- - - -

Alternatively, you could use a base theme like Sasson that includes a SASS compiler.

- -

Download the PHPSass Library

- -

The first thing to do is download the PHPSass library from GitHub, as this is a requirement of the Sassy module and we can't enable it without the library. So, in a Terminal window:

- -
$ mkdir -p sites/all/libraries; 
-$ cd sites/all/libraries; 
-$ wget https://github.com/richthegeek/phpsass/archive/master.tar.gz; 
-$ tar zxf master.tar.gz; 
-$ rm master.tar.gz; 
-$ mv phpsass-master/ phpsass
-
- -

Or, if you're using Drush Make files:

- -
libraries[phpsass][download][type] = "get"
-libraries[phpsass][download][url] = "https://github.com/richthegeek/phpsass/archive/master.tar.gz"
-
- -

The PHPSass library should now be located at sites/all/libraries/phpsass.

- -

Download and enable the Drupal modules

- -

This is easy if you use Drush:

- -
$ drush dl libraries prepro sassy
-$ drush en -y libraries prepro sassy sassy_compass
-
- -

Otherwise, download the each module from it's respective project page and place it within your sites/all/modules or sites/all/modules/contrib directory.

- -

Configuring the Prepro module

- -

The Prepro module provides various settings that can be changed for each preprocessor. Go to admin/config/media/prepro to configure the module as required.

- -

Personally, in development, I'd set caching to 'uncached' and the error reporting method to 'show on page'. In production, I'd change these to "cached" and "watchdog" respectively. I'd also set the output style to "compressed",

- -

Adding SASS files into your theme

- -

With this done, you can now add SASS and SCSS files by adding a line like stylesheets[all][] = css/base.scss in your theme's .info file.

- -

- Tags: - compass, css, drupal, drupal-7, drupal-planet, less, preprocessing, sass

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/01/09/checking-if-user-logged-drupal-right-way/index.html b/docs/blog/2013/01/09/checking-if-user-logged-drupal-right-way/index.html deleted file mode 100644 index cd3fa43a..00000000 --- a/docs/blog/2013/01/09/checking-if-user-logged-drupal-right-way/index.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - Checking if a user is logged into Drupal (the right way) | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Checking if a user is logged into Drupal (the right way)

- -

9th January 2013

- -

I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous):

- -
global $user;
-if ($user->uid) {
-  // The user is logged in.
-}
-
- -

or

- -
global $user;
-if (!$user->uid) {
-  // The user is not logged in.
-}
-
- -

The better way to do this is to use the user_is_logged_in() function.

- -
if (user_is_logged_in()) {
-  // Do something.
-}
-
- -

This returns a boolean (TRUE or FALSE) depending or not the user is logged in. Essentially, it does the same thing as the first example, but there's no need to load the global variable.

- -

A great use case for this is within a hook_menu() implementation within a custom module.

- -
/**
- * Implements hook_menu().
- */
-function mymodule_menu() {
-  $items['foo'] = array(
-    'title' => 'Foo',
-    'page callback' => 'mymodule_foo',
-    'access callback' => 'user_is_logged_in',
-  );
-
-  return $items;
-}
-
- -

There is also a user_is_anonymous() function if you want the opposite result. Both of these functions are available in Drupal 6 and higher.

- -

- Tags: - drupal, drupal-6, drupal-7, drupal-planet, php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/index.html b/docs/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/index.html deleted file mode 100644 index 9d544f76..00000000 --- a/docs/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/index.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - Creating and using custom tokens in Drupal 7 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Creating and using custom tokens in Drupal 7

- -

16th February 2013

- -

This post outlines the steps required to create your own custom tokens in Drupal.

- -

When writing the recent releases of the Copyright Block module, I used tokens to allow the user to edit and customise their copyright message and place the copyright_message:dates token in the desired position. When the block is rendered, the token is replaced by the necessary dates.

- -

We will be using the fictional foo module to demonstrate this.

- -

Requirements

- - - - - - - -

Implementing hook_token_info()

- -

The first thing that we need to do is define the new token type and/or the token itself, along with it's descriptive text. To view the existing tokens and types, use dpm(token_get_info());, assuming that you have the Devel module installed.

- -
/**
- * Implements hook_token_info().
- */
-function foo_token_info() {
-  $info = array();
-
-  // Add any new tokens.
-  $info['tokens']['foo']['bar'] = t('This is my new bar token within the foo type.');
-
-  // Return them.
-  return $info;
-}
-
- -

In this case, the token called bar resides within the foo group.

- -

If I needed to add a new token within an existing token type, such as 'node', the syntax would be $info['tokens']['node']['bar'].

- -

Implementing hook_tokens()

- -

Now that the Token module is aware of our new token, we now need to determine what the token is replaced with. This is done using hook_tokens(). Here is the basic code needed for an implementation:

- -
/**
- * Implements hook_tokens().
- */
-function foo_tokens($type, $tokens, array $data = array(), array $options = array()) {
-  $replacements = array();
-
-  // Code goes here...
-
-  // Return the replacements.
-  return $replacements;
-}
-
- -

The first thing to check for is the type of token using an if() function, as this could be an existing type like 'node', 'user' or 'site', or a custom token type like 'foo'. Once we're sure that we're looking at the right type(s), we can use foreach ($tokens as $name => $original) to loop through each of the available tokens using a switch(). For each token, you can perform some logic to work out the replacement text and then add it into the replacements array using $replacements[$original] = $new;.

- -
/**
- * Implements hook_tokens().
- */
-function foo_tokens($type, $tokens, array $data = array(), array $options = array()) {
-  $replacements = array();
-
-  // The first thing that we're going to check for is the type of token - node,
-  // user etc...
-  if ($type == 'foo') {
-    // Loop through each of the available tokens.
-    foreach ($tokens as $name => $original) {
-      // Find the desired token by name
-      switch ($name) {
-        case 'bar':
-          $new = '';
-
-          // Work out the value of $new...
-
-          // Add the new value into the replacements array.
-          $replacements[$original] = $new;
-          break;
-      }
-    }
-  }
-
-  // Return the replacements.
-  return $replacements;
-}
-
- -

Example

- -

An example from Copyright Block module:

- -
/**
- * Implements hook_tokens().
- */
-function copyright_block_tokens($type, $tokens, array $data = array(), array $options = array()) {
-  $replacements = array();
-
-  if ($type == 'copyright_statement') {
-    foreach ($tokens as $name => $original) {
-      switch ($name) {
-        case 'dates':
-          $start_year = variable_get('copyright_block_start_year', date('Y'));
-          $current_year = date('Y');
-
-          $replacements[$original] = $start_year < $current_year ? $start_year . '-' . $current_year : $start_year;
-          break;
-      }
-    }
-  }
-
-  return $replacements;
-}
-
- -

Using token_replace()

- -

With everything defined, all that we now need to do is pass some text through the token_replace() function to replace it with the values defined within hook_token().

- -
$a = t('Something');
-// This would use any token type - node, user etc.
-$b = token_replace($a);
-// This would only use foo tokens.
-$c = token_replace($a, array('foo'));
-
- -

- Tags: - drupal, drupal-planet, drupal-7, tokens

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/index.html b/docs/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/index.html deleted file mode 100644 index ad7b9f53..00000000 --- a/docs/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/index.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - The Quickest way to Install Sublime Text 2 in Ubuntu | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

The Quickest way to Install Sublime Text 2 in Ubuntu

- -

2nd March 2013

- -

After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way! Just paste the following lines into your Terminal:

- -
$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
-$ sudo apt-get update
-$ sudo apt-get install sublime-text
-
- -

After running this, Sublime Text 2 has been installed within the /usr/lib/sublime-text-2 directory and can be launched from the Dashboard, or by typing subl, sublime-text or sublime-text-2 into a Terminal window.

- -

- Tags: - linux, sublime-text, ubuntu

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/04/20/leaving-nomensa-joining-precedent/index.html b/docs/blog/2013/04/20/leaving-nomensa-joining-precedent/index.html deleted file mode 100644 index b7a4bbe0..00000000 --- a/docs/blog/2013/04/20/leaving-nomensa-joining-precedent/index.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - Leaving Nomensa, Joining Precedent | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Leaving Nomensa, Joining Precedent

- -

20th April 2013

- -

Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.

- -

The last 14 months that I've been working at Nomensa have been absolutely fantastic, and had allowed me to work on some great projects for great clients - mainly unionlearn and Digital Theatre Plus. I've learned so much about accessibility and web standards, and have pretty much changed my whole approach to front-end development to accommodate best practices. I've also been involved with the Drupal Accessibility group since starting at Nomensa, and have written several accessibility-focused Drupal modules, including the Nomensa Accessible Media Player module and the Accessibility Checklist. I'll definitely be continuing my interest in accessibility, championing best practices, and incorporating it into my future work wherever possible.

- -

With that all said, I'm really looking forward to starting my new role at Precedent, tackling some new challenges, and I'm sure that it'll be as great a place to work as Nomensa was.

- -

- Tags: - nomensa, precedent, personal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/index.html b/docs/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/index.html deleted file mode 100644 index 6210c102..00000000 --- a/docs/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/index.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - Display Git Branch or Tag Names in your Bash Prompt | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Display Git Branch or Tag Names in your Bash Prompt

- -

27th April 2013

- -

Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt.

- -

For example (with some slight modifications):

- -
oliver@oliver-mbp:~/Development/drupal(master) $
-oliver@oliver-mbp:~/Development/a11y_checklist(7.x-1.0) $
-
- -

Here's how to do it.

- -

To begin with, create a new file to contain the functions,

- -
vim ~/.bash/git-prompt
-
- -

Paste the following code into the file, and save it.

- -
parse_git_branch () {
-  git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
-}
-
-parse_git_tag () {
-  git describe --tags 2> /dev/null
-}
-
-parse_git_branch_or_tag() {
-  local OUT="$(parse_git_branch)"
-  if [ "$OUT" == " ((no branch))" ]; then
-    OUT="($(parse_git_tag))";
-  fi
-  echo $OUT
-}
-
- -

Edit your .bashrc or .bash_profile file to override the PS1 value.

- -
vim ~/.bashrc
-
- -

Add the following code at the bottom of the file, and save it.

- -
source ~/.bash/git-prompt
-PS1="\u@\h:\w\$(parse_git_branch_or_tag) $ "
-
- -

Restart your Terminal or type source ~/.bashrc to see your changes.

- -

- Tags: - drupal, drupal-planet, git, terminal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/06/13/some-useful-links-using-simpletest-drupal/index.html b/docs/blog/2013/06/13/some-useful-links-using-simpletest-drupal/index.html deleted file mode 100644 index 813fb08d..00000000 --- a/docs/blog/2013/06/13/some-useful-links-using-simpletest-drupal/index.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - Some useful links for using SimpleTest in Drupal | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Some useful links for using SimpleTest in Drupal

- -

13th June 2013

- -

Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest:

- - - -

- Tags: - simpletest, tdd, test-driven-development, drupal-planet, drupal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html b/docs/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html deleted file mode 100644 index 9f46dab3..00000000 --- a/docs/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - Creating Local and Staging sites with Drupal's Domain Module Enabled | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Creating Local and Staging sites with Drupal's Domain Module Enabled

- -

17th July 2013

- -

The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.

- -

Rather than changing the domain settings within the Domain module itself, the best solution I think is to use table prefixes and create a different domain table per environment. With a live, staging and local domains, the tables would be named as follows:

- -
live_domain
-local_domain
-staging_domain
-
- -

Within each site's settings.php file, define the prefix for the domain table within the databases array so that each site is looking at the correct table for its environment.

- -
$databases['default']['default'] = array(
-  'driver' => 'mysql',
-  'database' => 'foobar',
-  'username' => 'foo',
-  'password' => 'bar',
-  'host' => 'localhost',
-  'prefix' => array(
-    'default' => '',
-    'domain' => 'local_', // This will use the local_domain table.
-    // Add any other prefixed tables here.
-  ),
-);
-
- -

Within each environment-specific domain table, update the subdomain column to contain the appropriate domain names.

- -

Update: I've just found out about the Domain Alias sub-module, which you can enable and add aliases to each domain, so you could add the aliases in this way also.

- -

- Tags: - drupal, drupal-planet, databases, domain, table-prefixing

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/07/26/going-drupalcon/index.html b/docs/blog/2013/07/26/going-drupalcon/index.html deleted file mode 100644 index 5bfd555a..00000000 --- a/docs/blog/2013/07/26/going-drupalcon/index.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - Going to DrupalCon | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Going to DrupalCon

- -

26th July 2013

- -

Precedent are sending myself and two of our other Drupal Developers to Drupalcon Prague.

- -

Having wanted to attend the last few Drupalcons (London, especially) but not being able to, I'm definitely looking forward to this one.

- -

See you there!

- -

- Tags: - drupalcon, precedent

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/09/06/create-a-zen-sub-theme-using-drush/index.html b/docs/blog/2013/09/06/create-a-zen-sub-theme-using-drush/index.html deleted file mode 100644 index 9922244c..00000000 --- a/docs/blog/2013/09/06/create-a-zen-sub-theme-using-drush/index.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - Create a Zen Sub-theme Using Drush | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Create a Zen Sub-theme Using Drush

- -

6th September 2013

- -

First, download the Zen theme if you haven't already done so.

- -
$ drush dl zen
-
- -

This will now enable you to use the "drush zen" command.

- -
$ drush zen "Oliver Davies" oliverdavies --description="A Zen sub-theme for oliverdavies.co.uk" --without-rtl
-
- -

The parameters that I'm passing it are:

- -
    -
  1. The human-readable name of the theme.
  2. -
  3. The machine-readable name of the theme.
  4. -
  5. The description of the theme (optional).
  6. -
  7. A flag telling Drush not to include any right-to-left elements within my sub-theme as these aren't needed (optional).
  8. -
- -

This will create a new theme in sites/all/themes/oliverdavies.

- -

For further help, type $ drush help zen to see the Drush help page for the zen command.

- -

- Tags: - drupal, drupal-planet, drush, zen, theming

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/11/19/dont-bootstrap-drupal-use-drush/index.html b/docs/blog/2013/11/19/dont-bootstrap-drupal-use-drush/index.html deleted file mode 100644 index 997de2db..00000000 --- a/docs/blog/2013/11/19/dont-bootstrap-drupal-use-drush/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Don't Bootstrap Drupal, Use Drush | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Don't Bootstrap Drupal, Use Drush

- -

19th November 2013

- -

There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like node_load() and db_query().

- -

To bootstrap Drupal, you would need to add some additional lines of code to the stop of your script. Something like:

- -
<?php
-
-// Bootstrap Drupal.
-$drupal_path = $_SERVER['DOCUMENT_ROOT'];
-define('DRUPAL_ROOT', $drupal_path);
-require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
-drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
-
-// Do stuff.
-$node = node_load(1);
-
- -

The script would need be placed in the root of your Drupal directory, and you would then have had to open a browser window and visit http://example.com/foo.php to execute it. This is where the "drush php-script" command (or "drush scr" for short) is useful, and can be used to execute the script from the command line.

- -
$ drush scr foo.php
-
- -

It also means that I no longer need to manually bootstrap Drupal, so my script is much cleaner.

- -
// Just do stuff.
-$node = node_load(1);
-
- -

I prefer to keep these scripts outside of my Drupal directory in a separate "scripts" directory (with Drupal in a "drupal" directory on the same level). This makes it easier to update Drupal as I don't need to worry about accidentally deleting the additional files. From within the drupal directory, I can now run the following command to go up one level, into the scripts directory and then execute the script. Note that you do not need to include the file extension.

- -
$ drush scr ../scripts/foo
-
- -

Or, if you're using Drush aliases:

- -
$ drush @mysite.local scr foo
-
- -

If you commonly use the same scripts for different projects, you could also store these within a separate Git repository and checkout the scripts directory using a Git submodule.

- -

- Tags: - drush, drupal-planet, php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/11/27/useful-vagrant-commands/index.html b/docs/blog/2013/11/27/useful-vagrant-commands/index.html deleted file mode 100644 index 115affe6..00000000 --- a/docs/blog/2013/11/27/useful-vagrant-commands/index.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - Useful Vagrant Commands | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Useful Vagrant Commands

- -

27th November 2013

- -

Vagrant is a tool for managing virtual machines within VirtualBox from the command line. Here are some useful commands to know when using Vagrant:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CommandDescription
vagrant init {box}Initialise a new VM in the current working directory. Specify a box name, or "base" will be used by default.
vagrant statusShows the status of the Vagrant box(es) within the current working directory tree.
vagrant up (--provision)Boots the Vagrant box. Including "–provision" also runs the "vagrant provision" command.
vagrant reload (--provision)Reloads the Vagrant box. Including "--provision" also runs the "vagrant provision" command.
vagrant provisionProvision the Vagrant box using Puppet.
vagrant suspendSuspend the Vagrant box. Use "vagrant up" to start the box again.
vagrant halt (-f)Halt the Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation.
vagrant destroy (-f)Destroys a Vagrant box. Use -f to forcefully shut down the box without prompting for confirmation.
- -

The full Vagrant documentation can be found at http://docs.vagrantup.com/v2/.

- -

- Tags: - vagrant

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/index.html b/docs/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/index.html deleted file mode 100644 index d8b0d3db..00000000 --- a/docs/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/index.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - Quickly Apply Patches Using Git and curl or wget | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Quickly Apply Patches Using Git and curl or wget

- -

24th December 2013

- -

Testing a patch file is usually a two-step process. First you download the patch file from the source, and then you run a separate command to apply it.

- -

You can save time and typing by running the two commands on one line:

- -
$ curl http://drupal.org/files/[patch-name].patch | git apply -v
-
- -

Or, if you don't have curl installed, you can use wget:

- -
$ wget -q -O - http://drupal.org/files/[patch-name].patch | git apply -v
-
- -

These commands need to be run within the root of your Git repository (i.e. where the .git directory is).

- -

These snippets were taken from Applying Patches with Git on Drupal.org.

- -

- Tags: - git, drupal-planet

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2013/12/31/download-different-versions-drupal-drush/index.html b/docs/blog/2013/12/31/download-different-versions-drupal-drush/index.html deleted file mode 100644 index 73bff659..00000000 --- a/docs/blog/2013/12/31/download-different-versions-drupal-drush/index.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - Download Different Versions of Drupal with Drush | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Download Different Versions of Drupal with Drush

- -

31st December 2013

- -

I still maintain a number of Drupal 6 sites and occassionally need to download Drupal 6 core as opposed to Drupal 7. I'm also experimenting with Drupal 8 so I need to download that as well.

- -

By declarding the core version of Drupal, such as "drupal-6", Drush will download that instead.

- -
$ drush dl drupal-6
-
- -

This downloads the most recent stable version of Drupal 6. If you don't want that, you can add the --select and additionally the --all options to be presented with an entire list to chose from.

- -
$ drush dl drupal-6 --select
-$ drush dl drupal-6 --select --all
-
- -

If you want the most recent development version, just type:

- -
$ drush dl drupal-6.x
-
- -

The same can be done for other core versions of Drupal, from Drupal 5 upwards.

- -
# This will download Drupal 5
-$ drush dl drupal-5
-# This will download Drupal 8
-$ drush dl drupal-8
-
- -

For a full list of the available options, type "drush help pm-download" into a Terminal window or take a look at the entry on drush.ws.

- -

- Tags: - drupal, drupal-planet, drush

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/01/15/some-useful-git-aliases/index.html b/docs/blog/2014/01/15/some-useful-git-aliases/index.html deleted file mode 100644 index acbe6226..00000000 --- a/docs/blog/2014/01/15/some-useful-git-aliases/index.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - Some Useful Git Aliases | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Some Useful Git Aliases

- -

15th January 2014

- -

Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands. These should be placed within your ~/.bashrc or ~/.bash_profile file:

- -
alias gi="git init"
-alias gcl="git clone"
-alias gco="git checkout"
-alias gs="git status"
-alias ga="git add"
-alias gaa="git add --all"
-alias gc="git commit"
-alias gcm="git commit -m"
-alias gca="git commit -am"
-alias gm="git merge"
-alias gr="git rebase"
-alias gps="git push"
-alias gpl="git pull"
-alias gd="git diff"
-alias gl="git log"
-alias gfi="git flow init"
-alias gff="git flow feature"
-alias gfr="git flow release"
-alias gfh="git flow hotfix"
-
- -

- Tags: - git

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/02/09/drupalcamp-london-2014/index.html b/docs/blog/2014/02/09/drupalcamp-london-2014/index.html deleted file mode 100644 index 1cb4387f..00000000 --- a/docs/blog/2014/02/09/drupalcamp-london-2014/index.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - DrupalCamp London 2014 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

DrupalCamp London 2014

- -

9th February 2014

- -

It's all booked, I'm going to be attending DrupalCamp London this year, my first DrupalCamp!

- -

I'm going as a volunteer, so I'm going to be helping with the registrations on the Saturday morning and for another couple hours elsewhere over the weekend. I've also offered to help organise and oversee some code sprints, although I'm definitely wanting to do some sprinting of my own and attend a few sessions.

- -

I'm looking forward to meeting some new people as well as catching up with some people that I met at DrupalCon Prague.

- -

If you're also coming, see you there!

- -

Update: I've just found out that my session, What is Git Flow?, has been accepted and will take place on the Sunday morning. It's going to be a busy weekend!

- -

- Tags: - drupal, drupalcamp-london, git, git-flow

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/03/03/what-git-flow/index.html b/docs/blog/2014/03/03/what-git-flow/index.html deleted file mode 100644 index d7006d1e..00000000 --- a/docs/blog/2014/03/03/what-git-flow/index.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - DrupalCamp London: What is Git Flow? | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

DrupalCamp London: What is Git Flow?

- -

3rd March 2014

- -

Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

- -

-

- -

Take aways

- -

The main take aways are:

- -
    -
  • Git Flow adds various commands into Git to enhance its native functionality, which creates a branching model to separate your stable production code from your unstable development code.
  • -
  • Never commit directly to the master branch - this is for production code only!
  • -
  • You can commit directly to the develop branch, but this should be done sparingly.
  • -
  • Use feature branches as much as possible - one per feature, user story or bug.
  • -
  • Commit early and often, and push to a remote often to encourage collaboration as well as to provide a backup of your code.
  • -
  • You can use settings within services like GitHub and Bitbucket to only allow certain users to push to the master and develop branches, and restrict other Developers to only commit and push to feature branches. Changes can then be committed and pushed, then reviewed as part of a peer code review, and merged back into the develop branch.
  • -
- -

Feedback

- -

If you've got any questions, please feel free to tweet at me or fill in the session evaluation form that you can complete on the DrupalCamp London website.

- -

I've had some great feedback via Twitter:

- -

-

-

-

- -

-

-

-

- -

-

-

-

- -

- Tags: - git, git-flow, drupalcamp-london, talks

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/05/03/drupal-association/index.html b/docs/blog/2014/05/03/drupal-association/index.html deleted file mode 100644 index 56708ef2..00000000 --- a/docs/blog/2014/05/03/drupal-association/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Drupal Association | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal Association

- -

3rd May 2014

- -

Today was my last day working at Precedent. Next week, I'll be starting my new job at the Drupal Association working on Drupal's home - Drupal.org.

- -

I was at Precedent for just over a year and had the opportunity to work on several Drupal projects from project leading to ad-hoc module and theme development, including my largest Drupal build to date.

- -

I was also lucky enough to go to DrupalCon Prague as well as DrupalCamp London.

- -

I was able to contribute some code back into the community and encourage other team members to do the same.

- -

It was good to be able to introduce some new tools like Vagrant, Puppet, SASS and Compass into the team. I was pleased to introduce and champion the Git Flow branching model, which them became the standard approach for all Drupal projects, and hopefully soon all development projects.

- -

Working for the Drupal Association and on Drupal.org was an opportunity that I couldn't refuse, and is certainly going to be a fun and interesting challenge. I can't wait to get started!

- -

- Tags: - drupal, personal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/05/06/thanks/index.html b/docs/blog/2014/05/06/thanks/index.html deleted file mode 100644 index a70108c9..00000000 --- a/docs/blog/2014/05/06/thanks/index.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - Thanks | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Thanks

- -

6th May 2014

- -

This is just a quick post to thank everyone for their comments and congratulations after my previous post about joining the Drupal Association. I’m looking forward to my first day in the job tomorrow.

- -

- Tags: - drupal, drupal-association, personal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/05/21/git-format-patch/index.html b/docs/blog/2014/05/21/git-format-patch/index.html deleted file mode 100644 index 6df0c6a2..00000000 --- a/docs/blog/2014/05/21/git-format-patch/index.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - git format-patch is your Friend | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

git format-patch is your Friend

- -

21st May 2014

- -

The Problem

- -

As an active contributor to the Drupal project, I spend a lot of time working with other peoples’ modules and themes, and occassionally have to fix a bug or add some new functionality.

- -

In the Drupal community, we use a patch based workflow where any changes that I make get exported to a file detailing the differences. The patch file (*.patch) is attached to an item in an issue queue on Drupal.org, applied by the maintainer to their local copy of the code and reviewed, and hopefully committed.

- -

There is an option that the maintainer can add to the end of their commit message.

- -

For example:

- -
--author="opdavies <opdavies@381388.no-reply.drupal.org>"
-
- -

This differs slightly different for each Drupal user, and the code can be found on their Drupal.org profile page.

- -

If this is added to the end of the commit message, the resulting commit will show that it was committed by the maintainer but authored by a different user. This will then display on Drupal.org that you’ve made a commit to that project.

- -

A screenshot of a commit that was authored by rli but committed by opdavies

- -

The problem is that some project maintainers either don’t know about this option or occasionally forget to add it. Dreditor can suggest a commit message and assign an author, but it is optional and, of course, not all maintainers use Dreditor (although they probably should).

- -

The git format-patch command seems to be the answer, and will be my preferred method for generating patch files in the future rather than git diff.

- -

What does it do Differently?

- -

From the manual page:

- -
-

Prepare each commit with its patch in one file per commit, formatted to resemble UNIX mailbox format. The output of this command is convenient for e-mail submission or for use with git am.

-
- -

Here is a section of a patch that I created for the Metatag module using git format-patch:

- -
From 80c8fa14de7f4a83c2e70367aab0aedcadf4f3b0 Mon Sep 17 00:00:00 2001
-From: Oliver Davies &lt;oliver@oliverdavies.co.uk&gt;
-Date: Mon, 12 May 2014 14:53:55 +0100
-Subject: [PATCH] Exclude comment entities when checking if this is the page,
- otherwise comment_fragment.module will break metatag
-
----
-
- -

As mentioned above, the patch is structured in an email format. The commit message is used as the subject line, and the date that the commit was made locally is used for the date. What we’re interested in is the “From” value. This contains your name and email address from your ~/.gitconfig file and is used to author the patch automatically.

- -

Everything below this is the same as a standard patch file, the same as if was generated with git diff.

- -

The full patch file can be found at https://drupal.org/files/issues/metatag-comment-fragment-conflict-2265447-4.patch.

- -

The Process

- -

How did I create this patch? Here are the steps that I took:

- -
    -
  1. Clone the source repository using $ git clone --branch 7.x-1.x http://git.drupal.org/project/metatag.git and move into that directory.
  2. -
  3. Create a branch for this patch using $ git checkout -b 2265447-comment-fragment-conflict.
  4. -
  5. Add and commit any changes as normal.
  6. -
  7. Generate the patch file using $ git format-patch 7.x-1.x --stdout > metatag-comment-fragment-conflict-2265447-4.patch.
  8. -
- -

Note: I am defining 7.x-1.x in the last step as the original branch to compare (i.e. the original branch that we forked to make our issue branch). This will change depending on the project that you are patching, and it’s version number. Also, commits should always be made against the development branch and not the stable release.

- -

By default, a separate patch file will be created for each commit that we’ve made. This is overridden by the --stdout option which combines all of the patches into a single file. This is the recommended approach when uploading to Drupal.org.

- -

The resulting patch file can be uploaded onto a Drupal.org issue queue, reviewed by the Testbot and applied by a module maintainer, and you automatically get the commit attributed. Problem solved.

- -

Committing the Patch

- -

If you need to commit a patch that was created using git format-patch, the best command to do this with is the git am command.

- -

For example, within your repository, run:

- -
$ git am /path/to/file
-$ git am ~/Code/metatag-comment-fragment-conflict-2265447-4.patch
-
- -

You should end up with some output similar to the following:

- -
Applying: #2272799 Added supporters section
-Applying: #2272799 Added navigation tabs
-Applying: #2272799 Fixed indentation
-Applying: #2272799 Replaced URL
-
- -

Each line is the commit message associated with that patch.

- -

Assuming that there are no errors, you can go ahead and push your updated code into your remote repository.

- -

- Tags: - patches, drupal, drupal-planet, git

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/07/02/drush-make-drupalbristol/index.html b/docs/blog/2014/07/02/drush-make-drupalbristol/index.html deleted file mode 100644 index ea292d52..00000000 --- a/docs/blog/2014/07/02/drush-make-drupalbristol/index.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - drush make drupalbristol | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

drush make drupalbristol

- -

2nd July 2014

- -

Here are my slides from this month's talk night at the Drupal Bristol user group.

- -

-

- -

- Tags: - drupal, drush, drush-make, drupal-bristol, talks

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/index.html b/docs/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/index.html deleted file mode 100644 index dd19892e..00000000 --- a/docs/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - How to fix Vagrant Loading the Wrong Virtual Machine | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to fix Vagrant Loading the Wrong Virtual Machine

- -

6th October 2014

- -

A few times recently, I've had instances where Vagrant seems to have forgotten which virtual machine it's supposed to load, probably due to renaming a project directory or the .vagrant directory being moved accidentally.

- -

Here are the steps that I took to fix this and point Vagrant back at the correct VM.

- -
    -
  1. Stop the machine from running using the $ vagrant halt command.
  2. -
  3. Use the $ VBoxManage list vms command to view a list of the virtual machines on your system. Note the ID of the correct VM that should be loading. For example, "foo_default_1405481857614_74478" {e492bfc3-cac2-4cde-a396-e81e37e421e2}. The number within the curly brackets is the ID of the virtual machine.
  4. -
  5. Within the .vagrant directory in your project (it is hidden by default), update the ID within the machines/default/virtualbox/id file.
  6. -
  7. Start the new VM with $ vagrant up.
  8. -
- -

- Tags: - vagrant, virtualbox

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/10/21/updating-features-and-adding-components-using-drush/index.html b/docs/blog/2014/10/21/updating-features-and-adding-components-using-drush/index.html deleted file mode 100644 index 9bfc78a0..00000000 --- a/docs/blog/2014/10/21/updating-features-and-adding-components-using-drush/index.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - Updating Features and Adding Components Using Drush | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Updating Features and Adding Components Using Drush

- -

21st October 2014

- -

If you use the Features module to manage your Drupal configuration, it can be time consuming to update features through the UI, especially if you are working on a remote server and need to keep downloading and uploading files.

- -

If you re-create a feature through the UI, you'll be prompted to download a new archive of the feature in its entirety onto your local computer. You could either commit this into a local repository and then pull it remotely, or use a tool such as SCP to upload the archive onto the server and commit it from there. You can simplify this process by using Drush.

- -

Finding Components

- -

To search for a component, use the drush features-components command. This will display a list of all components on the site. As we're only interested in components that haven't been exported yet, add the --not-exported option to filter the results.

- -

To filter further, you can also use the grep command to filter the results. For example, drush features-components --not-exported field_base | grep foo, would only return non-exported field bases containing the word "foo".

- -

The result is a source and a component, separated by a colon. For example, field_base:field_foo.

- -

Exporting the Feature

- -

Once you have a list of the components that you need to add, you can export the feature. This is done using the drush features-export command, along with the feature name and the component names.

- -

For example:

- -
$ drush features-export -y myfeature field_base:field_foo field_instance:user-field_foo
-
- -

In this example, the base for field_boo and it's instance on the user object is being added to the "myfeature" feature.

- -

If you are updating an existing feature, you'll get a message informing you that the module already exists and asking if you want to continue. This is fine, and is automatically accepted by including -y within the command. If a feature with the specified name doesn't exist, it will be created.

- -

If you're creating a new feature, you can define where the feature will be created using the --destination option.

- -

Once complete, you will see a confirmation message.

- -
-

Created module: my feature in sites/default/modules/custom/features/myfeature

-
- -

The Result

- -

Once finished, the feature is updated in it's original location, so there's no download of the feature and then needing to re-upload it. You can add and commit your changes into Git or continue with your standard workflow straight away.

- - - - - -

- Tags: - drupal, drupal-planet, drush, features

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/11/18/include-css-fonts-using-sass-each-loop/index.html b/docs/blog/2014/11/18/include-css-fonts-using-sass-each-loop/index.html deleted file mode 100644 index 9dc505c9..00000000 --- a/docs/blog/2014/11/18/include-css-fonts-using-sass-each-loop/index.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - Include CSS Fonts by Using a SASS each Loop | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Include CSS Fonts by Using a SASS each Loop

- -

18th November 2014

- -

Using a file structure similar to this, organise your font files into directories, using the the font name for both the directory name and for the file names.

- -
.
-├── FuturaBold
-│   ├── FuturaBold.eot
-│   ├── FuturaBold.svg
-│   ├── FuturaBold.ttf
-│   └── FuturaBold.woff
-├── FuturaBoldItalic
-│   ├── FuturaBoldItalic.eot
-│   ├── FuturaBoldItalic.svg
-│   ├── FuturaBoldItalic.ttf
-│   └── FuturaBoldItalic.woff
-├── FuturaBook
-│   ├── FuturaBook.eot
-│   ├── FuturaBook.svg
-│   ├── FuturaBook.ttf
-│   └── FuturaBook.woff
-├── FuturaItalic
-│   ├── FuturaItalic.eot
-│   ├── FuturaItalic.svg
-│   ├── FuturaItalic.ttf
-│   └── FuturaItalic.woff
-
- -

Within your SASS file, start an @each loop, listing the names of the fonts. In the same way as PHP's foreach loop, each font name will get looped through using the $family variable and then compiled into CSS.

- -
@each $family in FuturaBook, FuturaBold, FuturaBoldItalic, FuturaItalic {
-  @font-face {
-    font-family: #{$family};
-    src: url('../fonts/#{$family}/#{$family}.eot');
-    src: url('../fonts/#{$family}/#{$family}.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/#{$family}/#{$family}.woff') format('woff'),
-         url('../fonts/#{$family}/#{$family}.ttf') format('truetype'),
-         url('../fonts/#{$family}/#{$family}.svg##{$family}') format('svg');
-    font-weight: normal;
-    font-style: normal;
-  }
-}
-
- -

When the CSS has been compiled, you can then use in your CSS in the standard way.

- -
font-family: "FuturaBook";
-
- -

- Tags: - compass, drupal-planet, fonts, sass

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html b/docs/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html deleted file mode 100644 index 520f2b08..00000000 --- a/docs/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - Using Remote Files when Developing Locally with Stage File Proxy Module | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Using Remote Files when Developing Locally with Stage File Proxy Module

- -

20th November 2014

- -

Download the Stage File Proxy module from Drupal.org and enable it on your site.

- -

As this module is only going to be needed on pre-production sites, it would be better to configure this within your settings.php or settings.local.php file. We do this using the $conf array which removes the need to configure the module through the UI and store the values in the database.

- -
// File proxy to the live site.
-$conf['stage_file_proxy_origin'] = 'http://www.example.com';
-
-// Don't copy the files, just link to them.
-$conf['stage_file_proxy_hotlink'] = TRUE;
-
-// Image style images are the wrong size otherwise.
-$conf['stage_file_proxy_use_imagecache_root'] = FALSE;
-
- -

If the origin site is not publicly accessible yet, maybe it's a pre-live or staging site, and protected with a basic access authentication, you can include the username and password within the origin URL.

- -
$conf['stage_file_proxy_origin'] = 'http://user:password@prelive.example.com';
-
- -

- Tags: - drupal, drupal-planet, servers

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/11/27/pantheon-settings-files/index.html b/docs/blog/2014/11/27/pantheon-settings-files/index.html deleted file mode 100644 index 2180621e..00000000 --- a/docs/blog/2014/11/27/pantheon-settings-files/index.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - Include environment-specific settings files on Pantheon | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Include environment-specific settings files on Pantheon

- -

27th November 2014

- -

I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

- -

The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

- -
switch ($_SERVER['PANTHEON_ENVIRONMENT']) {
-  case 'dev':
-    // Development environment.
-    $base_url = 'dev-my-site.gotpantheon.com';
-    break;
-
-
-  case 'test':
-    // Testing environment.
-    $base_url = 'test-my-site.gotpantheon.com';
-    break;
-
-
-  case 'live':
-    // Production environment.
-    $base_url = 'live-my-site.gotpantheon.com';
-    break;
-}
-
- -

Whilst this works, it doesn't conform to the DRY (don't repeat yourself) principle and means that you also might get a rather long and complicated settings file, especially when you start using multiple switches and checking for the value of the environment multiple times.

- -

My alternative solution to this is to include an environment-specific settings file.

- -

To do this, add the following code to the bottom of settings.php:

- -
if (isset($_SERVER['PANTHEON_ENVIRONMENT'])) {
-  if ($_SERVER['PANTHEON_ENVIRONMENT'] != 'live') {
-    // You can still add things here, for example to apply to all sites apart
-    // from production. Mail reroutes, caching settings etc.
-  }
-
-  // Include an environment-specific settings file, for example
-  // settings.dev.php, if one exists.
-  $environment_settings = __DIR__ . '/settings.' .  $_SERVER['PANTHEON_ENVIRONMENT'] . '.php';
-  if (file_exists($environment_settings)) {
-    include $environment_settings;
-  }
-}
-
- -

This means that rather than having one long file, each environment has it's own dedicated settings file that contains it's own additional configuration. This is much easier to read and make changes to, and also means that less code is loaded and parsed by PHP. Settings that apply to all environments are still added to settings.php.

- -

Below this, I also include a similar piece of code to include a settings.local.php file. The settings.php file then gets committed into the Git repository.

- -

Within the sites/default directory, I also include an example file (example.settings.env.php) for reference. This is duplicated, renamed and populated accordingly.

- -
<?php
-
-/**
- * This is a specific settings file, just for the x environment. Any settings
- * defined here will be included after those in settings.php.
- *
- * If you have also added a settings.local.php file, that will override any
- * settings stored here.
- *
- * No database credentials should be stored in this file as these are included
- * automatically by Pantheon.
- */
-
-$base_url = '';
-
- -

The environment specific files are also committed into Git and pushed to Pantheon, and are then included automatically on each environment.

- -

- Tags: - drupal, drupal-planet, pantheon, settings.php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html b/docs/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html deleted file mode 100644 index 462a7ccb..00000000 --- a/docs/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - Include a Local Drupal Settings file for Environment Configuration and Overrides | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Include a Local Drupal Settings file for Environment Configuration and Overrides

- -

20th December 2014

- -

At the bottom of settings.php, add the following code:

- -
$local_settings = __DIR__ . '/settings.local.php';
-if (file_exists($local_settings)) {
-  include $local_settings;
-}
-
- -

This allows for you to create a new file called settings.local.php within a sites/* directory (the same place as settings.php), and this will be included as an extension of settings.php. You can see the same technique being used within Drupal 8's default.settings.php file.

- -

Environment specific settings like $databases and $base_url can be placed within the local settings file. Other settings like $conf['locale_custom_strings_en'] (string overrides) and $conf['allow_authorize_operations'] that would apply to all environments can still be placed in settings.php.

- -

settings.php though is ignored by default by Git by a .gitignore file, so it won't show up as a file available to be committed. There are two ways to fix this. The first is to use the --force option when adding the file which overrides the ignore file:

- -
git add --force sites/default/settings.php
-
- -

The other option is to update the .gitignore file itself so that settings.php is no longer ignored. An updated .gitignore file could look like:

- -
# Ignore configuration files that may contain sensitive information.
-sites/*/settings.local*.php
-
-# Ignore paths that contain user-generated content.
-sites/*/files
-sites/*/private
-
- -

This will allow for settings.php to be added to Git and committed, but not settings.local.php.

- -

- Tags: - drupal, drupal-6, drupal-7, drupal-8, drupal-planet, settings.php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/03/20/2014/index.html b/docs/blog/2015/03/20/2014/index.html deleted file mode 100644 index 19666d17..00000000 --- a/docs/blog/2015/03/20/2014/index.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - 2014 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

2014

- -

20th March 2015

- -

A lot happened in 2014. Here are some of the main things that I'd like to highlight:

- -

Joined the Drupal Association

- -

This was the main thing for me this year, in May I left Precedent and joined the Drupal Association. I work on the Engineering team, focused mainly on Drupal.org but I've also done some theming work on the DrupalCon Amsterdam and Latin America websites, and some pre-launch work on Drupal Jobs.

- -

Some of the tasks that I've worked on so far are:

- -
    -
  • Fixing remaining issues from the Drupal.org Drupal 7 upgrade.
  • -
  • Improving pages for Supporting Partners, Technology Supporters and Hosting Partners. These previously were manually updated pages using HTML tables, which are now dynamic pages built with Views using organisation nodes.
  • -
  • Configuring human-readable paths for user profiles using Pathauto. Only a small change, but made a big difference to end-users.
  • -
  • Migration of user data from profile values to fields, and various user profile improvements. This was great because now we can do things like reference mentors by their username and display their picture on your profile, as well as show lists of peope listing a user as their mentor. This, I think, adds a more personal element to Drupal.org because we can see the actual people and not just a list of names on a page.
  • -
- -

I've started keeping a list of tasks that I've been involved with on my Work page, and will be adding more things as I work on them.

- -

Portland

- -

I was able to travel to Portland, Oregon twice last year to meet with the rest of the Association staff. Both times I met new people and it was great to spend some work and social time with everyone, and it was great to have everyone together as a team.

- -

My First DrupalCamp

- -

In February, I attended DrupalCamp London. This was my first time attending a Camp, and I managed to attend some great sessions as well as meet people who I'd never previously met in person. I was also a volunteer and speaker, where I talked about Git Flow - a workflow for managing your Git projects.

- -

-

-

-

- -

I was also able to do a little bit of sprinting whilst I was there, reviewing other people's modules and patches.

- -

Attending this and DrupalCon Prague in 2013 have really opened my eyes to the face-to-face side of the Drupal community, and I plan on attending a lot more Camps and Cons in the future.

- -

DrupalCon Amsterdam

- -

I was also able to travel to Holland and attend DrupalCon Amsterdam along with other members of Association staff.

- -

DrupalCamp Bristol

- -

In October, we started planning for DrupalCamp Bristol. I'm one of the founding Committee members,

- -

- Tags: - drupal-association, drupalcamp-london, personal

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/index.html b/docs/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/index.html deleted file mode 100644 index 1c80429e..00000000 --- a/docs/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/index.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - How to Define a Minimum Drupal Core Version | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

How to Define a Minimum Drupal Core Version

- -

3rd April 2015

- -

This week, my first code patch was committed to Drupal core. The patch adds the user_has_role() function to the user module, to simplify the way to check whether a user in Drupal has been assigned a specific role. This is something that I normally write a custom function for each project, but it's now available in Drupal core as of 7.36.

- -

But what if someone is using a core version less than 7.36 and tries using the function? The site would return an error because that function wouldn't exist.

- -

If you're building a new Drupal site, then I'd assume that you're using a latest version of core, or you have the opportunity to update it when needed. But what if you're writing a contrib module? How can you be sure that the correct minimum version of core?

- -

Setting Dependencies

- -

What I'm going to be doing for my contrib projects is defining a minimum version of Drupal core that the module is compatible with. If this dependency isn't met, the module won't be able to be enabled. This is done within your module's .info file.

- -

Adding a Simple Dependency

- -

You can define a simple dependency for your module by adding a line this this to your project's .info file:

- -
dependencies[] = views
-
- -

This would make your module dependant on having the Views module present and enabled, which you'd need if you were including views as part of your module, for example.

- -

Adding a Complex Dependency

- -

In the previous example, our module would enable if any version of Views was enabled, but we need to specify a specific version. We can do this by including version numbers within the dependencies field in the following format:

- -
dependencies[] = modulename (major.minor)
-
- -

This can be a for a specific module release or a branch name:

- -
dependencies[] = modulename (1.0)
-dependencies[] = modulename (1.x)
-
- -

We can also use the following as part of the field for extra granularity:

- -
    -
  • = or == equals (this is the default)
  • -
  • > greater than
  • -
  • < lesser than
  • -
  • >= greater than or equal to
  • -
  • <= lesser than or equal to
  • -
  • != not equal to
  • -
- -

In the original scenario, we want to specify that the module can only be enabled on Drupal core 7.36 or later. To do this, we can use the "greater than or equal to" option.

- -
dependencies[] = system (>=7.36)
-
- -

Because we need to check for Drupal's core version, we're using the system module as the dependency and specifying that it needs to be either equal to or greater than 7.36. If this dependency is not met, e.g. Drupal 7.35 is being used, then the module cannot be enabled rather than showing a function not found error for user_has_role() when it is called.

- -

A screenshot of the modules page showing System as a dependency for a custom module.

- - - - - -

- Tags: - drupal, drupal-7, drupal-planet

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/06/18/updating-forked-repositories-on-github/index.html b/docs/blog/2015/06/18/updating-forked-repositories-on-github/index.html deleted file mode 100644 index 1245c384..00000000 --- a/docs/blog/2015/06/18/updating-forked-repositories-on-github/index.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - Updating Forked Repositories on GitHub | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Updating Forked Repositories on GitHub

- -

18th June 2015

- -

Sculpin

- -

People may or may not know, but this site runs on Sculpin, a PHP based static site generator (this may be the first time that I've mentioned it on this site). The source code is hosted on GitHub, and I've listed the site on the Community page on the Sculpin website.

- -

To get it there, I forked the main sculpin.io repository so that I had my own copy, created a branch, made my additions and submitted a pull request. Easy enough!

- -

New Domain

- -

In the last week or so, I've changed this site URL from .co.uk to just .uk, and also updated the GitHub repo URL to match, so I wanted to update the Community page to use the correct URL.

- -

There had been commits to the main repo since my pull request was merged, I didn't want to delete my repo and fork again, and making any changes against and old codebase isn't best practice, so I wanted to merge the latest changes into my forked repo before I did anything else - just to check that I didn't break anything!

- -

Updating my Local Repo

- -

I had a quick look for a Update my fork button or something, but couldn't see one to I added the main repository as an additional remote called upstream and fetched the changes.

- -
$ git remote add upstream https://github.com/sculpin/sculpin.io.git
-
-$ git fetch upstream
-remote: Counting objects: 33, done.
-remote: Total 33 (delta 6), reused 6 (delta 6), pack-reused 27
-Unpacking objects: 100% (33/33), done.
-From https://github.com/sculpin/sculpin.io
-* [new branch]      master     -> upstream/master
-* [new branch]      pr/4       -> upstream/pr/4
-
- -

Now my local site knows about the upstream repo, and I could rebase the changes (git pull upstream master should have worked too) and push them back to origin.

- -
$ git rebase upstream/master
-First, rewinding head to replay your work on top of it...
-...
-Fast-forwarded master to upstream/master.
-
-$ git push origin master
-
- -

This seems to have worked OK - the commits are still authored by the correct people and at the correct date and time - and I went ahead and created a new feature branch and pull request based on that master branch.

- -
- The commits on my master branch after rebasing -
The commits on my forked master branch after rebasing and pushing. All good!
-
- -
- The new feature branch with my additional commit. -
The new feature branch with the new commit.
-
- -

Is There a Better Way?

- -

Did I miss something? Is there a recommended and/or better way to update your forked repos, maybe through the UI? Please send me a tweet with any comments.

- -

Update: Rebasing in PhpStorm

- -

December 2015: I’ve found that PhpStorm has an option available to rebase a fork from within the IDE. This is within the VCS > Git menu.

- -

I believe that it will use an existing "upstream" remote if it exists, otherwise it will add one automatically for you, linking to the repository that you forked from.

- -

Once you’ve completed the rebase, you can then push your updated branch either from the terminal, or using the Push command from the same menu.

- -

Rebasing a forked repository in PhpStorm using the VCS menu.

- -

It would be great to see something similar added to hub too (I’ve created an issue)!

- -

Resources

- - - -

- Tags: - git, github, phpstorm, sculpin

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/07/19/sculpin-twig-resources/index.html b/docs/blog/2015/07/19/sculpin-twig-resources/index.html deleted file mode 100644 index cde35775..00000000 --- a/docs/blog/2015/07/19/sculpin-twig-resources/index.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - Sculpin and Twig Resources | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Sculpin and Twig Resources

- -

19th July 2015

- -

Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

- -

General Information

- - - -

Where to Get Sculpin

- - - -

Source Code Examples

- - - -

Videos

- - - -

Twig

- - - -

- Tags: - sculpin, drupalcamp, drupalcamp-north, twig

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/07/21/automating-sculpin-jenkins/index.html b/docs/blog/2015/07/21/automating-sculpin-jenkins/index.html deleted file mode 100644 index 96a41f70..00000000 --- a/docs/blog/2015/07/21/automating-sculpin-jenkins/index.html +++ /dev/null @@ -1,349 +0,0 @@ - - - - Automating Sculpin Builds with Jenkins CI | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Automating Sculpin Builds with Jenkins CI

- -

21st July 2015

- -

As part of re-building this site with Sculpin, I wanted to automate the deployments, as in I wouldn't need to run a script like publish.sh locally and have that deploy my code onto my server. Not only did that mean that my local workflow was simpler (update, commit and push, rather than update, commit, push and deploy), but if I wanted to make a quick edit or hotfix, I could log into GitHub or Bitbucket (wherever I decided to host the source code) from any computer or my phone, make the change and have it deployed for me.

- -

I'd started using Jenkins CI during my time at the Drupal Association, and had since built my own Jenkins server to handle deployments of Drupal websites, so that was the logical choice to use.

- -

Installing Jenkins and Sculpin

- -

If you don’t already have Jenkins installed and configured, I'd suggest using Jeff Geerling (aka geerlingguy)'s Ansible role for Jenkins CI.

- -

I've also released an Ansible role for Sculpin that installs the executable so that the Jenkins server can run Sculpin commands.

- -

Triggering a Build from a Git Commit

- -

I created a new Jenkins item for this task, and restricted where it could be run to master (i.e. the Jenkins server rather than any of the nodes).

- -

Polling from Git

- -

I entered the url to the GitHub repo into the Source Code Management section (the Git option may have been added by the Git plugin that I have installed).

- -

As we don’t need any write access back to the repo, using the HTTP URL rather than the SSH one was fine, and I didn’t need to provide any additional credentials.

- -

Also, as I knew that I’d be working a lot with feature branches, I entered */master as the only branch to build. This meant that pushing changes or making edits on any other branches would not trigger a build.

- -

Defining the Git repository in Jenkins

- -

I also checked the Poll SCM option so that Jenkins would be routinely checking for updated code. This essentially uses the same syntax as cron, specifying minutes, hours etc. I entered * * * * * so that Jenkins would poll each minute, knowing that I could make this less frequent if needed.

- -

This now that Jenkins would be checking for any updates to the repo each minute, and could execute tasks if needed.

- -

Building and Deploying

- -

Within the Builds section of the item, I added an Execute Shell step, where I could enter a command to execute. Here, I pasted a modified version of the original publish.sh script.

- -
#!/bin/bash
-
-set -uex
-
-sculpin generate --env=prod --quiet
-if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi
-
-rsync -avze 'ssh' --delete output_prod/ prodwww2:/var/www/html/oliverdavies.uk/htdocs
-if [ $? -ne 0 ]; then echo "Could not publish the site"; exit 1; fi
-
- -

This essentially is the same as the original file, in that Sculpin generates the site, and uses rsync to deploy it somewhere else. In my case, prodwww2 is a Jenkins node (this alias is configured in /var/lib/jenkins/.ssh/config), and /var/www/html/oliverdavies.uk/htdocs is the directory from where my site is served.

- -

Building Periodically

- -

There is some dynamic content on my site, specifically on the Talks page. Each talk has a date assigned to it, and within the Twig template, the talk is positoned within upcoming or previous talks based on whether this date is less or greater than the time of the build.

- -

The YAML front matter:

- -
---
-...
-talks:
-    - title: Test Drive Twig with Sculpin
-      date: 2015-07-24
-      location: DrupalCamp North
----
-
- -

The Twig layout:

- -
{% for talk in talks|reverse if talk.date >= now %}
-    {# Upcoming talks #}
-{% endfor %}
-
-{% for talk in talks if talk.date < now %}
-    {# Previous talks #}
-{% endfor%}
-
- -

I also didn’t want to have to push an empty commit or manually trigger a job in Jenkins after doing a talk in order for it to be positioned in the correct place on the page, so I also wanted Jenkins to schedule a regular build regardless of whether or not code had been pushed, so ensure that my talks page would be up to date.

- -

After originally thinking that I'd have to split the build steps into a separate item and trigger that from a scheduled item, and amend my git commit item accordingly, I found a Build periodically option that I could use within the same item, leaving it intact and not having to make amends.

- -

I set this to @daily (the same H H * * * - H is a Jenkins thing), so that the build would be triggered automatically each day without a commit, and deploy any updates to the site.

- -

Setting Jenkins to periodically build a new version of the site.

- -

Next Steps

- -

This workflow works great for one site, but as I roll out more Sculpin sites, I'd like to reduce duplication. I see this mainly as I’ll end up creating a separate sculpin_build item that’s decoupled from the site that it’s building, and instead passing variables such as environment, server name and docroot path as parameters in a parameterized build.

- -

I'll probably also take the raw shell script out of Jenkins and save it in a text file that's stored locally on the server, and execute that via Jenkins. This means that I’d be able to store this file in a separate Git repository with my other Jenkins scripts and get the standard advantages of using version control.

- -

Update

- -

Since publishing this post, I've added some more items to the original build script.

- -

Updating Composer

- -
if [ -f composer.json ]; then
-    /usr/local/bin/composer install
-fi
-
- -

Updates project dependencies via Composer if composer.json exists.

- -

Updating Sculpin Dependencies

- -
if [ -f sculpin.json ]; then
-  sculpin install
-fi
-
- -

Runs sculpin install on each build if the sculpin.json file exists, to ensure that the required custom bundles and dependencies are installed.

- -

Managing Redirects

- -
if [ -f scripts/redirects.php ]; then
-    /usr/bin/php scripts/redirects.php
-fi
-
- -

I've been working on a redirects.php script that generates redirects from a .csv file, after seeing similar things in the Pantheon Documentation and That Podcast repositories. This checks if that file exists, and if so, runs it and generates the source file containing each redirect.

- -

- Tags: - sculpin, jenkins

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/index.html b/docs/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/index.html deleted file mode 100644 index 47eaeaee..00000000 --- a/docs/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/index.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - Programmatically Load an Entityform in Drupal 7 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Programmatically Load an Entityform in Drupal 7

- -

22nd December 2015

- -

I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

- -

Here are the steps that I took to be able to load, render and embed the form.

- -

Loading the Form

- -

The first thing that I needed to do to render the form was to load an empty instance of the entityform using entityform_empty_load(). In this example, newsletter is the name of my form type.

- -
$form = entityform_empty_load('newsletter');
-
- -

This returns an instance of a relevant Entityform object.

- -

Rendering the Form

- -

The next step was to be able to render the form. I did this using the entity_form_wrapper() function.

- -

As this function is within the entityform.admin.inc file and not autoloaded by Drupal, I needed to include it using module_load_include() so that the function was available.

- -
module_load_include('inc', 'entityform', 'entityform.admin');
-
-$output = entityform_form_wrapper($form, 'submit', 'embedded'),
-
- -

The first argument is the Entityform object that was created in the previous step (I’ve submitted a patch to type hint this within entityform so that it’s clearer what is expected), which is required.

- -

The other two arguments are optional. The second argument is the mode (submit is the default value), and the last is the form context. page is the default value, for use on the submit page, however I changed this to embedded.

- -

I could then pass this result into my theme function to render it successfully within the relevant template file.

- -

Resources

- - - -

- Tags: - drupal, drupal-7, drupal-planet, entityform

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2016/02/15/announcing-the-drupal-vm-generator/index.html b/docs/blog/2016/02/15/announcing-the-drupal-vm-generator/index.html deleted file mode 100644 index ca219d37..00000000 --- a/docs/blog/2016/02/15/announcing-the-drupal-vm-generator/index.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - Announcing the Drupal VM Generator | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Announcing the Drupal VM Generator

- -

15th February 2016

- -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

- -

- -

What is Drupal VM?

- -

Drupal VM is a project created and maintained by Jeff Geerling. It’s a Vagrant virtual machine for Drupal development that is provisioned using Ansible.

- -

What is different to a regular Vagrant VM is that uses a file called config.yml to configure the machine. Settings such as vagrant_hostname, drupalvm_webserver and drupal_core_path are stored as YAML and passed into the Vagrantfile and the playbook.yml file which is used when the Ansible provisioner runs.

- -

In addition to some essential Ansible roles for installing and configuring packages such as Git, MySQL, PHP and Drush, there are also some roles that are conditional and only installed based on the value of other settings. These include Apache, Nginx, Solr, Varnish and Drupal Console.

- -

What does the Drupal VM Generator do?

- -
-

The Drupal VM Generator is a Symfony application that allows you to quickly create configuration files that are minimal and use-case specific.

-
- -

Drupal VM comes with an example.config.yml file that shows all of the default variables and their values. When I first started using it, I’d make a copy of example.config.yml, rename it to config.yml and edit it as needed, but a lot of the examples aren’t needed for every use case. If you’re using Nginx as your webserver, then you don’t need the Apache virtual hosts. If you are not using Solr on this project, then you don’t need the Solr variables.

- -

For a few months, I’ve kept and used boilerplace versions of config.yml - one for Apache and one for Nginx. These are minimal, so have most of the comments removed and only the variables that I regularly need, but these can still be quite time consuming to edit each time, and if there are additions or changes upstream, then I have two versions to maintain.

- -

The Drupal VM Generator is a Symfony application that allows you to quickly create configuration files that are minimal and use-case specific. It uses the Console component to collect input from the user, Twig to generate the file, the Filesystem component to write it.

- -

Based on the options passed to it and/or answers that you provide, it generates a custom, minimal config.yml file for your project.

- -

Here’s an example of it in action:

- -

'An animated gif showing the interaction process and the resulting config.yml file'

- -

You can also define options when calling the command and skip any or all questions. Running the following would bypass all of the questions and create a new file with no interaction or additional steps.

- -

Where do I get it?

- -

The project is hosted on GitHub, and there are installation instructions within the README.

- -
- -

The recommended method is via downloading the phar file (the same as Composer and Drupal Console). You can also clone the GitHub repository and run the command from there. I’m also wanting to upload it to Packagist so that it can be included if you manage your projects with Composer.

- -

Please log any bugs or feature requests in the GitHub issue tracker, and I’m more than happy to receive pull requests.

- -

If you’re interested in contributing, please feel free to fork the repository and start doing so, or contact me with any questions.

- -

Update 17/02/16: The autoloading issue is now fixed if you require the package via Composer, and this has been tagged as the 1.0.1 release

- -

- Tags: - drupal, drupal-planet, drupal-vm, drupal-vm-generator, symfony

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/index.html b/docs/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/index.html deleted file mode 100644 index 12508728..00000000 --- a/docs/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/index.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - Simplifying Drupal Migrations with xautoload | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Simplifying Drupal Migrations with xautoload

- -

3rd May 2016

- -

What is xautoload?

- -

xautoload is a Drupal module that enables the autoloading of PHP classes, in the same way that you would do so in a Composer based project such as Drupal 8 or Symfony.

- -

It supports both the PSR-0 and PSR-4 standards, as well as providing a wildcard syntax for Drupal’s file[] syntax in .info files.

- -

To use it, download and enable it from Drupal.org as you would for any other module, and then add it as a dependency within your module. The xautoload project page suggests including a minimum version in this format:

- -
dependencies[] = xautoload (>= 7.x-5.0)
-
- -

This will ensure that the version of xautoload is 7.x-5.0 or newer.

- -

How to use it

- -

Wildcard syntax for .info files

- -

Here is an example .info file for a migrate module.

- -
; foo_migrate.info
-
-name = Foo Migration
-core = 7.x
-package = Foo
-
-files[] = includes/user.inc
-files[] = includes/nodes/article.inc
-files[] = includes/nodes/page.inc
-
- -

In this example, each custom migration class is stored in it’s own file within the includes directory, and each class needs to be loaded separately using the files[] = filename syntax.

- -

One thing that the xautoload module does to enable for the use of wildcards within this syntax. By using wildcards, the module file can be simplified as follows:

- -
files[] = includes/**/*.inc
-
- -

This will load any .inc files within the includes directory as well as any sub-directories, like 'node' in the original example.

- -

This means that any new migration classes that are added will be automatically loaded, so you don’t need to declare each include separately within foo_migrate.info again. The great thing about this approach is that it works with the existing directory and file structure.

- -

Use the PSR-4 structure

- -

If you want to use the PSR-4 approach, you can do that too.

- -

In order to do so, you’ll need to complete the following steps:

- -
    -
  1. Rename the includes directory to src.
  2. -
  3. Ensure that there is one PHP class per file, and that the file extension is .php rather than .inc.
  4. -
  5. Ensure that the name of the file matches the name of the class - FooArticleNodeMigration would be in a file called FooArticleNodeMigration.php.
  6. -
  7. Add a namespace to each PHP file. This uses the same format as Drupal 8, including the machine name of the module. For example, Drupal\foo_migrate. - -
      -
    • If the class is within a sub-directory, then this will also need to be included within the namespace - e.g. Drupal\foo_migrate\Node.
    • -
    • You’ll also need to import any class names that you are referencing, including class names that are you extending, by adding use statements at the top of the file. You may be able to prefix it with \ instead (e.g. \DrupalNode6Migration), but I prefer to use imports.
    • -
  8. -
- -

Now your class may look something like this:

- -
<?php
-
-namespace Drupal\foo_migrate\Node;
-
-use DrupalNode6Migration;
-
-class FooArticleNodeMigration extends DrupalNode6Migration {
-  ...
-}
-
- -

With these steps completed, any imports within your .info file can be removed as they are no longer needed and any classes will be loaded automatically.

- -

Within foo_migrate.migrate.inc, I can now reference any class names using their full namespace:

- -
$node_arguments['ArticleNode'] = array(
-  'class_name' => 'Drupal\foo_migrate\Node\FooArticleNodeMigration',
-  'source_type' => 'story',
-  'destination_type' => 'article',
-);
-
- -

Resources

- - - -

- Tags: - autoloading, drupal, drupal-planet, drupal-7, php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2016/07/15/building-gmail-filters-with-php/index.html b/docs/blog/2016/07/15/building-gmail-filters-with-php/index.html deleted file mode 100644 index ffe1e9d1..00000000 --- a/docs/blog/2016/07/15/building-gmail-filters-with-php/index.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - Building Gmail Filters with PHP | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Building Gmail Filters with PHP

- -

15th July 2016

- -

Earlier this week I wrote a small PHP library called GmailFilterBuilder that allows you to write Gmail filters in PHP and export them to XML.

- -

I was already aware of a Ruby library called gmail-britta that does the same thing, but a) I’m not that familiar with Ruby so the syntax wasn’t that natural to me - it’s been a while since I wrote any Puppet manifests, and b) it seemed like a interesting little project to work on one evening.

- -

The library contains two classes - GmailFilter which is used to create each filter, and GmailFilterBuilder that parses the filters and generates the XML using a Twig template.

- -

Usage

- -

For example:

- -
# test.php
-
-require __DIR__ '/vendor/autoload.php';
-
-use Opdavies\GmailFilterBuilder\Builder;
-use Opdavies\GmailFilterBuilder\Filter;
-
-$filters = [];
-
-$filters[] = Filter::create()
-    ->has('from:example@test.com')
-    ->labelAndArchive('Test')
-    ->neverSpam();
-
-new Builder($filters);
-
- -

In this case, an email from example@test.com would be archived, never marked as spam, and have a label of "Test" added to it.

- -

With this code written, and the GmailFilterBuilder library installed via Composer, I can run php test.php and have the XML written to the screen.

- -

This can also be written to a file - php test.php > filters.xml - which can then be imported into Gmail.

- -

Twig Extensions

- -

I also added a custom Twig extension that I moved into a separate twig-extensions library so that I and other people can re-use it in other projects.

- -

It’s a simple filter that accepts a boolean and returns true or false as a string, but meant that I could remove three ternary operators from the template and replace them with the boolean_string filter.

- -

Before:

- -
{{ filter.isArchive ? 'true' : 'false' }}
-
- -

After:

- -
{{ filter.isArchive|boolean_string }}
-
- -

This can then be used to generate output like this, whereas having blank values would have resulted in errors when importing to Gmail.

- -
<apps:property name='shouldArchive' value='true'/>
-
- -

Example

- -

For a working example, see my personal gmail-filters repository on GitHub.

- -

Resources

- - - -

- Tags: - php, gmail

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2016/12/30/drupal-vm-generator-291-released/index.html b/docs/blog/2016/12/30/drupal-vm-generator-291-released/index.html deleted file mode 100644 index edb08567..00000000 --- a/docs/blog/2016/12/30/drupal-vm-generator-291-released/index.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - Drupal VM Generator 2.9.1 Released | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal VM Generator 2.9.1 Released

- -

30th December 2016

- -

I spent some time yesterday working on the Drupal VM Generator, and have released versions 2.8.1, 2.9.0 and 2.9.1.

- -

The main updates are:

- -
    -
  • Fixed an InvalidResponseException that was thrown from within the boolean_as_string Twig filter from the opdavies/twig-extensions library when the config:generate command was run in non-interactive mode.
  • -
  • Adding a working test suite for the existing commands, using PhpUnit and Symfony’s Process component. This is now linked to Travis CI, and the tests are run on each commit and pull request.
  • -
  • The version requirements have been changed to allow 2.7 versions of the used Symfony Components, as well as the 3.x versions. This was done to resolve a conflict when also installing Drush globally with Composer.
  • -
- -

Next Steps

- -

Currently the project is based on Drupal VM 3.0.0 which is an outdated version (4.1.0 was released today). Adding updates and supporting the newer versions is a high priority, as well as keeping in sync with new releases. This will be easier with the test suite in place.

- -

My initial thoughts are that version 2.10.0 will support Drupal VM 4.0.0, and if needed, 2.11.0 will ship shortly afterwards and support Drupal VM 4.1.0.

- -

- Tags: - drupal-vm-generator, releases

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/index.html b/docs/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/index.html deleted file mode 100644 index 0e8bba45..00000000 --- a/docs/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/index.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - Easier Sculpin Commands with Composer and NPM Scripts | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Easier Sculpin Commands with Composer and NPM Scripts

- -

7th January 2017

- -

My website includes several various command line tools - e.g. Sculpin, Gulp and Behat - each needing different arguments and options, depending on the command being run. For example, for Sculpin, I normally include several additional options when viewing the site locally - the full command that I use is ./vendor/bin/sculpin generate --watch --server --clean --no-interaction. Typing this repeatedly is time consuming and could be easily mis-typed, forgotten or confused with other commands.

- -

In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.

- -
- -
- -

Scripts

- -

Here are the scripts that I’m using - they are slightly different from those in the video. I use the --generate and --watch options for Sculpin and the gulp watch command for NPM. I had to change these before the recording as I was using the demo magic script to run the commands, and existing from a watch session was also ending the script process.

- -

composer.json

- -
"scripts": {
-    "clean": "rm -rf output_*/",
-    "dev": "sculpin generate --clean --no-interaction --server --watch",
-    "production": "sculpin generate --clean --no-interaction --env='prod' --quiet"
-}
-
- -

Run with composer run <name>, e.g. composer run dev.

- -

package.json

- -
"scripts": {
-    "init": "yarn && bower install",
-    "dev": "gulp watch",
-    "production": "gulp --production"
-}
-
- -

Run with npm run <name>, e.g. npm run production.

- -

You can also take a look at the full composer.json and package.json files within my site repository on GitHub.

- -

Resources

- - - -

- Tags: - composer, gulp, sculpin

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2017/01/31/nginx-redirects-with-query-string-arguments/index.html b/docs/blog/2017/01/31/nginx-redirects-with-query-string-arguments/index.html deleted file mode 100644 index 9507581c..00000000 --- a/docs/blog/2017/01/31/nginx-redirects-with-query-string-arguments/index.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - Nginx Redirects With Query String Arguments | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Nginx Redirects With Query String Arguments

- -

31st January 2017

- -

This is an example of how my Nginx configuration looked to redirect from an old domain to a new one, and also to redirect from the root example.com domain to the canonical www subdomain.

- -
server {
-  listen 80;
-
-  server_name example.com;
-  server_name my-old-domain.com;
-  server_name www.my-old-domain.com;
-
-  return 301 https://www.example.com$uri;
-}
-
- -

It also redirects the URI value, e.g. from http://example.com/test to http://example.com/test, but I noticed recently though that any the query string would be lost - e.g. http://example.com/?test would redirect to http://www.example.com and the ?test would be dropped. The application that I built references images based on the query string, so I wanted these to be included within the redirect.

- -

This was fixed by making a small change to my return statement.

- -

Before:

- -
return 301 https://www.example.com$uri;
-
- -

After:

- -
return 301 https://www.example.com$uri$is_args$args;
-
- -

$is_args is an empty string if there are no arguments, or a ? to signify the start of the query string. $args then adds the arguments ($query_string could also be used with the same result).

- -

Here is an demo of it working on this website:

- -

- -

Resources

- - - -

- Tags: - nginx

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/2017/05/05/fixing-drupal-simpletest-docker/index.html b/docs/blog/2017/05/05/fixing-drupal-simpletest-docker/index.html deleted file mode 100644 index e1e182e4..00000000 --- a/docs/blog/2017/05/05/fixing-drupal-simpletest-docker/index.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - Fixing Drupal SimpleTest issues inside Docker Containers | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Fixing Drupal SimpleTest issues inside Docker Containers

- -

5th May 2017

- -

TL;DR You need to include the name of your web server container as the --url option to run-scripts.php.

- -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

- -
services:
-  php:
-    image: wodby/drupal-php:5.6
-    volumes:
-      - ./repo:/var/www/html
-
-  nginx:
-    image: wodby/drupal-nginx:7-1.10
-    environment:
-      NGINX_BACKEND_HOST: php
-      NGINX_SERVER_ROOT: /var/www/html/web
-    ports:
-      - "80:80"
-   volumes_from:
-      - php
-...
-
- -

Nginx and PHP-FPM are running in separate containers, the volumes are shared across both and the Nginx backend is set to use the php container.

- -

This is the command that I was using to run the tests:

- -
$ docker-compose run --rm \
-  -w /var/www/html/web \
-  php \
-  php scripts/run-tests.sh \
-    --php /usr/local/bin/php \
-    --class OverrideNodeOptionsTestCase
-
- -

This creates a new instance of the php container, sets the working directory to my Drupal root and runs Drupal’s run-tests.sh script with some arguments. In this case, I'm running the OverrideNodeOptionsTestCase class for the override_node_options tests. Once complete, the container is deleted because of the --rm option.

- -

This resulted in 60 of the 112 tests failing, whereas they all passed when run within a Drupal VM instance.

- -
Test summary
-------------
-
-Override node options 62 passes, 60 fails, 29 exceptions, and 17 debug messages
-
-Test run duration: 2 min 25 sec
-
- -

Running the tests again with the--verbose option, I saw this message appear in the output below some of the failing tests:

- -
-

simplexml_import_dom(): Invalid Nodetype to import

-
- -

Update: I later found that https://www.drupal.org/docs/7/testing/running-tests-through-command-line#troubleshooting references this error message, but I didn’t see this page within my original search.

- -

After checking that I had all of the required PHP extensions installed, I ran docker-compose exec php bash to connect to the php container and ran curl http://localhost to check the output. Rather than seeing the HTML for the site, I got this error message:

- -
-

curl: (7) Failed to connect to localhost port 80: Connection refused

-
- -

Whereas curl http://nginx returns the HTML for the page, so included it with the --url option to run-tests.sh, and this resulted in my tests all passing.

- -
$ docker-compose run --rm \
-  -w /var/www/html/web \
-  php \
-  php scripts/run-tests.sh \
-    --php /usr/local/bin/php \
-    --url http://nginx \
-    --class OverrideNodeOptionsTestCase
-
- -
Test summary
-------------
-
-Override node options 121 passes, 0 fails, 0 exceptions, and 34 debug messages
-
-Test run duration: 2 min 31 sec
-
- -

Note: In this example I have separate nginx and php containers, but I've tried and had the same issue when running Nginx and PHP-FPM in the same container - e.g. called app - and still needed to add --url http://app in order for the tests to run successfully.

- -

I don’t know if this issue is macOS specfic (I know that Drupal CI is based on Docker, and I don’t know if it’s an issue) but I’m going to test also on my Ubuntu Desktop environment and investigate further and also compare the test run times for Docker in macOS, Docker in Ubuntu and within Drupal VM. I’m also going to test this with PHPUnit tests with Drupal 8.

- -

- Tags: - docker, drupal, drupal-planet, simpletest, testing

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/2017/05/05/fixing-drupal-simpletest-issues-inside-docker-containers/index.html b/docs/blog/2017/05/05/fixing-drupal-simpletest-issues-inside-docker-containers/index.html deleted file mode 100644 index 46936551..00000000 --- a/docs/blog/2017/05/05/fixing-drupal-simpletest-issues-inside-docker-containers/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/index.html b/docs/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/index.html deleted file mode 100644 index a6709855..00000000 --- a/docs/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/index.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors

- -

15th May 2017

- -

DrupalCamp Bristol 2017 logo

- -

In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

- - - -

Today we announced Emma Karayiannis as our Saturday keynote speaker, and we’ll be announcing some of the other speakers later this week.

- -

Not submitted your session yet? The session submissions are open until May 31st. We’re looking for talks not only on Drupal, but other related topics such as PHP, Symfony, server administration/DevOps, project management, case studies, being human etc. If you want to submit but want to ask something beforehand, please send us an email or ping us on Twitter.

- -

Not spoken at a DrupalCamp before? No problem. We’re looking for both new and experienced speakers, and have both long (45 minutes) and short (20 minutes) talk slots available.

- -

Not bought your tickets yet? Early bird tickets for the CXO and conference days are still available! The sprint day tickets are free but limited, so do register for a ticket to claim your place.

- -

We still have sponsorships opportunities available (big thanks to Microserve, Deeson and Proctors) who have already signed up), but be quick if you want to be included in our brochure so that we can get you added before our print deadline! Without our sponsors, putting on this event each year would not be possible.

- -

Any other questions? Take a look at our website or get in touch via Twitter or email.

- -

- Tags: - drupal, drupal-planet, drupalcamp, drupalcamp-bristol

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/2017/05/20/turning-drupal-module-into-feature/index.html b/docs/blog/2017/05/20/turning-drupal-module-into-feature/index.html deleted file mode 100644 index b03b23cf..00000000 --- a/docs/blog/2017/05/20/turning-drupal-module-into-feature/index.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - Turning Your Custom Drupal Module into a Feature | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Turning Your Custom Drupal Module into a Feature

- -

20th May 2017

- -

Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

- -

I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

- -

To do this, I needed to expose the module to the Features API.

- -

All that’s needed is to add this line to the mymodule.info file:

- -
features[features_api][] = api:2
-
- -

After clearing the cache, the module is now visible in the Features list - and ready to have the appropriate configuration added to it.

- -

'The features list showing the custom module'

- -

- Tags: - drupal, drupal-7, drupal-planet, features

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/index.html b/docs/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/index.html deleted file mode 100644 index e3a874da..00000000 --- a/docs/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/index.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - Introducing the Drupal Meetups Twitterbot | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Introducing the Drupal Meetups Twitterbot

- -

9th June 2017

- -

- -

The Drupal Meetups Twitterbot is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide one Twitter account where people can get the up to date news from various Drupal meetups.

- -

It works by having a whitelist of Twitter accounts and hashtags to search for, uses Codebird to query the Twitter API and retweets any matching tweets on a scheduled basis.

- -

If you would like your meetup group to be added to the list of searched accounts, please open an issue on the GitHub repo.

- -

- Tags: - twitter, php

-
- - - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/index.html b/docs/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/index.html deleted file mode 100644 index de047a59..00000000 --- a/docs/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/index.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - Publishing Sculpin Sites with GitHub Pages | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Publishing Sculpin Sites with GitHub Pages

- -

13th July 2017

- -

- -

Earlier this week I moved this site from my personal Linode server to GitHub Pages.

- -

This made sense as I already kept the source code in on GitHub, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.

- -

I’ve seen different implementations of this, mostly where the Sculpin code is on one branch, and the generated HTML code is on a separate gh-pages or master branch (depending on your repository name). I’m not fond of this approach as it means automatically checking out and merging branches which can get messy, and also it’s weird to look at a repo’s branches page and see one branch maybe tens or hundreds of commits both ahead and behind the default branch.

- -

This has been made simpler and tidier now that we can use a docs directory within the repository to serve content.

- -

- -

This means that I can simply re-generate the site after making changes and add it as an additional commit to my main branch with no need to switch branches or perform a merge.

- -

To simplify this, I’ve added a new publish.sh script into my repository to automate the sites. This is how it currently looks:

- -
#!/usr/bin/env bash
-
-SITE_ENV="prod"
-
-# Remove the existing docs directory, build the site and create the new
-# docs directory.
-rm -rf ./docs
-vendor/bin/sculpin generate --no-interaction --clean --env=${SITE_ENV}
-touch output_${SITE_ENV}/.nojekyll
-mv output_${SITE_ENV} docs
-
-# Ensure the correct Git variables are used.
-git config --local user.name 'Oliver Davies'
-git config --local user.email oliver@oliverdavies.uk
-
-# Add, commit and push the changes.
-git add --all docs
-git commit -m 'Build.'
-git push origin HEAD
-
- -

This begins by removing the deleting the existing docs directory and re-generating the site with the specified environment. Then I add a .nojekyll file and rename the output directory to replace docs.

- -

Now the changes can be added, committed and pushed. Once pushed, the new code is automatically served by GitHub Pages.

- -

HTTPS

- -

GitHub Pages unfortunately does not support HTTPS for custom domains.

- -

As the site was previously using HTTPS, I didn’t want to have to go back to HTTP, break any incoming links and lose any potential traffic. To continue using HTTPS, I decided to use Cloudflare to serve the site via their CDN which does allow for HTTPS traffic.

- -

Next Steps

- -
    -
  • Enable automatically running publish.sh when new changes are pushed to GitHub rather than running it manually. I was previously using Jenkins and Fabric for this, though I’m also going to look into using Travis to accomplish this.
  • -
  • Add the pre-build steps such as running composer install and yarn to install dependencies, and gulp to create the front-end assets. This was previously done by Jenkins in my previous setup.
  • -
- -

Resources

- - - -

- Tags: - sculpin, php, github

-
- - -
-
-

About the Author

- - Picture of Oliver - -

Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites, PHP applications and Linux servers.

-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/accessible-bristol-site-launched/index.html b/docs/blog/accessible-bristol-site-launched/index.html deleted file mode 100644 index 7fa5c077..00000000 --- a/docs/blog/accessible-bristol-site-launched/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/add-date-popup-calendar-custom-form/index.html b/docs/blog/add-date-popup-calendar-custom-form/index.html deleted file mode 100644 index 204817c3..00000000 --- a/docs/blog/add-date-popup-calendar-custom-form/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/add-taxonomy-term-multiple-nodes-using-sql/index.html b/docs/blog/add-taxonomy-term-multiple-nodes-using-sql/index.html deleted file mode 100644 index b3285f35..00000000 --- a/docs/blog/add-taxonomy-term-multiple-nodes-using-sql/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/adding-custom-theme-templates-drupal-7/index.html b/docs/blog/adding-custom-theme-templates-drupal-7/index.html deleted file mode 100644 index a7d92d8b..00000000 --- a/docs/blog/adding-custom-theme-templates-drupal-7/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/announcing-the-drupal-vm-config-generator/index.html b/docs/blog/announcing-the-drupal-vm-config-generator/index.html deleted file mode 100644 index 17efc2c6..00000000 --- a/docs/blog/announcing-the-drupal-vm-config-generator/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/announcing-the-drupal-vm-generator/index.html b/docs/blog/announcing-the-drupal-vm-generator/index.html deleted file mode 100644 index 17efc2c6..00000000 --- a/docs/blog/announcing-the-drupal-vm-generator/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/automating-sculpin-jenkins/index.html b/docs/blog/automating-sculpin-jenkins/index.html deleted file mode 100644 index 87ff4a72..00000000 --- a/docs/blog/automating-sculpin-jenkins/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/building-gmail-filters-with-php/index.html b/docs/blog/building-gmail-filters-with-php/index.html deleted file mode 100644 index c4f1d08c..00000000 --- a/docs/blog/building-gmail-filters-with-php/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/change-content-type-multiple-nodes-using-sql/index.html b/docs/blog/change-content-type-multiple-nodes-using-sql/index.html deleted file mode 100644 index 379e7965..00000000 --- a/docs/blog/change-content-type-multiple-nodes-using-sql/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/checking-if-user-logged-drupal-right-way/index.html b/docs/blog/checking-if-user-logged-drupal-right-way/index.html deleted file mode 100644 index f7d82ed4..00000000 --- a/docs/blog/checking-if-user-logged-drupal-right-way/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/checkout-specific-revision-svn-command-line/index.html b/docs/blog/checkout-specific-revision-svn-command-line/index.html deleted file mode 100644 index 6e019bd9..00000000 --- a/docs/blog/checkout-specific-revision-svn-command-line/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/conditional-email-addresses-webform/index.html b/docs/blog/conditional-email-addresses-webform/index.html deleted file mode 100644 index 4318bd4f..00000000 --- a/docs/blog/conditional-email-addresses-webform/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-a-zen-sub-theme-using-drush/index.html b/docs/blog/create-a-zen-sub-theme-using-drush/index.html deleted file mode 100644 index b61a963a..00000000 --- a/docs/blog/create-a-zen-sub-theme-using-drush/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-and-apply-patches/index.html b/docs/blog/create-and-apply-patches/index.html deleted file mode 100644 index 11be7baf..00000000 --- a/docs/blog/create-and-apply-patches/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-better-photo-gallery-drupal-part-1/index.html b/docs/blog/create-better-photo-gallery-drupal-part-1/index.html deleted file mode 100644 index aee249bf..00000000 --- a/docs/blog/create-better-photo-gallery-drupal-part-1/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-better-photo-gallery-drupal-part-2/index.html b/docs/blog/create-better-photo-gallery-drupal-part-2/index.html deleted file mode 100644 index 99eaf3a4..00000000 --- a/docs/blog/create-better-photo-gallery-drupal-part-2/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-better-photo-gallery-drupal-part-21/index.html b/docs/blog/create-better-photo-gallery-drupal-part-21/index.html deleted file mode 100644 index 997d5c76..00000000 --- a/docs/blog/create-better-photo-gallery-drupal-part-21/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-better-photo-gallery-drupal-part-3/index.html b/docs/blog/create-better-photo-gallery-drupal-part-3/index.html deleted file mode 100644 index 7c1aed4d..00000000 --- a/docs/blog/create-better-photo-gallery-drupal-part-3/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html b/docs/blog/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html deleted file mode 100644 index e286b849..00000000 --- a/docs/blog/create-block-social-media-icons-using-cck-views-and-nodequeue/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html b/docs/blog/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html deleted file mode 100644 index 826928c3..00000000 --- a/docs/blog/create-flickr-photo-gallery-using-feeds-cck-and-views/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-multigroups-drupal-7-using-field-collections/index.html b/docs/blog/create-multigroups-drupal-7-using-field-collections/index.html deleted file mode 100644 index 79e79820..00000000 --- a/docs/blog/create-multigroups-drupal-7-using-field-collections/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html b/docs/blog/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html deleted file mode 100644 index 51ae05eb..00000000 --- a/docs/blog/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-slideshow-multiple-images-using-fancy-slide/index.html b/docs/blog/create-slideshow-multiple-images-using-fancy-slide/index.html deleted file mode 100644 index 13c2e8ba..00000000 --- a/docs/blog/create-slideshow-multiple-images-using-fancy-slide/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html b/docs/blog/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html deleted file mode 100644 index 958a5516..00000000 --- a/docs/blog/create-virtual-hosts-mac-os-x-using-virtualhostx/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/creating-and-using-custom-tokens-drupal-7/index.html b/docs/blog/creating-and-using-custom-tokens-drupal-7/index.html deleted file mode 100644 index aae3dadc..00000000 --- a/docs/blog/creating-and-using-custom-tokens-drupal-7/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html b/docs/blog/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html deleted file mode 100644 index 33536c24..00000000 --- a/docs/blog/creating-local-and-staging-sites-drupals-domain-module-enabled/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/display-custom-menu-drupal-7-theme-template-file/index.html b/docs/blog/display-custom-menu-drupal-7-theme-template-file/index.html deleted file mode 100644 index 8d3daa48..00000000 --- a/docs/blog/display-custom-menu-drupal-7-theme-template-file/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/display-git-branch-or-tag-names-your-bash-prompt/index.html b/docs/blog/display-git-branch-or-tag-names-your-bash-prompt/index.html deleted file mode 100644 index 245ed12e..00000000 --- a/docs/blog/display-git-branch-or-tag-names-your-bash-prompt/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/display-number-facebook-fans-php/index.html b/docs/blog/display-number-facebook-fans-php/index.html deleted file mode 100644 index 0c70e1c6..00000000 --- a/docs/blog/display-number-facebook-fans-php/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/dividing-drupals-process-and-preprocess-functions-separate-files/index.html b/docs/blog/dividing-drupals-process-and-preprocess-functions-separate-files/index.html deleted file mode 100644 index f72af321..00000000 --- a/docs/blog/dividing-drupals-process-and-preprocess-functions-separate-files/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/dont-bootstrap-drupal-use-drush/index.html b/docs/blog/dont-bootstrap-drupal-use-drush/index.html deleted file mode 100644 index 876507ad..00000000 --- a/docs/blog/dont-bootstrap-drupal-use-drush/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/download-different-versions-drupal-drush/index.html b/docs/blog/download-different-versions-drupal-drush/index.html deleted file mode 100644 index 7cb5a7fe..00000000 --- a/docs/blog/download-different-versions-drupal-drush/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/drupal-association/index.html b/docs/blog/drupal-association/index.html deleted file mode 100644 index c3b8211a..00000000 --- a/docs/blog/drupal-association/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/drupal-vm-generator-291-released/index.html b/docs/blog/drupal-vm-generator-291-released/index.html deleted file mode 100644 index 3ad7b0f4..00000000 --- a/docs/blog/drupal-vm-generator-291-released/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/drupalcamp-london-2014/index.html b/docs/blog/drupalcamp-london-2014/index.html deleted file mode 100644 index 977fe060..00000000 --- a/docs/blog/drupalcamp-london-2014/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/drush-make-drupalbristol/index.html b/docs/blog/drush-make-drupalbristol/index.html deleted file mode 100644 index e92229fb..00000000 --- a/docs/blog/drush-make-drupalbristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/easier-sculpin-commands-with-composer-and-npm-scripts/index.html b/docs/blog/easier-sculpin-commands-with-composer-and-npm-scripts/index.html deleted file mode 100644 index c9f38ad0..00000000 --- a/docs/blog/easier-sculpin-commands-with-composer-and-npm-scripts/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/easily-embed-typekit-fonts-your-drupal-website/index.html b/docs/blog/easily-embed-typekit-fonts-your-drupal-website/index.html deleted file mode 100644 index 0c0b7647..00000000 --- a/docs/blog/easily-embed-typekit-fonts-your-drupal-website/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/fix-vagrant-loading-wrong-virtual-machine/index.html b/docs/blog/fix-vagrant-loading-wrong-virtual-machine/index.html deleted file mode 100644 index 32a4b3d4..00000000 --- a/docs/blog/fix-vagrant-loading-wrong-virtual-machine/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/forward-one-domain-another-using-modrewrite-and-htaccess/index.html b/docs/blog/forward-one-domain-another-using-modrewrite-and-htaccess/index.html deleted file mode 100644 index be5f93f5..00000000 --- a/docs/blog/forward-one-domain-another-using-modrewrite-and-htaccess/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/git-format-patch/index.html b/docs/blog/git-format-patch/index.html deleted file mode 100644 index f247dc9c..00000000 --- a/docs/blog/git-format-patch/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/going-drupalcon/index.html b/docs/blog/going-drupalcon/index.html deleted file mode 100644 index 440727a2..00000000 --- a/docs/blog/going-drupalcon/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/how-to-define-a-minimum-drupal-core-version/index.html b/docs/blog/how-to-define-a-minimum-drupal-core-version/index.html deleted file mode 100644 index 232367d4..00000000 --- a/docs/blog/how-to-define-a-minimum-drupal-core-version/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/imagefield-import-archive/index.html b/docs/blog/imagefield-import-archive/index.html deleted file mode 100644 index 0ffff74d..00000000 --- a/docs/blog/imagefield-import-archive/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/improve-jpg-quality-imagecache-and-imageapi/index.html b/docs/blog/improve-jpg-quality-imagecache-and-imageapi/index.html deleted file mode 100644 index 0ac5ad75..00000000 --- a/docs/blog/improve-jpg-quality-imagecache-and-imageapi/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/include-css-fonts-using-sass-each-loop/index.html b/docs/blog/include-css-fonts-using-sass-each-loop/index.html deleted file mode 100644 index 965a1311..00000000 --- a/docs/blog/include-css-fonts-using-sass-each-loop/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html b/docs/blog/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html deleted file mode 100644 index f0bc0e17..00000000 --- a/docs/blog/include-local-drupal-settings-file-environment-configuration-and-overrides/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/index.html b/docs/blog/index.html deleted file mode 100644 index a888d412..00000000 --- a/docs/blog/index.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Publishing Sculpin Sites with GitHub Pages

    - -

    13th July 2017

    - - -

    - -

    Earlier this week I moved this site from my personal Linode server to GitHub Pages.

    - -

    This made sense as I already kept the source code in on GitHub, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.

    - - - Read more → -
  • -
  • -

    Introducing the Drupal Meetups Twitterbot

    - -

    9th June 2017

    - - -

    - -

    The Drupal Meetups Twitterbot is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide one Twitter account where people can get the up to date news from various Drupal meetups.

    - - - Read more → -
  • -
  • -

    Turning Your Custom Drupal Module into a Feature

    - -

    20th May 2017

    - - -

    Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

    - -

    I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

    - -

    To do this, I needed to expose the module to the Features API.

    - - - Read more → -
  • -
  • -

    DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors

    - -

    15th May 2017

    - - -

    DrupalCamp Bristol 2017 logo

    - -

    In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

    - - - - - Read more → -
  • -
  • -

    Fixing Drupal SimpleTest issues inside Docker Containers

    - -

    5th May 2017

    - - -

    I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

    - -

    Here’s an excerpt from my docker-compose.yml file:

    - - - Read more → -
  • -
  • -

    Nginx Redirects With Query String Arguments

    - -

    31st January 2017

    - - -

    This is an example of how my Nginx configuration looked to redirect from an old domain to a new one, and also to redirect from the root example.com domain to the canonical www subdomain.

    - - - Read more → -
  • -
  • -

    Easier Sculpin Commands with Composer and NPM Scripts

    - -

    7th January 2017

    - - -

    In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.

    - - - Read more → -
  • -
  • -

    Drupal VM Generator 2.9.1 Released

    - -

    30th December 2016

    - - -

    I spent some time yesterday working on the Drupal VM Generator, and have released versions 2.8.1, 2.9.0 and 2.9.1.

    - - - Read more → -
  • -
  • -

    Building Gmail Filters with PHP

    - -

    15th July 2016

    - - -

    Earlier this week I wrote a small PHP library called GmailFilterBuilder that allows you to write Gmail filters in PHP and export them to XML. - -I was already aware of a Ruby library called gmail-britta that does the same thing, but a) I’m not that familiar with Ruby so the syntax …

    - - Read more → -
  • -
  • -

    Simplifying Drupal Migrations with xautoload

    - -

    3rd May 2016

    - - -

    How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

    - - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/install-and-configure-subversion-svn-server-ubuntu/index.html b/docs/blog/install-and-configure-subversion-svn-server-ubuntu/index.html deleted file mode 100644 index 6091790d..00000000 --- a/docs/blog/install-and-configure-subversion-svn-server-ubuntu/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/install-nomensa-media-player-drupal/index.html b/docs/blog/install-nomensa-media-player-drupal/index.html deleted file mode 100644 index 1ecf6a0b..00000000 --- a/docs/blog/install-nomensa-media-player-drupal/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/installing-nagios-centos/index.html b/docs/blog/installing-nagios-centos/index.html deleted file mode 100644 index 9078138b..00000000 --- a/docs/blog/installing-nagios-centos/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/leaving-nomensa-joining-precedent/index.html b/docs/blog/leaving-nomensa-joining-precedent/index.html deleted file mode 100644 index 7c6a9c95..00000000 --- a/docs/blog/leaving-nomensa-joining-precedent/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/my-new-drupal-modules/index.html b/docs/blog/my-new-drupal-modules/index.html deleted file mode 100644 index 5e714c96..00000000 --- a/docs/blog/my-new-drupal-modules/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/my-sublime-text-2-settings/index.html b/docs/blog/my-sublime-text-2-settings/index.html deleted file mode 100644 index 2e15b91b..00000000 --- a/docs/blog/my-sublime-text-2-settings/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/nginx-redirects-with-query-string-arguments/index.html b/docs/blog/nginx-redirects-with-query-string-arguments/index.html deleted file mode 100644 index f0a2bc53..00000000 --- a/docs/blog/nginx-redirects-with-query-string-arguments/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/open-sublime-text-2-mac-os-x-command-line/index.html b/docs/blog/open-sublime-text-2-mac-os-x-command-line/index.html deleted file mode 100644 index e9d46e23..00000000 --- a/docs/blog/open-sublime-text-2-mac-os-x-command-line/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/page/10.html b/docs/blog/page/10.html deleted file mode 100644 index 424a3780..00000000 --- a/docs/blog/page/10.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Conditional Email Addresses in a Webform

    - -

    6th May 2010

    - - -

    I created a new Webform to serve as a simple Contact form, but left the main configuration until after I created the form components. I added 'Name', 'Email', 'Subject' and 'Message' fields, as well as a 'Category' select list. Below 'Options', I entered each of my desired options in the …

    - - Read more → -
  • -
  • -

    Using ImageCache and ImageCrop for my Portfolio

    - -

    28th April 2010

    - - -

    Whilst working on my own portfolio/testimonial website, I decided to have a portfolio page displaying the name of each site and a thumbnail image. For this Blog post, I'll be using a site called Popcorn Strips which I built for a friend earlier this year as an example. - -I created a …

    - - Read more → -
  • -
  • -

    Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery

    - -

    5th April 2010

    - - -

    Whilst developing this, and other Drupal websites for clients, I decided that I wanted to categorise content using the taxonomy system. However, I wasn't happy with the way that Drupal displayed the terms lists by default, and I started comparing this to other websites that I look at. - -To start with, …

    - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/2.html b/docs/blog/page/2.html deleted file mode 100644 index 74af7e76..00000000 --- a/docs/blog/page/2.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Announcing the Drupal VM Generator

    - -

    15th February 2016

    - - -

    For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

    - - - Read more → -
  • -
  • -

    Programmatically Load an Entityform in Drupal 7

    - -

    22nd December 2015

    - - -

    I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

    - -

    Here are the steps that I took to be able to load, render and embed the form.

    - - - Read more → -
  • -
  • -

    Automating Sculpin Builds with Jenkins CI

    - -

    21st July 2015

    - - -

    As part of re-building this site with Sculpin, I wanted to automate the deployments, as in I wouldn't need to run a script like publish.sh locally and have that deploy my code onto my server. Not only did that mean that my local workflow was simpler (update, commit and push, …

    - - Read more → -
  • -
  • -

    Sculpin and Twig Resources

    - -

    19th July 2015

    - - -

    Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

    - - - Read more → -
  • -
  • -

    Updating Forked Repositories on GitHub

    - -

    18th June 2015

    - - -

    Sculpin - -People may or may not know, but this site runs on Sculpin, a PHP based static site generator (this may be the first time that I've mentioned it on this site). The source code is hosted on GitHub, and I've listed the site on the Community page on the Sculpin …

    - - Read more → -
  • -
  • -

    How to Define a Minimum Drupal Core Version

    - -

    3rd April 2015

    - - -

    This week, my first code patch was committed to Drupal core. The patch adds the user_has_role() function to the user module, to simplify the way to check whether a user in Drupal has been assigned a specific role. This is something that I normally write a custom function for each …

    - - Read more → -
  • -
  • -

    2014

    - -

    20th March 2015

    - - -

    A lot happened in 2014. Here are some of the main things that I'd like to highlight.

    - - - Read more → -
  • -
  • -

    Include a Local Drupal Settings file for Environment Configuration and Overrides

    - -

    20th December 2014

    - - -

    How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

    - - - Read more → -
  • -
  • -

    Include environment-specific settings files on Pantheon

    - -

    27th November 2014

    - - -

    I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

    - -

    The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

    - - - Read more → -
  • -
  • -

    Using Remote Files when Developing Locally with Stage File Proxy Module

    - -

    20th November 2014

    - - -

    How to install and configure the Stage File Proxy module to serve remote images on your local Drupal site.

    - - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/3.html b/docs/blog/page/3.html deleted file mode 100644 index e66da385..00000000 --- a/docs/blog/page/3.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Include CSS Fonts by Using a SASS each Loop

    - -

    18th November 2014

    - - -

    How to use an @each loop in SASS to quickly include multiple font files within your stylesheet.

    - - - Read more → -
  • -
  • -

    Updating Features and Adding Components Using Drush

    - -

    21st October 2014

    - - -

    If you use the Features module to manage your Drupal configuration, it can be time consuming to update features through the UI, especially if you are working on a remote server and need to keep downloading and uploading files.

    - -

    If you re-create a feature through the UI, you'll be prompted to download a new archive of the feature in its entirety onto your local computer. You could either commit this into a local repository and then pull it remotely, or use a tool such as SCP to upload the archive onto the server and commit it from there. You can simplify this process by using Drush.

    - - - Read more → -
  • -
  • -

    How to fix Vagrant Loading the Wrong Virtual Machine

    - -

    6th October 2014

    - - -

    A few times recently, I've had instances where Vagrant seems to have forgotten which virtual machine it's supposed to load, probably due to renaming a project directory or the .vagrant directory being moved accidentally.

    - -

    Here are the steps that I took to fix this and point Vagrant back at the correct VM.

    - - - Read more → -
  • -
  • -

    drush make drupalbristol

    - -

    2nd July 2014

    - - -

    Here are my slides from this month's talk night at the Drupal Bristol user group.

    - - - Read more → -
  • -
  • -

    git format-patch is your Friend

    - -

    21st May 2014

    - - -

    An explanation of the "git format-patch" command, and how it could be used in Drupal's Git workflow.

    - - - Read more → -
  • -
  • -

    Thanks

    - -

    6th May 2014

    - - -

    This is just a quick post to thank everyone for their comments and congratulations after my previous post about joining the Drupal Association. I’m looking forward to my first day in the job tomorrow.

    - - - Read more → -
  • -
  • -

    Drupal Association

    - -

    3rd May 2014

    - - -

    Today was my last day working at Precedent. Next week, I'll be starting my new job at the Drupal Association working on Drupal's home - Drupal.org.

    - - - Read more → -
  • -
  • -

    DrupalCamp London: What is Git Flow?

    - -

    3rd March 2014

    - - -

    Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

    - - - Read more → -
  • -
  • -

    DrupalCamp London 2014

    - -

    9th February 2014

    - - -

    It's all booked, I'm going to be attending DrupalCamp London this year, my first DrupalCamp!

    - - - Read more → -
  • -
  • -

    Some Useful Git Aliases

    - -

    15th January 2014

    - - -

    Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.

    - - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/4.html b/docs/blog/page/4.html deleted file mode 100644 index c79e5d85..00000000 --- a/docs/blog/page/4.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Download Different Versions of Drupal with Drush

    - -

    31st December 2013

    - - -

    If you use Drush, it's likely that you've used the drush pm-download (or drush dl for short) command to start a new project. This command downloads projects from Drupal.org, but if you don't specify a project or type "drush dl drupal", the command will download the current stable version of Drupal core. Currently, this will be Drupal 7 with that being the current stable version of core at the time of writing this post.

    - -

    But what if you don't want Drupal 7?

    - - - Read more → -
  • -
  • -

    Quickly Apply Patches Using Git and curl or wget

    - -

    24th December 2013

    - - -

    Testing a patch file is usually a two-step process. First you download the patch file from the source, and then you run a separate command to apply it.

    - -

    You can save time and typing by running the two commands on one line:

    - - - Read more → -
  • -
  • -

    Useful Vagrant Commands

    - -

    27th November 2013

    - - -

    Vagrant is a tool for managing virtual machines within VirtualBox from the command line. Here are some useful commands to know when using Vagrant.

    - - - Read more → -
  • -
  • -

    Don't Bootstrap Drupal, Use Drush

    - -

    19th November 2013

    - - -

    There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like node_load() and db_query().

    - -

    To bootstrap Drupal, you would need to add some additional lines of code to the stop of your script. Here is an alternative way.

    - - - Read more → -
  • -
  • -

    Create a Zen Sub-theme Using Drush

    - -

    6th September 2013

    - - -

    How to use Drush to quickly build a new sub-theme of Zen.

    - - - Read more → -
  • -
  • -

    Going to DrupalCon

    - -

    26th July 2013

    - - -

    Precedent are sending myself and two of our other Drupal Developers to Drupalcon Prague.

    - - - Read more → -
  • -
  • -

    Creating Local and Staging sites with Drupal's Domain Module Enabled

    - -

    17th July 2013

    - - -

    The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.

    - -

    Rather than changing the domain settings within the Domain module itself, the best solution I think is to use table prefixes and create a different domain table per environment.

    - - - Read more → -
  • -
  • -

    Some useful links for using SimpleTest in Drupal

    - -

    13th June 2013

    - - -

    Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.

    - - - Read more → -
  • -
  • -

    Display Git Branch or Tag Names in your Bash Prompt

    - -

    27th April 2013

    - - -

    Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it.

    - - - Read more → -
  • -
  • -

    Leaving Nomensa, Joining Precedent

    - -

    20th April 2013

    - - -

    Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.

    - - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/5.html b/docs/blog/page/5.html deleted file mode 100644 index 777ea9bd..00000000 --- a/docs/blog/page/5.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    The Quickest way to Install Sublime Text 2 in Ubuntu

    - -

    2nd March 2013

    - - -

    After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!

    - - - Read more → -
  • -
  • -

    Creating and using custom tokens in Drupal 7

    - -

    16th February 2013

    - - -

    This post outlines the steps required to create your own custom tokens in Drupal.

    - - - Read more → -
  • -
  • -

    Checking if a user is logged into Drupal (the right way)

    - -

    9th January 2013

    - - -

    I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous).

    - - - Read more → -
  • -
  • -

    How to use SASS and Compass in Drupal 7 using Sassy

    - -

    6th December 2012

    - - -

    I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

    - - - Read more → -
  • -
  • -

    Open Sublime Text 2 from the Mac OS X Command Line

    - -

    17th November 2012

    - - -

    How to open Sublime Text from the command line.

    - - - Read more → -
  • -
  • -

    Accessible Bristol site launched

    - -

    15th November 2012

    - - -

    I'm happy to announce that the Accessible Bristol website was launched this week, on Drupal 7.

    - -

    The site has been developed over the past few months, and uses the User Relationships and Privatemsg modules to provide a community-based platform where people with an interest in accessibility can register and network with each other.

    - - - Read more → -
  • -
  • -

    My Sublime Text 2 settings

    - -

    25th October 2012

    - - -

    Sublime Text 2 has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference.

    - -

    These preferences ensure that the code is compliant with Drupal coding standards - using two spaces instead of a tab, no trailing whitespace, blank line at the end of a file etc.

    - - - Read more → -
  • -
  • -

    Reflections on speaking at UnifiedDiff

    - -

    6th September 2012

    - - -

    Yesterday evening I went along and spoke at the UnifiedDiff meetup in Cardiff, having offered previously to do a presentation providing an introduction to Drupal.

    - - - Read more → -
  • -
  • -

    Display a Custom Menu in a Drupal 7 Theme Template File

    - -

    18th August 2012

    - - -

    For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.

    - - - Read more → -
  • -
  • -

    Writing an Article for Linux Journal

    - -

    27th July 2012

    - - -

    I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.

    - - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/6.html b/docs/blog/page/6.html deleted file mode 100644 index 6d8362e6..00000000 --- a/docs/blog/page/6.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Install and Configure the Nomensa Accessible Media Player in Drupal

    - -

    14th July 2012

    - - -

    This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.

    - - - Read more → -
  • -
  • -

    My new Drupal modules

    - -

    12th July 2012

    - - -

    After a busy few days, I've released two new contrib Drupal modules.

    - - - Read more → -
  • -
  • -

    Dividing Drupal's process and preprocess functions into separate files

    - -

    24th May 2012

    - - -

    If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code.

    - -

    Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. For example, mytheme_preprocess_node can be placed within a preprocess/node.inc file, and mytheme_process_page can be placed within process/page.inc.

    - - - Read more → -
  • -
  • -

    Writing a .info file for a Drupal 7 theme

    - -

    23rd May 2012

    - - -

    An example .info file for a Drupal 7 theme.

    - - - Read more → -
  • -
  • -

    Prevent Apache from displaying text files within a web browser

    - -

    23rd May 2012

    - - -

    When you download Drupal, there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially CHANGELOG.txt as that includes the exact version of Drupal you are running and could therefore have security implications.

    - -

    Rather than delete these files or change the file permissions manually for each file, I can add the following lines into my VirtualHost configuration.

    - - - Read more → -
  • -
  • -

    How to add a date popup calendar onto a custom form

    - -

    23rd May 2012

    - - -

    How to use a date popup calendar within your custom module.

    - - - Read more → -
  • -
  • -

    Forward one domain to another using mod_rewrite and .htaccess

    - -

    23rd May 2012

    - - -

    How to use the .htaccess file to forward to a different domain.

    - - - Read more → -
  • -
  • -

    Checkout a specific revision from SVN from the command line

    - -

    23rd May 2012

    - - -

    How to checkout a specific revision from a SVN (Subversion) repository.

    - - - Read more → -
  • -
  • -

    Adding Custom Theme Templates in Drupal 7

    - -

    19th April 2012

    - - -

    Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed.

    - -

    I have previously seen it done this way by adding this into in a node.tpl.php file:

    - - - Read more → -
  • -
  • -

    Installing Nagios on CentOS

    - -

    17th April 2012

    - - -

    A great post details that details the steps needed to install Nagios - a popular open source system and network monitoring software application - on CentOS. - -http://saylinux.net/story/009506/how-install-nagios-centos-55 - …

    - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/7.html b/docs/blog/page/7.html deleted file mode 100644 index 8242d832..00000000 --- a/docs/blog/page/7.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush

    - -

    16th April 2012

    - - -

    In this tutorial I'll be showing how to create an Omega subtheme using the Omega Tools module, and have it working with the LESS CSS preprocessor. - -The first thing that I need to do is download the Omega theme and the Omega Tools and LESS modules, and then to enable both …

    - - Read more → -
  • -
  • -

    How to use Authorized Keys to Create a Passwordless SSH Connection

    - -

    1st February 2012

    - - -

    If you're accessing Linux servers or automating tasks between servers, rather than having to enter your user password every time, you can also use SSH public key authentication. This is a simple process that involves creating a local key and storing it within the authorized_keys file on the remote server. - - -Check …

    - - Read more → -
  • -
  • -

    Site Upgraded to Drupal 7

    - -

    4th January 2012

    - - -

    As the vast majority of the Drupal websites that I currently work on are built on Drupal 7, I thought that it was time that I upgraded this site. Following the core upgrade process and the CCK migration process, everything was upgraded smoothly without any issues. - -I've upgraded a handful of …

    - - Read more → -
  • -
  • -

    How to Install and Configure Subversion (SVN) Server on Ubuntu

    - -

    19th October 2011

    - - -

    Recently, I needed to set up a Subversion (SVN) server on a Ubuntu Linux server. This post is going to outline the steps taken, and the commands used, to install and configure the service. - -Note: As I was using Ubuntu, I was using the 'apt-get' command to download and install the …

    - - Read more → -
  • -
  • -

    Create Multigroups in Drupal 7 using Field Collections

    - -

    28th August 2011

    - - -

    One of my favourite things lately in Drupal 6 has been CCK 3, and more specifically, the Content Multigroups sub-module. Basically this allows you to create a fieldset of various CCK fields, and then repeat that multiple times. For example, I use it on this site whist creating invoices for …

    - - Read more → -
  • -
  • -

    Imagefield Import Archive

    - -

    23rd May 2011

    - - -

    I've finally uploaded my first module onto Drupal.org! - -I've written many custom modules, although the vast majority of them are either small tweaks for my own sites, or company/site-specific modules that wouldn't be good to anyone else, so there would be nothing achieved by contributing them back to the community. Previously, …

    - - Read more → -
  • -
  • -

    Proctors Hosting the next Drupal Meetup

    - -

    20th May 2011

    - - -

    My employer, Proctor &amp; Stevenson, are going to be hosting the next Bristol &amp; South West Drupal meetup on the 25th May at our offices. - -You can view more details, or register on our website. - …

    - - Read more → -
  • -
  • -

    Proctor & Stevenson

    - -

    31st March 2011

    - - -

    2 weeks ago, I handed in my notice of resignation to Horse &amp; Country TVbecause I've been offered a new role at Proctor &amp; Stevenson - a Marketing Design and Communications agency in Bristol. - -Proctors have an extensive client list - including BMW, Panasonic, the Open University and VOSA, and it's …

    - - Read more → -
  • -
  • -

    Display the Number of Facebook fans in PHP

    - -

    15th March 2011

    - - -

    Replace the $page_id value with your Page ID number (unless you want to show the number of fans for this site).You can find your Page ID by logging into your Facebook account, going to 'Adverts and Pages', clicking 'Edit page', and looking at the URL. - -For example, mine is https://www.facebook.com/pages/edit/?id=143394365692197&amp;sk=basic. - -I've also …

    - - Read more → -
  • -
  • -

    Easily Embed TypeKit Fonts into your Drupal Website

    - -

    14th February 2011

    - - -

    To begin with, you will need to register for a TypeKit account - there is a free version if you just want to try it out. - -Next, you'll need to create a kit that contains the fonts that you want to use on your website. I've used FF Tisa Web Pro. - -Under …

    - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/8.html b/docs/blog/page/8.html deleted file mode 100644 index 02d2118e..00000000 --- a/docs/blog/page/8.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Use Regular Expressions to Search and Replace in Coda or TextMate

    - -

    4th November 2010

    - - -

    As in the original post, I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice. - -SELECT nid, nid FROM node WHERE TYPE = 'blog' …

    - - Read more → -
  • -
  • -

    Create a Better Photo Gallery in Drupal - Part 2.1

    - -

    22nd October 2010

    - - -

    Today, I realised that I hadn't published the code that I used to create the total figures of galleries and photos at the top of the gallery (I said at the end of Part 2 that I'd include it in Part 3, but I forgot). So, here it is: - -&lt;?php - -// Queries …

    - - Read more → -
  • -
  • -

    Create a Better Photo Gallery in Drupal - Part 3

    - -

    13th October 2010

    - - -

    The next part of the new gallery that I want to implement is to group the galleries by their respective categories. The first step is to edit my original photo_gallery view and add an additional display. - -I've called it 'Taxonomy', and it's similar to the original 'All Galleries' view. The differences …

    - - Read more → -
  • -
  • -

    How to Create and Apply Patches

    - -

    10th October 2010

    - - -

    Earlier this year, I posted a solution to an issue on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the user_pass_validate() function that's found within modules/user/user.pages.inc.

    - - - Read more → -
  • -
  • -

    The Inaugural Meetup for the South Wales Drupal User Group

    - -

    26th September 2010

    - - -

    If you do Drupal, and you're in the area, come and join us for the first South Wales Drupal User Group Meetup! - -We'll be meeting in the communal area just outside of the SubHub HQ, at: - -4, The Studios -3 Burt Street -Cardiff -CF10 5FZ - -For more information and to signup, visit http://groups.drupal.org/node/95104. - …

    - - Read more → -
  • -
  • -

    Review of the Image Caption Module

    - -

    20th August 2010

    - - -

    Up until as recent as last week, whenever I added an image into one of my Blog posts, I was manually adding the caption below each image and styling it accordingly. That was until I installed the Image Caption module. - -The Image Caption module uses jQuery to dynamically add captions to …

    - - Read more → -
  • -
  • -

    Create a Better Photo Gallery in Drupal - Part 2

    - -

    17th August 2010

    - - -

    At the end of my last post, I'd finished creating the first part of the new photo gallery, but I wanted to change the dates of the published photos to reflect the ones on the client's original website. - -Firstly, I'll refer to the previous list of published galleries that …

    - - Read more → -
  • -
  • -

    Create a Better Photo Gallery in Drupal - Part 1

    - -

    11th August 2010

    - - -

    Recently, I converted a client's static HTML website, along with their Coppermine Photo Gallery, into a Drupal-powered website. - -Over the next few posts, I'll be replicating the process that I used during the conversion, and how I added some additional features to my Drupal gallery. - -To begin with, I created my photo …

    - - Read more → -
  • -
  • -

    Review of the Admin:hover Module

    - -

    10th August 2010

    - - -

    Sorry for the lack of Blog posts lately, but my new job that I started a few weeks ago has certainly been keeping me busy! I've got a few more posts that I'm preparing content for, and I'll hopefully be back into my weekly-post routine before too long! - -Today, I'd like …

    - - Read more → -
  • -
  • -

    Review of the Teleport Module

    - -

    12th July 2010

    - - -

    As a heavily-reliant Quicksilver user on my MacBook Pro, I was glad when I found the Teleport module for Drupal (due to Elliott Rothman's tweet). - -When you press a configurable hot-key, a jQuery dialog box appears where you can search for nodes by title or path, or directly enter the path …

    - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/page/9.html b/docs/blog/page/9.html deleted file mode 100644 index 49e534d6..00000000 --- a/docs/blog/page/9.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - Blog | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Blog

- -
    -
  • -

    Add a Taxonomy Term to Multiple Nodes Using SQL

    - -

    7th July 2010

    - - -

    Update: This can also be done using the Views Bulk Operations module. - -In preparation for my Blog posts being added to Drupal Planet, I needed to create a new Taxonomy term (or, in this case, tag) called 'Drupal Planet', and assign it to new content to imported into their aggregator. After …

    - - Read more → -
  • -
  • -

    Create Virtual Hosts on Mac OS X Using VirtualHostX

    - -

    2nd July 2010

    - - -

    This isn't a Drupal related topic per se, but it is a walk-through of one of the applications that I use whilst doing Drupal development work. I assume, like most Mac OS X users, I use MAMP to run Apache, MySQL and PHP locally whilst developing. I also use virtual …

    - - Read more → -
  • -
  • -

    Change the Content Type of Multiple Nodes Using SQL

    - -

    1st July 2010

    - - -

    In this post, I will be changing values within my Drupal 6 site's database to quickly change the content type of multiple nodes. I will be using a test development site with the core Blog module installed, and converting Blog posts to a custom content type called 'News article'. - -Before changing …

    - - Read more → -
  • -
  • -

    Create a Flickr Photo Gallery Using Feeds, CCK and Views

    - -

    28th June 2010

    - - -

    In this tutorial, I'll show you how to create a photo gallery which uses photos imported from Flickr. - -The modules that I'll use to create the Gallery are: - - -CCK -Feeds -Feeds Image Grabber -FileField -ImageAPI -ImageCache -ImageField -Views - - -The first thing that I did was to create a content type to store my imported images. I named it 'Photo', removed …

    - - Read more → -
  • -
  • -

    10 Useful Drupal 6 Modules

    - -

    25th June 2010

    - - -

    Aside from the obvious candidates such as Views, CCK etc, here are a list of 10 contributed modules that I currently use on each Drupal project. - -So, in no particular order: - - -Admin: The admin module provides UI improvements to the standard Drupal admin interface. I've just upgraded to the new 6.x-2.0-beta4 version, …

    - - Read more → -
  • -
  • -

    Create a Block of Social Media Icons using CCK, Views and Nodequeue

    - -

    23rd June 2010

    - - -

    I recently decided that I wanted to have a block displayed in a sidebar on my site containing icons and links to my social media profiles - Twitter, Facebook etc. I tried the Follow module, but it lacked the option to add extra networks such my Drupal.org account, and my …

    - - Read more → -
  • -
  • -

    Improve JPG Quality in Imagecache and ImageAPI

    - -

    2nd June 2010

    - - -

    Whilst uploading images for my Projects and Testimonials sections, I noticed that the Imagecache-scaled images weren't as high a quality the originals on my Mac. I did some searching online and found out that, by default, Drupal resamples uploaded jpgs to 75% of their original quality. - -To increase the quality of …

    - - Read more → -
  • -
  • -

    Quickly Import Multiples Images Using the Imagefield_Import Module

    - -

    29th May 2010

    - - -

    Thanks to Bob at Mustardseed Media for tweeting about this module. It's undoubtedly saved me hours of work today alone! - -I've recently started a personal project converting a website to Drupal. It's currently a static HTML/CSS site which also uses the Coppermine Photo Gallery. As part of building the new website, …

    - - Read more → -
  • -
  • -

    Create a Slideshow of Multiple Images Using Fancy Slide

    - -

    25th May 2010

    - - -

    Whilst updating my About page, I thought about creating a slideshow of several images instead of just the one static image. When I looking on Drupal.org, the only slideshow modules were to create slideshows of images that were attached to different nodes - not multiple images attached to one node. …

    - - Read more → -
  • -
  • -

    Quickly Create Zen Subthemes Using Zenophile

    - -

    10th May 2010

    - - -

    If you use the Zen theme, then you should also be using the Zenophile module! - -The Zenophile module allows you to very quickly create Zen subthemes from within your web browser, as well as editing options such as the site directory where it should be placed, the layout type (fixed or …

    - - Read more → -
  • -
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/blog/pantheon-settings-files/index.html b/docs/blog/pantheon-settings-files/index.html deleted file mode 100644 index e144d40d..00000000 --- a/docs/blog/pantheon-settings-files/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/prevent-apache-displaying-text-files-within-web-browser/index.html b/docs/blog/prevent-apache-displaying-text-files-within-web-browser/index.html deleted file mode 100644 index 8c613ddb..00000000 --- a/docs/blog/prevent-apache-displaying-text-files-within-web-browser/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/proctor-stevenson/index.html b/docs/blog/proctor-stevenson/index.html deleted file mode 100644 index bdfab11a..00000000 --- a/docs/blog/proctor-stevenson/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/proctors-hosting-next-drupal-meetup/index.html b/docs/blog/proctors-hosting-next-drupal-meetup/index.html deleted file mode 100644 index 193f12ab..00000000 --- a/docs/blog/proctors-hosting-next-drupal-meetup/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/programmatically-load-an-entityform-in-drupal-7/index.html b/docs/blog/programmatically-load-an-entityform-in-drupal-7/index.html deleted file mode 100644 index e9fe0cee..00000000 --- a/docs/blog/programmatically-load-an-entityform-in-drupal-7/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/quickest-way-install-sublime-text-2-ubuntu/index.html b/docs/blog/quickest-way-install-sublime-text-2-ubuntu/index.html deleted file mode 100644 index 30ff907d..00000000 --- a/docs/blog/quickest-way-install-sublime-text-2-ubuntu/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/quickly-apply-patches-using-git-and-curl-or-wget/index.html b/docs/blog/quickly-apply-patches-using-git-and-curl-or-wget/index.html deleted file mode 100644 index 2eb43dcc..00000000 --- a/docs/blog/quickly-apply-patches-using-git-and-curl-or-wget/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/quickly-create-zen-subthemes-using-zenophile/index.html b/docs/blog/quickly-create-zen-subthemes-using-zenophile/index.html deleted file mode 100644 index 42f56330..00000000 --- a/docs/blog/quickly-create-zen-subthemes-using-zenophile/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/quickly-import-multiples-images-using-imagefieldimport-module/index.html b/docs/blog/quickly-import-multiples-images-using-imagefieldimport-module/index.html deleted file mode 100644 index ee9a8bad..00000000 --- a/docs/blog/quickly-import-multiples-images-using-imagefieldimport-module/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/reflections-speaking-unifieddiff/index.html b/docs/blog/reflections-speaking-unifieddiff/index.html deleted file mode 100644 index 28afa0fb..00000000 --- a/docs/blog/reflections-speaking-unifieddiff/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/review-adminhover-module/index.html b/docs/blog/review-adminhover-module/index.html deleted file mode 100644 index 581d08df..00000000 --- a/docs/blog/review-adminhover-module/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/review-image-caption-module/index.html b/docs/blog/review-image-caption-module/index.html deleted file mode 100644 index a62afe71..00000000 --- a/docs/blog/review-image-caption-module/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/review-teleport-module/index.html b/docs/blog/review-teleport-module/index.html deleted file mode 100644 index 6b9492c2..00000000 --- a/docs/blog/review-teleport-module/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/simplifying-drupal-migrations-with-xautoload/index.html b/docs/blog/simplifying-drupal-migrations-with-xautoload/index.html deleted file mode 100644 index 7eec9251..00000000 --- a/docs/blog/simplifying-drupal-migrations-with-xautoload/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/site-upgraded-drupal-7/index.html b/docs/blog/site-upgraded-drupal-7/index.html deleted file mode 100644 index 9a98fc9c..00000000 --- a/docs/blog/site-upgraded-drupal-7/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/some-useful-git-aliases/index.html b/docs/blog/some-useful-git-aliases/index.html deleted file mode 100644 index 1ac7a4f3..00000000 --- a/docs/blog/some-useful-git-aliases/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/some-useful-links-using-simpletest-drupal/index.html b/docs/blog/some-useful-links-using-simpletest-drupal/index.html deleted file mode 100644 index 7b3f38a6..00000000 --- a/docs/blog/some-useful-links-using-simpletest-drupal/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/south-wales-drupal-user-group/index.html b/docs/blog/south-wales-drupal-user-group/index.html deleted file mode 100644 index 4e01d352..00000000 --- a/docs/blog/south-wales-drupal-user-group/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html b/docs/blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html deleted file mode 100644 index 0525330d..00000000 --- a/docs/blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/tags/.htaccess.xml b/docs/blog/tags/.htaccess.xml deleted file mode 100644 index 2c118051..00000000 --- a/docs/blog/tags/.htaccess.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Forward one domain to another using mod_rewrite and .htaccess - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use the .htaccess file to forward to a different domain.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/.htaccess/index.html b/docs/blog/tags/.htaccess/index.html deleted file mode 100644 index b837fe16..00000000 --- a/docs/blog/tags/.htaccess/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

".htaccess"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Forward one domain to another using mod_rewrite and .htaccess - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/accessibility.xml b/docs/blog/tags/accessibility.xml deleted file mode 100644 index 027f0ed6..00000000 --- a/docs/blog/tags/accessibility.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Accessible Bristol site launched - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - Thu, 15 Nov 2012 00:00:00 +0000 -

I'm happy to announce that the Accessible Bristol website was launched this week, on Drupal 7.

- -

The site has been developed over the past few months, and uses the User Relationships and Privatemsg modules to provide a community-based platform where people with an interest in accessibility can register and network with each other.

-
-
- - Install and Configure the Nomensa Accessible Media Player in Drupal - https://www.oliverdavies.uk/blog/2012/07/14/install-nomensa-media-player-drupal/ - https://www.oliverdavies.uk/blog/2012/07/14/install-nomensa-media-player-drupal/ - Sat, 14 Jul 2012 00:00:00 +0000 -

This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.

-
-
- - My new Drupal modules - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - Thu, 12 Jul 2012 00:00:00 +0000 -

After a busy few days, I've released two new contrib Drupal modules.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/accessibility/index.html b/docs/blog/tags/accessibility/index.html deleted file mode 100644 index 0f75139e..00000000 --- a/docs/blog/tags/accessibility/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"accessibility"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Accessible Bristol site launched - - 15 November 2012
- - Install and Configure the Nomensa Accessible Media Player in Drupal - - 14 July 2012
- - My new Drupal modules - - 12 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/accessible-bristol.xml b/docs/blog/tags/accessible-bristol.xml deleted file mode 100644 index 6c656312..00000000 --- a/docs/blog/tags/accessible-bristol.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Accessible Bristol site launched - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - Thu, 15 Nov 2012 00:00:00 +0000 -

I'm happy to announce that the Accessible Bristol website was launched this week, on Drupal 7.

- -

The site has been developed over the past few months, and uses the User Relationships and Privatemsg modules to provide a community-based platform where people with an interest in accessibility can register and network with each other.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/accessible-bristol/index.html b/docs/blog/tags/accessible-bristol/index.html deleted file mode 100644 index 401e219b..00000000 --- a/docs/blog/tags/accessible-bristol/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"accessible-bristol"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Accessible Bristol site launched - - 15 November 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/admin:hover.xml b/docs/blog/tags/admin:hover.xml deleted file mode 100644 index 3c464225..00000000 --- a/docs/blog/tags/admin:hover.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Review of the Admin:hover Module - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - Tue, 10 Aug 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/admin:hover/index.html b/docs/blog/tags/admin:hover/index.html deleted file mode 100644 index e62f672b..00000000 --- a/docs/blog/tags/admin:hover/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"admin:hover"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Review of the Admin:hover Module - - 10 August 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/administration.xml b/docs/blog/tags/administration.xml deleted file mode 100644 index 9bda5bfd..00000000 --- a/docs/blog/tags/administration.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Review of the Admin:hover Module - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - Tue, 10 Aug 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/administration/index.html b/docs/blog/tags/administration/index.html deleted file mode 100644 index 4a9ebf18..00000000 --- a/docs/blog/tags/administration/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"administration"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Review of the Admin:hover Module - - 10 August 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/apache.xml b/docs/blog/tags/apache.xml deleted file mode 100644 index 27c022fe..00000000 --- a/docs/blog/tags/apache.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Prevent Apache from displaying text files within a web browser - https://www.oliverdavies.uk/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/ - https://www.oliverdavies.uk/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/ - Wed, 23 May 2012 00:00:00 +0000 -

When you download Drupal, there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially CHANGELOG.txt as that includes the exact version of Drupal you are running and could therefore have security implications.

- -

Rather than delete these files or change the file permissions manually for each file, I can add the following lines into my VirtualHost configuration.

-
-
- - Forward one domain to another using mod_rewrite and .htaccess - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use the .htaccess file to forward to a different domain.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/apache/index.html b/docs/blog/tags/apache/index.html deleted file mode 100644 index 16a2e7b1..00000000 --- a/docs/blog/tags/apache/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"apache"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/aria.xml b/docs/blog/tags/aria.xml deleted file mode 100644 index b618aa1e..00000000 --- a/docs/blog/tags/aria.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Display a Custom Menu in a Drupal 7 Theme Template File - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - Sat, 18 Aug 2012 00:00:00 +0000 -

For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/aria/index.html b/docs/blog/tags/aria/index.html deleted file mode 100644 index b9525e37..00000000 --- a/docs/blog/tags/aria/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"aria"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Display a Custom Menu in a Drupal 7 Theme Template File - - 18 August 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/autoloading.xml b/docs/blog/tags/autoloading.xml deleted file mode 100644 index ac04cc57..00000000 --- a/docs/blog/tags/autoloading.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Simplifying Drupal Migrations with xautoload - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - Tue, 03 May 2016 00:00:00 +0000 -

How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/autoloading/index.html b/docs/blog/tags/autoloading/index.html deleted file mode 100644 index e59d2092..00000000 --- a/docs/blog/tags/autoloading/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"autoloading"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Simplifying Drupal Migrations with xautoload - - 3 May 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/calendar.xml b/docs/blog/tags/calendar.xml deleted file mode 100644 index 5128243f..00000000 --- a/docs/blog/tags/calendar.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to add a date popup calendar onto a custom form - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use a date popup calendar within your custom module.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/calendar/index.html b/docs/blog/tags/calendar/index.html deleted file mode 100644 index ef78aca0..00000000 --- a/docs/blog/tags/calendar/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"calendar"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to add a date popup calendar onto a custom form - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/cck.xml b/docs/blog/tags/cck.xml deleted file mode 100644 index 3af66e92..00000000 --- a/docs/blog/tags/cck.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create Multigroups in Drupal 7 using Field Collections - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - Sun, 28 Aug 2011 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - Quickly Import Multiples Images Using the Imagefield_Import Module - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - Sat, 29 May 2010 00:00:00 +0000 - - - - Using ImageCache and ImageCrop for my Portfolio - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - Wed, 28 Apr 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/cck/index.html b/docs/blog/tags/cck/index.html deleted file mode 100644 index 6d141592..00000000 --- a/docs/blog/tags/cck/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"cck"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/centos.xml b/docs/blog/tags/centos.xml deleted file mode 100644 index 385ea639..00000000 --- a/docs/blog/tags/centos.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Installing Nagios on CentOS - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - Tue, 17 Apr 2012 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/centos/index.html b/docs/blog/tags/centos/index.html deleted file mode 100644 index 18818ba3..00000000 --- a/docs/blog/tags/centos/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"centos"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Installing Nagios on CentOS - - 17 April 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/coda.xml b/docs/blog/tags/coda.xml deleted file mode 100644 index 0ea540e9..00000000 --- a/docs/blog/tags/coda.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/coda/index.html b/docs/blog/tags/coda/index.html deleted file mode 100644 index f9af3ef8..00000000 --- a/docs/blog/tags/coda/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"coda"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Use Regular Expressions to Search and Replace in Coda or TextMate - - 4 November 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/code.xml b/docs/blog/tags/code.xml deleted file mode 100644 index e22c1bb6..00000000 --- a/docs/blog/tags/code.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Dividing Drupal's process and preprocess functions into separate files - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - Thu, 24 May 2012 00:00:00 +0000 -

If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code.

- -

Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. For example, mytheme_preprocess_node can be placed within a preprocess/node.inc file, and mytheme_process_page can be placed within process/page.inc.

-
-
- - Writing a .info file for a Drupal 7 theme - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - Wed, 23 May 2012 00:00:00 +0000 -

An example .info file for a Drupal 7 theme.

-
-
- - Prevent Apache from displaying text files within a web browser - https://www.oliverdavies.uk/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/ - https://www.oliverdavies.uk/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser/ - Wed, 23 May 2012 00:00:00 +0000 -

When you download Drupal, there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially CHANGELOG.txt as that includes the exact version of Drupal you are running and could therefore have security implications.

- -

Rather than delete these files or change the file permissions manually for each file, I can add the following lines into my VirtualHost configuration.

-
-
- - Forward one domain to another using mod_rewrite and .htaccess - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use the .htaccess file to forward to a different domain.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/code/index.html b/docs/blog/tags/code/index.html deleted file mode 100644 index 6be71c90..00000000 --- a/docs/blog/tags/code/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"code"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/compass.xml b/docs/blog/tags/compass.xml deleted file mode 100644 index a1ff7e9c..00000000 --- a/docs/blog/tags/compass.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include CSS Fonts by Using a SASS each Loop - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - Tue, 18 Nov 2014 00:00:00 +0000 -

How to use an @each loop in SASS to quickly include multiple font files within your stylesheet.

-
-
- - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/compass/index.html b/docs/blog/tags/compass/index.html deleted file mode 100644 index 3b6615ba..00000000 --- a/docs/blog/tags/compass/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"compass"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Include CSS Fonts by Using a SASS each Loop - - 18 November 2014
- - How to use SASS and Compass in Drupal 7 using Sassy - - 6 December 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/composer.xml b/docs/blog/tags/composer.xml deleted file mode 100644 index 4394a020..00000000 --- a/docs/blog/tags/composer.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Easier Sculpin Commands with Composer and NPM Scripts - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - Sat, 07 Jan 2017 00:00:00 +0000 -

In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/composer/index.html b/docs/blog/tags/composer/index.html deleted file mode 100644 index fb1da30a..00000000 --- a/docs/blog/tags/composer/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"composer"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Easier Sculpin Commands with Composer and NPM Scripts - - 7 January 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/conditional-email.xml b/docs/blog/tags/conditional-email.xml deleted file mode 100644 index b01e152f..00000000 --- a/docs/blog/tags/conditional-email.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Conditional Email Addresses in a Webform - https://www.oliverdavies.uk/blog/2010/05/06/conditional-email-addresses-webform/ - https://www.oliverdavies.uk/blog/2010/05/06/conditional-email-addresses-webform/ - Thu, 06 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/conditional-email/index.html b/docs/blog/tags/conditional-email/index.html deleted file mode 100644 index db7609f2..00000000 --- a/docs/blog/tags/conditional-email/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"conditional-email"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Conditional Email Addresses in a Webform - - 6 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/content-types.xml b/docs/blog/tags/content-types.xml deleted file mode 100644 index a269e38c..00000000 --- a/docs/blog/tags/content-types.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Change the Content Type of Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - Thu, 01 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/content-types/index.html b/docs/blog/tags/content-types/index.html deleted file mode 100644 index 3cfb1b50..00000000 --- a/docs/blog/tags/content-types/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"content-types"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Change the Content Type of Multiple Nodes Using SQL - - 1 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/css.xml b/docs/blog/tags/css.xml deleted file mode 100644 index f377920b..00000000 --- a/docs/blog/tags/css.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/css/index.html b/docs/blog/tags/css/index.html deleted file mode 100644 index 0a5cbf11..00000000 --- a/docs/blog/tags/css/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"css"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to use SASS and Compass in Drupal 7 using Sassy - - 6 December 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/database.xml b/docs/blog/tags/database.xml deleted file mode 100644 index bf9fe63f..00000000 --- a/docs/blog/tags/database.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - Add a Taxonomy Term to Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - Wed, 07 Jul 2010 00:00:00 +0000 - - - - Change the Content Type of Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - Thu, 01 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/database/index.html b/docs/blog/tags/database/index.html deleted file mode 100644 index 8cf54583..00000000 --- a/docs/blog/tags/database/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"database"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/databases.xml b/docs/blog/tags/databases.xml deleted file mode 100644 index ebf79b5b..00000000 --- a/docs/blog/tags/databases.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Creating Local and Staging sites with Drupal's Domain Module Enabled - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - Wed, 17 Jul 2013 00:00:00 +0000 -

The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.

- -

Rather than changing the domain settings within the Domain module itself, the best solution I think is to use table prefixes and create a different domain table per environment.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/databases/index.html b/docs/blog/tags/databases/index.html deleted file mode 100644 index 677c987d..00000000 --- a/docs/blog/tags/databases/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"databases"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Creating Local and Staging sites with Drupal's Domain Module Enabled - - 17 July 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/date.xml b/docs/blog/tags/date.xml deleted file mode 100644 index 107a8aaf..00000000 --- a/docs/blog/tags/date.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to add a date popup calendar onto a custom form - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use a date popup calendar within your custom module.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/date/index.html b/docs/blog/tags/date/index.html deleted file mode 100644 index 978206c8..00000000 --- a/docs/blog/tags/date/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"date"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to add a date popup calendar onto a custom form - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/distributions.xml b/docs/blog/tags/distributions.xml deleted file mode 100644 index 85fee13f..00000000 --- a/docs/blog/tags/distributions.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Writing an Article for Linux Journal - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - Fri, 27 Jul 2012 00:00:00 +0000 -

I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/distributions/index.html b/docs/blog/tags/distributions/index.html deleted file mode 100644 index 59455c88..00000000 --- a/docs/blog/tags/distributions/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"distributions"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Writing an Article for Linux Journal - - 27 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/docker.xml b/docs/blog/tags/docker.xml deleted file mode 100644 index e42f6164..00000000 --- a/docs/blog/tags/docker.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Fixing Drupal SimpleTest issues inside Docker Containers - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - Fri, 05 May 2017 00:00:00 +0000 -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/docker/index.html b/docs/blog/tags/docker/index.html deleted file mode 100644 index 3f71c4f9..00000000 --- a/docs/blog/tags/docker/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"docker"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Fixing Drupal SimpleTest issues inside Docker Containers - - 5 May 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/domain.xml b/docs/blog/tags/domain.xml deleted file mode 100644 index ca57870e..00000000 --- a/docs/blog/tags/domain.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Creating Local and Staging sites with Drupal's Domain Module Enabled - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - Wed, 17 Jul 2013 00:00:00 +0000 -

The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.

- -

Rather than changing the domain settings within the Domain module itself, the best solution I think is to use table prefixes and create a different domain table per environment.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/domain/index.html b/docs/blog/tags/domain/index.html deleted file mode 100644 index 606b077a..00000000 --- a/docs/blog/tags/domain/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"domain"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Creating Local and Staging sites with Drupal's Domain Module Enabled - - 17 July 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-6.xml b/docs/blog/tags/drupal-6.xml deleted file mode 100644 index 699e2e9f..00000000 --- a/docs/blog/tags/drupal-6.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
- - Checking if a user is logged into Drupal (the right way) - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - Wed, 09 Jan 2013 00:00:00 +0000 -

I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous).

-
-
- - My new Drupal modules - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - Thu, 12 Jul 2012 00:00:00 +0000 -

After a busy few days, I've released two new contrib Drupal modules.

-
-
- - Easily Embed TypeKit Fonts into your Drupal Website - https://www.oliverdavies.uk/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/ - https://www.oliverdavies.uk/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/ - Mon, 14 Feb 2011 00:00:00 +0000 - - - - How to Create and Apply Patches - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - Sun, 10 Oct 2010 00:00:00 +0000 -

Earlier this year, I posted a solution to an issue on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the user_pass_validate() function that's found within modules/user/user.pages.inc.

-
-
- - Review of the Image Caption Module - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - Fri, 20 Aug 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 2 - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - Tue, 17 Aug 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Review of the Admin:hover Module - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - Tue, 10 Aug 2010 00:00:00 +0000 - - - - Review of the Teleport Module - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - Mon, 12 Jul 2010 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-6/index.html b/docs/blog/tags/drupal-6/index.html deleted file mode 100644 index fcaf407d..00000000 --- a/docs/blog/tags/drupal-6/index.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-6"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Include a Local Drupal Settings file for Environment Configuration and Overrides - - 20 December 2014
- - Checking if a user is logged into Drupal (the right way) - - 9 January 2013
- - My new Drupal modules - - 12 July 2012
- - Easily Embed TypeKit Fonts into your Drupal Website - - 14 February 2011
- - How to Create and Apply Patches - - 10 October 2010
- - Review of the Image Caption Module - - 20 August 2010
- - Create a Better Photo Gallery in Drupal - Part 2 - - 17 August 2010
- - Create a Better Photo Gallery in Drupal - Part 1 - - 11 August 2010
- - Review of the Admin:hover Module - - 10 August 2010
- - Review of the Teleport Module - - 12 July 2010
- - Add a Taxonomy Term to Multiple Nodes Using SQL - - 7 July 2010
- - Create Virtual Hosts on Mac OS X Using VirtualHostX - - 2 July 2010
- - Change the Content Type of Multiple Nodes Using SQL - - 1 July 2010
- - Create a Flickr Photo Gallery Using Feeds, CCK and Views - - 28 June 2010
- - 10 Useful Drupal 6 Modules - - 25 June 2010
- - Create a Block of Social Media Icons using CCK, Views and Nodequeue - - 23 June 2010
- - Improve JPG Quality in Imagecache and ImageAPI - - 2 June 2010
- - Quickly Import Multiples Images Using the Imagefield_Import Module - - 29 May 2010
- - Create a Slideshow of Multiple Images Using Fancy Slide - - 25 May 2010
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
- - Conditional Email Addresses in a Webform - - 6 May 2010
- - Using ImageCache and ImageCrop for my Portfolio - - 28 April 2010
- - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery - - 5 April 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-7.xml b/docs/blog/tags/drupal-7.xml deleted file mode 100644 index 2a00adfd..00000000 --- a/docs/blog/tags/drupal-7.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Turning Your Custom Drupal Module into a Feature - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - Sat, 20 May 2017 00:00:00 +0000 -

Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

- -

I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

- -

To do this, I needed to expose the module to the Features API.

-
-
- - Simplifying Drupal Migrations with xautoload - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - Tue, 03 May 2016 00:00:00 +0000 -

How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

-
-
- - Programmatically Load an Entityform in Drupal 7 - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - Tue, 22 Dec 2015 00:00:00 +0000 -

I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

- -

Here are the steps that I took to be able to load, render and embed the form.

-
-
- - How to Define a Minimum Drupal Core Version - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - Fri, 03 Apr 2015 00:00:00 +0000 - - - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
- - Creating and using custom tokens in Drupal 7 - https://www.oliverdavies.uk/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/ - https://www.oliverdavies.uk/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/ - Sat, 16 Feb 2013 00:00:00 +0000 -

This post outlines the steps required to create your own custom tokens in Drupal.

-
-
- - Checking if a user is logged into Drupal (the right way) - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - Wed, 09 Jan 2013 00:00:00 +0000 -

I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous).

-
-
- - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
- - Display a Custom Menu in a Drupal 7 Theme Template File - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - Sat, 18 Aug 2012 00:00:00 +0000 -

For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.

-
-
- - My new Drupal modules - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - Thu, 12 Jul 2012 00:00:00 +0000 -

After a busy few days, I've released two new contrib Drupal modules.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-7/index.html b/docs/blog/tags/drupal-7/index.html deleted file mode 100644 index fed28d32..00000000 --- a/docs/blog/tags/drupal-7/index.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-7"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-8.xml b/docs/blog/tags/drupal-8.xml deleted file mode 100644 index 40c5aed1..00000000 --- a/docs/blog/tags/drupal-8.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-8/index.html b/docs/blog/tags/drupal-8/index.html deleted file mode 100644 index b8fb2fbe..00000000 --- a/docs/blog/tags/drupal-8/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-8"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Include a Local Drupal Settings file for Environment Configuration and Overrides - - 20 December 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-association.xml b/docs/blog/tags/drupal-association.xml deleted file mode 100644 index 166fb06d..00000000 --- a/docs/blog/tags/drupal-association.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - 2014 - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - Fri, 20 Mar 2015 20:14:00 +0000 -

A lot happened in 2014. Here are some of the main things that I'd like to highlight.

-
-
- - Thanks - https://www.oliverdavies.uk/blog/2014/05/06/thanks/ - https://www.oliverdavies.uk/blog/2014/05/06/thanks/ - Tue, 06 May 2014 00:00:00 +0000 -

This is just a quick post to thank everyone for their comments and congratulations after my previous post about joining the Drupal Association. I’m looking forward to my first day in the job tomorrow.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-association/index.html b/docs/blog/tags/drupal-association/index.html deleted file mode 100644 index a13e54fd..00000000 --- a/docs/blog/tags/drupal-association/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-association"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - 2014 - - 20 March 2015
- - Thanks - - 6 May 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-bristol.xml b/docs/blog/tags/drupal-bristol.xml deleted file mode 100644 index 9c95c9b9..00000000 --- a/docs/blog/tags/drupal-bristol.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - drush make drupalbristol - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - Wed, 02 Jul 2014 00:00:00 +0000 -

Here are my slides from this month's talk night at the Drupal Bristol user group.

-
-
- - Proctors Hosting the next Drupal Meetup - https://www.oliverdavies.uk/blog/2011/05/20/proctors-hosting-next-drupal-meetup/ - https://www.oliverdavies.uk/blog/2011/05/20/proctors-hosting-next-drupal-meetup/ - Fri, 20 May 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-bristol/index.html b/docs/blog/tags/drupal-bristol/index.html deleted file mode 100644 index cf390e29..00000000 --- a/docs/blog/tags/drupal-bristol/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-bristol"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - drush make drupalbristol - - 2 July 2014
- - Proctors Hosting the next Drupal Meetup - - 20 May 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-modules.xml b/docs/blog/tags/drupal-modules.xml deleted file mode 100644 index 7a999ff0..00000000 --- a/docs/blog/tags/drupal-modules.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - My new Drupal modules - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules/ - Thu, 12 Jul 2012 00:00:00 +0000 -

After a busy few days, I've released two new contrib Drupal modules.

-
-
- - Review of the Admin:hover Module - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/ - Tue, 10 Aug 2010 00:00:00 +0000 - - - - Review of the Teleport Module - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - Mon, 12 Jul 2010 00:00:00 +0000 - - - - 10 Useful Drupal 6 Modules - https://www.oliverdavies.uk/blog/2010/06/25/10-useful-drupal-6-modules/ - https://www.oliverdavies.uk/blog/2010/06/25/10-useful-drupal-6-modules/ - Fri, 25 Jun 2010 00:00:00 +0000 - - - - Quickly Create Zen Subthemes Using Zenophile - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - Mon, 10 May 2010 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-modules/index.html b/docs/blog/tags/drupal-modules/index.html deleted file mode 100644 index dfcb67ae..00000000 --- a/docs/blog/tags/drupal-modules/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-modules"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - My new Drupal modules - - 12 July 2012
- - Review of the Admin:hover Module - - 10 August 2010
- - Review of the Teleport Module - - 12 July 2010
- - 10 Useful Drupal 6 Modules - - 25 June 2010
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-planet.xml b/docs/blog/tags/drupal-planet.xml deleted file mode 100644 index 359711d5..00000000 --- a/docs/blog/tags/drupal-planet.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Turning Your Custom Drupal Module into a Feature - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - Sat, 20 May 2017 00:00:00 +0000 -

Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

- -

I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

- -

To do this, I needed to expose the module to the Features API.

-
-
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - Mon, 15 May 2017 00:00:00 +0000 -

DrupalCamp Bristol 2017 logo

- -

In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

- - -
-
- - Fixing Drupal SimpleTest issues inside Docker Containers - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - Fri, 05 May 2017 00:00:00 +0000 -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

-
-
- - Simplifying Drupal Migrations with xautoload - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - Tue, 03 May 2016 00:00:00 +0000 -

How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

-
-
- - Announcing the Drupal VM Generator - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - Mon, 15 Feb 2016 00:00:00 +0000 -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

-
-
- - Programmatically Load an Entityform in Drupal 7 - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - Tue, 22 Dec 2015 00:00:00 +0000 -

I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

- -

Here are the steps that I took to be able to load, render and embed the form.

-
-
- - How to Define a Minimum Drupal Core Version - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - Fri, 03 Apr 2015 00:00:00 +0000 - - - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
- - Include environment-specific settings files on Pantheon - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - Thu, 27 Nov 2014 00:00:00 +0000 -

I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

- -

The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

-
-
- - Using Remote Files when Developing Locally with Stage File Proxy Module - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - Thu, 20 Nov 2014 00:00:00 +0000 -

How to install and configure the Stage File Proxy module to serve remote images on your local Drupal site.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-planet/index.html b/docs/blog/tags/drupal-planet/index.html deleted file mode 100644 index 55b8a614..00000000 --- a/docs/blog/tags/drupal-planet/index.html +++ /dev/null @@ -1,598 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-planet"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Turning Your Custom Drupal Module into a Feature - - 20 May 2017
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - - 15 May 2017
- - Fixing Drupal SimpleTest issues inside Docker Containers - - 5 May 2017
- - Simplifying Drupal Migrations with xautoload - - 3 May 2016
- - Announcing the Drupal VM Generator - - 15 February 2016
- - Programmatically Load an Entityform in Drupal 7 - - 22 December 2015
- - How to Define a Minimum Drupal Core Version - - 3 April 2015
- - Include a Local Drupal Settings file for Environment Configuration and Overrides - - 20 December 2014
- - Include environment-specific settings files on Pantheon - - 27 November 2014
- - Using Remote Files when Developing Locally with Stage File Proxy Module - - 20 November 2014
- - Include CSS Fonts by Using a SASS each Loop - - 18 November 2014
- - Updating Features and Adding Components Using Drush - - 21 October 2014
- - git format-patch is your Friend - - 21 May 2014
- - Download Different Versions of Drupal with Drush - - 31 December 2013
- - Quickly Apply Patches Using Git and curl or wget - - 24 December 2013
- - Don't Bootstrap Drupal, Use Drush - - 19 November 2013
- - Create a Zen Sub-theme Using Drush - - 6 September 2013
- - Creating Local and Staging sites with Drupal's Domain Module Enabled - - 17 July 2013
- - Some useful links for using SimpleTest in Drupal - - 13 June 2013
- - Display Git Branch or Tag Names in your Bash Prompt - - 27 April 2013
- - Creating and using custom tokens in Drupal 7 - - 16 February 2013
- - Checking if a user is logged into Drupal (the right way) - - 9 January 2013
- - How to use SASS and Compass in Drupal 7 using Sassy - - 6 December 2012
- - Display a Custom Menu in a Drupal 7 Theme Template File - - 18 August 2012
- - Install and Configure the Nomensa Accessible Media Player in Drupal - - 14 July 2012
- - My new Drupal modules - - 12 July 2012
- - How to add a date popup calendar onto a custom form - - 23 May 2012
- - Adding Custom Theme Templates in Drupal 7 - - 19 April 2012
- - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - - 16 April 2012
- - Create Multigroups in Drupal 7 using Field Collections - - 28 August 2011
- - Imagefield Import Archive - - 23 May 2011
- - Easily Embed TypeKit Fonts into your Drupal Website - - 14 February 2011
- - How to Create and Apply Patches - - 10 October 2010
- - The Inaugural Meetup for the South Wales Drupal User Group - - 26 September 2010
- - Review of the Image Caption Module - - 20 August 2010
- - Create a Better Photo Gallery in Drupal - Part 2 - - 17 August 2010
- - Create a Better Photo Gallery in Drupal - Part 1 - - 11 August 2010
- - Review of the Admin:hover Module - - 10 August 2010
- - Review of the Teleport Module - - 12 July 2010
- - Add a Taxonomy Term to Multiple Nodes Using SQL - - 7 July 2010
- - Create Virtual Hosts on Mac OS X Using VirtualHostX - - 2 July 2010
- - Change the Content Type of Multiple Nodes Using SQL - - 1 July 2010
- - Create a Flickr Photo Gallery Using Feeds, CCK and Views - - 28 June 2010
- - 10 Useful Drupal 6 Modules - - 25 June 2010
- - Create a Block of Social Media Icons using CCK, Views and Nodequeue - - 23 June 2010
- - Improve JPG Quality in Imagecache and ImageAPI - - 2 June 2010
- - Quickly Import Multiples Images Using the Imagefield_Import Module - - 29 May 2010
- - Create a Slideshow of Multiple Images Using Fancy Slide - - 25 May 2010
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
- - Conditional Email Addresses in a Webform - - 6 May 2010
- - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery - - 5 April 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-theming.xml b/docs/blog/tags/drupal-theming.xml deleted file mode 100644 index 8984e409..00000000 --- a/docs/blog/tags/drupal-theming.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Writing a .info file for a Drupal 7 theme - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - Wed, 23 May 2012 00:00:00 +0000 -

An example .info file for a Drupal 7 theme.

-
-
- - Quickly Create Zen Subthemes Using Zenophile - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - Mon, 10 May 2010 00:00:00 +0000 - - - - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery - https://www.oliverdavies.uk/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/ - https://www.oliverdavies.uk/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/ - Mon, 05 Apr 2010 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-theming/index.html b/docs/blog/tags/drupal-theming/index.html deleted file mode 100644 index 17b203ea..00000000 --- a/docs/blog/tags/drupal-theming/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-theming"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Writing a .info file for a Drupal 7 theme - - 23 May 2012
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
- - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery - - 5 April 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-vm-generator.xml b/docs/blog/tags/drupal-vm-generator.xml deleted file mode 100644 index 5129d0b4..00000000 --- a/docs/blog/tags/drupal-vm-generator.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Drupal VM Generator 2.9.1 Released - https://www.oliverdavies.uk/blog/2016/12/30/drupal-vm-generator-291-released/ - https://www.oliverdavies.uk/blog/2016/12/30/drupal-vm-generator-291-released/ - Fri, 30 Dec 2016 00:00:00 +0000 -

I spent some time yesterday working on the Drupal VM Generator, and have released versions 2.8.1, 2.9.0 and 2.9.1.

-
-
- - Announcing the Drupal VM Generator - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - Mon, 15 Feb 2016 00:00:00 +0000 -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-vm-generator/index.html b/docs/blog/tags/drupal-vm-generator/index.html deleted file mode 100644 index 134d2491..00000000 --- a/docs/blog/tags/drupal-vm-generator/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-vm-generator"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Drupal VM Generator 2.9.1 Released - - 30 December 2016
- - Announcing the Drupal VM Generator - - 15 February 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal-vm.xml b/docs/blog/tags/drupal-vm.xml deleted file mode 100644 index 8800dc48..00000000 --- a/docs/blog/tags/drupal-vm.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Announcing the Drupal VM Generator - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - Mon, 15 Feb 2016 00:00:00 +0000 -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal-vm/index.html b/docs/blog/tags/drupal-vm/index.html deleted file mode 100644 index 16c51048..00000000 --- a/docs/blog/tags/drupal-vm/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal-vm"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Announcing the Drupal VM Generator - - 15 February 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupal.xml b/docs/blog/tags/drupal.xml deleted file mode 100644 index 2d4ef1f7..00000000 --- a/docs/blog/tags/drupal.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Turning Your Custom Drupal Module into a Feature - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - Sat, 20 May 2017 00:00:00 +0000 -

Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

- -

I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

- -

To do this, I needed to expose the module to the Features API.

-
-
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - Mon, 15 May 2017 00:00:00 +0000 -

DrupalCamp Bristol 2017 logo

- -

In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

- - -
-
- - Fixing Drupal SimpleTest issues inside Docker Containers - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - Fri, 05 May 2017 00:00:00 +0000 -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

-
-
- - Simplifying Drupal Migrations with xautoload - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - Tue, 03 May 2016 00:00:00 +0000 -

How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

-
-
- - Announcing the Drupal VM Generator - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - Mon, 15 Feb 2016 00:00:00 +0000 -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

-
-
- - Programmatically Load an Entityform in Drupal 7 - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - Tue, 22 Dec 2015 00:00:00 +0000 -

I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

- -

Here are the steps that I took to be able to load, render and embed the form.

-
-
- - How to Define a Minimum Drupal Core Version - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version/ - Fri, 03 Apr 2015 00:00:00 +0000 - - - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
- - Include environment-specific settings files on Pantheon - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - Thu, 27 Nov 2014 00:00:00 +0000 -

I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

- -

The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

-
-
- - Using Remote Files when Developing Locally with Stage File Proxy Module - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - Thu, 20 Nov 2014 00:00:00 +0000 -

How to install and configure the Stage File Proxy module to serve remote images on your local Drupal site.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupal/index.html b/docs/blog/tags/drupal/index.html deleted file mode 100644 index 4596343a..00000000 --- a/docs/blog/tags/drupal/index.html +++ /dev/null @@ -1,558 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupal"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Turning Your Custom Drupal Module into a Feature - - 20 May 2017
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - - 15 May 2017
- - Fixing Drupal SimpleTest issues inside Docker Containers - - 5 May 2017
- - Simplifying Drupal Migrations with xautoload - - 3 May 2016
- - Announcing the Drupal VM Generator - - 15 February 2016
- - Programmatically Load an Entityform in Drupal 7 - - 22 December 2015
- - How to Define a Minimum Drupal Core Version - - 3 April 2015
- - Include a Local Drupal Settings file for Environment Configuration and Overrides - - 20 December 2014
- - Include environment-specific settings files on Pantheon - - 27 November 2014
- - Using Remote Files when Developing Locally with Stage File Proxy Module - - 20 November 2014
- - Updating Features and Adding Components Using Drush - - 21 October 2014
- - drush make drupalbristol - - 2 July 2014
- - git format-patch is your Friend - - 21 May 2014
- - Thanks - - 6 May 2014
- - Drupal Association - - 3 May 2014
- - DrupalCamp London 2014 - - 9 February 2014
- - Download Different Versions of Drupal with Drush - - 31 December 2013
- - Create a Zen Sub-theme Using Drush - - 6 September 2013
- - Creating Local and Staging sites with Drupal's Domain Module Enabled - - 17 July 2013
- - Some useful links for using SimpleTest in Drupal - - 13 June 2013
- - Display Git Branch or Tag Names in your Bash Prompt - - 27 April 2013
- - Creating and using custom tokens in Drupal 7 - - 16 February 2013
- - Checking if a user is logged into Drupal (the right way) - - 9 January 2013
- - How to use SASS and Compass in Drupal 7 using Sassy - - 6 December 2012
- - Display a Custom Menu in a Drupal 7 Theme Template File - - 18 August 2012
- - Writing an Article for Linux Journal - - 27 July 2012
- - Install and Configure the Nomensa Accessible Media Player in Drupal - - 14 July 2012
- - My new Drupal modules - - 12 July 2012
- - Dividing Drupal's process and preprocess functions into separate files - - 24 May 2012
- - Writing a .info file for a Drupal 7 theme - - 23 May 2012
- - Prevent Apache from displaying text files within a web browser - - 23 May 2012
- - How to add a date popup calendar onto a custom form - - 23 May 2012
- - Forward one domain to another using mod_rewrite and .htaccess - - 23 May 2012
- - Adding Custom Theme Templates in Drupal 7 - - 19 April 2012
- - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - - 16 April 2012
- - Create a Better Photo Gallery in Drupal - Part 2.1 - - 22 October 2010
- - Create a Better Photo Gallery in Drupal - Part 3 - - 13 October 2010
- - The Inaugural Meetup for the South Wales Drupal User Group - - 26 September 2010
- - Review of the Image Caption Module - - 20 August 2010
- - Create a Better Photo Gallery in Drupal - Part 1 - - 11 August 2010
- - Change the Content Type of Multiple Nodes Using SQL - - 1 July 2010
- - 10 Useful Drupal 6 Modules - - 25 June 2010
- - Create a Block of Social Media Icons using CCK, Views and Nodequeue - - 23 June 2010
- - Quickly Import Multiples Images Using the Imagefield_Import Module - - 29 May 2010
- - Create a Slideshow of Multiple Images Using Fancy Slide - - 25 May 2010
- - Using ImageCache and ImageCrop for my Portfolio - - 28 April 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupalcamp-bristol.xml b/docs/blog/tags/drupalcamp-bristol.xml deleted file mode 100644 index f829b98c..00000000 --- a/docs/blog/tags/drupalcamp-bristol.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - Mon, 15 May 2017 00:00:00 +0000 -

DrupalCamp Bristol 2017 logo

- -

In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

- - -
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupalcamp-bristol/index.html b/docs/blog/tags/drupalcamp-bristol/index.html deleted file mode 100644 index 0a927f82..00000000 --- a/docs/blog/tags/drupalcamp-bristol/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupalcamp-bristol"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - - 15 May 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupalcamp-london.xml b/docs/blog/tags/drupalcamp-london.xml deleted file mode 100644 index c9374139..00000000 --- a/docs/blog/tags/drupalcamp-london.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - 2014 - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - Fri, 20 Mar 2015 20:14:00 +0000 -

A lot happened in 2014. Here are some of the main things that I'd like to highlight.

-
-
- - DrupalCamp London: What is Git Flow? - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - Mon, 03 Mar 2014 00:00:00 +0000 -

Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

-
-
- - DrupalCamp London 2014 - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - Sun, 09 Feb 2014 00:00:00 +0000 -

It's all booked, I'm going to be attending DrupalCamp London this year, my first DrupalCamp!

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupalcamp-london/index.html b/docs/blog/tags/drupalcamp-london/index.html deleted file mode 100644 index 7b43025b..00000000 --- a/docs/blog/tags/drupalcamp-london/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupalcamp-london"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - 2014 - - 20 March 2015
- - DrupalCamp London: What is Git Flow? - - 3 March 2014
- - DrupalCamp London 2014 - - 9 February 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupalcamp-north.xml b/docs/blog/tags/drupalcamp-north.xml deleted file mode 100644 index 583a6281..00000000 --- a/docs/blog/tags/drupalcamp-north.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Sculpin and Twig Resources - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - Sun, 19 Jul 2015 00:00:00 +0000 -

Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupalcamp-north/index.html b/docs/blog/tags/drupalcamp-north/index.html deleted file mode 100644 index e85b7e68..00000000 --- a/docs/blog/tags/drupalcamp-north/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupalcamp-north"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Sculpin and Twig Resources - - 19 July 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupalcamp.xml b/docs/blog/tags/drupalcamp.xml deleted file mode 100644 index 73e88f45..00000000 --- a/docs/blog/tags/drupalcamp.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors/ - Mon, 15 May 2017 00:00:00 +0000 -

DrupalCamp Bristol 2017 logo

- -

In less than two months time, DrupalCamp Bristol will be back for our third year! (July seems to come around quicker each year). This is this year’s schedule and venues:

- - -
-
- - Sculpin and Twig Resources - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - Sun, 19 Jul 2015 00:00:00 +0000 -

Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupalcamp/index.html b/docs/blog/tags/drupalcamp/index.html deleted file mode 100644 index 75e87ee9..00000000 --- a/docs/blog/tags/drupalcamp/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupalcamp"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - DrupalCamp Bristol 2017 - Early Bird Tickets, Call for Sessions, Sponsors - - 15 May 2017
- - Sculpin and Twig Resources - - 19 July 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drupalcon.xml b/docs/blog/tags/drupalcon.xml deleted file mode 100644 index e9d3a1ab..00000000 --- a/docs/blog/tags/drupalcon.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Going to DrupalCon - https://www.oliverdavies.uk/blog/2013/07/26/going-drupalcon/ - https://www.oliverdavies.uk/blog/2013/07/26/going-drupalcon/ - Fri, 26 Jul 2013 00:00:00 +0000 -

Precedent are sending myself and two of our other Drupal Developers to Drupalcon Prague.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drupalcon/index.html b/docs/blog/tags/drupalcon/index.html deleted file mode 100644 index 8fbccc7a..00000000 --- a/docs/blog/tags/drupalcon/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drupalcon"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Going to DrupalCon - - 26 July 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drush-make.xml b/docs/blog/tags/drush-make.xml deleted file mode 100644 index 648bd5f3..00000000 --- a/docs/blog/tags/drush-make.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - drush make drupalbristol - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - Wed, 02 Jul 2014 00:00:00 +0000 -

Here are my slides from this month's talk night at the Drupal Bristol user group.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drush-make/index.html b/docs/blog/tags/drush-make/index.html deleted file mode 100644 index e371cbfb..00000000 --- a/docs/blog/tags/drush-make/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drush-make"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - drush make drupalbristol - - 2 July 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/drush.xml b/docs/blog/tags/drush.xml deleted file mode 100644 index 02ff62cc..00000000 --- a/docs/blog/tags/drush.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Updating Features and Adding Components Using Drush - https://www.oliverdavies.uk/blog/2014/10/21/updating-features-and-adding-components-using-drush/ - https://www.oliverdavies.uk/blog/2014/10/21/updating-features-and-adding-components-using-drush/ - Tue, 21 Oct 2014 00:00:00 +0000 -

If you use the Features module to manage your Drupal configuration, it can be time consuming to update features through the UI, especially if you are working on a remote server and need to keep downloading and uploading files.

- -

If you re-create a feature through the UI, you'll be prompted to download a new archive of the feature in its entirety onto your local computer. You could either commit this into a local repository and then pull it remotely, or use a tool such as SCP to upload the archive onto the server and commit it from there. You can simplify this process by using Drush.

-
-
- - drush make drupalbristol - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - Wed, 02 Jul 2014 00:00:00 +0000 -

Here are my slides from this month's talk night at the Drupal Bristol user group.

-
-
- - Download Different Versions of Drupal with Drush - https://www.oliverdavies.uk/blog/2013/12/31/download-different-versions-drupal-drush/ - https://www.oliverdavies.uk/blog/2013/12/31/download-different-versions-drupal-drush/ - Tue, 31 Dec 2013 00:00:00 +0000 -

If you use Drush, it's likely that you've used the drush pm-download (or drush dl for short) command to start a new project. This command downloads projects from Drupal.org, but if you don't specify a project or type "drush dl drupal", the command will download the current stable version of Drupal core. Currently, this will be Drupal 7 with that being the current stable version of core at the time of writing this post.

- -

But what if you don't want Drupal 7?

-
-
- - Don't Bootstrap Drupal, Use Drush - https://www.oliverdavies.uk/blog/2013/11/19/dont-bootstrap-drupal-use-drush/ - https://www.oliverdavies.uk/blog/2013/11/19/dont-bootstrap-drupal-use-drush/ - Tue, 19 Nov 2013 00:00:00 +0000 -

There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like node_load() and db_query().

- -

To bootstrap Drupal, you would need to add some additional lines of code to the stop of your script. Here is an alternative way.

-
-
- - Create a Zen Sub-theme Using Drush - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - Fri, 06 Sep 2013 00:00:00 +0000 -

How to use Drush to quickly build a new sub-theme of Zen.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/drush/index.html b/docs/blog/tags/drush/index.html deleted file mode 100644 index e1a899dd..00000000 --- a/docs/blog/tags/drush/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"drush"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Updating Features and Adding Components Using Drush - - 21 October 2014
- - drush make drupalbristol - - 2 July 2014
- - Download Different Versions of Drupal with Drush - - 31 December 2013
- - Don't Bootstrap Drupal, Use Drush - - 19 November 2013
- - Create a Zen Sub-theme Using Drush - - 6 September 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/entity-api.xml b/docs/blog/tags/entity-api.xml deleted file mode 100644 index 6ce8c219..00000000 --- a/docs/blog/tags/entity-api.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create Multigroups in Drupal 7 using Field Collections - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - Sun, 28 Aug 2011 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/entity-api/index.html b/docs/blog/tags/entity-api/index.html deleted file mode 100644 index b18e66fe..00000000 --- a/docs/blog/tags/entity-api/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"entity-api"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Multigroups in Drupal 7 using Field Collections - - 28 August 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/entityform.xml b/docs/blog/tags/entityform.xml deleted file mode 100644 index a44fb340..00000000 --- a/docs/blog/tags/entityform.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Programmatically Load an Entityform in Drupal 7 - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7/ - Tue, 22 Dec 2015 00:00:00 +0000 -

I recently had my first experience using the Entityform module in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the drupal_get_form() function and render it, but this didn’t work.

- -

Here are the steps that I took to be able to load, render and embed the form.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/entityform/index.html b/docs/blog/tags/entityform/index.html deleted file mode 100644 index 02fcc32e..00000000 --- a/docs/blog/tags/entityform/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"entityform"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Programmatically Load an Entityform in Drupal 7 - - 22 December 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/fancy-slide.xml b/docs/blog/tags/fancy-slide.xml deleted file mode 100644 index 5cb87447..00000000 --- a/docs/blog/tags/fancy-slide.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Slideshow of Multiple Images Using Fancy Slide - https://www.oliverdavies.uk/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/ - https://www.oliverdavies.uk/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/ - Tue, 25 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/fancy-slide/index.html b/docs/blog/tags/fancy-slide/index.html deleted file mode 100644 index 42ee3bf5..00000000 --- a/docs/blog/tags/fancy-slide/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"fancy-slide"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Slideshow of Multiple Images Using Fancy Slide - - 25 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/features.xml b/docs/blog/tags/features.xml deleted file mode 100644 index a25274f7..00000000 --- a/docs/blog/tags/features.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Turning Your Custom Drupal Module into a Feature - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature/ - Sat, 20 May 2017 00:00:00 +0000 -

Yesterday I was fixing a bug in an inherited Drupal 7 custom module, and I decided that I was going to add some tests to ensure that the bug was fixed and doesn’t get accidentially re-introduced in the future. The test though required me to have a particular content type and fields which are specific to this site, so weren’t present within the standard installation profile used to run tests.

- -

I decided to convert the custom module into a Feature so that the content type and it’s fields could be added to it, and therefore present on the testing site once the module is installed.

- -

To do this, I needed to expose the module to the Features API.

-
-
- - Updating Features and Adding Components Using Drush - https://www.oliverdavies.uk/blog/2014/10/21/updating-features-and-adding-components-using-drush/ - https://www.oliverdavies.uk/blog/2014/10/21/updating-features-and-adding-components-using-drush/ - Tue, 21 Oct 2014 00:00:00 +0000 -

If you use the Features module to manage your Drupal configuration, it can be time consuming to update features through the UI, especially if you are working on a remote server and need to keep downloading and uploading files.

- -

If you re-create a feature through the UI, you'll be prompted to download a new archive of the feature in its entirety onto your local computer. You could either commit this into a local repository and then pull it remotely, or use a tool such as SCP to upload the archive onto the server and commit it from there. You can simplify this process by using Drush.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/features/index.html b/docs/blog/tags/features/index.html deleted file mode 100644 index f89cbd8a..00000000 --- a/docs/blog/tags/features/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"features"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Turning Your Custom Drupal Module into a Feature - - 20 May 2017
- - Updating Features and Adding Components Using Drush - - 21 October 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/feeds.xml b/docs/blog/tags/feeds.xml deleted file mode 100644 index 75a9235d..00000000 --- a/docs/blog/tags/feeds.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/feeds/index.html b/docs/blog/tags/feeds/index.html deleted file mode 100644 index 8577f658..00000000 --- a/docs/blog/tags/feeds/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"feeds"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Flickr Photo Gallery Using Feeds, CCK and Views - - 28 June 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/field-collection.xml b/docs/blog/tags/field-collection.xml deleted file mode 100644 index 54dcc812..00000000 --- a/docs/blog/tags/field-collection.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create Multigroups in Drupal 7 using Field Collections - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - Sun, 28 Aug 2011 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/field-collection/index.html b/docs/blog/tags/field-collection/index.html deleted file mode 100644 index 3851e40e..00000000 --- a/docs/blog/tags/field-collection/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"field-collection"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Multigroups in Drupal 7 using Field Collections - - 28 August 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/fields.xml b/docs/blog/tags/fields.xml deleted file mode 100644 index 48329b58..00000000 --- a/docs/blog/tags/fields.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create Multigroups in Drupal 7 using Field Collections - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - Sun, 28 Aug 2011 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/fields/index.html b/docs/blog/tags/fields/index.html deleted file mode 100644 index 0eec8031..00000000 --- a/docs/blog/tags/fields/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"fields"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Multigroups in Drupal 7 using Field Collections - - 28 August 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/filefield.xml b/docs/blog/tags/filefield.xml deleted file mode 100644 index 7c002b82..00000000 --- a/docs/blog/tags/filefield.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/filefield/index.html b/docs/blog/tags/filefield/index.html deleted file mode 100644 index ce87de46..00000000 --- a/docs/blog/tags/filefield/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"filefield"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Flickr Photo Gallery Using Feeds, CCK and Views - - 28 June 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/flickr.xml b/docs/blog/tags/flickr.xml deleted file mode 100644 index 05bbb8c2..00000000 --- a/docs/blog/tags/flickr.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/flickr/index.html b/docs/blog/tags/flickr/index.html deleted file mode 100644 index 689daa9f..00000000 --- a/docs/blog/tags/flickr/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"flickr"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Flickr Photo Gallery Using Feeds, CCK and Views - - 28 June 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/fonts.xml b/docs/blog/tags/fonts.xml deleted file mode 100644 index d77b821e..00000000 --- a/docs/blog/tags/fonts.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include CSS Fonts by Using a SASS each Loop - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - Tue, 18 Nov 2014 00:00:00 +0000 -

How to use an @each loop in SASS to quickly include multiple font files within your stylesheet.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/fonts/index.html b/docs/blog/tags/fonts/index.html deleted file mode 100644 index ba37d547..00000000 --- a/docs/blog/tags/fonts/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"fonts"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Include CSS Fonts by Using a SASS each Loop - - 18 November 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/form-api.xml b/docs/blog/tags/form-api.xml deleted file mode 100644 index 3875c94a..00000000 --- a/docs/blog/tags/form-api.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to add a date popup calendar onto a custom form - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use a date popup calendar within your custom module.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/form-api/index.html b/docs/blog/tags/form-api/index.html deleted file mode 100644 index d3864872..00000000 --- a/docs/blog/tags/form-api/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"form-api"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to add a date popup calendar onto a custom form - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/forms.xml b/docs/blog/tags/forms.xml deleted file mode 100644 index 74e70b7c..00000000 --- a/docs/blog/tags/forms.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to add a date popup calendar onto a custom form - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use a date popup calendar within your custom module.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/forms/index.html b/docs/blog/tags/forms/index.html deleted file mode 100644 index 9d5b324b..00000000 --- a/docs/blog/tags/forms/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"forms"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to add a date popup calendar onto a custom form - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/git-flow.xml b/docs/blog/tags/git-flow.xml deleted file mode 100644 index cc5f8a69..00000000 --- a/docs/blog/tags/git-flow.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - DrupalCamp London: What is Git Flow? - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - Mon, 03 Mar 2014 00:00:00 +0000 -

Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

-
-
- - DrupalCamp London 2014 - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - Sun, 09 Feb 2014 00:00:00 +0000 -

It's all booked, I'm going to be attending DrupalCamp London this year, my first DrupalCamp!

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/git-flow/index.html b/docs/blog/tags/git-flow/index.html deleted file mode 100644 index bfdedca8..00000000 --- a/docs/blog/tags/git-flow/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"git-flow"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - DrupalCamp London: What is Git Flow? - - 3 March 2014
- - DrupalCamp London 2014 - - 9 February 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/git.xml b/docs/blog/tags/git.xml deleted file mode 100644 index b08d99e1..00000000 --- a/docs/blog/tags/git.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Updating Forked Repositories on GitHub - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - Thu, 18 Jun 2015 11:35:00 +0000 - - - - git format-patch is your Friend - https://www.oliverdavies.uk/blog/2014/05/21/git-format-patch/ - https://www.oliverdavies.uk/blog/2014/05/21/git-format-patch/ - Wed, 21 May 2014 00:00:00 +0000 -

An explanation of the "git format-patch" command, and how it could be used in Drupal's Git workflow.

-
-
- - DrupalCamp London: What is Git Flow? - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - Mon, 03 Mar 2014 00:00:00 +0000 -

Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

-
-
- - DrupalCamp London 2014 - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014/ - Sun, 09 Feb 2014 00:00:00 +0000 -

It's all booked, I'm going to be attending DrupalCamp London this year, my first DrupalCamp!

-
-
- - Some Useful Git Aliases - https://www.oliverdavies.uk/blog/2014/01/15/some-useful-git-aliases/ - https://www.oliverdavies.uk/blog/2014/01/15/some-useful-git-aliases/ - Wed, 15 Jan 2014 00:00:00 +0000 -

Here are some bash aliases that I use and find helpful for quickly writing Git and Git Flow commands.

-
-
- - Quickly Apply Patches Using Git and curl or wget - https://www.oliverdavies.uk/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/ - https://www.oliverdavies.uk/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/ - Tue, 24 Dec 2013 00:00:00 +0000 -

Testing a patch file is usually a two-step process. First you download the patch file from the source, and then you run a separate command to apply it.

- -

You can save time and typing by running the two commands on one line:

-
-
- - Display Git Branch or Tag Names in your Bash Prompt - https://www.oliverdavies.uk/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/ - https://www.oliverdavies.uk/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/ - Sat, 27 Apr 2013 00:00:00 +0000 -

Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/git/index.html b/docs/blog/tags/git/index.html deleted file mode 100644 index ededc8d2..00000000 --- a/docs/blog/tags/git/index.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"git"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Updating Forked Repositories on GitHub - - 18 June 2015
- - git format-patch is your Friend - - 21 May 2014
- - DrupalCamp London: What is Git Flow? - - 3 March 2014
- - DrupalCamp London 2014 - - 9 February 2014
- - Some Useful Git Aliases - - 15 January 2014
- - Quickly Apply Patches Using Git and curl or wget - - 24 December 2013
- - Display Git Branch or Tag Names in your Bash Prompt - - 27 April 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/github.xml b/docs/blog/tags/github.xml deleted file mode 100644 index 2cfcc3cd..00000000 --- a/docs/blog/tags/github.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Publishing Sculpin Sites with GitHub Pages - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - Thu, 13 Jul 2017 00:00:00 +0000 -

- -

Earlier this week I moved this site from my personal Linode server to GitHub Pages.

- -

This made sense as I already kept the source code in on GitHub, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.

-
-
- - Updating Forked Repositories on GitHub - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - Thu, 18 Jun 2015 11:35:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/github/index.html b/docs/blog/tags/github/index.html deleted file mode 100644 index a1108843..00000000 --- a/docs/blog/tags/github/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"github"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Publishing Sculpin Sites with GitHub Pages - - 13 July 2017
- - Updating Forked Repositories on GitHub - - 18 June 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/gmail.xml b/docs/blog/tags/gmail.xml deleted file mode 100644 index 1184fe10..00000000 --- a/docs/blog/tags/gmail.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Building Gmail Filters with PHP - https://www.oliverdavies.uk/blog/2016/07/15/building-gmail-filters-with-php/ - https://www.oliverdavies.uk/blog/2016/07/15/building-gmail-filters-with-php/ - Fri, 15 Jul 2016 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/gmail/index.html b/docs/blog/tags/gmail/index.html deleted file mode 100644 index 5c172a58..00000000 --- a/docs/blog/tags/gmail/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"gmail"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Building Gmail Filters with PHP - - 15 July 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/gulp.xml b/docs/blog/tags/gulp.xml deleted file mode 100644 index 417dc67a..00000000 --- a/docs/blog/tags/gulp.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Easier Sculpin Commands with Composer and NPM Scripts - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - Sat, 07 Jan 2017 00:00:00 +0000 -

In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/gulp/index.html b/docs/blog/tags/gulp/index.html deleted file mode 100644 index 8ec7a1fb..00000000 --- a/docs/blog/tags/gulp/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"gulp"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Easier Sculpin Commands with Composer and NPM Scripts - - 7 January 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/image-caption.xml b/docs/blog/tags/image-caption.xml deleted file mode 100644 index bbf0b54f..00000000 --- a/docs/blog/tags/image-caption.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Review of the Image Caption Module - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - Fri, 20 Aug 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/image-caption/index.html b/docs/blog/tags/image-caption/index.html deleted file mode 100644 index 1bb16bf3..00000000 --- a/docs/blog/tags/image-caption/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"image-caption"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Review of the Image Caption Module - - 20 August 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/imagecache.xml b/docs/blog/tags/imagecache.xml deleted file mode 100644 index 2486470c..00000000 --- a/docs/blog/tags/imagecache.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - Improve JPG Quality in Imagecache and ImageAPI - https://www.oliverdavies.uk/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/ - https://www.oliverdavies.uk/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/ - Wed, 02 Jun 2010 00:00:00 +0000 - - - - Using ImageCache and ImageCrop for my Portfolio - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - Wed, 28 Apr 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/imagecache/index.html b/docs/blog/tags/imagecache/index.html deleted file mode 100644 index 214ceaec..00000000 --- a/docs/blog/tags/imagecache/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"imagecache"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/imagecrop.xml b/docs/blog/tags/imagecrop.xml deleted file mode 100644 index d976e926..00000000 --- a/docs/blog/tags/imagecrop.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Using ImageCache and ImageCrop for my Portfolio - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - Wed, 28 Apr 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/imagecrop/index.html b/docs/blog/tags/imagecrop/index.html deleted file mode 100644 index 16083c96..00000000 --- a/docs/blog/tags/imagecrop/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"imagecrop"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Using ImageCache and ImageCrop for my Portfolio - - 28 April 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/imagefield-import.xml b/docs/blog/tags/imagefield-import.xml deleted file mode 100644 index 66b34250..00000000 --- a/docs/blog/tags/imagefield-import.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Imagefield Import Archive - https://www.oliverdavies.uk/blog/2011/05/23/imagefield-import-archive/ - https://www.oliverdavies.uk/blog/2011/05/23/imagefield-import-archive/ - Mon, 23 May 2011 00:00:00 +0000 - - - - Quickly Import Multiples Images Using the Imagefield_Import Module - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - Sat, 29 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/imagefield-import/index.html b/docs/blog/tags/imagefield-import/index.html deleted file mode 100644 index da797a5c..00000000 --- a/docs/blog/tags/imagefield-import/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"imagefield-import"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Imagefield Import Archive - - 23 May 2011
- - Quickly Import Multiples Images Using the Imagefield_Import Module - - 29 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/imagefield.xml b/docs/blog/tags/imagefield.xml deleted file mode 100644 index ed6d637a..00000000 --- a/docs/blog/tags/imagefield.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Review of the Image Caption Module - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/ - Fri, 20 Aug 2010 00:00:00 +0000 - - - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - Quickly Import Multiples Images Using the Imagefield_Import Module - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - Sat, 29 May 2010 00:00:00 +0000 - - - - Using ImageCache and ImageCrop for my Portfolio - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio/ - Wed, 28 Apr 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/imagefield/index.html b/docs/blog/tags/imagefield/index.html deleted file mode 100644 index 15b6ea3a..00000000 --- a/docs/blog/tags/imagefield/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"imagefield"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/index.html b/docs/blog/tags/index.html deleted file mode 100644 index 97939dcc..00000000 --- a/docs/blog/tags/index.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - Tags | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Tags

- -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/installation-profiles.xml b/docs/blog/tags/installation-profiles.xml deleted file mode 100644 index 1d03a69d..00000000 --- a/docs/blog/tags/installation-profiles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Writing an Article for Linux Journal - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - Fri, 27 Jul 2012 00:00:00 +0000 -

I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/installation-profiles/index.html b/docs/blog/tags/installation-profiles/index.html deleted file mode 100644 index 2fd6b655..00000000 --- a/docs/blog/tags/installation-profiles/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"installation-profiles"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Writing an Article for Linux Journal - - 27 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/jenkins.xml b/docs/blog/tags/jenkins.xml deleted file mode 100644 index 5474002d..00000000 --- a/docs/blog/tags/jenkins.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Automating Sculpin Builds with Jenkins CI - https://www.oliverdavies.uk/blog/2015/07/21/automating-sculpin-jenkins/ - https://www.oliverdavies.uk/blog/2015/07/21/automating-sculpin-jenkins/ - Tue, 21 Jul 2015 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/jenkins/index.html b/docs/blog/tags/jenkins/index.html deleted file mode 100644 index 2d83f3ab..00000000 --- a/docs/blog/tags/jenkins/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"jenkins"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Automating Sculpin Builds with Jenkins CI - - 21 July 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/less.xml b/docs/blog/tags/less.xml deleted file mode 100644 index b76ef5c4..00000000 --- a/docs/blog/tags/less.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
- - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - Mon, 16 Apr 2012 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/less/index.html b/docs/blog/tags/less/index.html deleted file mode 100644 index 57eba790..00000000 --- a/docs/blog/tags/less/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"less"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/linux-journal.xml b/docs/blog/tags/linux-journal.xml deleted file mode 100644 index 42745ea2..00000000 --- a/docs/blog/tags/linux-journal.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Writing an Article for Linux Journal - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - Fri, 27 Jul 2012 00:00:00 +0000 -

I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/linux-journal/index.html b/docs/blog/tags/linux-journal/index.html deleted file mode 100644 index 234bb5cc..00000000 --- a/docs/blog/tags/linux-journal/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"linux-journal"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Writing an Article for Linux Journal - - 27 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/linux.xml b/docs/blog/tags/linux.xml deleted file mode 100644 index e44413c6..00000000 --- a/docs/blog/tags/linux.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - The Quickest way to Install Sublime Text 2 in Ubuntu - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - Sat, 02 Mar 2013 00:00:00 +0000 -

After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!

-
-
- - Installing Nagios on CentOS - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - Tue, 17 Apr 2012 00:00:00 +0000 - - - - How to use Authorized Keys to Create a Passwordless SSH Connection - https://www.oliverdavies.uk/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/ - https://www.oliverdavies.uk/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/ - Wed, 01 Feb 2012 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/linux/index.html b/docs/blog/tags/linux/index.html deleted file mode 100644 index 634322f5..00000000 --- a/docs/blog/tags/linux/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"linux"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - The Quickest way to Install Sublime Text 2 in Ubuntu - - 2 March 2013
- - Installing Nagios on CentOS - - 17 April 2012
- - How to use Authorized Keys to Create a Passwordless SSH Connection - - 1 February 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/mac-os-x.xml b/docs/blog/tags/mac-os-x.xml deleted file mode 100644 index 5fb51ad9..00000000 --- a/docs/blog/tags/mac-os-x.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Open Sublime Text 2 from the Mac OS X Command Line - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - Sat, 17 Nov 2012 00:00:00 +0000 -

How to open Sublime Text from the command line.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/mac-os-x/index.html b/docs/blog/tags/mac-os-x/index.html deleted file mode 100644 index b37dfb19..00000000 --- a/docs/blog/tags/mac-os-x/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"mac-os-x"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Open Sublime Text 2 from the Mac OS X Command Line - - 17 November 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/mamp.xml b/docs/blog/tags/mamp.xml deleted file mode 100644 index 593fe51a..00000000 --- a/docs/blog/tags/mamp.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create Virtual Hosts on Mac OS X Using VirtualHostX - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - Fri, 02 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/mamp/index.html b/docs/blog/tags/mamp/index.html deleted file mode 100644 index fd125df3..00000000 --- a/docs/blog/tags/mamp/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"mamp"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Virtual Hosts on Mac OS X Using VirtualHostX - - 2 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/meetups.xml b/docs/blog/tags/meetups.xml deleted file mode 100644 index d0b2a75e..00000000 --- a/docs/blog/tags/meetups.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Proctors Hosting the next Drupal Meetup - https://www.oliverdavies.uk/blog/2011/05/20/proctors-hosting-next-drupal-meetup/ - https://www.oliverdavies.uk/blog/2011/05/20/proctors-hosting-next-drupal-meetup/ - Fri, 20 May 2011 00:00:00 +0000 - - - - The Inaugural Meetup for the South Wales Drupal User Group - https://www.oliverdavies.uk/blog/2010/09/26/south-wales-drupal-user-group/ - https://www.oliverdavies.uk/blog/2010/09/26/south-wales-drupal-user-group/ - Sun, 26 Sep 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/meetups/index.html b/docs/blog/tags/meetups/index.html deleted file mode 100644 index 72234cb9..00000000 --- a/docs/blog/tags/meetups/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"meetups"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Proctors Hosting the next Drupal Meetup - - 20 May 2011
- - The Inaugural Meetup for the South Wales Drupal User Group - - 26 September 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/mod_rewrite.xml b/docs/blog/tags/mod_rewrite.xml deleted file mode 100644 index 2307bc39..00000000 --- a/docs/blog/tags/mod_rewrite.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Forward one domain to another using mod_rewrite and .htaccess - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess/ - Wed, 23 May 2012 00:00:00 +0000 -

How to use the .htaccess file to forward to a different domain.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/mod_rewrite/index.html b/docs/blog/tags/mod_rewrite/index.html deleted file mode 100644 index a990c137..00000000 --- a/docs/blog/tags/mod_rewrite/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"mod_rewrite"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Forward one domain to another using mod_rewrite and .htaccess - - 23 May 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/modules.xml b/docs/blog/tags/modules.xml deleted file mode 100644 index 94260b45..00000000 --- a/docs/blog/tags/modules.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to Create and Apply Patches - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - Sun, 10 Oct 2010 00:00:00 +0000 -

Earlier this year, I posted a solution to an issue on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the user_pass_validate() function that's found within modules/user/user.pages.inc.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/modules/index.html b/docs/blog/tags/modules/index.html deleted file mode 100644 index fc870c04..00000000 --- a/docs/blog/tags/modules/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"modules"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to Create and Apply Patches - - 10 October 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/multigroup.xml b/docs/blog/tags/multigroup.xml deleted file mode 100644 index 7161e757..00000000 --- a/docs/blog/tags/multigroup.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create Multigroups in Drupal 7 using Field Collections - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections/ - Sun, 28 Aug 2011 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/multigroup/index.html b/docs/blog/tags/multigroup/index.html deleted file mode 100644 index 480e5d5f..00000000 --- a/docs/blog/tags/multigroup/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"multigroup"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Multigroups in Drupal 7 using Field Collections - - 28 August 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/nagios.xml b/docs/blog/tags/nagios.xml deleted file mode 100644 index 1106ffff..00000000 --- a/docs/blog/tags/nagios.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Installing Nagios on CentOS - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos/ - Tue, 17 Apr 2012 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/nagios/index.html b/docs/blog/tags/nagios/index.html deleted file mode 100644 index 2f8267d4..00000000 --- a/docs/blog/tags/nagios/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"nagios"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Installing Nagios on CentOS - - 17 April 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/nginx.xml b/docs/blog/tags/nginx.xml deleted file mode 100644 index 47a9a1c2..00000000 --- a/docs/blog/tags/nginx.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Nginx Redirects With Query String Arguments - https://www.oliverdavies.uk/blog/2017/01/31/nginx-redirects-with-query-string-arguments/ - https://www.oliverdavies.uk/blog/2017/01/31/nginx-redirects-with-query-string-arguments/ - Tue, 31 Jan 2017 00:00:00 +0000 -

This is an example of how my Nginx configuration looked to redirect from an old domain to a new one, and also to redirect from the root example.com domain to the canonical www subdomain.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/nginx/index.html b/docs/blog/tags/nginx/index.html deleted file mode 100644 index 027f9e5f..00000000 --- a/docs/blog/tags/nginx/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"nginx"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Nginx Redirects With Query String Arguments - - 31 January 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/nodequeue.xml b/docs/blog/tags/nodequeue.xml deleted file mode 100644 index 56ba4534..00000000 --- a/docs/blog/tags/nodequeue.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Block of Social Media Icons using CCK, Views and Nodequeue - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - Wed, 23 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/nodequeue/index.html b/docs/blog/tags/nodequeue/index.html deleted file mode 100644 index 32d04b21..00000000 --- a/docs/blog/tags/nodequeue/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"nodequeue"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Block of Social Media Icons using CCK, Views and Nodequeue - - 23 June 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/nomensa.xml b/docs/blog/tags/nomensa.xml deleted file mode 100644 index c2f8040a..00000000 --- a/docs/blog/tags/nomensa.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Leaving Nomensa, Joining Precedent - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - Sat, 20 Apr 2013 00:00:00 +0000 -

Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.

-
-
- - Accessible Bristol site launched - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched/ - Thu, 15 Nov 2012 00:00:00 +0000 -

I'm happy to announce that the Accessible Bristol website was launched this week, on Drupal 7.

- -

The site has been developed over the past few months, and uses the User Relationships and Privatemsg modules to provide a community-based platform where people with an interest in accessibility can register and network with each other.

-
-
- - Install and Configure the Nomensa Accessible Media Player in Drupal - https://www.oliverdavies.uk/blog/2012/07/14/install-nomensa-media-player-drupal/ - https://www.oliverdavies.uk/blog/2012/07/14/install-nomensa-media-player-drupal/ - Sat, 14 Jul 2012 00:00:00 +0000 -

This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/nomensa/index.html b/docs/blog/tags/nomensa/index.html deleted file mode 100644 index 6b1d6a68..00000000 --- a/docs/blog/tags/nomensa/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"nomensa"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Leaving Nomensa, Joining Precedent - - 20 April 2013
- - Accessible Bristol site launched - - 15 November 2012
- - Install and Configure the Nomensa Accessible Media Player in Drupal - - 14 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/oliverdavies.co.uk.xml b/docs/blog/tags/oliverdavies.co.uk.xml deleted file mode 100644 index a9554ff7..00000000 --- a/docs/blog/tags/oliverdavies.co.uk.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Block of Social Media Icons using CCK, Views and Nodequeue - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - Wed, 23 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/oliverdavies.co.uk/index.html b/docs/blog/tags/oliverdavies.co.uk/index.html deleted file mode 100644 index 4feddb3c..00000000 --- a/docs/blog/tags/oliverdavies.co.uk/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"oliverdavies.co.uk"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Block of Social Media Icons using CCK, Views and Nodequeue - - 23 June 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/omega.xml b/docs/blog/tags/omega.xml deleted file mode 100644 index be59c262..00000000 --- a/docs/blog/tags/omega.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - Mon, 16 Apr 2012 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/omega/index.html b/docs/blog/tags/omega/index.html deleted file mode 100644 index 864e223f..00000000 --- a/docs/blog/tags/omega/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"omega"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - - 16 April 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/pantheon.xml b/docs/blog/tags/pantheon.xml deleted file mode 100644 index 02c10f09..00000000 --- a/docs/blog/tags/pantheon.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include environment-specific settings files on Pantheon - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - Thu, 27 Nov 2014 00:00:00 +0000 -

I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

- -

The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/pantheon/index.html b/docs/blog/tags/pantheon/index.html deleted file mode 100644 index 392bd17f..00000000 --- a/docs/blog/tags/pantheon/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"pantheon"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Include environment-specific settings files on Pantheon - - 27 November 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/patches.xml b/docs/blog/tags/patches.xml deleted file mode 100644 index b53d6e75..00000000 --- a/docs/blog/tags/patches.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - git format-patch is your Friend - https://www.oliverdavies.uk/blog/2014/05/21/git-format-patch/ - https://www.oliverdavies.uk/blog/2014/05/21/git-format-patch/ - Wed, 21 May 2014 00:00:00 +0000 -

An explanation of the "git format-patch" command, and how it could be used in Drupal's Git workflow.

-
-
- - How to Create and Apply Patches - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches/ - Sun, 10 Oct 2010 00:00:00 +0000 -

Earlier this year, I posted a solution to an issue on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the user_pass_validate() function that's found within modules/user/user.pages.inc.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/patches/index.html b/docs/blog/tags/patches/index.html deleted file mode 100644 index 67da3f01..00000000 --- a/docs/blog/tags/patches/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"patches"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - git format-patch is your Friend - - 21 May 2014
- - How to Create and Apply Patches - - 10 October 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/personal.xml b/docs/blog/tags/personal.xml deleted file mode 100644 index 7218a152..00000000 --- a/docs/blog/tags/personal.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - 2014 - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - https://www.oliverdavies.uk/blog/2015/03/20/2014/ - Fri, 20 Mar 2015 20:14:00 +0000 -

A lot happened in 2014. Here are some of the main things that I'd like to highlight.

-
-
- - Thanks - https://www.oliverdavies.uk/blog/2014/05/06/thanks/ - https://www.oliverdavies.uk/blog/2014/05/06/thanks/ - Tue, 06 May 2014 00:00:00 +0000 -

This is just a quick post to thank everyone for their comments and congratulations after my previous post about joining the Drupal Association. I’m looking forward to my first day in the job tomorrow.

-
-
- - Drupal Association - https://www.oliverdavies.uk/blog/2014/05/03/drupal-association/ - https://www.oliverdavies.uk/blog/2014/05/03/drupal-association/ - Sat, 03 May 2014 00:00:00 +0000 -

Today was my last day working at Precedent. Next week, I'll be starting my new job at the Drupal Association working on Drupal's home - Drupal.org.

-
-
- - Leaving Nomensa, Joining Precedent - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - Sat, 20 Apr 2013 00:00:00 +0000 -

Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.

-
-
- - Proctor & Stevenson - https://www.oliverdavies.uk/blog/2011/03/31/proctor-stevenson/ - https://www.oliverdavies.uk/blog/2011/03/31/proctor-stevenson/ - Thu, 31 Mar 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/personal/index.html b/docs/blog/tags/personal/index.html deleted file mode 100644 index 7de4e538..00000000 --- a/docs/blog/tags/personal/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"personal"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - 2014 - - 20 March 2015
- - Thanks - - 6 May 2014
- - Drupal Association - - 3 May 2014
- - Leaving Nomensa, Joining Precedent - - 20 April 2013
- - Proctor & Stevenson - - 31 March 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/photo-gallery.xml b/docs/blog/tags/photo-gallery.xml deleted file mode 100644 index 706f067f..00000000 --- a/docs/blog/tags/photo-gallery.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Better Photo Gallery in Drupal - Part 2 - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - Tue, 17 Aug 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - Quickly Import Multiples Images Using the Imagefield_Import Module - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/ - Sat, 29 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/photo-gallery/index.html b/docs/blog/tags/photo-gallery/index.html deleted file mode 100644 index 8e772f91..00000000 --- a/docs/blog/tags/photo-gallery/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"photo-gallery"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/php.xml b/docs/blog/tags/php.xml deleted file mode 100644 index 9d8d5946..00000000 --- a/docs/blog/tags/php.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Publishing Sculpin Sites with GitHub Pages - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - Thu, 13 Jul 2017 00:00:00 +0000 -

- -

Earlier this week I moved this site from my personal Linode server to GitHub Pages.

- -

This made sense as I already kept the source code in on GitHub, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.

-
-
- - Introducing the Drupal Meetups Twitterbot - https://www.oliverdavies.uk/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/ - https://www.oliverdavies.uk/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/ - Fri, 09 Jun 2017 00:00:00 +0000 -

- -

The Drupal Meetups Twitterbot is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide one Twitter account where people can get the up to date news from various Drupal meetups.

-
-
- - Building Gmail Filters with PHP - https://www.oliverdavies.uk/blog/2016/07/15/building-gmail-filters-with-php/ - https://www.oliverdavies.uk/blog/2016/07/15/building-gmail-filters-with-php/ - Fri, 15 Jul 2016 00:00:00 +0000 - - - - Simplifying Drupal Migrations with xautoload - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload/ - Tue, 03 May 2016 00:00:00 +0000 -

How to use the xautoload module to autoload migration classes within your Drupal 7 migration modules.

-
-
- - Don't Bootstrap Drupal, Use Drush - https://www.oliverdavies.uk/blog/2013/11/19/dont-bootstrap-drupal-use-drush/ - https://www.oliverdavies.uk/blog/2013/11/19/dont-bootstrap-drupal-use-drush/ - Tue, 19 Nov 2013 00:00:00 +0000 -

There are times when doing Drupal development when you need to run a custom PHP script, maybe moving data from one field to another, that doesn't warrant the time and effort to create a custom module. In this scenario, it would be quicker to write a .php script and bootstrap Drupal to gain access to functions like node_load() and db_query().

- -

To bootstrap Drupal, you would need to add some additional lines of code to the stop of your script. Here is an alternative way.

-
-
- - Checking if a user is logged into Drupal (the right way) - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way/ - Wed, 09 Jan 2013 00:00:00 +0000 -

I see this regularly when working on Drupal sites when someone wants to check whether the current user is logged in to Drupal (authenticated) or not (anonymous).

-
-
- - Display a Custom Menu in a Drupal 7 Theme Template File - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file/ - Sat, 18 Aug 2012 00:00:00 +0000 -

For reference, this is the code needed to display a menu in a Drupal 7 template file, including the navigation ARIA role.

-
-
- - Display the Number of Facebook fans in PHP - https://www.oliverdavies.uk/blog/2011/03/15/display-number-facebook-fans-php/ - https://www.oliverdavies.uk/blog/2011/03/15/display-number-facebook-fans-php/ - Tue, 15 Mar 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/php/index.html b/docs/blog/tags/php/index.html deleted file mode 100644 index f8c488c9..00000000 --- a/docs/blog/tags/php/index.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"php"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/phpstorm.xml b/docs/blog/tags/phpstorm.xml deleted file mode 100644 index e9f479f4..00000000 --- a/docs/blog/tags/phpstorm.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Updating Forked Repositories on GitHub - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - Thu, 18 Jun 2015 11:35:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/phpstorm/index.html b/docs/blog/tags/phpstorm/index.html deleted file mode 100644 index 841565e3..00000000 --- a/docs/blog/tags/phpstorm/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"phpstorm"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Updating Forked Repositories on GitHub - - 18 June 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/precedent.xml b/docs/blog/tags/precedent.xml deleted file mode 100644 index 4a482c40..00000000 --- a/docs/blog/tags/precedent.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Going to DrupalCon - https://www.oliverdavies.uk/blog/2013/07/26/going-drupalcon/ - https://www.oliverdavies.uk/blog/2013/07/26/going-drupalcon/ - Fri, 26 Jul 2013 00:00:00 +0000 -

Precedent are sending myself and two of our other Drupal Developers to Drupalcon Prague.

-
-
- - Leaving Nomensa, Joining Precedent - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent/ - Sat, 20 Apr 2013 00:00:00 +0000 -

Yesterday was my last day working at Nomensa. Next week, I'll be starting as a Senior Developer at Precedent.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/precedent/index.html b/docs/blog/tags/precedent/index.html deleted file mode 100644 index 93e49e71..00000000 --- a/docs/blog/tags/precedent/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"precedent"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Going to DrupalCon - - 26 July 2013
- - Leaving Nomensa, Joining Precedent - - 20 April 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/preprocessing.xml b/docs/blog/tags/preprocessing.xml deleted file mode 100644 index 51fac195..00000000 --- a/docs/blog/tags/preprocessing.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
- - Dividing Drupal's process and preprocess functions into separate files - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - Thu, 24 May 2012 00:00:00 +0000 -

If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code.

- -

Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. For example, mytheme_preprocess_node can be placed within a preprocess/node.inc file, and mytheme_process_page can be placed within process/page.inc.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/preprocessing/index.html b/docs/blog/tags/preprocessing/index.html deleted file mode 100644 index 5e4a128d..00000000 --- a/docs/blog/tags/preprocessing/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"preprocessing"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/regular-expression.xml b/docs/blog/tags/regular-expression.xml deleted file mode 100644 index f807907f..00000000 --- a/docs/blog/tags/regular-expression.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/regular-expression/index.html b/docs/blog/tags/regular-expression/index.html deleted file mode 100644 index 554aaeaa..00000000 --- a/docs/blog/tags/regular-expression/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"regular-expression"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Use Regular Expressions to Search and Replace in Coda or TextMate - - 4 November 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/releases.xml b/docs/blog/tags/releases.xml deleted file mode 100644 index 1994d398..00000000 --- a/docs/blog/tags/releases.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Drupal VM Generator 2.9.1 Released - https://www.oliverdavies.uk/blog/2016/12/30/drupal-vm-generator-291-released/ - https://www.oliverdavies.uk/blog/2016/12/30/drupal-vm-generator-291-released/ - Fri, 30 Dec 2016 00:00:00 +0000 -

I spent some time yesterday working on the Drupal VM Generator, and have released versions 2.8.1, 2.9.0 and 2.9.1.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/releases/index.html b/docs/blog/tags/releases/index.html deleted file mode 100644 index 1277ffc5..00000000 --- a/docs/blog/tags/releases/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"releases"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Drupal VM Generator 2.9.1 Released - - 30 December 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sass.xml b/docs/blog/tags/sass.xml deleted file mode 100644 index 356067f8..00000000 --- a/docs/blog/tags/sass.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include CSS Fonts by Using a SASS each Loop - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop/ - Tue, 18 Nov 2014 00:00:00 +0000 -

How to use an @each loop in SASS to quickly include multiple font files within your stylesheet.

-
-
- - How to use SASS and Compass in Drupal 7 using Sassy - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy/ - Thu, 06 Dec 2012 00:00:00 +0000 -

I've recently started using SASS rather than LESS to do my CSS preprocessing - namely due to its integration with Compass and it's built-in CSS3 mixins. Here are three modules that provide the ability to use SASS within Drupal.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/sass/index.html b/docs/blog/tags/sass/index.html deleted file mode 100644 index b9bfd94f..00000000 --- a/docs/blog/tags/sass/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sass"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Include CSS Fonts by Using a SASS each Loop - - 18 November 2014
- - How to use SASS and Compass in Drupal 7 using Sassy - - 6 December 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sculpin.xml b/docs/blog/tags/sculpin.xml deleted file mode 100644 index a21081fc..00000000 --- a/docs/blog/tags/sculpin.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Publishing Sculpin Sites with GitHub Pages - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/ - Thu, 13 Jul 2017 00:00:00 +0000 -

- -

Earlier this week I moved this site from my personal Linode server to GitHub Pages.

- -

This made sense as I already kept the source code in on GitHub, the issue was that GitHub Pages doesn’t know how to dynamically parse and generate a Sculpin site like it does with some other static site generators. It can though parse and serve HTML files, which is what Sculpin generates. It’s just a case of how those files are added to GitHub.

-
-
- - Easier Sculpin Commands with Composer and NPM Scripts - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts/ - Sat, 07 Jan 2017 00:00:00 +0000 -

In this video, I show you how I've simplied my Sculpin and Gulp workflow using custom Composer and NPM scripts.

-
-
- - Automating Sculpin Builds with Jenkins CI - https://www.oliverdavies.uk/blog/2015/07/21/automating-sculpin-jenkins/ - https://www.oliverdavies.uk/blog/2015/07/21/automating-sculpin-jenkins/ - Tue, 21 Jul 2015 00:00:00 +0000 - - - - Sculpin and Twig Resources - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - Sun, 19 Jul 2015 00:00:00 +0000 -

Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

-
-
- - Updating Forked Repositories on GitHub - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github/ - Thu, 18 Jun 2015 11:35:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/sculpin/index.html b/docs/blog/tags/sculpin/index.html deleted file mode 100644 index c2e2e6b2..00000000 --- a/docs/blog/tags/sculpin/index.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sculpin"

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - Publishing Sculpin Sites with GitHub Pages - - 13 July 2017
- - Easier Sculpin Commands with Composer and NPM Scripts - - 7 January 2017
- - Automating Sculpin Builds with Jenkins CI - - 21 July 2015
- - Sculpin and Twig Resources - - 19 July 2015
- - Updating Forked Repositories on GitHub - - 18 June 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sequal-pro.xml b/docs/blog/tags/sequal-pro.xml deleted file mode 100644 index 3ae0d8df..00000000 --- a/docs/blog/tags/sequal-pro.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Add a Taxonomy Term to Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - Wed, 07 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/sequal-pro/index.html b/docs/blog/tags/sequal-pro/index.html deleted file mode 100644 index 3e23e485..00000000 --- a/docs/blog/tags/sequal-pro/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sequal-pro"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Add a Taxonomy Term to Multiple Nodes Using SQL - - 7 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sequel-pro.xml b/docs/blog/tags/sequel-pro.xml deleted file mode 100644 index eadfb4f1..00000000 --- a/docs/blog/tags/sequel-pro.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 2 - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - Tue, 17 Aug 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Change the Content Type of Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - Thu, 01 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/sequel-pro/index.html b/docs/blog/tags/sequel-pro/index.html deleted file mode 100644 index 427a5f42..00000000 --- a/docs/blog/tags/sequel-pro/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sequel-pro"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/servers.xml b/docs/blog/tags/servers.xml deleted file mode 100644 index aef62abd..00000000 --- a/docs/blog/tags/servers.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Using Remote Files when Developing Locally with Stage File Proxy Module - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module/ - Thu, 20 Nov 2014 00:00:00 +0000 -

How to install and configure the Stage File Proxy module to serve remote images on your local Drupal site.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/servers/index.html b/docs/blog/tags/servers/index.html deleted file mode 100644 index 599acfc8..00000000 --- a/docs/blog/tags/servers/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"servers"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Using Remote Files when Developing Locally with Stage File Proxy Module - - 20 November 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/settings.php.xml b/docs/blog/tags/settings.php.xml deleted file mode 100644 index e44acd06..00000000 --- a/docs/blog/tags/settings.php.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Include a Local Drupal Settings file for Environment Configuration and Overrides - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides/ - Sat, 20 Dec 2014 00:00:00 +0000 -

How to create and include a local settings file to define and override environment-specific variables, and keep sensitive things like your database credentials and API keys safe.

-
-
- - Include environment-specific settings files on Pantheon - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files/ - Thu, 27 Nov 2014 00:00:00 +0000 -

I was recently doing some work on a site hosted on Pantheon and came across an issue, for which part of the suggested fix was to ensure that the $base_url variable was explicitly defined within settings.php (this is also best practice on all Drupal sites).

- -

The way that was recommended was by using a switch() function based on Pantheon's environment variable. For example:

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/settings.php/index.html b/docs/blog/tags/settings.php/index.html deleted file mode 100644 index 1971dd87..00000000 --- a/docs/blog/tags/settings.php/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"settings.php"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/simpletest.xml b/docs/blog/tags/simpletest.xml deleted file mode 100644 index a48a07ba..00000000 --- a/docs/blog/tags/simpletest.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Fixing Drupal SimpleTest issues inside Docker Containers - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - Fri, 05 May 2017 00:00:00 +0000 -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

-
-
- - Some useful links for using SimpleTest in Drupal - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - Thu, 13 Jun 2013 00:00:00 +0000 -

Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/simpletest/index.html b/docs/blog/tags/simpletest/index.html deleted file mode 100644 index 9410f6c9..00000000 --- a/docs/blog/tags/simpletest/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"simpletest"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Fixing Drupal SimpleTest issues inside Docker Containers - - 5 May 2017
- - Some useful links for using SimpleTest in Drupal - - 13 June 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/slideshow.xml b/docs/blog/tags/slideshow.xml deleted file mode 100644 index f17f811e..00000000 --- a/docs/blog/tags/slideshow.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create a Slideshow of Multiple Images Using Fancy Slide - https://www.oliverdavies.uk/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/ - https://www.oliverdavies.uk/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide/ - Tue, 25 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/slideshow/index.html b/docs/blog/tags/slideshow/index.html deleted file mode 100644 index ab19c5b9..00000000 --- a/docs/blog/tags/slideshow/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"slideshow"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Slideshow of Multiple Images Using Fancy Slide - - 25 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sql.xml b/docs/blog/tags/sql.xml deleted file mode 100644 index af98e570..00000000 --- a/docs/blog/tags/sql.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Better Photo Gallery in Drupal - Part 2 - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/ - Tue, 17 Aug 2010 00:00:00 +0000 - - - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Add a Taxonomy Term to Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - Wed, 07 Jul 2010 00:00:00 +0000 - - - - Change the Content Type of Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/ - Thu, 01 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/sql/index.html b/docs/blog/tags/sql/index.html deleted file mode 100644 index ae622584..00000000 --- a/docs/blog/tags/sql/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sql"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/ssh.xml b/docs/blog/tags/ssh.xml deleted file mode 100644 index 917923ba..00000000 --- a/docs/blog/tags/ssh.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to use Authorized Keys to Create a Passwordless SSH Connection - https://www.oliverdavies.uk/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/ - https://www.oliverdavies.uk/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection/ - Wed, 01 Feb 2012 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/ssh/index.html b/docs/blog/tags/ssh/index.html deleted file mode 100644 index f5e28dcb..00000000 --- a/docs/blog/tags/ssh/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"ssh"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to use Authorized Keys to Create a Passwordless SSH Connection - - 1 February 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/sublime-text.xml b/docs/blog/tags/sublime-text.xml deleted file mode 100644 index 711f1198..00000000 --- a/docs/blog/tags/sublime-text.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - The Quickest way to Install Sublime Text 2 in Ubuntu - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - Sat, 02 Mar 2013 00:00:00 +0000 -

After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!

-
-
- - Open Sublime Text 2 from the Mac OS X Command Line - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - Sat, 17 Nov 2012 00:00:00 +0000 -

How to open Sublime Text from the command line.

-
-
- - My Sublime Text 2 settings - https://www.oliverdavies.uk/blog/2012/10/25/my-sublime-text-2-settings/ - https://www.oliverdavies.uk/blog/2012/10/25/my-sublime-text-2-settings/ - Thu, 25 Oct 2012 00:00:00 +0000 -

Sublime Text 2 has been my text editor of choice for the past few months, and I use it at home, in work, and on any virtual machines that I run. So rather than having to manually re-enter my settings each time, I thought that I'd document them here for future reference.

- -

These preferences ensure that the code is compliant with Drupal coding standards - using two spaces instead of a tab, no trailing whitespace, blank line at the end of a file etc.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/sublime-text/index.html b/docs/blog/tags/sublime-text/index.html deleted file mode 100644 index 595224df..00000000 --- a/docs/blog/tags/sublime-text/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"sublime-text"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - The Quickest way to Install Sublime Text 2 in Ubuntu - - 2 March 2013
- - Open Sublime Text 2 from the Mac OS X Command Line - - 17 November 2012
- - My Sublime Text 2 settings - - 25 October 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/svn.xml b/docs/blog/tags/svn.xml deleted file mode 100644 index 336e476b..00000000 --- a/docs/blog/tags/svn.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Checkout a specific revision from SVN from the command line - https://www.oliverdavies.uk/blog/2012/05/23/checkout-specific-revision-svn-command-line/ - https://www.oliverdavies.uk/blog/2012/05/23/checkout-specific-revision-svn-command-line/ - Wed, 23 May 2012 00:00:00 +0000 -

How to checkout a specific revision from a SVN (Subversion) repository.

-
-
- - How to Install and Configure Subversion (SVN) Server on Ubuntu - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - Wed, 19 Oct 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/svn/index.html b/docs/blog/tags/svn/index.html deleted file mode 100644 index 39974a31..00000000 --- a/docs/blog/tags/svn/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"svn"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/swdug.xml b/docs/blog/tags/swdug.xml deleted file mode 100644 index 520fa16e..00000000 --- a/docs/blog/tags/swdug.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - The Inaugural Meetup for the South Wales Drupal User Group - https://www.oliverdavies.uk/blog/2010/09/26/south-wales-drupal-user-group/ - https://www.oliverdavies.uk/blog/2010/09/26/south-wales-drupal-user-group/ - Sun, 26 Sep 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/swdug/index.html b/docs/blog/tags/swdug/index.html deleted file mode 100644 index feab33b4..00000000 --- a/docs/blog/tags/swdug/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"swdug"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - The Inaugural Meetup for the South Wales Drupal User Group - - 26 September 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/symfony.xml b/docs/blog/tags/symfony.xml deleted file mode 100644 index 4b24c9ce..00000000 --- a/docs/blog/tags/symfony.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Announcing the Drupal VM Generator - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator/ - Mon, 15 Feb 2016 00:00:00 +0000 -

For the past few weeks I’ve been working on a personal side project, based on Drupal VM. It’s called the Drupal VM Generator, and over the weekend I’ve added the final features and fixed the remaining issues, and tagged the 1.0.0 release.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/symfony/index.html b/docs/blog/tags/symfony/index.html deleted file mode 100644 index 7abb7ad8..00000000 --- a/docs/blog/tags/symfony/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"symfony"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Announcing the Drupal VM Generator - - 15 February 2016
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/table-prefixing.xml b/docs/blog/tags/table-prefixing.xml deleted file mode 100644 index 342ed7fb..00000000 --- a/docs/blog/tags/table-prefixing.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Creating Local and Staging sites with Drupal's Domain Module Enabled - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled/ - Wed, 17 Jul 2013 00:00:00 +0000 -

The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The issue is that the domains are stored within the database so these are copied across when the data is migrated between environments, whereas the domains are obviously going to change.

- -

Rather than changing the domain settings within the Domain module itself, the best solution I think is to use table prefixes and create a different domain table per environment.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/table-prefixing/index.html b/docs/blog/tags/table-prefixing/index.html deleted file mode 100644 index e590a062..00000000 --- a/docs/blog/tags/table-prefixing/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"table-prefixing"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Creating Local and Staging sites with Drupal's Domain Module Enabled - - 17 July 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/talks.xml b/docs/blog/tags/talks.xml deleted file mode 100644 index cb7995a6..00000000 --- a/docs/blog/tags/talks.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - drush make drupalbristol - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol/ - Wed, 02 Jul 2014 00:00:00 +0000 -

Here are my slides from this month's talk night at the Drupal Bristol user group.

-
-
- - DrupalCamp London: What is Git Flow? - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow/ - Mon, 03 Mar 2014 00:00:00 +0000 -

Here are my slides from my "What is Git Flow?" session at DrupalCamp London.

-
-
- - Reflections on speaking at UnifiedDiff - https://www.oliverdavies.uk/blog/2012/09/06/reflections-speaking-unifieddiff/ - https://www.oliverdavies.uk/blog/2012/09/06/reflections-speaking-unifieddiff/ - Thu, 06 Sep 2012 00:00:00 +0000 -

Yesterday evening I went along and spoke at the UnifiedDiff meetup in Cardiff, having offered previously to do a presentation providing an introduction to Drupal.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/talks/index.html b/docs/blog/tags/talks/index.html deleted file mode 100644 index fd93a7ea..00000000 --- a/docs/blog/tags/talks/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"talks"

- -
- - - - - - - - - - - - - - - - - - - - - -
Post TitleDate
- - drush make drupalbristol - - 2 July 2014
- - DrupalCamp London: What is Git Flow? - - 3 March 2014
- - Reflections on speaking at UnifiedDiff - - 6 September 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/taxonomy.xml b/docs/blog/tags/taxonomy.xml deleted file mode 100644 index 4aed29d6..00000000 --- a/docs/blog/tags/taxonomy.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - Add a Taxonomy Term to Multiple Nodes Using SQL - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql/ - Wed, 07 Jul 2010 00:00:00 +0000 - - - - Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery - https://www.oliverdavies.uk/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/ - https://www.oliverdavies.uk/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery/ - Mon, 05 Apr 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/taxonomy/index.html b/docs/blog/tags/taxonomy/index.html deleted file mode 100644 index 3fe5fb1f..00000000 --- a/docs/blog/tags/taxonomy/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"taxonomy"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/tdd.xml b/docs/blog/tags/tdd.xml deleted file mode 100644 index 40acda75..00000000 --- a/docs/blog/tags/tdd.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Some useful links for using SimpleTest in Drupal - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - Thu, 13 Jun 2013 00:00:00 +0000 -

Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/tdd/index.html b/docs/blog/tags/tdd/index.html deleted file mode 100644 index 6f0c81dd..00000000 --- a/docs/blog/tags/tdd/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"tdd"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Some useful links for using SimpleTest in Drupal - - 13 June 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/teleport.xml b/docs/blog/tags/teleport.xml deleted file mode 100644 index 0b934e2e..00000000 --- a/docs/blog/tags/teleport.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Review of the Teleport Module - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module/ - Mon, 12 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/teleport/index.html b/docs/blog/tags/teleport/index.html deleted file mode 100644 index ef289d84..00000000 --- a/docs/blog/tags/teleport/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"teleport"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Review of the Teleport Module - - 12 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/terminal.xml b/docs/blog/tags/terminal.xml deleted file mode 100644 index 8dc8a7fd..00000000 --- a/docs/blog/tags/terminal.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Display Git Branch or Tag Names in your Bash Prompt - https://www.oliverdavies.uk/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/ - https://www.oliverdavies.uk/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt/ - Sat, 27 Apr 2013 00:00:00 +0000 -

Whilst watching Drupalize.me's recent Introduction to Git series, I thought it was useful the way that the current Git branch or tag name was displayed in the bash prompt. Here's how to do it.

-
-
- - Open Sublime Text 2 from the Mac OS X Command Line - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line/ - Sat, 17 Nov 2012 00:00:00 +0000 -

How to open Sublime Text from the command line.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/terminal/index.html b/docs/blog/tags/terminal/index.html deleted file mode 100644 index 6d9883ce..00000000 --- a/docs/blog/tags/terminal/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"terminal"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Display Git Branch or Tag Names in your Bash Prompt - - 27 April 2013
- - Open Sublime Text 2 from the Mac OS X Command Line - - 17 November 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/test-driven-development.xml b/docs/blog/tags/test-driven-development.xml deleted file mode 100644 index cb005abb..00000000 --- a/docs/blog/tags/test-driven-development.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Some useful links for using SimpleTest in Drupal - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal/ - Thu, 13 Jun 2013 00:00:00 +0000 -

Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/test-driven-development/index.html b/docs/blog/tags/test-driven-development/index.html deleted file mode 100644 index 8baf7a8f..00000000 --- a/docs/blog/tags/test-driven-development/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"test-driven-development"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Some useful links for using SimpleTest in Drupal - - 13 June 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/testing.xml b/docs/blog/tags/testing.xml deleted file mode 100644 index 144f32f8..00000000 --- a/docs/blog/tags/testing.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Fixing Drupal SimpleTest issues inside Docker Containers - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker/ - Fri, 05 May 2017 00:00:00 +0000 -

I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.

- -

Here’s an excerpt from my docker-compose.yml file:

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/testing/index.html b/docs/blog/tags/testing/index.html deleted file mode 100644 index 6c1752c7..00000000 --- a/docs/blog/tags/testing/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"testing"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Fixing Drupal SimpleTest issues inside Docker Containers - - 5 May 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/textmate.xml b/docs/blog/tags/textmate.xml deleted file mode 100644 index e20282fe..00000000 --- a/docs/blog/tags/textmate.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Use Regular Expressions to Search and Replace in Coda or TextMate - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate/ - Thu, 04 Nov 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/textmate/index.html b/docs/blog/tags/textmate/index.html deleted file mode 100644 index db9ddab1..00000000 --- a/docs/blog/tags/textmate/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"textmate"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Use Regular Expressions to Search and Replace in Coda or TextMate - - 4 November 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/theming.xml b/docs/blog/tags/theming.xml deleted file mode 100644 index 03c5c7cd..00000000 --- a/docs/blog/tags/theming.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Zen Sub-theme Using Drush - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - Fri, 06 Sep 2013 00:00:00 +0000 -

How to use Drush to quickly build a new sub-theme of Zen.

-
-
- - Dividing Drupal's process and preprocess functions into separate files - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files/ - Thu, 24 May 2012 00:00:00 +0000 -

If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code.

- -

Following the example of the Omega theme, I've started separating my process and preprocess functions into their own files. For example, mytheme_preprocess_node can be placed within a preprocess/node.inc file, and mytheme_process_page can be placed within process/page.inc.

-
-
- - Writing a .info file for a Drupal 7 theme - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme/ - Wed, 23 May 2012 00:00:00 +0000 -

An example .info file for a Drupal 7 theme.

-
-
- - Create an Omega Subtheme with LESS CSS Preprocessor using Omega Tools and Drush - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush/ - Mon, 16 Apr 2012 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/theming/index.html b/docs/blog/tags/theming/index.html deleted file mode 100644 index 3626eb51..00000000 --- a/docs/blog/tags/theming/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"theming"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/tokens.xml b/docs/blog/tags/tokens.xml deleted file mode 100644 index 0d7d9126..00000000 --- a/docs/blog/tags/tokens.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Creating and using custom tokens in Drupal 7 - https://www.oliverdavies.uk/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/ - https://www.oliverdavies.uk/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7/ - Sat, 16 Feb 2013 00:00:00 +0000 -

This post outlines the steps required to create your own custom tokens in Drupal.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/tokens/index.html b/docs/blog/tags/tokens/index.html deleted file mode 100644 index 4f35ca57..00000000 --- a/docs/blog/tags/tokens/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"tokens"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Creating and using custom tokens in Drupal 7 - - 16 February 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/twig.xml b/docs/blog/tags/twig.xml deleted file mode 100644 index 5f848677..00000000 --- a/docs/blog/tags/twig.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Sculpin and Twig Resources - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources/ - Sun, 19 Jul 2015 00:00:00 +0000 -

Here’s a list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/twig/index.html b/docs/blog/tags/twig/index.html deleted file mode 100644 index 99a93fcd..00000000 --- a/docs/blog/tags/twig/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"twig"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Sculpin and Twig Resources - - 19 July 2015
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/twitter.xml b/docs/blog/tags/twitter.xml deleted file mode 100644 index 153449e2..00000000 --- a/docs/blog/tags/twitter.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:08:59 +0000 - - Introducing the Drupal Meetups Twitterbot - https://www.oliverdavies.uk/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/ - https://www.oliverdavies.uk/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/ - Fri, 09 Jun 2017 00:00:00 +0000 -

- -

The Drupal Meetups Twitterbot is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide one Twitter account where people can get the up to date news from various Drupal meetups.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/twitter/index.html b/docs/blog/tags/twitter/index.html deleted file mode 100644 index b7ab82d6..00000000 --- a/docs/blog/tags/twitter/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"twitter"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Introducing the Drupal Meetups Twitterbot - - 9 June 2017
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/typekit.xml b/docs/blog/tags/typekit.xml deleted file mode 100644 index d7a2478d..00000000 --- a/docs/blog/tags/typekit.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Easily Embed TypeKit Fonts into your Drupal Website - https://www.oliverdavies.uk/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/ - https://www.oliverdavies.uk/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website/ - Mon, 14 Feb 2011 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/typekit/index.html b/docs/blog/tags/typekit/index.html deleted file mode 100644 index 1d0f7d74..00000000 --- a/docs/blog/tags/typekit/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"typekit"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Easily Embed TypeKit Fonts into your Drupal Website - - 14 February 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/ubuntu.xml b/docs/blog/tags/ubuntu.xml deleted file mode 100644 index 287e5145..00000000 --- a/docs/blog/tags/ubuntu.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - The Quickest way to Install Sublime Text 2 in Ubuntu - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu/ - Sat, 02 Mar 2013 00:00:00 +0000 -

After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!

-
-
- - How to Install and Configure Subversion (SVN) Server on Ubuntu - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - Wed, 19 Oct 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/ubuntu/index.html b/docs/blog/tags/ubuntu/index.html deleted file mode 100644 index 2a144811..00000000 --- a/docs/blog/tags/ubuntu/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"ubuntu"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - The Quickest way to Install Sublime Text 2 in Ubuntu - - 2 March 2013
- - How to Install and Configure Subversion (SVN) Server on Ubuntu - - 19 October 2011
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/vagrant.xml b/docs/blog/tags/vagrant.xml deleted file mode 100644 index 489c834f..00000000 --- a/docs/blog/tags/vagrant.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to fix Vagrant Loading the Wrong Virtual Machine - https://www.oliverdavies.uk/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/ - https://www.oliverdavies.uk/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/ - Mon, 06 Oct 2014 00:00:00 +0000 -

A few times recently, I've had instances where Vagrant seems to have forgotten which virtual machine it's supposed to load, probably due to renaming a project directory or the .vagrant directory being moved accidentally.

- -

Here are the steps that I took to fix this and point Vagrant back at the correct VM.

-
-
- - Useful Vagrant Commands - https://www.oliverdavies.uk/blog/2013/11/27/useful-vagrant-commands/ - https://www.oliverdavies.uk/blog/2013/11/27/useful-vagrant-commands/ - Wed, 27 Nov 2013 00:00:00 +0000 -

Vagrant is a tool for managing virtual machines within VirtualBox from the command line. Here are some useful commands to know when using Vagrant.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/vagrant/index.html b/docs/blog/tags/vagrant/index.html deleted file mode 100644 index 250950b9..00000000 --- a/docs/blog/tags/vagrant/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"vagrant"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - How to fix Vagrant Loading the Wrong Virtual Machine - - 6 October 2014
- - Useful Vagrant Commands - - 27 November 2013
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/version-control.xml b/docs/blog/tags/version-control.xml deleted file mode 100644 index f0f0829c..00000000 --- a/docs/blog/tags/version-control.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Checkout a specific revision from SVN from the command line - https://www.oliverdavies.uk/blog/2012/05/23/checkout-specific-revision-svn-command-line/ - https://www.oliverdavies.uk/blog/2012/05/23/checkout-specific-revision-svn-command-line/ - Wed, 23 May 2012 00:00:00 +0000 -

How to checkout a specific revision from a SVN (Subversion) repository.

-
-
- - How to Install and Configure Subversion (SVN) Server on Ubuntu - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu/ - Wed, 19 Oct 2011 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/version-control/index.html b/docs/blog/tags/version-control/index.html deleted file mode 100644 index 7afdad62..00000000 --- a/docs/blog/tags/version-control/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"version-control"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/views-attach.xml b/docs/blog/tags/views-attach.xml deleted file mode 100644 index e3c29100..00000000 --- a/docs/blog/tags/views-attach.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/views-attach/index.html b/docs/blog/tags/views-attach/index.html deleted file mode 100644 index 6e1845ad..00000000 --- a/docs/blog/tags/views-attach/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"views-attach"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create a Better Photo Gallery in Drupal - Part 1 - - 11 August 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/views.xml b/docs/blog/tags/views.xml deleted file mode 100644 index 95a5ff8e..00000000 --- a/docs/blog/tags/views.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Better Photo Gallery in Drupal - Part 1 - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/ - Wed, 11 Aug 2010 00:00:00 +0000 - - - - Create a Flickr Photo Gallery Using Feeds, CCK and Views - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/ - Mon, 28 Jun 2010 00:00:00 +0000 - - - - Create a Block of Social Media Icons using CCK, Views and Nodequeue - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/ - Wed, 23 Jun 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/views/index.html b/docs/blog/tags/views/index.html deleted file mode 100644 index 93ffbda8..00000000 --- a/docs/blog/tags/views/index.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"views"

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/virtual-hosts.xml b/docs/blog/tags/virtual-hosts.xml deleted file mode 100644 index 2373aecb..00000000 --- a/docs/blog/tags/virtual-hosts.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create Virtual Hosts on Mac OS X Using VirtualHostX - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - Fri, 02 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/virtual-hosts/index.html b/docs/blog/tags/virtual-hosts/index.html deleted file mode 100644 index 0010e205..00000000 --- a/docs/blog/tags/virtual-hosts/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"virtual-hosts"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Virtual Hosts on Mac OS X Using VirtualHostX - - 2 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/virtualbox.xml b/docs/blog/tags/virtualbox.xml deleted file mode 100644 index d30225e7..00000000 --- a/docs/blog/tags/virtualbox.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - How to fix Vagrant Loading the Wrong Virtual Machine - https://www.oliverdavies.uk/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/ - https://www.oliverdavies.uk/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine/ - Mon, 06 Oct 2014 00:00:00 +0000 -

A few times recently, I've had instances where Vagrant seems to have forgotten which virtual machine it's supposed to load, probably due to renaming a project directory or the .vagrant directory being moved accidentally.

- -

Here are the steps that I took to fix this and point Vagrant back at the correct VM.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/virtualbox/index.html b/docs/blog/tags/virtualbox/index.html deleted file mode 100644 index f79380a3..00000000 --- a/docs/blog/tags/virtualbox/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"virtualbox"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - How to fix Vagrant Loading the Wrong Virtual Machine - - 6 October 2014
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/virtualhostx.xml b/docs/blog/tags/virtualhostx.xml deleted file mode 100644 index 7ae314ab..00000000 --- a/docs/blog/tags/virtualhostx.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Create Virtual Hosts on Mac OS X Using VirtualHostX - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx/ - Fri, 02 Jul 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/virtualhostx/index.html b/docs/blog/tags/virtualhostx/index.html deleted file mode 100644 index b0ece706..00000000 --- a/docs/blog/tags/virtualhostx/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"virtualhostx"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Create Virtual Hosts on Mac OS X Using VirtualHostX - - 2 July 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/webform.xml b/docs/blog/tags/webform.xml deleted file mode 100644 index 3f6531d7..00000000 --- a/docs/blog/tags/webform.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Conditional Email Addresses in a Webform - https://www.oliverdavies.uk/blog/2010/05/06/conditional-email-addresses-webform/ - https://www.oliverdavies.uk/blog/2010/05/06/conditional-email-addresses-webform/ - Thu, 06 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/webform/index.html b/docs/blog/tags/webform/index.html deleted file mode 100644 index 29fff814..00000000 --- a/docs/blog/tags/webform/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"webform"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Conditional Email Addresses in a Webform - - 6 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/writing.xml b/docs/blog/tags/writing.xml deleted file mode 100644 index 48c34082..00000000 --- a/docs/blog/tags/writing.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Writing an Article for Linux Journal - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal/ - Fri, 27 Jul 2012 00:00:00 +0000 -

I'm absolutely delighted to announce that I'm going to be writing an article for Linux Journal magazine's upcoming Drupal special.

-
-
-
-
\ No newline at end of file diff --git a/docs/blog/tags/writing/index.html b/docs/blog/tags/writing/index.html deleted file mode 100644 index 4d3ca9ff..00000000 --- a/docs/blog/tags/writing/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"writing"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Writing an Article for Linux Journal - - 27 July 2012
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/zen.xml b/docs/blog/tags/zen.xml deleted file mode 100644 index 13f78b62..00000000 --- a/docs/blog/tags/zen.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:00 +0000 - - Create a Zen Sub-theme Using Drush - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush/ - Fri, 06 Sep 2013 00:00:00 +0000 -

How to use Drush to quickly build a new sub-theme of Zen.

-
-
- - Quickly Create Zen Subthemes Using Zenophile - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - Mon, 10 May 2010 00:00:00 +0000 - - -
-
\ No newline at end of file diff --git a/docs/blog/tags/zen/index.html b/docs/blog/tags/zen/index.html deleted file mode 100644 index a4f0c839..00000000 --- a/docs/blog/tags/zen/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"zen"

- -
- - - - - - - - - - - - - - - - - -
Post TitleDate
- - Create a Zen Sub-theme Using Drush - - 6 September 2013
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/tags/zenophile.xml b/docs/blog/tags/zenophile.xml deleted file mode 100644 index 02e90bbb..00000000 --- a/docs/blog/tags/zenophile.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Oliver Davies - https://www.oliverdavies.uk - en - Oliver Davies, Drupal Developer - Mon, 24 Jul 2017 19:09:01 +0000 - - Quickly Create Zen Subthemes Using Zenophile - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile/ - Mon, 10 May 2010 00:00:00 +0000 - - - - \ No newline at end of file diff --git a/docs/blog/tags/zenophile/index.html b/docs/blog/tags/zenophile/index.html deleted file mode 100644 index 0727a8d6..00000000 --- a/docs/blog/tags/zenophile/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - Tag Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

"zenophile"

- -
- - - - - - - - - - - - - -
Post TitleDate
- - Quickly Create Zen Subthemes Using Zenophile - - 10 May 2010
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/blog/thanks/index.html b/docs/blog/thanks/index.html deleted file mode 100644 index bafb4bf0..00000000 --- a/docs/blog/thanks/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/updating-features-and-adding-components-using-drush/index.html b/docs/blog/updating-features-and-adding-components-using-drush/index.html deleted file mode 100644 index 69583da2..00000000 --- a/docs/blog/updating-features-and-adding-components-using-drush/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/updating-forked-repositories-on-github/index.html b/docs/blog/updating-forked-repositories-on-github/index.html deleted file mode 100644 index 6a80edfa..00000000 --- a/docs/blog/updating-forked-repositories-on-github/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/use-authorized-keys-create-passwordless-ssh-connection/index.html b/docs/blog/use-authorized-keys-create-passwordless-ssh-connection/index.html deleted file mode 100644 index c0ead44f..00000000 --- a/docs/blog/use-authorized-keys-create-passwordless-ssh-connection/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/use-regular-expressions-search-and-replace-coda-or-textmate/index.html b/docs/blog/use-regular-expressions-search-and-replace-coda-or-textmate/index.html deleted file mode 100644 index 3f690808..00000000 --- a/docs/blog/use-regular-expressions-search-and-replace-coda-or-textmate/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/use-sass-and-compass-drupal-7-using-sassy/index.html b/docs/blog/use-sass-and-compass-drupal-7-using-sassy/index.html deleted file mode 100644 index f55a7373..00000000 --- a/docs/blog/use-sass-and-compass-drupal-7-using-sassy/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/useful-vagrant-commands/index.html b/docs/blog/useful-vagrant-commands/index.html deleted file mode 100644 index 895a3367..00000000 --- a/docs/blog/useful-vagrant-commands/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/using-imagecache-and-imagecrop-my-portfolio/index.html b/docs/blog/using-imagecache-and-imagecrop-my-portfolio/index.html deleted file mode 100644 index 965a5527..00000000 --- a/docs/blog/using-imagecache-and-imagecrop-my-portfolio/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html b/docs/blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html deleted file mode 100644 index ae25fb0f..00000000 --- a/docs/blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/what-git-flow/index.html b/docs/blog/what-git-flow/index.html deleted file mode 100644 index aea26d8c..00000000 --- a/docs/blog/what-git-flow/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/writing-article-linux-journal/index.html b/docs/blog/writing-article-linux-journal/index.html deleted file mode 100644 index f83acd31..00000000 --- a/docs/blog/writing-article-linux-journal/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/blog/writing-info-file-drupal-7-theme/index.html b/docs/blog/writing-info-file-drupal-7-theme/index.html deleted file mode 100644 index 5e83f60c..00000000 --- a/docs/blog/writing-info-file-drupal-7-theme/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/company-information/index.html b/docs/company-information/index.html deleted file mode 100644 index 93a61352..00000000 --- a/docs/company-information/index.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - Company Information | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Company Information

- -
-
Company name
-
Oliver Davies Ltd (previously Oliver Davies Web Development Ltd)
- -
Registered address
-
106 Rowan Way, Malpas, Newport, NP20 6JN
- -
Company number
-
8017706
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/consulting/index.html b/docs/consulting/index.html deleted file mode 100644 index f615c101..00000000 --- a/docs/consulting/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/contact/index.html b/docs/contact/index.html deleted file mode 100644 index 84d46a0d..00000000 --- a/docs/contact/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - Contact | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Contact

-

To send me an email, complete the form below.

- -
-
- - -
- - - -
- - -
- -
- - -
- -
- -
- - - - -
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/contact/thanks/index.html b/docs/contact/thanks/index.html deleted file mode 100644 index 551f9a35..00000000 --- a/docs/contact/thanks/index.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - Thanks! | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Thanks!

-

Your email has been sent. You should receive a response within the next working day.

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/experience/index.html b/docs/experience/index.html deleted file mode 100644 index c3a3b6d1..00000000 --- a/docs/experience/index.html +++ /dev/null @@ -1,455 +0,0 @@ - - - - Experience | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Experience

- - - - -
- -
-

Freelance

- - -
Web Developer & System Administrator - from - 2007 - to - Present (Remote). -
- -
-

Working on Drupal and Symfony development, maintenance and support projects in my spare time.

- -

Administration of Debian, Ubuntu and CentOS servers, and configuration using Puppet, or more recently, Ansible.

- -
- -
- - - - - - - - - - - - - - - - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/git-flow/index.html b/docs/git-flow/index.html deleted file mode 100644 index 582083e3..00000000 --- a/docs/git-flow/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 800e4348..00000000 --- a/docs/index.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - Web Developer, System Administrator - PHP, Drupal, Symfony, Linux | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

About Me

- -

Picture of Oliver

- -

My name is Oliver Davies (aka opdavies) - a full-stack Web Developer and System Administrator based in Wales, UK.

- -

I specialise in open-source PHP technologies. I’m an Acquia certified Drupal Developer but also work with Symfony, Silex, Laravel and Sculpin. I’m a Senior Developer at Microserve, former Developer at the Drupal Association, part-time freelancer, open source contributor and advocate, mentor and conference speaker.

- -

I’m a webmaster and documentation maintainer for Drupal.org, and a provisional member of the Drupal Security team. I speak at various user groups and conferences, and co-organise the Drupal Bristol user group, PHPSW and DrupalCamp Bristol.

- -

Skills

- -
    -
  • Website and application development with Drupal, Symfony, Silex, Laravel and Sculpin.
  • -
  • Front-end development with Gulp or Grunt, Sass, Less and JavaScript.
  • -
  • Version control with Git or SVN.
  • -
  • Continuous deployment and integration with Jenkins and Fabric.
  • -
  • Linux server administration, and configuration management with Ansible or Puppet.
  • -
  • Local development environment setup with Vagrant or Docker.
  • -
- -

Elsewhere

- - - -

test

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/portfolio/index.html b/docs/portfolio/index.html deleted file mode 100644 index fcf033b9..00000000 --- a/docs/portfolio/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/projects/abertawe-country-hotel-for-cats/index.html b/docs/projects/abertawe-country-hotel-for-cats/index.html deleted file mode 100644 index 2c54a664..00000000 --- a/docs/projects/abertawe-country-hotel-for-cats/index.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - Abertawe Country Hotel for Cats | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Abertawe Country Hotel for Cats

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 6
  • -
  • PHP
  • -
  • CSS
  • -
  • Jenkins
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/accessible-bristol/index.html b/docs/projects/accessible-bristol/index.html deleted file mode 100644 index f356fae4..00000000 --- a/docs/projects/accessible-bristol/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - Accessible Bristol | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Accessible Bristol

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • Less
  • -
  • Git
  • -
  • Fabric
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/aspira/index.html b/docs/projects/aspira/index.html deleted file mode 100644 index 248d55fe..00000000 --- a/docs/projects/aspira/index.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - Aspira | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Aspira

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • SVN
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/avon-motorsport/index.html b/docs/projects/avon-motorsport/index.html deleted file mode 100644 index 98d47a3b..00000000 --- a/docs/projects/avon-motorsport/index.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - Avon Motorsport | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Avon Motorsport

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 6
  • -
  • PHP
  • -
  • Less
  • -
  • SVN
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/daylight-photo-awards/index.html b/docs/projects/daylight-photo-awards/index.html deleted file mode 100644 index 57b6b804..00000000 --- a/docs/projects/daylight-photo-awards/index.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - Daylight Photo Awards | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Daylight Photo Awards

- - - - View the website - -
-

Skills

- -
    -
  • Drupal
  • -
  • Drupal Commerce
  • -
  • Git
  • -
  • Sass
  • -
  • Compass
  • -
  • Jenkins
  • -
  • Fabric
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/digital-theatre-plus/index.html b/docs/projects/digital-theatre-plus/index.html deleted file mode 100644 index 1f32db70..00000000 --- a/docs/projects/digital-theatre-plus/index.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - Digital Theatre Plus | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Digital Theatre Plus

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/door-decor-more/index.html b/docs/projects/door-decor-more/index.html deleted file mode 100644 index 4104d18f..00000000 --- a/docs/projects/door-decor-more/index.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - Door Decor & More | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Door Decor & More

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • Drupal Commerce
  • -
  • PHP
  • -
  • Git
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/drupal-org/index.html b/docs/projects/drupal-org/index.html deleted file mode 100644 index c325c70d..00000000 --- a/docs/projects/drupal-org/index.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - Drupal.org | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal.org

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • Git
  • -
  • Sass
  • -
  • Compass
  • -
  • Jenkins
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/drupal-vm-generator-website/index.html b/docs/projects/drupal-vm-generator-website/index.html deleted file mode 100644 index 4e6ed790..00000000 --- a/docs/projects/drupal-vm-generator-website/index.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - drupalvmgenerator.com | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

drupalvmgenerator.com

- -

drupalvmgenerator.com is a Drupal 8 website for the Drupal VM Generator project.

- -

It contains information about the project such as installation instructions, but also integrates with GitHub to provide a download link to the latest drupalvm.phar file, and provides a manifest file for the self:update command to use.

- -

I’ve also started adding articles onto the site to coincide with new releases and announcements.

- - - View the website - -
-

Skills

- -
    -
  • Drupal 8
  • -
  • PHP
  • -
  • Composer
  • -
  • Jenkins
  • -
  • Fabric
  • -
  • Git
  • -
  • Sass
  • -
  • Gulp
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/horse-country-tv/index.html b/docs/projects/horse-country-tv/index.html deleted file mode 100644 index 1f5e016c..00000000 --- a/docs/projects/horse-country-tv/index.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - Horse & Country TV | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Horse & Country TV

- - - - View the website - -
-

Skills

- -
    -
  • Drupal
  • -
  • PHP
  • -
  • Git
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/hutch-paving/index.html b/docs/projects/hutch-paving/index.html deleted file mode 100644 index 3c7f8c14..00000000 --- a/docs/projects/hutch-paving/index.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - Hutch Paving | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Hutch Paving

- - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/ifoa/index.html b/docs/projects/ifoa/index.html deleted file mode 100644 index 59e6406b..00000000 --- a/docs/projects/ifoa/index.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - Institute and Faculty of Actuaries (IFoA) | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Institute and Faculty of Actuaries (IFoA)

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • CSS
  • -
  • Git
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/index.html b/docs/projects/index.html deleted file mode 100644 index 42f03eda..00000000 --- a/docs/projects/index.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - Projects | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Projects

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/projects/my-favourite-voucher-codes/index.html b/docs/projects/my-favourite-voucher-codes/index.html deleted file mode 100644 index f596e267..00000000 --- a/docs/projects/my-favourite-voucher-codes/index.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - My Favourite Voucher Codes | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

My Favourite Voucher Codes

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • CSS
  • -
  • Git
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/road-cc/index.html b/docs/projects/road-cc/index.html deleted file mode 100644 index 4bd33fee..00000000 --- a/docs/projects/road-cc/index.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - road.cc | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

road.cc

- The new road.cc website - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • Git
  • -
  • Less
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/source-for-searches/index.html b/docs/projects/source-for-searches/index.html deleted file mode 100644 index a73a1fb6..00000000 --- a/docs/projects/source-for-searches/index.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - Source for Searches | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Source for Searches

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 6
  • -
  • Ubercart
  • -
  • PHP
  • -
  • Less
  • -
  • SVN
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/vikisports/index.html b/docs/projects/vikisports/index.html deleted file mode 100644 index fba15ba5..00000000 --- a/docs/projects/vikisports/index.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - Vikisports | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Vikisports

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 6
  • -
  • Drupal 7
  • -
  • PHP
  • -
  • Git
  • -
  • Jenkins
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/watts-tvc/index.html b/docs/projects/watts-tvc/index.html deleted file mode 100644 index 82021637..00000000 --- a/docs/projects/watts-tvc/index.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - Watts TVC | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Watts TVC

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • Git
  • -
  • Sass
  • -
  • Compass
  • -
-
- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/projects/wl2/index.html b/docs/projects/wl2/index.html deleted file mode 100644 index 8c56bb92..00000000 --- a/docs/projects/wl2/index.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - wL2 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

wL2

- - - - View the website - -
-

Skills

- -
    -
  • Drupal 7
  • -
  • PHP
  • -
  • Less
  • -
  • Git
  • -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/robots.txt b/docs/robots.txt deleted file mode 100644 index d4642dfa..00000000 --- a/docs/robots.txt +++ /dev/null @@ -1,6 +0,0 @@ -User-agent: * -Disallow: /_projects/ -Disallow: /_testimonials/ -Disallow: /404.html - -Sitemap: https://www.oliverdavies.uk/sitemap.xml \ No newline at end of file diff --git a/docs/services/index.html b/docs/services/index.html deleted file mode 100644 index 808c51a7..00000000 --- a/docs/services/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml deleted file mode 100644 index 434b8443..00000000 --- a/docs/sitemap.xml +++ /dev/null @@ -1,728 +0,0 @@ - - - - https://www.oliverdavies.uk - 2017-07-24 - daily - 0.8 - - - - https://www.oliverdavies.uk/accessibility/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/blog/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/company-information/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/contact/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/services/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/talks/ - 2017-07-24 - monthly - 0.6 - - - https://www.oliverdavies.uk/work/ - 2017-07-24 - monthly - 0.6 - - - - https://www.oliverdavies.uk/blog - 2017-07-24 - monthly - 0.8 - - - - https://www.oliverdavies.uk/blog/2017/07/13/publishing-sculpin-sites-with-github-pages// - 2017-07-13T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot// - 2017-06-09T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/05/20/turning-drupal-module-into-feature// - 2017-05-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/05/15/drupalcamp-bristol-early-bird-tickets-sessions-sponsors// - 2017-05-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/05/05/fixing-drupal-simpletest-docker// - 2017-05-05T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/01/31/nginx-redirects-with-query-string-arguments// - 2017-01-31T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2017/01/07/easier-sculpin-commands-with-composer-and-npm-scripts// - 2017-01-07T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2016/12/30/drupal-vm-generator-291-released// - 2016-12-30T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2016/07/15/building-gmail-filters-with-php// - 2016-07-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2016/05/03/simplifying-drupal-migrations-with-xautoload// - 2016-05-03T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2016/02/15/announcing-the-drupal-vm-generator// - 2016-02-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/12/22/programmatically-load-an-entityform-in-drupal-7// - 2015-12-22T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/07/21/automating-sculpin-jenkins// - 2015-07-21T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/07/19/sculpin-twig-resources// - 2015-07-19T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/06/18/updating-forked-repositories-on-github// - 2015-06-18T11:35:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/04/03/how-to-define-a-minimum-drupal-core-version// - 2015-04-03T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2015/03/20/2014// - 2015-03-20T20:14:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/12/20/include-local-drupal-settings-file-environment-configuration-and-overrides// - 2014-12-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/11/27/pantheon-settings-files// - 2014-11-27T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/11/20/using-remote-files-when-developing-locally-with-stage-file-proxy-module// - 2014-11-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/11/18/include-css-fonts-using-sass-each-loop// - 2014-11-18T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/10/21/updating-features-and-adding-components-using-drush// - 2014-10-21T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/10/06/fix-vagrant-loading-wrong-virtual-machine// - 2014-10-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/07/02/drush-make-drupalbristol// - 2014-07-02T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/05/21/git-format-patch// - 2014-05-21T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/05/06/thanks// - 2014-05-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/05/03/drupal-association// - 2014-05-03T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/03/03/what-git-flow// - 2014-03-03T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/02/09/drupalcamp-london-2014// - 2014-02-09T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2014/01/15/some-useful-git-aliases// - 2014-01-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/12/31/download-different-versions-drupal-drush// - 2013-12-31T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget// - 2013-12-24T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/11/27/useful-vagrant-commands// - 2013-11-27T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/11/19/dont-bootstrap-drupal-use-drush// - 2013-11-19T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/09/06/create-a-zen-sub-theme-using-drush// - 2013-09-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/07/26/going-drupalcon// - 2013-07-26T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/07/17/creating-local-and-staging-sites-drupals-domain-module-enabled// - 2013-07-17T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/06/13/some-useful-links-using-simpletest-drupal// - 2013-06-13T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/04/27/display-git-branch-or-tag-names-your-bash-prompt// - 2013-04-27T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/04/20/leaving-nomensa-joining-precedent// - 2013-04-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/03/02/quickest-way-install-sublime-text-2-ubuntu// - 2013-03-02T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/02/16/creating-and-using-custom-tokens-drupal-7// - 2013-02-16T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2013/01/09/checking-if-user-logged-drupal-right-way// - 2013-01-09T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/12/06/use-sass-and-compass-drupal-7-using-sassy// - 2012-12-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/11/17/open-sublime-text-2-mac-os-x-command-line// - 2012-11-17T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/11/15/accessible-bristol-site-launched// - 2012-11-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/10/25/my-sublime-text-2-settings// - 2012-10-25T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/09/06/reflections-speaking-unifieddiff// - 2012-09-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/08/18/display-custom-menu-drupal-7-theme-template-file// - 2012-08-18T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/07/27/writing-article-linux-journal// - 2012-07-27T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/07/14/install-nomensa-media-player-drupal// - 2012-07-14T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/07/12/my-new-drupal-modules// - 2012-07-12T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/24/dividing-drupals-process-and-preprocess-functions-separate-files// - 2012-05-24T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/23/writing-info-file-drupal-7-theme// - 2012-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/23/prevent-apache-displaying-text-files-within-web-browser// - 2012-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/23/add-date-popup-calendar-custom-form// - 2012-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/23/forward-one-domain-another-using-modrewrite-and-htaccess// - 2012-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/05/23/checkout-specific-revision-svn-command-line// - 2012-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/04/19/adding-custom-theme-templates-drupal-7// - 2012-04-19T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/04/17/installing-nagios-centos// - 2012-04-17T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/04/16/create-omega-subtheme-less-css-preprocessor-using-omega-tools-and-drush// - 2012-04-16T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/02/01/use-authorized-keys-create-passwordless-ssh-connection// - 2012-02-01T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2012/01/04/site-upgraded-drupal-7// - 2012-01-04T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/10/19/install-and-configure-subversion-svn-server-ubuntu// - 2011-10-19T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/08/28/create-multigroups-drupal-7-using-field-collections// - 2011-08-28T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/05/23/imagefield-import-archive// - 2011-05-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/05/20/proctors-hosting-next-drupal-meetup// - 2011-05-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/03/31/proctor-stevenson// - 2011-03-31T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/03/15/display-number-facebook-fans-php// - 2011-03-15T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2011/02/14/easily-embed-typekit-fonts-your-drupal-website// - 2011-02-14T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/11/04/use-regular-expressions-search-and-replace-coda-or-textmate// - 2010-11-04T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/10/22/create-better-photo-gallery-drupal-part-21// - 2010-10-22T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/10/13/create-better-photo-gallery-drupal-part-3// - 2010-10-13T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/10/10/create-and-apply-patches// - 2010-10-10T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/09/26/south-wales-drupal-user-group// - 2010-09-26T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module// - 2010-08-20T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2// - 2010-08-17T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1// - 2010-08-11T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module// - 2010-08-10T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/07/12/review-teleport-module// - 2010-07-12T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/07/07/add-taxonomy-term-multiple-nodes-using-sql// - 2010-07-07T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/07/02/create-virtual-hosts-mac-os-x-using-virtualhostx// - 2010-07-02T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/07/01/change-content-type-multiple-nodes-using-sql// - 2010-07-01T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views// - 2010-06-28T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/06/25/10-useful-drupal-6-modules// - 2010-06-25T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue// - 2010-06-23T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi// - 2010-06-02T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module// - 2010-05-29T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/05/25/create-slideshow-multiple-images-using-fancy-slide// - 2010-05-25T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/05/10/quickly-create-zen-subthemes-using-zenophile// - 2010-05-10T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/05/06/conditional-email-addresses-webform// - 2010-05-06T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/04/28/using-imagecache-and-imagecrop-my-portfolio// - 2010-04-28T00:00:00+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/blog/2010/04/05/style-drupal-6s-taxonomy-lists-php-css-and-jquery// - 2010-04-05T00:00:00+00:00 - weekly - 1.0 - - - - https://www.oliverdavies.uk/talks/dancing-for-drupal// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/deploying-php-applications-with-fabric// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/getting-started-with-drupal-8-module-development// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drupal-8-rejoining-the-herd// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drupal-8// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/modern-drupal-development-with-composer// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drupal-vm-generator// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drupal-vm-meet-symfony-console// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drupalorg-in-2015-whats-coming-next// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/drush-make-drupalbristol// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/getting-your-data-into-drupal-8// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/git-flow// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/goodbye-drush-make-hello-composer// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/it-all-started-with-a-patch// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/building-static-websites-with-sculpin// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/test-drive-twig-with-sculpin// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/test-driven-drupal-development-with-simpletest-and-phpunit// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - https://www.oliverdavies.uk/talks/so-what-is-this-drupal-thing// - 2017-07-24T19:08:57+00:00 - weekly - 1.0 - - - \ No newline at end of file diff --git a/docs/speaker-info/index.html b/docs/speaker-info/index.html deleted file mode 100644 index 5b18ded7..00000000 --- a/docs/speaker-info/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Speaker information | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Speaker information

-

- -

Job title

- -

Senior Developer at Microserve.

- -

Bio

- -

Oliver Davies (@opdavies) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a Senior Developer at Microserve, a Drupal core contributor and mentor, and an open source and contribution advocate.

- -

He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises the Drupal Bristol and PHPSW meetups and DrupalCamp Bristol conference.

- -

Photo

- -

https://www.dropbox.com/s/say1muiqedik0l4/0188395_thumb.jpg

- -

Events

- -

Here are some of the events that I’ve spoken at:

- -
    -
  • DrupalCamp London (2014, 2015, 2016, 2017)
  • -
  • DrupalCamp Brighton 2015
  • -
  • DrupalCamp North 2015
  • -
  • PHP South Coast 2016
  • -
  • DrupalCamp Bristol 2016
  • -
  • Nomad PHP
  • -
- -

Videos

- -

Here are some videos of my previous talks:

- - -
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/speaking/index.html b/docs/speaking/index.html deleted file mode 100644 index f51e8f50..00000000 --- a/docs/speaking/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2012/09/05/what-is-this-drupal-thing-unified-diff/index.html b/docs/talks/2012/09/05/what-is-this-drupal-thing-unified-diff/index.html deleted file mode 100644 index ba0009b8..00000000 --- a/docs/talks/2012/09/05/what-is-this-drupal-thing-unified-diff/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2014/03/01/git-flow-drupalcamp-london-2014/index.html b/docs/talks/2014/03/01/git-flow-drupalcamp-london-2014/index.html deleted file mode 100644 index 582083e3..00000000 --- a/docs/talks/2014/03/01/git-flow-drupalcamp-london-2014/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2014/07/02/drush-make-drupalbristol-drupal-bristol/index.html b/docs/talks/2014/07/02/drush-make-drupalbristol-drupal-bristol/index.html deleted file mode 100644 index 81e3a5f8..00000000 --- a/docs/talks/2014/07/02/drush-make-drupalbristol-drupal-bristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/01/18/drupalorg-2015-drupalcamp-brighton-2015/index.html b/docs/talks/2015/01/18/drupalorg-2015-drupalcamp-brighton-2015/index.html deleted file mode 100644 index f25f3358..00000000 --- a/docs/talks/2015/01/18/drupalorg-2015-drupalcamp-brighton-2015/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/02/28/drupalorg-2015-drupalcamp-london-2015/index.html b/docs/talks/2015/02/28/drupalorg-2015-drupalcamp-london-2015/index.html deleted file mode 100644 index f25f3358..00000000 --- a/docs/talks/2015/02/28/drupalorg-2015-drupalcamp-london-2015/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/04/08/drupal-8-phpsw/index.html b/docs/talks/2015/04/08/drupal-8-phpsw/index.html deleted file mode 100644 index c2d0d954..00000000 --- a/docs/talks/2015/04/08/drupal-8-phpsw/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/07/25/test-drive-twig-with-sculpin-drupalcamp-north-2015/index.html b/docs/talks/2015/07/25/test-drive-twig-with-sculpin-drupalcamp-north-2015/index.html deleted file mode 100644 index 8f6cb079..00000000 --- a/docs/talks/2015/07/25/test-drive-twig-with-sculpin-drupalcamp-north-2015/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/08/25/dancing-for-drupal-umbristol/index.html b/docs/talks/2015/08/25/dancing-for-drupal-umbristol/index.html deleted file mode 100644 index 9102bc10..00000000 --- a/docs/talks/2015/08/25/dancing-for-drupal-umbristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2015/10/14/sculpin-phpsw/index.html b/docs/talks/2015/10/14/sculpin-phpsw/index.html deleted file mode 100644 index 6893daa2..00000000 --- a/docs/talks/2015/10/14/sculpin-phpsw/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/03/05/drupal-8-module-development-drupalcamp-london-2016/index.html b/docs/talks/2016/03/05/drupal-8-module-development-drupalcamp-london-2016/index.html deleted file mode 100644 index a48fa3e4..00000000 --- a/docs/talks/2016/03/05/drupal-8-module-development-drupalcamp-london-2016/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/03/09/drupal-vm-generator-nwdug/index.html b/docs/talks/2016/03/09/drupal-vm-generator-nwdug/index.html deleted file mode 100644 index 0a991b21..00000000 --- a/docs/talks/2016/03/09/drupal-vm-generator-nwdug/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/04/02/drupal-vm-generator-drupal-bristol/index.html b/docs/talks/2016/04/02/drupal-vm-generator-drupal-bristol/index.html deleted file mode 100644 index 0a991b21..00000000 --- a/docs/talks/2016/04/02/drupal-vm-generator-drupal-bristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/06/11/drupal-8-rejoining-the-herd-php-south-coast-2016/index.html b/docs/talks/2016/06/11/drupal-8-rejoining-the-herd-php-south-coast-2016/index.html deleted file mode 100644 index 710c0dbe..00000000 --- a/docs/talks/2016/06/11/drupal-8-rejoining-the-herd-php-south-coast-2016/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/07/23/drupal-vm-meet-symfony-console-drupalcamp-bristol-2016/index.html b/docs/talks/2016/07/23/drupal-vm-meet-symfony-console-drupalcamp-bristol-2016/index.html deleted file mode 100644 index 1baf6733..00000000 --- a/docs/talks/2016/07/23/drupal-vm-meet-symfony-console-drupalcamp-bristol-2016/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/11/09/drupal-development-with-composer-phpsw/index.html b/docs/talks/2016/11/09/drupal-development-with-composer-phpsw/index.html deleted file mode 100644 index d23c1c82..00000000 --- a/docs/talks/2016/11/09/drupal-development-with-composer-phpsw/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2016/11/17/goodbye-drush-make-hello-composer-drupal-bristol/index.html b/docs/talks/2016/11/17/goodbye-drush-make-hello-composer-drupal-bristol/index.html deleted file mode 100644 index 80c6f0b2..00000000 --- a/docs/talks/2016/11/17/goodbye-drush-make-hello-composer-drupal-bristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2017/01/18/getting-your-data-into-drupal-8-drupal-bristol/index.html b/docs/talks/2017/01/18/getting-your-data-into-drupal-8-drupal-bristol/index.html deleted file mode 100644 index 9f53aa98..00000000 --- a/docs/talks/2017/01/18/getting-your-data-into-drupal-8-drupal-bristol/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/2017/03/04/getting-your-data-into-drupal-8-drupalcamp-london-2017/index.html b/docs/talks/2017/03/04/getting-your-data-into-drupal-8-drupalcamp-london-2017/index.html deleted file mode 100644 index 9f53aa98..00000000 --- a/docs/talks/2017/03/04/getting-your-data-into-drupal-8-drupalcamp-london-2017/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/archive/index.html b/docs/talks/archive/index.html deleted file mode 100644 index 8ea41bc4..00000000 --- a/docs/talks/archive/index.html +++ /dev/null @@ -1,882 +0,0 @@ - - - - Talk Archive | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Talk Archive

-

Here are a list of my previous conference and user group talks:

- -

- -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateTalkEventFeedback
- 20 April 2017 - - 19:00 (CET) - - Deploying PHP Applications with Fabric - - - Lightning talk - - - - Nomad PHP - - - - Online - - -
- 4 March 2017 - - 12:05 - 12:50 - - Getting (Your Data) Into Drupal 8 - - - Talk - - - - DrupalCamp London 2017 - - - - London, UK - - -
- 4 March 2017 - - 16:15 - 17:00 - - Test Driven Drupal Development with SimpleTest and PHPUnit - - - Talk - - - - DrupalCamp London 2017 - - - - London, UK - - -
- 8 February 2017 - - - It All Started With A Patch - - - Lightning talk - - - - PHPSW - - - - Bristol, UK - - - - joind.in - -
- 18 January 2017 - - - Getting (Your Data) Into Drupal 8 - - - Talk - - - - Drupal Bristol - - - - Bristol, UK - - -
- 17 November 2016 - - - Goodbye Drush Make. Hello Composer! - - - Talk - - - - Drupal Bristol - - - - Bristol, UK - - -
- 9 November 2016 - - - Modern Drupal Development with Composer - - - Lightning talk - - - - PHPSW - - - - Bristol, UK - - -
- 23 July 2016 - - - Drupal VM, Meet Symfony Console - - - Talk - - - - DrupalCamp Bristol 2016 - - - - Bristol, UK - - -
- 11 June 2016 - - - Drupal 8: Rejoining the Herd - - - Talk - - - - PHP South Coast 2016 - - - - Portsmouth, UK - - - - joind.in - -
- 2 April 2016 - - - Drupal VM Generator - - - Lightning talk - - - - Drupal Bristol - - - - Bristol, UK - - -
- 8 March 2016 - - - Drupal VM Generator - - - Lightning talk - - - - NWDUG - - - - Manchester, UK - - -
- 5 March 2016 - - - Getting Started with Drupal 8 Module Development - - - Talk - - - DrupalCamp London 2016 - - - London, UK - - -
- 14 October 2015 - - - Building Static Websites with Sculpin - - - Lightning talk - - - - PHPSW - - - - Bristol, UK - - - - joind.in - -
- 25 August 2015 - - - Dancing for Drupal - - - Talk - - - - umBristol - - - - Bristol, UK - - -
- 25 July 2015 - - - Test Drive Twig with Sculpin - - - Talk - - - - DrupalCamp North 2015 - - - - Sunderland, UK - - -
- 8 April 2015 - - - Drupal 8 - - - Lightning talk - - - - PHPSW - - - - Bristol, UK - - -
- 28 February 2015 - - - Drupal.org in 2015: What's Coming Next - - - Talk - - - DrupalCamp London 2015 - - - London, UK - - -
- 18 January 2015 - - - Drupal.org in 2015: What's Coming Next - - - Talk - - - DrupalCamp Brighton 2015 - - - Brighton, UK - - -
- 19 August 2014 - - - About the Drupal Association - - - Talk - - - SWDUG - - - Cardiff, UK - - -
- 19 August 2014 - - - drush make drupalbristol - - - Talk - - - - Drupal Bristol - - - - Bristol, UK - - -
- 1 March 2014 - - - Never Commit to Master - An Introduction to Git Flow - - - Talk - - - DrupalCamp London 2014 - - - London, UK - - -
- 10 July 2013 - - - Drupal and the LDAP Module - - - Talk - - - SWDUG - - - Cardiff, UK - - -
- 5 September 2012 - - - So, what is this Drupal thing? - - - Talk - - - - unified.diff - - - - Cardiff, UK - - -
-
-

- -

Upcoming talks can be found on the talks page.

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/building-static-websites-with-sculpin/index.html b/docs/talks/building-static-websites-with-sculpin/index.html deleted file mode 100644 index 8948b9b2..00000000 --- a/docs/talks/building-static-websites-with-sculpin/index.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - Building Static Websites with Sculpin | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Building Static Websites with Sculpin

-
-

Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.

- -

This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!

- -

You can view the full slides, including the embedded videos.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 14 October 2015 - - - - PHPSW - - - - Bristol, UK - - - - joind.in - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/dancing-for-drupal/index.html b/docs/talks/dancing-for-drupal/index.html deleted file mode 100644 index 4676c54b..00000000 --- a/docs/talks/dancing-for-drupal/index.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - Dancing for Drupal | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Dancing for Drupal

-
-

As part of their CMS Dance-Off, I was selected to speak about Drupal alongside other speakers representing Umbraco, Sitecore and Episerver.

- -

The points to cover were:

- -
    -
  • How does your CMS store configuration data, 'structure' and content?
  • -
  • How do you manage source-control, versioning and deployment?
  • -
  • How do you manage multiple simultaneous editors and/or developers?
  • -
  • How do you manage upgrades?
  • -
  • What are the 3 best things about your CMS?
  • -
  • What are the 3 worst things about your CMS?
  • -
  • What does the future of your CMS look like?
  • -
- -

In each point, tried to cover the differences between Drupal core and developing a project using Drupal, as well as between Drupal 7 and Drupal 8, as things like source control and versioning would be approached differently.

-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 25 August 2015 - - - - umBristol - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/deploying-php-applications-with-fabric/index.html b/docs/talks/deploying-php-applications-with-fabric/index.html deleted file mode 100644 index cadf63cc..00000000 --- a/docs/talks/deploying-php-applications-with-fabric/index.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - Deploying PHP Applications with Fabric | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Deploying PHP Applications with Fabric

-
-

You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).

- -

My favourite deployment tool of late is Fabric – a Python based command line tool for running commands locally as well as on remote servers. It’s language and framework agnostic, and unopinionated so you define the steps and workflow that you need – from a basic few-step deployment to a full Capistrano style zero-downtime deployment.

- -

This talk will cover some introduction to Fabric and how to write your own fabfiles, and then look at some examples of different use case deployments for your PHP project.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 20 April 2017 - - 19:00 (CET) - - - Nomad PHP - - - - Online - - -
- 1 October 2017 - - 09:00 - 09:45 - - - PHP North West 2017 - - - - Manchester, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drupal-8-rejoining-the-herd/index.html b/docs/talks/drupal-8-rejoining-the-herd/index.html deleted file mode 100644 index b26a27b8..00000000 --- a/docs/talks/drupal-8-rejoining-the-herd/index.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - Drupal 8: Rejoining the Herd | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal 8: Rejoining the Herd

-
-

Drupal 8 was (finally) released on November 19th 2015, after almost 4 years of work and code commits by over 3,200 different contributors. Whilst it’s pretty much the same as the Drupal that we know and, hopefully, love, a lot has changed behind the scenes and under the hood!

- -

In this talk, I'll highlight some of the new features and improvements in Drupal 8, and discuss some of the benefits to Drupal site builders, themers, and module developers. I'll also talk about some of the non-technical changes and the cultural shift from "not invented here" to "proudly found elsewhere", and how we are rejoining the PHP herd.

-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 11 June 2016 - - - - PHP South Coast 2016 - - - - Portsmouth, UK - - - - joind.in - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drupal-8/index.html b/docs/talks/drupal-8/index.html deleted file mode 100644 index b7da9c96..00000000 --- a/docs/talks/drupal-8/index.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - Drupal 8 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal 8

-
-

This was a ten minute lightning talk, designed to highlight the major changes coming in Drupal 8.

- -

I categorised the technical changes into groups for site builders, developers and themers, and also highlighted the cultural shift from "not invented here" to "proudly found elsewhere" and the benefits that brings.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 8 April 2015 - - - - PHPSW - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drupal-vm-generator-2/index.html b/docs/talks/drupal-vm-generator-2/index.html deleted file mode 100644 index 0a991b21..00000000 --- a/docs/talks/drupal-vm-generator-2/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/drupal-vm-generator/index.html b/docs/talks/drupal-vm-generator/index.html deleted file mode 100644 index 8f70e8fc..00000000 --- a/docs/talks/drupal-vm-generator/index.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - Drupal VM Generator | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal VM Generator

-
-

An short talk about the Drupal VM Generator project.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 8 March 2016 - - - - NWDUG - - - - Manchester, UK - - -
- 2 April 2016 - - - - Drupal Bristol - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drupal-vm-meet-symfony-console/index.html b/docs/talks/drupal-vm-meet-symfony-console/index.html deleted file mode 100644 index 0c02c468..00000000 --- a/docs/talks/drupal-vm-meet-symfony-console/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Drupal VM, Meet Symfony Console | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal VM, Meet Symfony Console

-
-

TL;DR - Come and learn about Symfony Console, with examples from a real-world project.

- -

The Drupal VM Generator is a CLI application, built on Symfony Console, that generates configuration files for Drupal VM based on personal settings and user interaction.

- -

After an introduction to Drupal VM itself and the Drupal VM Generator, we’ll jump into the code and see how Symfony Console applications are structured, how to write new commands, and how to integrate additional libraries like Guzzle, Twig and other Symfony components - whilst referencing code from the Drupal VM Generator project.

-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 23 July 2016 - - - - DrupalCamp Bristol 2016 - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drupalorg-2015-2/index.html b/docs/talks/drupalorg-2015-2/index.html deleted file mode 100644 index f25f3358..00000000 --- a/docs/talks/drupalorg-2015-2/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/drupalorg-2015/index.html b/docs/talks/drupalorg-2015/index.html deleted file mode 100644 index f25f3358..00000000 --- a/docs/talks/drupalorg-2015/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/talks/drupalorg-in-2015-whats-coming-next/index.html b/docs/talks/drupalorg-in-2015-whats-coming-next/index.html deleted file mode 100644 index 334b909c..00000000 --- a/docs/talks/drupalorg-in-2015-whats-coming-next/index.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - Drupal.org in 2015: What's Coming Next | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Drupal.org in 2015: What's Coming Next

-
-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 18 January 2015 - - - DrupalCamp Brighton 2015 - - - Brighton, UK - - -
- 28 February 2015 - - - DrupalCamp London 2015 - - - London, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/drush-make-drupalbristol/index.html b/docs/talks/drush-make-drupalbristol/index.html deleted file mode 100644 index f37eebf7..00000000 --- a/docs/talks/drush-make-drupalbristol/index.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - drush make drupalbristol | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

drush make drupalbristol

-
-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 19 August 2014 - - - - Drupal Bristol - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/getting-started-with-drupal-8-module-development/index.html b/docs/talks/getting-started-with-drupal-8-module-development/index.html deleted file mode 100644 index 5f577e35..00000000 --- a/docs/talks/getting-started-with-drupal-8-module-development/index.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - Getting Started with Drupal 8 Module Development | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Getting Started with Drupal 8 Module Development

-
-

New to object-orientated PHP, Symfony or YAML, and want to get started building modules in Drupal 8? This is the session for you!

- -

In this session, we’ll cover:

- -
    -
  • Where Drupal 8 modules are located, and how they are structured.
  • -
  • How to build a simple module, including our own permissions and routes.
  • -
  • How to add your own controller and service classes.
  • -
  • What is the service/dependency injection container, and how do we use it?
  • -
  • How we can use tools such as PhpStorm and Drupal Console to speed up the process.
  • -
- -

What we won’t be covering:

- -
    -
  • Automated testing in PHPUnit or Simpletest.
  • -
  • Adding third party libraries and external dependencies via Composer.
  • -
-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 5 March 2016 - - - DrupalCamp London 2016 - - - London, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/getting-your-data-into-drupal-8/index.html b/docs/talks/getting-your-data-into-drupal-8/index.html deleted file mode 100644 index f6155bd6..00000000 --- a/docs/talks/getting-your-data-into-drupal-8/index.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - Getting (Your Data) Into Drupal 8 | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Getting (Your Data) Into Drupal 8

-
-

If you’ve moved a site from Drupal 6 to 7, the chances are that you’ve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.

- -

In Drupal 8, things have changed as there’s no upgrade path from Drupal 7 and the Migrate module has been moved into core, though there are still migration related modules available in contrib.

- -

This talk will look at the core Migrate module and how it implements Drupal 8 features such as YAML and the plugin and configuration systems, and how to write your own migrations to get your data into Drupal 8.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 18 January 2017 - - - - Drupal Bristol - - - - Bristol, UK - - -
- 4 March 2017 - - 12:05 - 12:50 - - - DrupalCamp London 2017 - - - - London, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/git-flow/index.html b/docs/talks/git-flow/index.html deleted file mode 100644 index 94c5aba3..00000000 --- a/docs/talks/git-flow/index.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - Never Commit to Master - An Introduction to Git Flow | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Never Commit to Master - An Introduction to Git Flow

-
-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 1 March 2014 - - - DrupalCamp London 2014 - - - London, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/goodbye-drush-make-hello-composer/index.html b/docs/talks/goodbye-drush-make-hello-composer/index.html deleted file mode 100644 index c6e4cdf2..00000000 --- a/docs/talks/goodbye-drush-make-hello-composer/index.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - Goodbye Drush Make. Hello Composer! | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Goodbye Drush Make. Hello Composer!

-
-

One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including Composer, PHP’s dependency manager.

- -

Included to manage core’s dependencies, it has also gained traction in the contrib space with the creation of the Drupal Composer project, and the Drupal Packagist and now native endpoints on Drupal.org exposing contrib project metadata.

- -

In this session, I'll show how to fully manage a Drupal 7 or Drupal 8 website including contributed modules and themes and external libraries with Composer.

-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 17 November 2016 - - - - Drupal Bristol - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/index.html b/docs/talks/index.html deleted file mode 100644 index cfd7fe8a..00000000 --- a/docs/talks/index.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - Talks | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Talks

- -

I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please get in touch.

- -

There is also information about events that I’ve attended and spoken at on my Lanyrd and Joind.in profiles.

- -

- -

- -

- -

Upcoming Talks

- -

- - - - - - - - - - - - - - - - - - - - - - - -
DateTalkEvent
- 1 October 2017 - - 09:00 - 09:45 - - Deploying PHP Applications with Fabric - - - Talk - - - - PHP North West 2017 - - - - Manchester, UK - -
-
-

- -

Last 5 Talks

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DateTalkEventFeedback
- 20 April 2017 - - 19:00 (CET) - - Deploying PHP Applications with Fabric - - - Lightning talk - - - - Nomad PHP - - - - Online - - -
- 4 March 2017 - - 12:05 - 12:50 - - Getting (Your Data) Into Drupal 8 - - - Talk - - - - DrupalCamp London 2017 - - - - London, UK - - -
- 4 March 2017 - - 16:15 - 17:00 - - Test Driven Drupal Development with SimpleTest and PHPUnit - - - Talk - - - - DrupalCamp London 2017 - - - - London, UK - - -
- 8 February 2017 - - - It All Started With A Patch - - - Lightning talk - - - - PHPSW - - - - Bristol, UK - - - - joind.in - -
- 18 January 2017 - - - Getting (Your Data) Into Drupal 8 - - - Talk - - - - Drupal Bristol - - - - Bristol, UK - - -
-
-

- -

You can view more talks in the talks archive.

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/talks/it-all-started-with-a-patch/index.html b/docs/talks/it-all-started-with-a-patch/index.html deleted file mode 100644 index 0a1d073c..00000000 --- a/docs/talks/it-all-started-with-a-patch/index.html +++ /dev/null @@ -1,241 +0,0 @@ - - - - It All Started With A Patch | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

It All Started With A Patch

-
-

A crash course of why and how to get involved with open source.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 8 February 2017 - - - - PHPSW - - - - Bristol, UK - - - - joind.in - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/modern-drupal-development-with-composer/index.html b/docs/talks/modern-drupal-development-with-composer/index.html deleted file mode 100644 index 7c096aa3..00000000 --- a/docs/talks/modern-drupal-development-with-composer/index.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - Modern Drupal Development with Composer | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Modern Drupal Development with Composer

-
-

Building a Drupal application? You no longer need to download archives to add new modules or update core, or deal with Drupal specific tools to manage your codebase.

- -

With Drupal "getting off the island" there has been an increase in the adoption of common PHP tools within the Drupal ecosystem.

- -

In this lightning talk, I’ll show how to build a Drupal application using Composer for dependency management.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 9 November 2016 - - - - PHPSW - - - - Bristol, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/so-what-is-this-drupal-thing/index.html b/docs/talks/so-what-is-this-drupal-thing/index.html deleted file mode 100644 index f52aff8a..00000000 --- a/docs/talks/so-what-is-this-drupal-thing/index.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - So, what is this Drupal thing? | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

So, what is this Drupal thing?

-
-
- - -
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 5 September 2012 - - - - unified.diff - - - - Cardiff, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/test-drive-twig-with-sculpin/index.html b/docs/talks/test-drive-twig-with-sculpin/index.html deleted file mode 100644 index dea039f8..00000000 --- a/docs/talks/test-drive-twig-with-sculpin/index.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - Test Drive Twig with Sculpin | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Test Drive Twig with Sculpin

-
-

Sculpin is a static site generator written in PHP, and based on Symfony components. It uses YAML and Twig, which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8.

- -

This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin.

-
- -
-

Slides

-
- -
- -
-

Events

- - -
- - - - - - - - - - - - - - - - - - - - - - - -
DateEventFeedback
- 25 July 2015 - - - - DrupalCamp North 2015 - - - - Sunderland, UK - - -
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/talks/test-driven-drupal-development-with-simpletest-and-phpunit/index.html b/docs/talks/test-driven-drupal-development-with-simpletest-and-phpunit/index.html deleted file mode 100644 index be9d975c..00000000 --- a/docs/talks/test-driven-drupal-development-with-simpletest-and-phpunit/index.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - Test Driven Drupal Development with SimpleTest and PHPUnit | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Test Driven Drupal Development with SimpleTest and PHPUnit

-
-

Testing is important. Why? It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.

- -

Drupal 7 includes the SimpleTest module for unit and functional testing, whilst Drupal 8 also includes and supports PHPUnit - the defacto PHP testing framework, used by other PHP projects including Symfony and Laravel - making it easier for people to test their code. And with testing being one of the Drupal core gates with tests needing to be included with every new feature or bug fix, and core’s 100% pass rate policy, testing has become an essential skill when contributing to core, or when working on your own projects.

- -

In this talk, we’ll cover the methodology and terminology involved with automated testing, and then take a test driven approach to creating a new Drupal module.

-
- -
-

Slides

-
- -
-
-

Video

-
- -
-
-
-

Events

- - -
- - - - - - - - - - - - - -
DateEventFeedback
-
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
- -
- - - - - - - - diff --git a/docs/terms-and-conditions/index.html b/docs/terms-and-conditions/index.html deleted file mode 100644 index 937f9ea1..00000000 --- a/docs/terms-and-conditions/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/docs/terms/index.html b/docs/terms/index.html deleted file mode 100644 index c29b474e..00000000 --- a/docs/terms/index.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - Development Terms | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Development Terms

- -

TODO

-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/testimonials/index.html b/docs/testimonials/index.html deleted file mode 100644 index e47f8c8f..00000000 --- a/docs/testimonials/index.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - Testimonials | Oliver Davies - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

Testimonials

-
-

Chris Jarvis

- - Chris Jarvis - -
-

Developer at Microserve

- -
- -

Oliver is an amazing colleague, he's professional, full of knowledge and I could not recommend him more.

- -
-
-

Josh Mitchell

- - Josh Mitchell - -
-

CTO at the Drupal Association

- -
- -

Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and integrity to all of his work.

- -

Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him to work on a wide range of projects and features for Drupal products.

- -
-
-

Holly Ross

- - Holly Ross - -
-

Executive Director at the Drupal Association

- -
- -

Oliver has been an outstanding contributor to the Drupal Association team. He is a talented developer who writes great code and applies his curiosity and love of learning to every project. He is also a fantastic team member, who gives to the team as much as he gets.

- -

Oliver is the embodiment of everything good about the Drupal community.

- -
-
-

Léonie Watson

- - Léonie Watson - -
-

Director of Accessibility at Nomensa

- -
- -

Oliver is a flexible and hardworking developer, with a terrific knowledge of Drupal. He promotes accessibility best practice within the Drupal community, and is always happy to share his knowledge with other people.

- -
-
-

James Chapman

- - James Chapman - -
-

Director at Development Done Right

- -
- -

We used Oliver on a number of occasions throughout 2012 and I have to say we've been delighted with his work. His skills working with Drupal are excellent particularly with custom module development and we wouldn’t hesitate to recommend him others.

- -
-
-

Daniel Easterbrook

- - -
-

Digital Strategy Consultant

- -
- -

Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times.

- -
-
-

Brian Hartwell

- - -
-

Interactive Creative Director

- -
- -

Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him again in the future.

- -
-
-

Marlon Duncanson

- - -
-

Brand & Web Specialist

- -
- -

Oliver is a great guy and really easy to work with. He really goes the extra mile to make sure the project is done properly. I would recommend him and will not hesitate to use him again in future.

- -
-
-

Brian Healy

- - Brian Healy - -
-

Director of Business Development at Tincan

- -
- -

Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered.

- -
-
-

Ed Welsby

- - Ed Welsby - -
-

Senior Developer at Proctor & Stevenson

- -
- -

Oliver was great to work with, he has a solid knowledge of the various aspects of web development and never minded helping me out with Linux commands!

- -
-
- -
-
- - Drupal Association Individual Member - - -
- Acquia Certified Developer - Drupal 8 Exam Badge - - Acquia Certified Back End Specialist - Drupal 8 Exam Badge -
- - - - -
-
-
Availability
- -
-

- - - - Currently have limited part-time capacity -

-

- - - Currently no spare full-time capacity. - -

-
-
-
-
Latest blog posts
- - -
-
- -
- - - - - - - - diff --git a/docs/work/index.html b/docs/work/index.html deleted file mode 100644 index 808c51a7..00000000 --- a/docs/work/index.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file