Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

Category: News

Tech/News/2022/31

Posted on August 3, 2022 by Michael G
Other languages: Bahasa Indonesia, Deutsch, English,español, français, italiano, polski, português, português do Brasil, suomi, svenska, čeština, русский, українська, עברית, لعربية, فارسی, বাংলা, 中文, 日本語, ꯃꯤꯇꯩ…

The Drop Times: The First Women in Drupal Award to be Held at DrupalCon Europe

Posted on August 3, 2022 by Michael G
The DrupalCon Europe Advisory Board and FFW have launched the first Women in Drupal Award which will be held on 22nd September 2022.

require ‘cocos’ – New Auto-Include Quick-Start Prolog & Prelude Gem

Posted on August 3, 2022 by Michael G
Hello, the idea behind the new require ‘cocos’ – that is, the ruby code commons (cocos) quick-starter prolog & prelude gem / library – might not be new and is inspired by the haskell prelude(s) or dare I say the all-inclusive require ‘activesupport’ from railsland. What would you auto-require & include in your ruby prolog & prelude? Why & why not?
Anyways, I put together a first version and have started out with what I use day-in-day-out in the ruby scripts (off-rails). Cheers. Prost.
Posted on August 3, 2022 by Michael G
New committer: Felix Palmen (ports)

Public-private partnerships in health: The journey ahead for open source

Posted on August 3, 2022 by Michael G

Public-private partnerships in health: The journey ahead for open sourceThe past three years have redefined the practice and management of public health on a global scale. What will we need in order to support innovation over the next three years?
The post Public-private partnerships in health: The journey ahead for open source appeared first on Linux Foundation.

The post Public-private partnerships in health: The journey ahead for open source appeared first on Linux.com.

Apple’s Virtualization framework is a great, free way to test new macOS betas

Posted on August 3, 2022 by Michael G
One of the coolest power-user Mac features of the Apple Silicon era is Apple’s Virtualization framework. Normally the purview of paid software like Parallels Desktop or VMWare Fusion, virtualization lets you run multiple operating systems on one Mac at the same time, which is useful for anyone who wants to run Linux on top of macOS, test an app they’re developing in different versions of macOS, or take a look at the latest macOS Ventura beta without risking their main install. Apple’s documentation and sample projects provide everything you need to get a simple VM up and running with no additional software required. Still, some independent developers have built simple, free apps on top of the Virtualization framework that provides a GUI for customizing settings and juggling multiple guest OSes. A very useful feature, especially for developers.

Specbee: Building component-based websites on Drupal using Acquia Site Studio

Posted on August 2, 2022 by Michael G
Building component-based websites on Drupal using Acquia Site Studio
Subramanyam
02 Aug, 2022

If you find yourself thinking there’s got to be a better way to build a website than hiring a full time developer, you’re probably looking for something like Acquia’s Site Studio. It’s that perfect blend of robustness and usability that lets non-technical users like content editors, designers, marketers, and site owners build brand-compliant, unique websites. Formerly known as Cohesion, Site Studio provides the ability to create elegant and more powerful sites in half the time. Read more about Site studio and how to implement and use it for building beautiful Drupal sites.

Specbee: Building component-based websites on Drupal using Acquia Site Studio

Why use Acquia Site Studio?

As we said earlier, Site studio makes it really easy to build component-based websites. 

Think of components as lego blocks and your website as a house you want to build with these blocks. As a builder, you are assembling various blocks in a way that helps you build your design. So in website terms, a component can be a block of text, an image, a featured snippet, a live Twitter feed, a header, a footer or so much more! All those components together help you complete your house/website design.

Benefits of using Site Studio

  • Site Studio provides around 50 predefined components which you can start using immediately like Text, Image, Slider, Accordion, etc. Users can also use custom-built components that have been created by developers.
  • It provides an excellent content editing user interface for adding components or templates in the layout by simply dragging and dropping
  • It does not require as much time and effort
  • Low code makes it appealing to users with less to no knowledge of building pages
  • A powerful visual user interface and in-context editor that let’s you edit content directly on a live site
  • Empowers users to preview their layout in various devices jus by changing the settings of the device aspect ratios
  • Easy to maintain

How does it work?

Normally, to create a block type or paragraph type in Drupal 9, you need to have a specific Twig file for the markup. Then, based on the markup and design, you would write the CSS rules to create a card component. 

However, when building a card component in Site Studio, you use a template of the card that already includes the CSS properties within the component. Then, using its drag-and-drop feature, you can use predefined elements like image, text, and link to create a layout for the card. Each component has a ‘Properties’ tab, where you can control the look of the component. The best part is that all this is done without writing a single line of code.

Getting Started with Site Studio

Let’s get started by first installing and enabling the module and theme.

Installing

  • Download them with the help of Composer or manually
  • composer require acquia/cohesion:6.8.0
  • composer require acquia/cohesion-theme:6.8.0
  • Enable the modules
  • Install the Acquia Cohesion minimal theme from the UI

Once you have successfully installed the module and theme, you will see a new menu item on the admin toolbar called Site Studio. Here’s where you will be playing around with Components, Templates, Styles, Packages, etc (see below).

Site Studio

 

Components

You can now create a component by navigating to the Components page. You can also see a list of components that are already available on the site.

Components

 

Customizing your components

You can add styles to the Component elements by editing or double-clicking the element and then clicking on the Styles tab. Here you can see all the available styles. You can now add the CSS Styles by clicking on Properties Tab

