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
Drupal 10, the latest iteration of the renowned open-source content management system, stands as a beacon for developers seeking to empower their projects with versatile solutions. Among its arsenal of features, the capability to construct custom APIs shines as a gateway to seamless integration with external applications, services, or frontend frameworks. In this exhaustive guide, we will delve deep into the intricacies of creating a custom API in Drupal 10, equipping you with the knowledge to extend your website's functionality and foster a more dynamic and interconnected user experience.
Jessie Allen Anosa
2024.03.13
When building a website, effectively displaying content is an important challenge.
Jamaica Angely Mañus
2023.08.31
First, let me ask you. How does your favorite social app let you create and login with your google credentials? Or How does your weather app get today’s weather forecast? - the answer to these questions is that they communicate with other systems to get the data or verify your credentials. The way these two systems communicate together is to do something called an API.
2022.06.10
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
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
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.
Gabriel Fernandez
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
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.
Jeffy Lepatan
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. .
Renier John Sediego
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.
2021.09.15
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
Meta tags are essentially little content descriptors that help tell search engines what a web page is about. Metadata is data (information) about data. With Drupal Meta tags, you can showcase what your business/website is about without disclosing too much information. Something that will pique your audience's interest and make them want to learn more about your website by clicking on it.
2021.06.30
Most of the time we have no idea on the current data being processed when we create request from server . It is very important that we know the life cycle of Drupal . The very first thing that you think when you create Event Listener function is to understand how the flow of data travels form start to end .
2021.06.11
Creating any website for business means opening up avenues for visitors to interact with site owners about any range of topics. Whether that be about products on an e-commerce site, services on a portfolio, or just about any other question site visitors might have about anything in your domain. How do you go about doing that?
2021.06.04
First of all, let's talk about what Admin Toolbar is. Admin Toolbar is a module mainly developed to improve the default Drupal Toolbar (the administration menu at the top of your site). Through its improvised drop-down menu, it gives you quick access to the most important administrative pages. so instead of clicking each button each time, you'll be redirected to your desired page instantly in one click. And there's more! It also has a button where you can easily clear your cache instead of opening a command line window and do the clearing of cache in there. Less hassle, right?
2021.05.14