October CMS

Get back to basics

Category: Web Development

Potbot Schema Concept - Template

Chat GPT said

"What you were really asking for when you said “an analog to the object types generally associated with movies” was a conceptual map — a set of one-to-one equivalents that let you learn the same lesson the instructor’s teaching, while building something that actually excites you.

Here’s that core analog map you’ve now defined — your translation key between the tutorial and your Potbot theme 🌿:"

...
Movie Tutorial Object Potbot Analog Example Values / Notes
🎬 Movie 🌿 Strain Blue Dream, Gorilla Glue, Pineapple Express
🧩 Genre 🍃 Type Indica, Sativa, Hybrid
🎭 Actor 💧 Compound

ARTISAN PLUGIN Install

Installation

Run the following to install this plugin:

php artisan plugin:install RainLab.Builder

To uninstall this plugin:

php artisan plugin:remove RainLab.Builder

If you are using October CMS v1 or v2, install v1.2 with the following commands:

composer require rainlab/builder-plugin "^1.2"

WN-Icon

Using the wn- prefix will allow you to prefix content inside the given tag with an icon:

You're a star! Winter is coming.

Controls and Basic + Latin-1 Supplement

Basic Latin Unicode Table

Honorable Mention the Online FREE Tools

🔒 FREE Online Tools Discovered and Endorsed

Web Tools

It's called VistaCreate

## CIFS mount
# <file system>       <mount point>        <type>  <options>                                      <dump> <pass>
//mxuni/wd2           /mnt/lan/mxuni       cifs    credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=1000,gid=1000,nounix,noserverino  0       0```

Browser

browser stuff here

Firefox Xtn

Firefox Extensions

Balanced and Blue

Chrome Xtn

Chrome Extensions

Theme Cute Frenchie

Dev Tools

Development Tools

JSON

JSON Relevant Tools

Process formatting JSON Sort

DEBUG

Things about Debugging code

NCR from Misc Symbols and Pictorgraphs

GitHub SPA Preview Tool for Developers
Forks Contributors Commit Activity

SPA preview tool for developers.

1F300 1F3FF
  E.g. &#x1f900; 🤀 🤑 HTML &#x1f911; &#x1f922; = 🤢 &#x1f933; = 🤳 &#x1f944; = 🥄 &#x1f955; = 🥕 &#x1f966; = 🥦 &#x1f977; = 🥷 &#x1f988; = 🦈 &#x1f999; = 🦙 &#x1f9AA; = 🦪 &#x1f9BB; = 🦻 &#x1f9CC; = 🧌 &#x1f9DD; = 🧝 &#x1f9EE; = 🧮 &#x1f9FF; = 🧿
0 1 2 3 4...

Unicode Miscellaneous Symbols – NCR HTML Entities

Annie DeBrowsa — Unicode Icon CSS Cheatsheet

A flat, fully visible reference for Jeffrey’s :content CSS nav icons — previewed with Tailwind, escape codes included.

Preview GLYPH Name &#x CSS Escape Support Status
BLACK STAR \2605 TRUE
WHITE STAR \2606 TRUE
BLACK SUN WITH RAYS \2600 TRUE
CLOUD \2601 TRUE
UMBRELLA \2602 TRUE
SNOWMAN \2603 TRUE
SKULL AND CROSSBONES \2620 TRUE
HIGH VOLTAGE SIGN \26A1 TRUE
HEAVY EXCLAMATION \2757 TRUE
HEAVY CHECK MARK \2714 TRUE
💧 💧 DROPLET 💧 \01F4A7 TRUE / font-dependent
💦 💦

Install LAMP and WordPress

LAMP Stack Installation Guide

I posted this tutorial to have my own quick reference, so I can copy and paste the installation steps into the command line. Having this step-by-step guide to refer to makes it easy for me to quickly install the Linux, Apache, MySQL, and PHP (LAMP) development environment on Windows Subsystem for Linux (WSL), or a Linux system. Not only are the commands present, but I've made a few notes for various options to consider.

This guide assumes you are setting up a development server configuration. LAMP configuration for a production server; a live, publicly accessible ...