Opportunity Joomla or Drupal

I would like to know how possible Joomla or Drupal is to develop a website that contains about 80 web pages? I am a part-time website developer who also develops server development a bit using PHP and Python / Django. However, I have never tried to create a website of this magnitude. There is a lot of static content on this website and some user interactions using JS / JQuery. The only PHP used would be in contact forms. Rest will be only HTML / CSS / JS. Since there is a lot of textual information that needs to be encoded on web pages, I would like to know how Joomla or Drupal will help me?

+4
source share
4 answers

When you use content management systems, you do not need to use code to create content, which is what CMS is for. If your site is purely static with a contact form, Drupal might not be the best choice, if only.

  • You already know Drupal.
  • You want to learn how to create sites using Drupal.

Drupal is very powerful, it is extremely flexible and excellent. But this is costly, harder to learn. If you just want to create a website with 80 or more pages and a contact form, you are likely to be better off with Wordpress. It is easier and more convenient. It's not a great development infrastructure like Drupal, but if you only need a contact form and content, you don’t need a development infrastructure at all.

+8
source

If you are not used to using CMS, both of these options will be a very cultural shock. In my experience, Joomla is a little easier to learn than Drupal, but each one is much more than hand-coding multiple pages.

Who will update the content, if at all? This should be the main factor when choosing a CMS, especially for a small, relatively static site. If the answer is β€œyou” or β€œone person you can train,” then you may need to think about keeping it in manual mode (using SSI or similar, where necessary).

Alternatively, if you want a lightweight CMS, take a look at something like kirby or perch , both of which are great CMS for small sites with relatively low learning curves.

+1
source

Drupal is pretty effective when it comes to content management. 80 pages is really nothing. You can easily sort everything using the built-in Taxonomy module (used for categories, tags, etc.) and even create your own displays with the Views module. Because of CCK, you can create as many different types of content as you want, with all input types (wysiwig text, select lists, checkboxes, files, ...). For a contact form, you simply use the built-in form or use the Webform module.

I don't need to do any encodings for this, but be careful, drupal is pretty big and it may take you a while to figure out how this works and how to install. However, after that, everything is very smooth :)

While not working with Joomla, you cannot help you, but you may want to google "drupal vs joomla" or similar, there are many articles. From what I read, Drupal can do more, but Joomla is easier to learn.

0
source

It depends on what functionality you want to have. If you are interested in multimedia or more complex functions, Joomla is the best option. So, when it comes to creating a complex and reliable website with features and functionality, you should go with Drupal. Go through this blog post for clear information: http://hirejoomlaprogrammer.blogspot.in/2012/07/joomla-drupal-or-wordpress-which-cms-to.html

-2
source

Source: https://habr.com/ru/post/1310206/


All Articles