Drupal is a web open source framework called CMS(Contents Management System). This website made by Drupal Framework. There are some CMS framework such as WordPress, Joomla, Etc. I was about to adapt to WordPress on my website but, I choose the Drupal framework because It is able to make very specific function and customizing. Earlier, Obama, the President of the United States of America, launched their website, Whitehose.gov, using Drupal framework. The developer said 'as if it looks like linux in CMS world', you must understand a lot of concept and modules. I introduce Drupal 7 framework because modules, which I want to use, are available on Drupal 7.
I found this figure in the Internet and saw the line of Drupal. How difficult it is? So, I just thought about making Drupal website. However, the framework challenging in CMS' world made me want to start building a website. There is a few resources in Korea, as you would expect. There are lots of website using Drupal around the world. I noticed that this framework was quite difficult to understand so I will explain the concept of Drupal.
I made this website a long time ago. Then, I thought that HTML5 and adaptive framework are going to get a major position in the web area so I have put those technology and skills into my website. I knew it is not working in stone aged browser like earlier IE but I ignored the browser because the environment of the web will quickly change. (Nevertheless, I found that it's a little bit different between iPhone, Android unit and PC. So, I have to buy iPhone even though I have four Android machine.) Do you know that it is important making contents like writing, taking picture, recording videos, effecting, etc. rather than making the website using high technology? That's true. The reality is that making contents has been far too stuttering. I have been making many learning contents on my hard disk. By the way, I will continue to make a content one by one.
If you want to go deeper with Drupal, you should understand how information flows between the system's layers. There are five main layers to consider:
A node is the generic term for any piece of content on your web site. The content type of the node will define what fields (or specific information) that node displays. For example, a basic Page content type has (minimally) two fields: title and body. Other examples content types are: Book (which may have fields like Title, Author, Summary, Review, Price), Profile (which may have fields like Name, Job Title, Department, Email, Phone Number) and Product (which may have fields like Name, Price, Height, Width, Weight, Make, Model, Year).
A module is software (code) that extends Drupal functionality. Modules fall into one of three categories:
An entity type is a useful abstraction to group together fields. Entity types are used to store and display data, which can be nodes (content), comments, taxonomy terms, user profiles or something custom developed.
Drupal has a system for classifying content known as taxonomy. This is provided by the core Taxonomy module. You can define your own vocabularies (groups of taxonomy terms) and add terms to each vocabulary. Each vocabulary can then be attached to one or more content types, and in this way, nodes on your site can be grouped into categories, tagged, or classified in any way you choose.
Although not all sites have Views, most sites include the Views module because of the excellent tools it provides. Views allows people to choose a list of nodes or other entities and present them as pages, blocks, RSS feeds, or other formats. The main use case for views is to create dynamically updating lists of content (for example, a listing of latest news), based on properties of that content (in the case of the news listing, that the content type is “News” and sorted by publication date). It looks like a query of the database.
Blocks are boxes of content rendered into an area, or region, of a web page.
admin/structure/block à Demonstrate block regions
As I said, the views module allows administrators and site designers to create, manage, and display lists of content. Each list managed by the views module is known as a "view", and the output of a view is known as a "display". Displays are provided in either block or page form, and a single view may have multiple displays.
You can choose the 'Show' and the 'Type' in the creation page. Let's make gallery view example:
After setting the view, you can modify that view by clicking the gear button on the right and upper side of the view area.
This is all I said introduction of Drupal framework and I will post how to use and make module next time!
"If you would thoroughly know anything, teach it to other."
- Tryon Edwards -