List of common resolutions
Computer graphics[edit] For the table below, SAR (storage aspect ratio) is based solely on pixel count. It does not take into account PAR (pixel aspect ratio, pixels may be non-square) and thus the DAR (display aspect ratio, the aspect ratio of the actual image that is displayed) may differ.[note 1]
Website names and addresses
Website names and addresses (URLs) don’t require any special visual treatment in running text—no quotation marks or italics, for example—but URLs in particular need to be treated with care so that the reader can find the site. Website names Follow these guidelines for referring to the name of a website in copy:
Improve Your Debugging Skills with Chrome DevTools
In this post we cover best practices and tips for using Chrome Dev Tools, which will help you solve your web application development struggles more easily. Have you ever had trouble with incorrectly executed JavaScript? Have you ever struggled with fine-tuning the CSS of the elements on your web page?
RGPD : se préparer en 6 étapes
Facebook est désactivé. Autorisez le dépôt de cookies pour accéder à cette fonctionnalité. Twitterest désactivé.
Software Package Data Exchange (SPDX)
The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document, in source files or elsewhere. The SPDX License List includes a standardized short identifier, full name, vetted license text including matching guidelines markup as appropriate, and a canonical permanent URL for each license and exception. License Exceptions: The list of commonly found exceptions to free and open source licenses, which can be used with the License Expression operator, "WITH" to create a license with an exception.
Un site non sécurisé via HTTPS sera pénalisé à partir d'octobre 2017 !
Tous les sites non sécurisés avec un certificat SSL seront signalés dans le navigateur Google Chrome à partir du mois d'octobre 2017. A partir du mois d’octobre, un site non sécurisé via le protocole HTTPS sera pénalisé par la mention « Non sécurisé ». Qu’est-ce qu’un site non sécurisé ou non HTTPS ?
HTML5 and Search Engine Optimisation (SEO)
Through our handy Ask The Doctor service, we get a lot of e-mails asking us about HTML5’s effect on Search Engine Optimisation (SEO). While we can’t answer in great detail (Messrs Google, Yahoo, Bing, and their friends haven’t sent us in-depth details of their algorithms), we’ve rounded up some useful facts from Google, the world’s most dominant search engine. At the moment, Google indexes HTML5 microdata (more about microdata) but does not reward you for using the new HTML5 structural elements, but neither does it penalise you: As HTML5 gains in popularity and as we recognize specific markup elements that provide value to our indexing system, this is likely to change, but at the moment I would not assume that you would have an advantage by using HTML5 instead of older variants….Personally, I would recommend using HTML5 where you think that it already makes sense, perhaps reverting to HTML4 if you can determine that the browser won’t support the elements of HTML5 that you use properly.
HTTP/1.1: Status Code Definitions
Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response. 10.1 Informational 1xx This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. There are no required headers for this class of status code. Since HTTP/1.0 did not define any 1xx status codes, servers MUST NOT send a 1xx response to an HTTP/1.0 client except under experimental conditions.
Tester son application Angular avec Karma et Jasmine - Atomrace
Karma Karma est un outil de terminal JavaScript qui permet le lancement de navigateurs web. Une fois le navigateur lancé, Karma y charge le code de l'application et exécute vos tests. Il est possible d'utiliser Karma afin de lancer votre application sur plusieurs navigateurs (Chrome, Safari, IE, PhantomJS, …). Cela vous permet de vérifier que votre application fonctionne bien partout!