This guide serves as an introduction to learning JavaScript, covering necessary prerequisite knowledge and addressing common obstacles. It highlights JavaScript’s origins, essential concepts, and practical applications across different environments.
Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. These characters are characterized by being designed to be connected horizontally and/or vertically with adjacent characters, which requires proper alignment. Box-drawing characters therefore typically only work well with monospaced fonts.
The image-rendering CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.
Anchor links (also called jump links) are an easy way to provide in-page navigation. For example, a table of contents could use anchor links to take readers...
The font-size CSS property sets the majuscule (“uppercase”) text size. The (font-)size-adjust property can set the minuscule (“lowercase”) size independently.
Sometimes we would like to dump all the MySQL databases. MySQL provides an easy solution to this problem: However this will dump stuff into one file. How to dump all databses into separate files? Well, here is my solution. A small bash script: Be aware, that in order to execute this script from cron, you […]
Lots of different techniques to properly set up images for responsive & retina screens.
<picture>
<!-- Put the biggest at the top, because the first appropriate one will be selected -->
<source media="(min-width: 60em)" srcset="large.jpg">
<source media="(min-width: 38em)" srcset="medium.jpg">
<img src="small.jpg" alt="A giant squid swimming deep in the sea">
</picture>
Native horizontal scroll with mouse wheel is not so trivial for the user. However, this behavior can... Tagged with html, javascript, webdev, tutorial.
The 8th generation of nG Firewall now is available for testing. We've got a great team of beta testers already checking things out. Everything going...
ReplierReplier toutDéplierDéplier toutÊtes-vous sûr de vouloir supprimer ce lien ?Êtes-vous sûr de vouloir supprimer ce tag ?
The personal, minimalist, super-fast, database free, bookmarking service par la communauté Shaarli