NEWS.
Discover our latest articles, technical guides, and agency news.
How to write your Terms of Use (CGU), Terms and Conditions (CGV), and Legal Notices?
When launching a website, a common question arises :
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.
SASS – Lesson 5 : Conditions and Loops
Conditions
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.
SASS – Lesson 4 : Mixins and Functions
A mixin is a piece of customizable and reusable code anywhere in your SASS file.
Retrieve the current URL in a Symfony 2 controller
Here is the code to use to retrieve the current URL in a controller.
How to insert an image into a Joomla article?
There are several ways to insert images into a Joomla article.
SASS – Lesson 3 : Variables
A variable can hold several types of information: a color code, a calculation, or even a true/false value (boolean).
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.
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.