Introduction to PHP Programming
Each of us, in one way or another, has engaged in programming at least on a basic level. The simplest example of such programming is setting an alarm clock to wake up on time. There are also mobile phones, automatic washing machines, microwave ovens, refrigerator regulators, TV timers, etc.
Release of the new version of the Drupal CMS, supported by top organizations around the world.
Portland, USA and worldwide, June 3, 2020 — Release of the new version of Drupal, the most powerful open-source enterprise content management system. This is the most comprehensive upgrade for Drupal to date.
Drupal 9 provides marketers, designers, and developers with the tools to build high-performance systems from layout to launch.
Drupal Theming – Lesson 4: Node Theming. Creating Staff Pages and Case Studies
In this lesson, we will be theming nodes, but first we need to create output for the portfolio and staff pages.
Basic Drupal Configuration (An Overview of Drupal’s Capabilities)
Subscribe to receive new videos on my YouTube channel or via VK!
HTML First Steps – An HTML Tutorial
HTML is a fairly simple language. It's taught to both technical and liberal arts students in universities, and I believe it’s now even being taught in most schools. It’s all quite simple because HTML isn’t even a programming language.
Photo Gallery, Photo Albums in Drupal
Photo albums and a photo gallery will enhance any site, whether it's a personal blog or a company website. Beautiful images are what keep people engaged on Facebook, VK, and other social networks. So let’s add a photo gallery to our Drupal site.
Configuring the Drupal Profile Page
Profile Fields
Our profile content remains almost empty. Let's add the main informational fields, which I will call "Profile Fields". This step really requires some thought to determine the necessary fields. Some common ones are: about me, gender, hobbies, job. To define additional fields, we need to use the Profile2 module. I usually place all the fields together in a fieldset. You can add field groups. Just fill in the field, drag it, and you’re done. Remember that the profile will be created during registration.
Working with the WYSIWYG Editor TinyMCE
This is a short lesson on how to use the TinyMCE editor. This lesson does not explain how to install the editor, but only how to use it together with the Colorbox library.
In this lesson, we will also create links, lists, highlight text, and more.
CSS Tutorial – Lesson 5 – Properties float and clear. Wrapping and clearing floats.
Imagine a turbulent mountain river, flowing very fast and noisily. And now a stone stands in the path of this river, and the river flows around the stone. If the stone is on the left in relation to the river's direction, the river flows around it on the right; if the stone is on the right, the river flows around it on the left. This is how the CSS float property works.
Installing and Localizing Drupal
Congratulations! In this article, you will get acquainted with a wonderful platform for creating websites—Drupal. That's right, not just a CMS or a framework, but a platform.
First of all, you get a CMS, meaning an admin panel for editing content, users, tags, meta tags, and more.