Styles

 

Field

 

Create a page

You can create a page and add your components to the page by just dragging and dropping them into your layout.

Layout

References:

You can refer to the official Site studio documentation here

  • https://sitestudiodocs.acquia.com/6.9

Final Thoughts

Site Studio gives you the ability to build websites faster and is useful for everyone – from developers to marketers and even end users. Site managers, Content editors or Marketers can easily add entirely new sections to the website without needing the help of a designer or Drupal development team. They can simply reuse the assets that are available and then add new sections to the website or rearrange existing ones. As a Drupal development company, we can help build custom components to enable you to project your unique brand effectively. Thank you for reading!

Author: Subramanyam

Meet Subramanyam, a Drupal Frontend developer by profession. He dreams of traveling the world (or at least all of India) one day. Aside from working, you can find him guffawing at funny YouTube videos or binge-watching action movies.

Drupal
Drupal 9
Drupal 9 Module
Drupal Development
Drupal Planet

 

Recent Blogs

Image
Acquia site studio

Building component-based websites on Drupal using Acquia Site Studio

Image
Responsive Images in Drupal 9 Teaser

Setting up Responsive Images in Drupal 9 – A Step-by-Step Guide

Image
Drupal best CMS for business

7 Reasons Drupal is the Best CMS for Your Business in 2022

Want to extract the maximum out of Drupal?
TALK TO US

Featured Success Stories


Physician Insurance

Upgrading and consolidating multiple web properties to offer a coherent digital experience for Physicians Insurance


IEEE Itsoc thumbnail

Upgrading the web presence of IEEE Information Theory Society, the most trusted voice for advanced technology


Great Southern Homes

Great Southern Homes, one of the fastest growing home builders in the United States, sees greater results with Drupal 9

View all Case Studies

Python 3.10.6 is available

Posted on August 2, 2022 by Michael G

Here you have a nice package of 200 commits of bugfixes and documentation improvements freshly made for Python 3.10. Go and download it when is still hot:

https://www.python.org/downloads/release/python-3106/

This is the sixth maintenance release of Python 3.10

Python 3.10.6 is the newest major release of the Python programming language, and it contains many new features and optimizations.

Major new features of the 3.10 series, compared to 3.9

Among the new major new features and changes so far:

  • PEP 623 – Deprecate and prepare for the removal of the wstr member in PyUnicodeObject.
  • PEP 604 – Allow writing union types as X | Y
  • PEP 612 – Parameter Specification Variables
  • PEP 626 – Precise line numbers for debugging and other tools.
  • PEP 618 – Add Optional Length-Checking To zip.
  • bpo-12782: Parenthesized context managers are now officially allowed.
  • PEP 632 – Deprecate distutils module.
  • PEP 613 – Explicit Type Aliases
  • PEP 634 – Structural Pattern Matching: Specification
  • PEP 635 – Structural Pattern Matching: Motivation and Rationale
  • PEP 636 – Structural Pattern Matching: Tutorial
  • PEP 644 – Require OpenSSL 1.1.1 or newer
  • PEP 624 – Remove Py_UNICODE encoder APIs
  • PEP 597 – Add optional EncodingWarning

More resources

  • Online Documentation
  • PEP 619, 3.10 Release Schedule
  • Report bugs at https://bugs.python.org.
  • Help fund Python and its community.

bpo-38605: from __future__ import annotations (PEP 563) used to be on this list in previous pre-releases but it has been postponed to Python 3.11 due to some compatibility concerns. You can read the Steering Council communication about it here to learn more.

And now for something completely different

A pentaquark is a human-made subatomic particle, consisting of four quarks and one antiquark bound together; they are not known to occur naturally or exist outside of experiments to create them. As quarks have a baryon number of (+1/3), and antiquarks of (−1/3), the pentaquark would have a total baryon number of 1 and thus would be a baryon. Further, because it has five quarks instead of the usual three found in regular baryons (a.k.a. ‘triquarks’), it is classified as an exotic baryon. The name pentaquark was coined by Claude Gignoux et al. (1987) and Harry J. Lipkin in 1987; however, the possibility of five-quark particles was identified as early as 1964 when Murray Gell-Mann first postulated the existence of quarks. Although predicted for decades, pentaquarks proved surprisingly tricky to discover and some physicists were beginning to suspect that an unknown law of nature prevented their production.

We hope you enjoy the new releases!

Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation.


https://www.python.org/psf/

Your friendly release team,
Ned Deily @nad 
Steve Dower @steve.dower 
Pablo Galindo Salgado @pablogsal

Using Sorbet and Tapioca with Rails

Posted on August 2, 2022 by Michael G
Some learnings after a few months of using Sorbet and Tapioca in a Rails app https://zachahn.com/posts/1659397378

How to manage pods in Podman with the REST API

Posted on August 2, 2022 by Michael G

Learn how to configure, inspect, and start pods in Podman with the REST API. Read More at Enable Sysadmin

The post How to manage pods in Podman with the REST API appeared first on Linux.com.

  • Previous
  • 1
  • …
  • 797
  • 798
  • 799
  • 800
  • 801
  • 802
  • 803
  • …
  • 821
  • Next

Recent Posts

  • Qwen3-Coder
  • Open Source is Back
  • An easy way to develop Home Assistant integrations
  • SmartEsq has launched an AI-powered MFN Election tool
  • Open Source email Clients

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT