How to create a simple CMS for HTML and PHP Websites

Make money for being or staying online/internet.
You will get a $5 starting gift when you join using this link:: GET THE OFFER NOW!!
A content management system or CMS is a software that facilitates creating, editing, organizing, and publishing content.
What is sitecake?
It is a Simple CMS (Content Managment System) for HTML & PHP Websites.
What kind of features does site cake offer?
Drag & drop everything. With this CMS you can Drag & drop items from anywhere; the website, your desktop, other browser windows, or cloud services like YouTube, Vimeo, Google maps, Twitter, among others.
No template engine required.As i said it is a static CMS that works with plain HTML and PHP pages. No need to learn new templating syntax.
No database needed.This is the most interesting part, Sitecake is flat-file CMS. Text changes are saved to the HTML page, images to the file system. Once editing is finished the website stays static, Just like that.
Lightening speed.In the layman's language I would say it is much faster than a WordPress website. Remember it manages static pages and static websites cached with CDN services load lightning fast. For mobile users faster is better. For Google ranking too.
How to install Sitecake
Note:Sitecake is not for free. It has got different price plans depending on your organisation or project size. Check their Plans
Nesting of sc-content elements is not supported
Moreso, all you need is a webserver (Apache or NGINX) and PHP 5.6+. In development mode, you can either download Xammp or Wamp.
steps
Back to the point, how can you add sitecake to your project;
Step 1
First, add sc-content class to divs you want editable
Example
<div class="sc-content"> <h1>Learning new things is great </h1> <p>The world is great. </p> <p>Everyone is great. </p> </div>
Step 2
Second, upload Sitecake to the same folder as your website.
Example
/css /images /js /sitecake index.php sitecake.php
Note:You must have an index page (index.html or index.htm or index.php or index.php5)
Step 3
Lastly, point the browser to http://yourdomain.com/sitecake.php and login with ‘admin’ as the password to start editing.
You can change the password by clicking on the change password link when the login form pops up.
Incase you want to give it a try, visit their documentation page and see how easy it is to create and update your websites on a fly. https://sitecake.com/docs/getting-started.html
Save up to 80% with this Domain & Shared Hosting package deal! 80% OFF - GET OFFER NOW
Related Post(s)
» How To Install Kazam Screen Recorder On Ubuntu
» How To Set A Meta Theme Color For Your Website
» How to create a simple CMS for HTML and PHP Websites
» How can I access the MYSQL command line with XAMPP for windows? - SOLVED
» Why can't my windows 10 host file be edited - Solution
collections_bookmark Category :: Howtodate_range Published :: 2 years ago At: 04:37 PM
event_note Detailed Date :: Nov 19th, 2020
person Writer :: Code
- RECENT POSTS

How to force the browser to cache a page?
There are several ways to force a web browser to cache an HTML page:

How can i cache pages using php?
You can use the output buffering functions in PHP to cache pages. Output buffering allows you to store the output of a PHP script in a buffer, which you can then manipulate before sending it to the client.

PHP is a popular programming language that is widely used for web development. It stands for "PHP: Hypertext Preprocessor" and is a server-side scripting language. This means that it is executed on the server, rather than in the user's web browser.

HTML, or Hypertext Markup Language, is the standard markup language for creating web pages and web applications. It is used to structure and organize content on the web, and to create the basic structure and layout of a webpage.

CSS, or Cascading Style Sheets, is a stylesheet language used for describing the look and formatting of a document written in HTML. CSS is used to control the presentation of multiple web pages at once, making it a crucial tool for web developers and designers.

A JavaScript library for formatting and manipulating numbers - Numeral.js
Check out this lightweight JavaScript library used for formatting and manipulating numbers.

All Countries Drop Down List | HTML Select Country Name
This simple country dropdown list is freely available for you to copy and use in your project forms.

HTML Entities Code Alphabet Discovery Using JavaScript
In this post I will show how writing just a few lines in JavaScript will allow you to render, browse and discover the alphabetical letters using a set of HTML entity codes.
- ADVERTISEMENT