Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 3,420 for

point

(0.12 sec)
  1. Les images en HTML - Apprendre le développement...

    Au début, le Web n'était que du texte, ce qui était un peu ennuyeux. Heureusement, il n'a pas fallu longtemps pour que la possibilité d'intégrer des images ( et d'autres types de contenu intéressants) dans une page web soit ajoutée. Bien qu'il y ait plusieurs types de contenu multimedia, il est logique de commencer avec l'humble élément , utilisé pour intégrer une image dans une page web. Dans cet article, nous approfondirons son utilisation en abordant les principes fondamentaux, l'annotation par légendes utilisant
    , et en analysant sa relation avec les images d'arrière-plan du CSS .... Note : D'un point de vue accessibilité, les légendes...

    developer.mozilla.org/fr/docs/Learn/HTML/Multim...
  2. Django Tutorial Part 5: Creating our home page ...

    We just created the home page for our site — an HTML page that displays a number of records from the database and links to other yet-to-be-created pages. Along the way we learned fundamental information about URL mappers, views, querying the database with models, passing information to a template from a view, and creating and extending templates....dynamically create a URL that points to the resource that the mapper...does it look like? At this point we have created all required...

    developer.mozilla.org/en-US/docs/Learn/Server-s...
  3. Microsoft Security Bulletin MS12-022 - Importan...

    Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest f......Administrative Installation Points, refer to the Office Administrative...Administrative Installation Point information in the Detection and...

    learn.microsoft.com/en-us/security-updates/secu...
  4. JavaScript performance optimization - Learn web...

    It is very important to consider how you are using JavaScript on your websites and think about how to mitigate any performance issues that it might be causing. While images and video account for over 70% of the bytes downloaded for the average website, byte per byte, JavaScript has a greater potential for negative performance impact — it can significantly impact download times, rendering performance, and CPU and battery usage. This article introduces tips and techniques for optimizing JavaScript to enhance the performance of your website....they are available at some point in the future . Modern asynchronous...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  5. JavaScript basics - Learn web development | MDN

    JavaScript is a programming language that adds interactivity to your website. This happens in games, in the behavior of responses when buttons are pressed or with data entry on forms; with dynamic styling; with animation, etc. This article helps you get started with JavaScript and furthers your understanding of what is possible....code and use it as a starting point. Go to your test site and create...

    developer.mozilla.org/en-US/docs/Learn/Getting_...
  6. Imágenes adaptables - Aprende desarrollo web | MDN

    En este artículo, aprenderemos sobre el concepto de imágenes adaptables — imágenes que funcionan bien en dispositivos con una amplia diferencia de tamaño de pantallas, resoluciones y otras tantas características — y observar qué herramientas proporciona HTML para ayudar a implementarlas. Esto ayuda a mejorar el rendimiento en diferentes dispositivos....html as a starting point, if you like) Find a nice wide...

    developer.mozilla.org/es/docs/Learn/HTML/Multim...
  7. How to Create GroupDocs Viewer Plugin for Conta...

    This article explains the basics of creating a plugin for the Contao CMS using the Contao Viewer plugin as an example. You can download the completed plugin from Contao. Requirements Contao CMS PHP 5.3 JavaScript PreparationTo create a GroupDocs Viewer plugin for Contao CMS: Install Contao CMS. The installation of this CMS is a simple. Allow GroupDocs to appear go to Admin > Setting > Security settings > Allowed HTML tags and just add at the end....can use this as the starting point to get the position for where...

    blog.groupdocs.com/viewer/how-to-create-groupdo...
  8. content/files/en-us/mdn/community/issues/index....

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....discussion first, in which case, point the author to open a [ discussion...yet, usually because a link points to it. - ` needs content update...

    github.com/mdn/content/blob/main/files/en-us/md...
  9. index.json

    [{"content":"In today’s digital landscape, almost everyone uses popular formats like MS Word (DOC/DOCX) and PDF. Each format has its own strengths, making them widely used across various industries......as inventory management and point-of-sale transactions. We will...the camera, you just have to point your camera to the barcode.\nSwitch...

    blog.groupdocs.com/index.json
  10. Iteration protocols - JavaScript | MDN

    Iteration protocols aren't new built-ins or syntax, but protocols. These protocols can be implemented by any object by following some conventions....arrow function allows `this` to point to the // one of `[Symbol.iterator]()`...iterator returns the string's code points one by one: js const iterator...

    developer.mozilla.org/en-US/docs/Web/JavaScript...