A alexanderjuulj.com
A alexanderjuulj.com
Main
  • Home
  • Resume (CV)
Web Development
  • CSS
  • A11y
  • Tools
  • Libraries
  • Analytics
  • WordPress
Gaming
  • Hogwarts Legacy
  • Football Manager
  • Call of Duty Warzone
A11y
Apr 3, 2023

Improving Accessibility with ARIA attributes

Accessibility is an important aspect of web design, as it ensures that everyone, including people with disabilities, can access and use your website.

Written by Alexander
A11y Common Practices
A11y
Apr 2, 2023

Common Semantic Elements

In this blog post, I will focus on some of the most commonly used semantic HTML elements and their purpose.

Written by Alexander
A11y
Apr 1, 2023

Introduction to Semantic HTML

Semantic HTML is an essential aspect of web development that helps create accessible, SEO-friendly websites. Semantic HTML refers to the use of HTML elements to convey the meaning of content on a web page, rather than just defining its appearance.

Written by Alexander
CSS
Mar 31, 2023

Custom Properties (CSS Variables): CSS Best Practices, Part 10

CSS custom properties (also known as CSS variables) allow you to define variables that can hold a value, such as a color or font size, which can be used throughout your CSS.

Written by Alexander
CSS
Mar 30, 2023

CSS Reset: CSS Best Practices, Part 9

When it comes to web development, CSS plays a vital role in styling a website. However, different browsers have different default styles, which can make it challenging to ensure a consistent look across all platforms. That's where reset CSS comes in.

Written by Alexander
CSS Flexbox
CSS
Mar 29, 2023

Flexbox: CSS Best Practices, Part 8

Flexbox is a layout module in CSS that provides a more efficient way to arrange, align and distribute space among items in a container, even when their size is unknown or dynamic.

Written by Alexander
CSS
Mar 28, 2023

Vendor prefixes: CSS Best Practices, Part 7

Working with experimental CSS requires you to know about vendor prefixes. Ensuring browser compatibility is important in an everchanging landscape, where new browsers are continuously being introduced.

Written by Alexander
CSS
Mar 27, 2023

Global styles: CSS Best Practices, Part 6

Global styles in CSS needs to be used with care. Creating too many global classes, can have unwanted consequences, be hard to maintain and force you into using !important.

Written by Alexander
CSS
Mar 26, 2023

Media Queries: CSS Best Practices, Part 5

Media queries are a fundamental technique in making a website responsive and mobile-friendly. Media queries are a way to apply different styles to a website based on the size and characteristics of the device that is being used to view the website.

Written by Alexander
Commenting your CSS code
CSS
Mar 25, 2023

Commenting your code: CSS Best Practices, Part 4

I’ve never been much for commenting my own code, until I realised how much it helps other developers understand my logic, approach and it shorten the time they spend on getting familiar with my projects.

Written by Alexander
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

Archives

  • May 2023
  • April 2023
  • March 2023

Categories

  • Gaming
  • Leisure
  • Technology
  • Web Development