Drupal 7 lives, but it lives only to die another day. So are you going to stay on Drupal 7? The answer, at some point, will need to be a resounding “no.”
The WordPress.org Pattern Directory and Creator Now Open to the Public
The WordPress pattern directory finally opened its gates to the entire community today. Anyone with a WordPress.org account can log in, go to the pattern creator, and start designing. For some of u…
Source: The WordPress.org Pattern Creator Now Open to the Public
This looks like a great resource to help those of us who are “design challenged”. Since the patterns are applied at the page level they will help get that final touch in place that is often missing from a theme.
Here’s an example pattern lifted right from the WordPress Patterns directory.
Our Service
Rorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Clean Design
Lorem ipsum dolor sit amet, elit, a sed diam nonummy nibh tincidunt consectetuer adipiscing
Creative Idea
Lorem ipsum dolor sit amet, elit, a sed diam nonummy nibh tincidunt consectetuer adipiscing
Communication
Lorem ipsum dolor sit amet, elit, a sed diam nonummy nibh tincidunt consectetuer adipiscing
Resources on using ddev for Drupal 9 development, Windows edition
Resources
Here’s a list of resources to get you started with DDEV and Drupal 9. As with setting up any new development (or production) environment there are a lot of moving parts and it take some time to get it all right. This list includes “HowTo” articles, tools, and documentation to get it all set up.
- How To Develop a Drupal 9 Website on Your Local Machine Using Docker and DDEV
- Install WSL
- Install and get started setting up Windows Terminal
- Docker Desktop WSL 2 backend
- Installing DDEV on Linux
- DDEV docs
Notes
— After running ddev config and before running ddev start for the fist time use your favorite editor to edit .dev/config.yaml to the following:
name: d9-dev type: drupal9 docroot: web php_version: "8.1" webserver_type: apache-fpm router_http_port: "80" router_https_port: "443" xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] mariadb_version: "" mysql_version: "8.0" nfs_mount_enabled: false mutagen_enabled: false use_dns_when_possible: true composer_version: "" web_environment: []
This will setup DDEV with MySQL 8, PHP 8.1, Drupal 9, and Apache. This matches the dev environment that CALI is using for D9. Check the DDEV docs for more possibilities.
— The DDEV install includes the latest phpmyadmin to help with mysql admin. It’s available in a local browser at <projectName>.ddev.site:8036. Use phpmyadmin to load a dump of the D9 dev database.
— Once WSL2 is setup, use Ubuntu 20.04 to host DDEV.
— DDEV includes git so that’s a good way to manage Drupal. In the CALI world use git to grab a copy of the current D9 code base.
Livewire for Laravel
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.
— https://laravel-livewire.com/
This looks intriguing. The promise is a sort of shortcode powered ajax interaction for dynamic elements in web pages.
Ratchet – A PHP WebSockets Library
Ratchet is a PHP WebSocket library for serving real-time bi-directional messages between clients and server
Source: Ratchet – PHP WebSockets
Open source – https://github.com/ratchetphp/Ratchet
Set up Home Assistant to manage your open source smart home :: opensource.com
In the first article in this series, I introduced Home Assistant and why you might be interested in it. In short, Home Assistant is an automation hub for some of the most common smart devices on the market today. It enables centralized coordination of disparate hardware. By using it, you no longer have to choose suboptimal tech from a single vendor to manage your smart home from a single app.
Source: Set up Home Assistant to manage your open source smart home
Drupal 9.1.0 is available
The first feature release of Drupal 9 includes the new experimental Olivero frontend theme and various additions to the Claro administration theme. Installer performance is improved 20% and full Composer 2 and PHP 8 support is available. Images with known dimensions are set to lazy-load by default to improve frontend performance.
Source: Drupal 9.1.0 is available
Looks like PHP 8, Composer 2, Symphony 4,5,6 will get us to Drupal 9. Upgrades paths from Drupal 7 are stable.
Official Code of Georgia Annotated Now A Github Repo | Boing Boing
Official Code of Georgia Annotated Now A Github Repo | Boing Boing https://boingboing.net/2020/10/06/official-code-of-georgia-annotated-now-a-github-repo.html
Full article: Beyond lists: digital gazetteers and digital history
Full article: Beyond lists: digital gazetteers and digital history https://www.tandfonline.com/doi/full/10.1080/00182370.2020.1725992
It occurs to me that if the platform you’re using for your meeting is more interesting to attendees than the content of the meeting, you’re doing something wrong.