crealoz logo

Homepage

This website provide the tutorials for developers at SIA Crealoz.

Before starting the lessons and exercises, you need to set up your environment following these instructions.

HTML / CSS / JavaScript

HTML

  1. Create a first html file and modify it.
  2. Discover tags
  3. Specific tags
  4. Tags attributes
  5. Exercise #1

CSS

Vanilla CSS

  1. Adding styles to tags
  2. Cascading

CSS preprocessor

  1. Install SASS
  2. From CSS to Sassy CSS

JavaScript

Introduction to DOM

Modify DOM

Introduction to jQuery

PHP/MySql

Configure your local environment with docker

First PHP page

Setting up Database with MySQL

Introduction to CRUD

Create

Read

Update

Delete

Form

Create dynamic form with jQuery

JavaScript form validation

Server-side form validation

Storing data in the database

Retrieve data and present it

Simple view

Loops and tables

OOP

Introduction to OOP

Classes

Class

Interface

Extension

Symfony

Installation

Composer

Configuration

CLI

Assets

Add own development

View

Controllers

Models