background preloader

Technologie

Facebook Twitter

jQuery Interactive 3D by Pete R. | The Pete Design.

i18n

Fuel Crash Course. An introduction to the Fuel PHP framework Before You Get Started This tutorial is here to introduce you to the FuelPHP framework by walking you through the creation of a simple messaging app. Choose – Windows or Linux/OSX Linux/OSX Instructions or Windows Instructions Requirements First and foremost, here’s what you’re going to need on Linux/OSX: Showing Instructions for: Linux/OSX Windows Keep in mind that the completed source code for this tutorial is available from the Fuel Crash Course GitHub repository. Part 1 – Creating a Messaging System Basic FuelPhp Setup Create a folder called “fuel_intro” in the htdocs folder of xampp. Next, open up command line, navigate to that folder, and type in the following: git clone . Now that the files have been clones, you have to update all the registered submodules by typing in the following two commands: git submodule init then git submodule update php composer.phar update Checking Your Work Troubleshooting sudo chmod -R 777 logs.

Clever PNG Optimization Techniques. Advertisement As a web designer you might be already familiar with the PNG image format which offers a full-featured transparency. It’s a lossless, robust, very good replacement of the elder GIF image format. As a Photoshop (or any other image editor) user you might think that there is not that many options for PNG optimization, especially for truecolor PNG’s (PNG-24 in Photoshop), which doesn’t have any.

Some of you may even think that this format is “unoptimizable”. Well, in this post we’ll try to debunk this myth. This post describes some techniques that may help you optimize your PNG-images. You may want to take a look at the following related articles: Clever JPEG Optimization Techniques1 The boring part Before we dive into image optimization techniques, we have to learn some technical details about the PNG format. PNG was developed as an open-source replacement of the proprietary GIF format. Scanline filtering Here is how it works. GIF, 2568 bytes PNG, 372 bytes Image type 1. 2. 3. 4.

iOS

Les 30 sélecteurs CSS à connaître absolument. Tomsyweb.com Buy this domain The owner of tomsyweb.com is offering it for sale for an asking price of 345 GBP! Related Searches This page provided to the domain owner free by Sedo's Domain Parking. Google Map API V3 : Placer un marker sur la carte - Code-Web.org. L'objectif de ce billet est de créer une carte Google Map sur laquelle nous localiserons un cinéma Pathé. Nous placerons à cette endroit un logo Pathé à la place de l'image classique des Marker Google Map. Enfin nous adjoindrons une fenêtre d'informations à ce Marker qui proposera de se rendre sur le site officiel du cinéma. Placer un Marker Nous allons utiliser l'objet Marker de l'API Google Map. Son constructeur prend un seul paramètre, un tableau statique d'options : position définit la position du Marker sur la carte et prend un objet de type LatLng.map définit la carte sur laquelle afficher le Marker et prend donc un objet de type Map.title définit le texte qui sera affiché au survol de la souris et prend une chaîne de caractères classique.

Vous pouvez observer le rendu de ce premier exemple. Personnaliser l'icône du Marker Nous allons maintenant remplacer l'image classique des Marker Google Map par une image de notre choix. Vous pouvez observer le rendu de ce deuxième exemple. Styled Maps - Google Maps JavaScript API v3. Overview Styled maps allow you to customize the presentation of the standard Google base maps, changing the visual display of such elements as roads, parks, and built-up areas. There are two ways to apply styles to a map: By setting the .styles property of the map's MapOptions object. This approach changes the style of the standard map types (base imagery in terrain and satellite views is not affected, but roads, labels, etc. respect styling rules).

See Changing the Default Map Style. Both approaches take an array of MapTypeStyles, each of which is composed of selectors and stylers. Style Syntax Styled maps use two concepts to apply colors and changes to a map: Map features are the geographic elements that can be targeted on the map. Map features and stylers are combined into a style array, which is passed to the default map's MapOptions object, or to the StyledMapType constructor.

Its component pieces are described below. Map Features For example: Stylers The Hue, Saturation, Lightness Model. Animate Your HTML5.

CMS

HTML5/CSS3/jQuery.