background preloader

HTML URL Encoding Reference

HTML URL Encoding Reference
Related:  DocumentationProgramming

MIME types - HTTP A media type (also known as a Multipurpose Internet Mail Extensions or MIME type) is a standard that indicates the nature and format of a document, file, or assortment of bytes. It is defined and standardized in IETF's RFC 6838. The Internet Assigned Numbers Authority (IANA) is responsible for all official MIME types, and you can find the most up-to-date and complete list at their Media Types page. Important: Browsers use the MIME type, not the file extension, to determine how to process a URL, so it's important that web servers send the correct MIME type in the response's Content-Type header. If this is not correctly configured, browsers are likely to misinterpret the contents of files and sites will not work correctly, and downloaded files may be mishandled. Structure of a MIME type The simplest MIME type consists of a and a ; these are each strings which, when concatenated with a slash (/) between them, comprise a MIME type. Types There are two classes of type: discrete and multipart.

Le fléau des bouteilles en plastique en une infographie Camille Richer travaille pour l’entreprise de vente de machines d’occasion Trade Machine et a réalisé cette infographie. Chaque jour, en France, nous consommons 25 millions de litres d’eau qui provient de bouteilles en plastique. Cette surconsommation est absolument aberrante : pourquoi boire autant d’eau en bouteille alors que 96 % des foyers ont accès à une eau du robinet potable et bonne ? L’infographie ci-après analyse la situation : pourquoi achète-t-on des bouteilles d’eau, alors que l’eau du robinet est bien moins chère ? Vous avez aimé cet article ? Lire aussi : BD - L’eau en bouteille ? Source : Camille Richer

Update the IDE and SDK Tools  |  Android Developers Once you install Android Studio, you can keep the Android Studio IDE and Android SDK tools up to date with automatic updates and the Android SDK Manager. Update your IDE using JetBrains Toolbox If you installed Android Studio using JetBrains Toolbox, then Toolbox is responsible for handling updates to Android Studio. Toolbox lets you install canary, beta, and stable versions of Android Studio in parallel. It also lets you roll back to earlier versions of each, if required. Note: The dev channel versions of Android Studio are not available in Toolbox. Figure 1. Update your IDE and change channels If you installed Android Studio manually, Android Studio notifies you with a small bubble dialog when an update is available for the IDE. Updates for Android Studio are available from the following release channels: Canary channel: these bleeding-edge releases are updated roughly weekly and are available for download on the Preview release page. Figure 2. Delete unused Android Studio directories .

WebcodingEasy.com - PHP API's (Google image API using cURL) There are alot of tutorials on Google Image search API using javascript interface, but what if you want to do it old fashion way, using php and curl? Well here is a way to do it. Then you can use this piece of code, just don't forget to input your API key: PHP curl requests return only 4 image result from 64 maximum allowed images. To retrieve more in most effective way try this Google Image PHP class ASCII Code - The extended ASCII table Sérialisation du médicament: un vaste chantier informatique contraint par le calendrier Moins de 350 jours. C'est le temps qui reste à l'ensemble des acteurs de la chaîne d'approvisionnement du médicament (industriels pharmaceutiques, grossistes-répartiteurs, dépositaires, pharmacies officinales et hospitalières) pour être en conformité avec le nouveau règlement européen sur la sérialisation du médicament, qui entrera en vigueur le 9 février 2019. Adopté fin 2015, ce texte complète la directive sur les médicaments falsifiés (2011/62/EU) et fixe les dispositifs de sécurité qui doivent figurer sur l'emballage des médicaments afin de lutter contre la contrefaçon. Concrètement, à compter du 9 février 2019, les datamatrix (codes-barres à deux dimensions) figurant sur les boîtes de médicaments devront contenir, en plus des informations habituelles (code identifiant de présentation, numéro de lot, date de péremption), un numéro de série spécifique à la boîte concernée (voir dépêche du 1er décembre 2017). Le club inter-pharmaceutique à la manœuvre Craintes sur le financement

Markdown Syntax Documentation Note: This document is itself written using Markdown; you can see the source for it by adding ‘.text’ to the URL. Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. To this end, Markdown’s syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to look like what they mean. Inline HTML Markdown’s syntax is intended for one purpose: to be used as a format for writing for the web. Markdown is not a replacement for HTML, or even close to it. For any markup that is not covered by Markdown’s syntax, you simply use HTML itself. The only restrictions are that block-level HTML elements — e.g. For example, to add an HTML table to a Markdown article: This is a regular paragraph. Note that Markdown formatting syntax is not processed within block-level HTML tags. Span-level HTML tags — e.g. Automatic Escaping for Special Characters © 4 < 5 1.

API Graph pour Instagram - Documentation The Instagram Graph API allows Instagram Professionals — Businesses and Creators — to use your app to manage their presence on Instagram. The API can be used to get and publish their media, manage and reply to comments on their media, identify media where they have been @mentioned by other Instagram users, find hashtagged media, and get basic metadata and metrics about other Instagram Businesses and Creators. The API is intended for Instagram Businesses and Creators who need insight into, and full control over, all of their social media interactions. If you are building an app for consumers or you only need to get an app user's basic profile information, photos, and videos, consider the Instagram Basic Display API instead.

HTTP status codes - ascii-code.com Below is a list of response codes for HTTP returned by servers on the Internet. Most of these status codes are specified by RFC 2616, while some are unstandardized status codes which are also used on the web. The codes help identify the cause of the problem when a web page or other resource does not load properly. The response code ranging from 1XX to 5XX. 1xx Informational Responses HTTP status codes in the 1xx are typically informational. 100 Continue 101 Switching Protocols 102 Processing 103 Checkpoint 122 Request-URI too long 2xx Successful Responses Status codes in the 2xx range indicate that the transaction was received, understood, accepted and processed successfully. 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information (since HTTP/1.1) 204 No Content 205 Reset Content 206 Partial Content 207 Multi-Status (WebDAV) (RFC 4918) 226 IM Used (RFC 3229) 3xx Redirection Responses HTTP status codes in the 3xx range pertain to redirection. 4xx Client Error 5xx Server Error

Related: