Very simple solution to protect some content with a passwordIn this tutorial Velden will show you a way to implement a poor man's solution to protect some content with a password. It will display a simple form to enter a password and press a submit button to get access to protect content.
Tips, tricks and tutorials to make it even easier to work with CMS Made Simple. CMSMS is an open source Content Management System. It provides website developers with a simple, easy to use utility to allow building websites.Add a cookie consent feature to CMS Made SimpleWhen you have advertisements or certain social media code at your website, you might need a cookie consent bar at your website to comply with the EU Cookie Law. In this tutorial I will show you how easy it is to add one to your CMSMS website.Website style switcherTo make a website accessible for visitors with visual impairments I needed a style switcher to change the output of the template. Not only for text and background colors, but also for (layout) images.Set, read and debug cookiesA cookie, also known as an HTTP cookie, web cookie, or browser cookie, is usually a small piece of data sent from a website and stored in a user's web browser while a user is browsing a website. You can use cookies to store user settings for i.e. website styling, language preferences, etc. I will show you how to set, read and debug cookies at your CMS Made Simple website.