A blog that introduces the appeal and utilization of Drupal. It serves as a source of information to broaden awareness in the world to a large audience.
Modules
CSP (Content Protection Policy) is an additional layer of security that aids in the detection and mitigation of certain types of threats, such as Cross-Site Scripting (XSS) and data injection attacks. These attacks are used for a variety of purposes, including data theft, site defacement, and malware distribution.
Jhon Manny Loto
2022.06.02
Other
For the sites created on Drupal 8.8.0 or later, even if it was installed manually, Composer was pre-installed, and the files already contain the necessary Composer configuration, which means managing the site using composer would be convenient without taking any extra steps on converting it.
Jamaica Angely Mañus
Nowadays, businesses may have different branches or sub businesses. Some businesses may have branches in other countries. Those businesses may have the same company name but different products for each country. It's very common for businesses to be like that nowadays.
Gabriel Fernandez
2022.06.01
Server-side
This topic is very important once you realize and learn . It is very painful when visiting a website and experiencing a long duration of page load. The user has a strong perception that the website was poorly designed and has a bad user experience.This will lower the traffic and be less relevant to the users. It turns out that there is a lacking piece of the puzzle that meets the bridge gap between user and web application. This technique is called Caching.
Renier John Sediego
2022.05.31
Acquia Content Hub is a cloud-based content distribution and syndication platform. It allows efficient reuse and delivery of content aggregated from various sources to multiple channels. We'll cover the setup process for publisher and subscriber sites, as well as how to export and import content.
Aeromel Laure
2022.05.30
Multi-domain vs Multi-Site
Jeffy Lepatan
What is a middleware? Middleware is the part of the application or system which enables the communication between the different components or input/output in the application or system.
2022.05.27
One way to add a social media button to your drupal site, like facebook, LinkedIn, Twitter and other social media platforms, is using the AddtoAny module. Browser and Drupal social media plugins help visitors share your content among their online network friends.
2021.11.15
Gabriel Seth Ente
2021.11.04
Drupal’s core codebase is always changing, due in part to its contributors always looking to improve Drupal for developers. That means as more improvements are made, changes are made as well, and consequently, these changes cause code to become obsolete and ultimately, deprecated. Luckily, there are ways around this. Composer, Drupal’s prime tool for dependency management, is a great help in keeping your code up to date and ready. Another nice thing about it is that it’s great for getting help from the Drupal community. Enthusiastic third-party developers are usually willing to take matters into their own hands when asking for improvements, which bring us to our titular package, drupal-check.
There are some cases when you want a single page on your live/production site to be accessible only to certain individuals or possibly a third party company. Please note that this is different from dev or staging site’s basic authentication requirement. Drupal doesn’t have this option right off the bat so here we will discuss some of the solutions or options we can use on our sites. The solutions we will discuss are applicable for URLs with or without a physical directory such as in Drupal views.
2021.10.12
Drupal is CMS (Content Management System) that is easy to build website. But sometimes our client asking a design that was beyond the limitation of Drupal standards and worst thing is that its never existed on contributed modules from Drupal.org. .
2021.10.06
In this competitive generation, we strive to rise to the top, we dream and create a plan - a roadmap that will take us to fulfill our wants and needs. We take each step and connect with the necessary people that we think are essential. We reach out to all the resources we could hold onto to achieve our goals and come up as victors and rise to the ranks. Just like in the world inside the internet, websites are clashing with each other, creating each of their trails and SEO to be chosen as the first rank on the results upon search crawling to improve marketing and more page visits, and do you know how crawlers base this ranks? Do you want to be a winner in this barbaric competition? Just read more and I’ll show you the path to victory.
Jessie Allen Anosa
2021.09.15
Front-end
In this modern era, technology still continues to advance and accelerate from time to time, so we people catch up and try to ride these latest trends and apply them in our own accord then finally tame it to use it efficiently and perfectly.
2021.08.18
According to the dictionary , Queue is a verb that makes things lineup or wait . Basically something has to wait for a process.
2021.08.13
What are Tokens? A token is basically just a placeholder for an actual value. You might have gone through an arcade station where you can purchase tokens to use in slot machines for example. Instead of configuring the machines to accept multiple denominations of money, we can just configure it to accept tokens in exchange for actual money.
2021.08.09
"Work smarter, not harder", according to Allen F. Morgenstern, an industrial engineer in 1930. There are a number of ways to create a website, but using an amazing CMS such as Drupal is way smarter. Drupal is a versatile CMS that helps greatly in creating the desired output in the projects. But if there are tons of contents that were being created, it would be strenuous and time consuming for the administrator to check if there are newly created contents or whether a certain content should be published or not. We'll be needing a tool to make it facile and easy, won't we?
2021.07.05
Drupal Views is a generator of a set of select queries and render engine in Drupal core. It’s main function is to create an output collection of items such as Drupal content entities. But it can also aggregate users, blocks, log records, and more. The output of it can be rendered in many ways, including as an unformatted list, a grid or a table. Views is commonly used in Drupal to create pages, blocks and other types of displays.
2021.07.02