Blog
Random Blog. Sprachlich wirds hier gemischt Deutsch und Englisch. Einträge zum Silverstripe CMS und ganz allgemein IT und Web.
New! Now including random braindumps. maybe. Usefulness will vary. Enjoy.
human.json
Gute Idee! Ein Netzwerk des Vertrauens um menschengemachte Seiten zu verifizieren Webseiten können sich selber so ein human. json anlegen, und darin für andere Websites bürgen.
Get started with Django (English)
Wanna play with Django? Follow the following Steps to get a quick start: Open Terminal Create a Folder for your Project and go there Create Python Virtual Environment python3 -m venv venv Activate it source venv/bin/activate Install django pip...
Fediverse - What is it? (English)
It's the email of social media. Built-In Chaos and thus innovation trough a distributed and decentralized network. Internet as it was and as it was meant to be.
IT Redundanz und Recovery
Ransomware etc. Lasst euch zwischendurch von Profis ein paar Tipps geben. BeispieleStadt Potsdam bleibt weiter offline https://www. spiegel.
Yet Another Fediverse Introduction
Noch nicht übersetzt! Aber hier ist ne 1A deutsche Version. Enjoy! https://www. metacheles.
Multi-destination streaming or simulcasting
Noch nicht übersetzt. Nachfolgend der Post in Englisch.
Lesen Sie mehr über 'Multi-destination streaming or simulcasting'
CRUD App
CRUD ist ein Software Design Akronym Create - Erstellen Read - Lesen Update - Bearbeiten Delete - Löschen Man könnte sagen, dass etwa 90% aller Computer-Programme CRUD-Apps sind.
Create a simple Silverstripe Module
Create a simple custom PageType that holds Addresses as DataObjects. Table of Contents 1. Custom Dataobject 2. Custom Page Type 3. Template it Three Files only Adress. php AddressPage.