background preloader

Tutoriaux généraux

Facebook Twitter

Rediscovering the Button Element. Introduction Creating a consistent interface for your users is a constant struggle for every application designer.

Rediscovering the Button Element

Building consistency on the web is especially tough because the visual rendering differences across browsers and operating systems are wildly different and almost arbitrary in what can and cannot be done. No where does this become more apparent than when you’re dealing with form elements and the biggest loser of them all in the battle for a standardized look is the infamous Submit button. As is, the input with the type=”submit” is either too ugly (Firefox), a little buggy (Internet Explorer) or completely inflexible (Safari). The solution for most is to use image inputs and create the damn things ourselves. Inputs vs Buttons So, here’s your standard submit button markup: And it looks like this across the three brothers: Meh.

PHP Tutorial: Free. Flux RSS externes. Par Olivier Duffez, Lundi 28 juin 2004 Dans le cas qui nous intéresse, la syndication de contenu correspond à la mise à disposition par un éditeur de site web d'une sorte de résumé des dernières mises à jour effectuées sur son site, de façon que d'autres éditeurs puissent intégrer ce résumé sur leur site ou le consulter à l'aide d'un logiciel spécifique (appelé "agrégateur" ou lecteur de flux).

Flux RSS externes

MySQL Tutorial. We use the classicmodels database as a MySQL sample database to help you work with MySQL quickly and effectively.

MySQL Tutorial

The classicmodels database is a retailer of scale models of classic cars database. It contains typical business data such as customers, products, sales orders, sales order line items, etc. We use this sample database in our MySQL tutorials to demonstrate many MySQL features from simple queries to complex stored procedures. Download MySQL Sample Database You can download the MySQL sample database in the following link: The download file is in ZIP format so you need a zip program to unzip it.

After uncompressing the sampledatabase.zip file, you can load the sample database into MySQL database server by following how to load sample database into MySQL database server tutorial and test it by using the following SQL statements: USE classicmodels; SELECT * FROM customers; Basically, those statements switch the current database to classicmodels and query data from the customers table.

DIY and Hacking. W3Schools Online Web Tutorials. Tizag Tutorials. VBScript Tutorial. VBScript stands for Visual Basic Script, a scripting language developed by Microsoft to be used with Microsoft products, mainly Internet Explorer.

VBScript Tutorial

It has gone through many changes over the years and is now mainly used as the default scripting language of ASP. VBScript was created to allow web page developers the ability to create dynamic web pages for their viewers who used Internet Explorer. With HTML, not a lot can be done to make a web page interactive, but VBScript unlocked many tools like: the ability to print the current date and time, access to the web servers file system, and allow advanced web programmers to develop web applications. Ajax Tutorial - Tutorial. Ajax is a catchy name for a type of programming made popular in 2005 by Google and other big web developers.

Ajax Tutorial - Tutorial

Ajax loosely stands for Asynchronous Javascript And XML, but that just sounds like techno jargon to many people. In plain English, Ajax can be thought of Javascript on steroids. When javascript was released, people loved all the cool things you could do with the web browser to make a more user-friendly experience. You could do form validation, quirky popup messages, make cool web tools and more. However, Javascript had no way of sending information between the web browser and the web server. Introduction. If you want to learn the basics of PHP, then you've come to the right place.

Introduction

The goal of this tutorial is to teach you the basics of PHP so that you can: Customize PHP scripts that you download, so that they better fit your needs. Begin to understand the working model of PHP, so you may begin to design your own PHP projects. Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers. PHP stands for PHP Hypertext Preprocessor. Taken directly from PHP's home, PHP.net, "PHP is an HTML-embedded scripting language. Introduction. MySQL is currently the most popular open source database server in existence.

Introduction

On top of that, it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications. MySQL has been criticized in the past for not supporting all the features of other popular and more expensive DataBase Management Systems. Référencement tutorial. You've finished your web design, uploaded your files, and set up your blog, but you're still not getting as many visitors as you hoped for.

Référencement tutorial

What gives? Chances are you haven't started working on one of the most important ways to market your site, Search Engine Optimization (SEO). Search Engine Optimization refers to the collection of techniques and practices that allow a site to get more traffic from search engines (Google, Yahoo, Microsoft). SEO can be divided into two main areas: off-page SEO (work that takes place separate from the website) and on-page SEO (website changes to make your website rank better).

This tutorial will cover both areas in detail! SEO is not purchasing the number #1 sponsored link through Google Adwords and proclaiming that you have a #1 ranking on Google.