CSS variables or custom properties: how they work March 7, 2023 CSS variables, also called "custom properties", are a powerful tool that allows you to define a value and reuse it within a style sheet. Read more
Python Python: how to check the URLs of a sitemap March 6, 2023 In this article, we will explain how to check that all URLs in a sitemap are live using Python. Read more
Python Python: how to use prepared queries in MySQL Connector March 6, 2023 In this article we will see how to make prepared queries with MySQL Connector in Python. Read more
Python Python: how to resize images with ImageMagick March 6, 2023 In this article we will see how to use ImageMagick to resize images in Python. Read more
JavaScript JavaScript: how to delete a cookie March 6, 2023 In this article we will see how to delete a cookie in JavaScript. Read more
Python Python: how to send an email with attachments March 6, 2023 In this article we will see how to send an email with attachments in Python. Read more
Python Python: solutions to access the last element in a list March 6, 2023 To access the last element of a Python list, there are several solutions. Read more
JavaScript JavaScript: how to create a query string with URLSearchParams March 6, 2023 In this article we will see how to create a query string with the JavaScript URLSearchParams object. Read more
JavaScript JavaScript: how to create a date in the past March 6, 2023 In this article we will see how to create a date in the past with JavaScript. Read more
JavaScript JavaScript: how to display the file size of an uploaded file using the File API March 6, 2023 In this article we will see how to use the File API to get the size of a file and format it so that it is human readable. Read more