NEWS // LOGS

NEWS.

Discover our latest articles, technical guides, and agency news.

legal.webp
How do I do that? 20/11/2015
JH Joffrey H.

How to write your Terms of Use (CGU), Terms and Conditions (CGV), and Legal Notices?

When launching a website, a common question arises :

raccourcis-windows.webp
How do I do that? 20/11/2015
JH Joffrey H.

How to save a lot of time when updating your website ?

Here’s an overview of the main Windows shortcuts to save a lot of time when managing your website.

conditions-boucles-sass.webp
HTML/CSS/JS Integration 20/11/2015
SR Stéphane R.

SASS – Lesson 5 : Conditions and Loops

Conditions

screenshot.webp
How do I do that? 20/11/2015
JH Joffrey H.

How to easily take screenshots and annotate them ?

We often need to take screenshots, whether to show a page, request a modification in a specific area, etc.

function-sass.webp
HTML/CSS/JS Integration 20/11/2015
SR Stéphane R.

SASS – Lesson 4 : Mixins and Functions

A mixin is a piece of customizable and reusable code anywhere in your SASS file.

symfony-1.webp
How do I do that? 20/11/2015
JH Joffrey H.

Retrieve the current URL in a Symfony 2 controller

Here is the code to use to retrieve the current URL in a controller.

logo-joomla.svg
How do I do that? 20/11/2015
JH Joffrey H.

How to insert an image into a Joomla article?

There are several ways to insert images into a Joomla article.

variable-sass.webp
HTML/CSS/JS Integration 20/11/2015
SR Stéphane R.

SASS – Lesson 3 : Variables

A variable can hold several types of information: a color code, a calculation, or even a true/false value (boolean).

logo-joomla-1.svg
How do I do that? 20/11/2015
JH Joffrey H.

How to Embed a YouTube Video in a Joomla Article or Any Other Web Page?

If you want to display a YouTube video directly on your web page rather than just linking to YouTube.

factorisation-sass.webp
HTML/CSS/JS Integration 20/11/2015
SR Stéphane R.

SASS – Lesson 2 : Divide and conquer, refactoring

In CSS, dividing style sheets is a practice that is discouraged because it decreases site performance by multiplying the number of requests to the server.