- Details
- Written by: ekatsa
- Category: Blog
- Hits: 4
- Details
- Written by: ekatsa
- Category: Blog
- Hits: 8
When it comes choosing a CMS(Content Management System) for your site, there are quite a few options to pick from. Three of the biggest are WordPress, Joomla, and Drupal. In this video Scott is going to show you what is best about the three options, so that you know which will work the absolute best for your next great idea. And in true Scott fashion, he adds his own personal twist to the comparison.
WordPress: WordPress is definitely the #1 big name in the web building industry when you are talking about Content Management Systems. With a wide variety of prebuilt customization options, and an intuitive user interface, WordPress is definitely the most beginner friendly option when it comes to building your site. You have an idea? WordPress can get you there.
Joomla: With a more advanced setup, Joomla is the #2 largest CMS on the market. Joomla increases the has many of the same tools WordPress has, but with a larger emphasis on customization. It can double as a PHP framework in a pinch as well.
Looking for a bit more are Drupal: Drupal is definitely the most advanced choice of the three. If you are looking for a CMS that is ready to handle your big idea, then Drupal is the one for you. It accounts for at least 13% of the 10,000 biggest websites in the world.
- Details
- Written by: ekatsa
- Category: Blog
- Hits: 4
Watch Simen Svale, CTO and Founder at Sanity, providing a precise explanation of a Headless CMS, using a gnarly metaphor. What is a Headless CMS? A headless CMS is a content management system that provides a way to author content, but instead of web page rendering, it provides the content as data over an API. A headless CMS works by giving editors an interface for managing content while providing APIs for developers to build applications on top off. Most headless CMSes are offered as a Software as a Service, meaning that your editors will have to log into a web application and that the APIs are hosted in a cloud-based backend. Some headless CMSes will let you host the whole solution on your own server and database (requiring you to do your own scaling and operations). With Sanity you can host the customizable editor interface yourself while getting the advantages of the hosted real-time backend – no-ops and effortless scaling. To learn more about how Headless CMS work, see https://www.sanity.io/headless-cms or go to https://www.sanity.io/ to build your own Headless CMS in minutes using a template.
- Details
- Written by: ekatsa
- Category: Blog
- Hits: 2
- Details
- Written by: ekatsa
- Category: Blog
- Hits: 3
One RDBMS databases is a pool of data.
It contains
- tables (that have fields)
- indeces
- DB functions, triggers and procedures
- DataBase files
- Database Spaces
- and more
can have functions like
- import
- export
- tune
- and more
can run
- in cluster
- in cloud
- in one server with the app
- in different server from the app
- and more
can be
- distributed
- non distributed
can store
- data
- images
- video
- or links to video and images that are on disk
- and more data types
can have
- disaster clone
- or not
can have
- disk backup
- tape backup
- backup from export