background preloader

Components

Available glyphs Includes over 250 glyphs in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you include a link back to Glyphicons whenever possible. How to use For performance reasons, all icons require a base class and individual icon class. Don't mix with other components Icon classes cannot be directly combined with other components. Only for use on empty elements Icon classes should only be used on elements that contain no text content and have no child elements. Changing the icon font location Bootstrap assumes icon font files will be located in the .. Change the @icon-font-path and/or @icon-font-name variables in the source Less files. Use whatever option best suits your specific development setup. Accessible icons Modern versions of assistive technologies will announce CSS generated content, as well as specific Unicode characters.

Aide mémoire pour Bootstrap | Maths, Info, etc. Twitter Bootstrap est une collection d'outils utile à la création de sites web et applications web. C'est un ensemble qui contient des codes HTML et CSS, des formulaires, boutons, outils de navigation et autres éléments interactifs, ainsi que des extensions JavaScript en option.Cette plate-forme a été conçue par deux développeurs faisant partie de la mouvance de développeurs qui gravitent autour de Twitter, Mark Otto et Jacob Thornton (@mdo et @fat).Ce site utilise un modèle basé sur Bootstrap. Cette page a pour objectif de lister les différents éléments gérés par Bootstrap pouvant être intégrés dans les pages et les articles utilisant ce modèle. La page est divisée en 12 colonnes.Pour écrire sur deux colonnes : <div class="row"><div class="col-lg-6"> Première colonne </div><div class="col-lg-6"> Deuxième colonne </div></div> Première colonne Deuxième colonne Pour écrire sur trois colonnes : Troisième colonne Boutons simples Boutons déroulants Taille des boutons Boutons de type bloc <! <h1 > h1.

Buttons With Built-in Progress Meters Martin Angelov Progress bars have become quite popular lately, and there are lots of plugins that can help you add one to your site. But how do you make one yourself? They will be perfect for displaying progress while submitting forms or loading content via AJAX. The HTML In the first section of the tutorial, we will write the HTML markup. index.html <! The markup is pretty simple. data-type specifies what type of progress bars will be shown. If you omit an attribute, the default value will be used. Buttons With Built-in Progress Meters The jQuery Code In this part of the tutorial, we are going to write the JavaScript and jQuery code to make the buttons work. assets/js/script.js progressInitialize sets up an event listener for the progress custom event that the other functions call whenever the meter needs to be updated. The other important thing is that we are setting two special classes on the buttons – .in-progress while the progress meter is moving, and .finished when it’s ready. The CSS

Le pattern MVC en PHP Le modèle MVC (Modèle-Vue-Contrôleur) cherche à séparer nettement les couches présentation, traitement et accès aux données. Une application web respectant ce modèle sera architecturée de la façon suivante : Le traitement d'une demande d'un client se déroule selon les étapes suivantes : Le client fait une demande au contrôleur. Ce contrôleur voit passer toutes les demandes des clients. Une telle architecture est souvent appelée "architecture 3-tier" ou à 3 niveaux. L'interface utilisateur est souvent un navigateur web mais cela pourrait être également une application autonome qui via le réseau enverrait des requêtes HTTP au service web et mettrait en forme les résultats que celui-ci lui envoie. L'architecture MVC est bien adaptée à des applications web écrites avec des langages orientés objet. On mettra la logique métier de l'application dans des modules séparés des modules chargés de contrôler le dialogue demande-réponse. Dans le bloc [Logique Applicative], on pourra distinguer :

Store HTML Table Values in a Javascript Array and Send to a PHP Script Using jQuery and Ajax | FourFront Jan022013 Sometimes you need to work from the client side back to the server. This tutorial demonstrates how to use jQuery to read the values in an HTML table and store the values in a Javascrip array that can be sent to a PHP script on a server. The code examples on this page are functional code snippets and can be viewed in the source for this page. This tutorial is divided into the following steps for clarity: The following table will be used to demonstrate the code samples. Use jQuery to read the text values in an HTML table The first step is setting up the code to access each table cell. The jQuery .each function is used to iterate through the table rows storing the table row identifier in the tr variable. For example, the columns in the sample table will have index values of 0 - 3. Try It: Execute the Javascript to read each table cell Store HTML Table Values into Multidimensional Javascript Array Object Try It: Execute the Javascript to save table cell values to an array

Bootstrap 3 Tutorial (casi) Todas las formas conocidas para hacerlo (24) Pocas cuestiones como el tema de centrar suscitan tantas y tan variadas consultas por quienes se inician en Css. Bueno, y no tan iniciáticos. Este tema suele ser fuente de múltiples frustraciones. Y en la mayoría de los casos el error inicial es no pararse a pensar en qué tipo de elemento se pretende centrar y qué propiedades tiene. Al plantearse centrar un elemento con css hay que tener claro como cuestión preliminar si es un elemento de bloque o si es de línea, si a priori se conocen sus dimensiones y en qué unidad están definidas (absoluta o relativa) y las de su contenedor. Sin olvidar que no es lo mismo el centrado en X (horizontal) que en el eje Y (vertical). Así que vamos a ver diferentes formas (16) 25 de centrar una caja con Css. Sólo se puede centrar un elemento dentro de otro cuando su tamaño es inferior al de la caja que lo contiene. Centrado horizontal de elementos Centrado horizontal con anchuras fijas y conocidas: Centrado horizontal anchura relativas: y el resultado:

Référence des fonctions - Manual Affecte le comportement de PHP » « Using SystemTap with PHP DTrace Static Probes Manuel PHP Edit Report a Bug Référence des fonctions ¶ Astuce Voir aussi Catégorie/Liste des extensions. add a note User Contributed Notes There are no user contributed notes for this page. HTML5 Canvas free-programming-books/free-programming-books.md at master · vhf/free-programming-books

Related: