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
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.
Jhon Manny Loto
2021.11.15
Server-side
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.
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.
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
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.
Jamaica Angely Mañus
2021.06.30
Twig suggestions play a crucial role in Drupal theme development. They allow you to override template files in your custom theme and precisely control the markup being output. By utilizing Twig suggestions effectively, you can achieve your desired design. This article introduces the basic format of Twig suggestions and provides various concrete usage examples. It includes sample code for commonly used elements such as forms, blocks, pagers, and views, making it immediately applicable in practice.
Aeromel Laure
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
Drupal 8 follows a template naming convention. When a specified condition is met and the template suggested exists these can be used. However, the base or original template file can be customized by overriding it through theme hook suggestions.
Other
Drupal API First mindset is in other words, avoiding hard coding as much as possible.
2021.06.04
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?