Blog

L'article en lumière

Customiser un input checkbox avec un label

Screenshot du résultat final de la checkbox.

Laura Durieux

Hello hello ! Le but de cet article est d’expliquer pas à pas comment customiser un input checkbox tout en gardant son label. Le plus important, c’est de réussir à jouer avec l’apparence de l’input tout en le laissant 100% accessible.

Lire la suite

Derniers articles sortis

  • Getting Started with Web Accessibility: Tips and Best Practices

    Laura Durieux

    Web accessibility is crucial for ensuring that everyone, regardless of their abilities, can access and use the internet. By following best practices for accessibility, you can make your website more inclusive and user-friendly for all visitors. In this article, we’ll explore the importance of accessibility and provide tips and guidelines for implementing accessibility best practices […]

    Lire la suite
  • An Introduction to Responsive Web Design

    Laura Durieux

    In today’s digital landscape, it’s more important than ever for websites to be accessible and easy to use on a variety of devices. Enter responsive web design. What is responsive web design? Responsive web design is a design approach that ensures that a website’s layout and content adjusts seamlessly to the size and shape of […]

    Lire la suite
  • 10 Tips for Improving the Performance of Your Web Applications

    Laura Durieux

    Improving the performance of your web applications is essential for providing a good user experience and ensuring that your web pages load quickly and efficiently. In this article, we will discuss 10 tips for improving web application performance. From using a content delivery network (CDN) to serve static assets to optimizing images and implementing lazy […]

    Lire la suite
  • Comment savoir si une propriété spécifique existe sur un objet JavaScript ?

    Laura Durieux

    Quand nous travaillons avec les objets en JavaScript, il y a toujours un moment où nous nous demandons si une propriété spécifique existe ou non.
    Cet article est ici pour vous montrer 3 moyens de vérifier si une propriété spécifique existe sur un objet.

    Lire la suite
  • Créer un effet d’ombre au scroll en CSS pure

    Laura Durieux

    Quand j’ai découvert l’article de Lea Verou "Pure CSS scrolling shadows with background-attachment: local", je me suis écriée que cette femme est un génie ! Lorsque l’on pense à ce genre de détail, directement nous nous disons que c’est qu’en JavaScript. Pourtant, avec la propriété background-attachment: local, cela devient un jeu d’enfant. Pour cet article, […]

    Lire la suite
  • Customiser un input checkbox sans label

    Laura Durieux

    Comme dans mon article précédant, le but de celui-ci sera de réussir à déveloper un input checkbox sans label visible avec seulement de l’`HTML` et du `CSS` tout en restant 100% accessible.

    Lire la suite
  • Customiser un input checkbox avec un label

    Screenshot du résultat final de la checkbox.

    Laura Durieux

    Hello hello ! Le but de cet article est d’expliquer pas à pas comment customiser un input checkbox tout en gardant son label. Le plus important, c’est de réussir à jouer avec l’apparence de l’input tout en le laissant 100% accessible.

    Lire la suite
  • Use of the while loop with SQL

    3D picture of a Database in blue color

    Laura Durieux

    A little reminder of how to use while loop with SQL.

    Lire la suite
  • How to get the difference between two DateTime in hour with C# ?

    Picture of an alarm in a beautiful pastel colored background representing the difference between two DateTime in hour.

    Laura Durieux

    I am currently developing a mobile app with Xamrin.Forms and I had to know the number of hours between two dates. I wanted to share with you the solution I found.

    Lire la suite
  • How create hex colors in Xamarin.Forms in XAML ?

    3D Image representing a kind of crystal, making think of colors with hex colors.

    Laura Durieux

    I was shocked, how long it took me to succeed in finding how to use the alpha layer in hexadecimal colours in XAML. Well, turns out it is really simple.

    Lire la suite