Archives de
Mois : novembre 2020

Trello

Trello

Trello, c’est quoi ? Trello est un outil collaboratif gratuit, permettant de travailler en ligne et à distance sur des projets communs. Les projets sont gérés au travers de tableaux, où sont créées des listes et des cartes basées sur le principe du kanban. Aujourd’hui on l’utilise beaucoup pour les projets fonctionnant sur la méthode Agile, où le tableau est dessiné sur un support vinyle ou un paperboard, sur lequel viendra coller des post-its. Comment Trello fonctionne ? Trello nous…

Lire la suite Lire la suite

METHOD IAFACTORY

METHOD IAFACTORY

Who is IAFACTORY? IAFACTORY is the factory of information architecture. It is an independent studio specializing in design that offers services in web ergonomics, information architecture, design experience, UX: audit, wireframing *, prototyping, optimizations. * Wireframing is the most visible part of UI design interface design techniques. UX iafactory design activities are structured around 3 poles: on the one hand, study and design services in information architecture and functional interface design. On the other, training in the disciplines of AI…

Lire la suite Lire la suite

Les Conventions CSS/HTML

Les Conventions CSS/HTML

Généralités La feuille de style CSS est de préférence UNIQUE et appelée à l’aide d’un élément <link> dans la section <head>. Il est important dans un projet que les développeurs adoptent un style d’écriture identique, cela favorise la relecture du code pour tout le monde et facilite grandement le débogage. Il faut organiser le code de façon logique.Commencer par les éléments du <body>, puis ceux du <header>, de la <nav> et du <footer>. Pour une meilleure organisation, il est recommandé…

Lire la suite Lire la suite

CSS Grid

CSS Grid

What’s CSS Grid? The CSS Grid Layout is a two-dimensional grid-based layout system based on both columns and rows. Thanks to this feature, Grid is the most powerful layout system currently available in CSS, even more than the CSS Flexbox layout which a one-dimensional system. How to use it? Grid / Inline To get started, you have to create an html file where you define all your containers. I’ll let you do it without any clues because I know you…

Lire la suite Lire la suite

PMI/PMBOK Methodology

PMI/PMBOK Methodology

The PMBOK (Project Management Body of Knowledge) methodology has been created by the Project Management Institute (PMI). It’s a guide book which gather all the knowledges in Project Management.The first editon was published in 1996 as A guide to the project Management Body of Knowledge (PMBOK Guide). Since, six editions have been published. 1/ IntroductionThe guide documents and describes the basics and practices in Project Management, applicabled to most projects.This methodology is divided in five processes : Initiating ; Planning…

Lire la suite Lire la suite