background preloader

Tutoriels XHTML, CSS, Accessibilité, JavaScript

Tutoriels XHTML, CSS, Accessibilité, JavaScript

https://www.alsacreations.com/tutoriels/

Related:  HTML/CSSJavascript, jQuery, SQL, HTML

How to Develop Web Applications with Ajax, Pt. 1 - WebReference.com - How to Develop Web Applications with Ajax, Pt. 1 Each time the state of the XMLHttpRequest changes, the “onreadystatechange” event is triggered. By using “xmlObj.onreadystatechange = function(){ … }” we build and run a function on-the-fly each time the state of the XMLHttpRequest object changes. There are a total of 5 states, starting with 0 and going through 4. The fifth state (number 4) is when we are certain that data will be available, so we check the xmlObj.readyState for “4” to see if data is available. If it is, we run the updateObj function.

haXe Introduction Haxe (pronounced as hex) is an open source programming language While most other languages are bound to their own platform (Java to the JVM, C# to .Net, ActionScript to the Flash Player), Haxe is a multiplatform language. It means that you can use Haxe to target the following platforms : Javascript : You can compile a Haxe program to a single .js file. A Complete Guide to Flexbox Background The Flexbox Layout (Flexible Box) module (a W3C Candidate Recommendation as of October 2017) aims at providing a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic (thus the word “flex”). The main idea behind the flex layout is to give the container the ability to alter its items’ width/height (and order) to best fill the available space (mostly to accommodate to all kind of display devices and screen sizes). A flex container expands items to fill available free space or shrinks them to prevent overflow. Most importantly, the flexbox layout is direction-agnostic as opposed to the regular layouts (block which is vertically-based and inline which is horizontally-based). While those work well for pages, they lack flexibility (no pun intended) to support large or complex applications (especially when it comes to orientation changing, resizing, stretching, shrinking, etc.).

Download jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download a sourcemap file for use when debugging with a compressed file. Modéliser un réseau local avec Prime - Create Complete Network Planning & Administration Models With Prime Creating network inventories or network planning and administration layout models can be difficult. In my last job, I had to manage the inventory of more than 250 systems and network devices using an excel sheet designated by the senior network admin. As the inventory required periodic updates, it meant that each change had to be entered after identifying the system from the device tags mentioned in the Excel sheets. When making network models things can be even more complex than managing an inventory.

Basic Flash MX/MySQL chat 1. Introduction Welcome to my first tutorial regarding Flash MX and PHP. Here, we will try to set up a simple Flash chat in order to implement it into your web pages without using any socket connection. on programming and open source Google Open Source Build Tool » By admin on Sep 12, 2015 in open source | 0 Comments Bazel is Google’s own build tool, now publicly available in Beta. Bazel has built-in support for building both client and server software, including client applications for both Android and iOS platforms. Cirrus CSS Typography Cirrus primarily uses Montserrat and Nunito Sans as its core font choices with easy customization through its modifiers. Montserrat CSS Grid and Grid Inspector in Firefox CSS Grid Layout is a two-dimensional layout system for the web. It lets you lay content out in rows and columns, and has many features that make building complex layouts straightforward. This article will give you all you need to know to get started with page layout. What is grid layout? A grid is a collection of horizontal and vertical lines creating a pattern against which we can line up our design elements. They help us to create designs where elements don’t jump around or change width as we move from page to page, providing greater consistency on our websites.

Differences from Java Groovy tries to be as natural as possible for Java developers. We've tried to follow the principle of least surprise when designing Groovy, particularly for developers learning Groovy who've come from a Java background. Here we list all the major differences between Java and Groovy. Math: BigDecimal arithmetics by default Floating point number literals are BigDecimals by default. So when you type 3.14, Groovy won't create a double or a float, but will instead create a BigDecimal. With the HTTP GET call to web service (Java.Groovy 2 version) The following web site provides the domestic flight schedules WEB Service wsdl is as follows: Call the web service can take many forms such as axis2, xfire, cxf can be generated according to the reverse wsdl client code to simplify the development

SVG Gradient Wave Generator - Outpan by cpmirror Generate your own favorite SVG Wave Copyright (c) 2019 by Fabio Ottaviani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: pattern.css - Background Patterns in CSS Examples in documentation are built using shorthand framework but this library works with most of the frameworks including bootstrap. There are many possible designs that can be built with css to use as patterns but I have made only few styles that are commonly seen in many award winning website. Any background pattern works with two or more colors.

Related:  C - Evolution du SI et développement des applicationsVeille Technologique Conception d'appli en HTML5 CSS3 JavascriptHTML et CSSCoder en HTML- CCS : tutos et sites référenceHTML