HTML Ordered List Tricks Tutorial
Learn how to create ordered lists with HTML in this step-by-step guide and video tutorial.
Learn how to create ordered lists with HTML in this step-by-step guide and video tutorial.
Drupal 9.0 was launched earlier this month as a continuation of Drupal 8. This time around, the core update was more about updating the technology underlying Drupal's codebase and eliminating dependencies than introducing brand-new features, but fear not: we'll be getting some of those soon enough.
Drupal releases features on a semi-annual basis, and version 9.1 is expected to be rolled out around December this year.
The recent official launch of Drupal 9.0 represents 4 and a half years of improvements (and more than 4,500 individual contributors) to the open source CMS designed to support the most ambitious digital experiences. The official party line, so to speak, is that "the big deal about Drupal 9 is that it's not a big deal."
Use the web for a short amount of time and you'll no doubt bump into an accordion, one of those collapsible elements that, when you click on its title, opens up to reveal more information. Click the title again, and it closes back up.
If you're a web developer, you've also probably had to code one of these, myself included. There are a few different ways you could build this, but I recently learned that there's a way built right into HTML5! But first, let's take a look at the ways I (and probably you) have done this before.
Find out how Pantheon Custom Upstreams can help universities solve many of the architectural challenges posed by their sheer number of sites.
Today, we're excited to celebrate the launch of the most stable and mature version of Drupal to date. Drupal 9 is the culmination of the work of thousands of contributors around the globe, collaborating to create an innovative platform that's designed for everyone to use.
In a recent Drupal training, I got a question about a replacement for the Drupal 7 Nodequeue module for Drupal's newer versions. What this module allowed you to do was sort your content in whichever order you preferred. In Drupal, we make lists of content using Views and out of the box, and we have the ability to sort this content in different ways, such as date created, date updated, and alphabetically. But what if I want a list of content sorted in whichever order that I want? In this video tutorial, I'll show you two different methods of custom sorting.
I first started learning HTML in the early 2000s from a library book. At this time, our house didn't even have a dial-up connection, much less a high-speed Internet hookup. In the book, I learned how to lay out my website using tables.
Depending on your age, you may nod your head in nostalgic agreement or chuckle and say, "Nah, they didn't do that. Tables aren't meant to do that."
This is Part 2 of our article on how to tweak BLT so that it can work with Pantheon. If you want more information about BLT, Pantheon, and our setup, go to Part 1. In this part of the article, we'll go into the details of setting up the CI/CD system in a Drupal project with BLT and GitLab CI.
This article will help you make tweaks so that BLT can work with Pantheon. In Part 1, we'll give you an overview of Acquia BLT, Pantheon, CI/CD pipelines and the other parts that make up the system and explain why they're important. We'll introduce a simple use case and set the groundwork for the implementation of the setup in Part 2.