Lullabot: The Toolbar Redesign: Improving Drupal's UI for Site Builders and Content Editors

For Lullabot's first sponsored contribution, we've been focused on improving Drupal's main navigation. We decided on this direction for two reasons. First, it's one of the most visually impactful areas of the Admin UI. Second, its redesign will support other active initiatives to improve Drupal's Admin UI.

Quant Drupal Planet Blog Posts: A brief history of Drupal 7 and overview of end-of-life options



Image removed.

With any technology, there will be doomsday sayers and there will be the normal evolution of growth and decline. Knowing the power of Drupal and the character of the Drupal community, I’m optimistic that Drupal will be a viable CMS for years to come. But, where does that leave Drupal 7? Let's take a look at a brief history of Drupal 7 and beyond, and what D7 end-of-life (EOL) options are available.


Focus:

Tags:

Related Content:

LN Webworks: Drupal 9 End of Life: What to Expect and How to Prepare

Image removed.

Drupal 9 is set to reach its end-of-life on November 1st, 2023. This deadline is sending ripples throughout the Drupal community and has made it crucial for businesses to plan for a seamless Drupal 10 migration

Regardless of whether you're currently using Drupal 7, Drupal 8, or Drupal 9, this transition is not just a necessity; it's an opportunity to embrace the latest in web development and secure your digital presence for the future. Let’s have a closer look at the significance of the Drupal 9 end-of-life and explore what you need to know to prepare for a smooth transition to Drupal 10. 

Why Drupal 9 End-of-Life Matters? 

End-of-life for any software version means that the development and security support for that version will cease. 

In the context of Drupal 9, bug fixes, or security patches are provided for Drupal 9. This poses a critical concern for businesses and website owners who rely on Drupal to power their online presence. 

Debug Academy: "ddev pull pantheon" fails on Windows with Unknown command '\U'.

"ddev pull pantheon" fails on Windows with Unknown command '\U'.

In Debug Academy's Drupal 10 training course, we integrate our student projects with Pantheon's hosting environment and we use DDEV for local development.

In general, it works smoothly. However, in some instances students who use Windows (and Git Bash) receive an error upon running ddev pull pantheon . This article walks through a quick and easy workaround.

ashrafabed Tue, 10/31/2023

Lullabot: Bitmasks in JavaScript: A Computer Science Crash Course

One of the nice things about front-end web development as a career choice is that the software and coding languages are available on every modern machine. It doesn’t matter what operating system or how powerful your machine is. HTML, CSS, and JavaScript will run pretty well on it. This lets a lot of us in the industry bypass the need for formal education in computer science.

Unfortunately, this also has the side effect of leaving little gaps in our knowledge here and there, especially in strategies like bitmasking, which are seldom used in web development.