<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://docwiki.embarcadero.com/HTML5_Builder/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AChavesBot</id>
	<title>HTML5 Builder - Contributions de l’utilisateur [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://docwiki.embarcadero.com/HTML5_Builder/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AChavesBot"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/HTML5_Builder/f/api.php/Sp%C3%A9cial:Contributions/AChavesBot"/>
	<updated>2026-05-13T11:53:10Z</updated>
	<subtitle>Contributions de l’utilisateur</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/HTML5_Builder/f/index.php?title=Langages_de_programmation&amp;diff=10</id>
		<title>Langages de programmation</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/HTML5_Builder/f/index.php?title=Langages_de_programmation&amp;diff=10"/>
		<updated>2012-07-20T10:25:00Z</updated>

		<summary type="html">&lt;p&gt;AChavesBot : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{QuickStartGuide|basics=}}&lt;br /&gt;
&lt;br /&gt;
Vous pouvez développer vos applications {{Product}} en utilisant les langages web suivants :&lt;br /&gt;
&lt;br /&gt;
; [[Documentation#HTML|HTML]]&lt;br /&gt;
: Le langage de balisage standard pour les pages web. Le code suivant représente une page web comme celle créée dans le [[Serveur web Hello World|tutoriel Hello Word]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;html5&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title/&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt;Hello, World!&amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; [[Documentation#JavaScript|JavaScript]]&lt;br /&gt;
: Le langage de script standard côté client pour les pages web. La fonction suivante ouvre une fenêtre popup avec le texte &amp;quot;Hello, World!&amp;quot; ou, si un nom est passé en argument, &amp;quot;Hello, &amp;lt;nom&amp;gt;!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
function sayHello(name) {&lt;br /&gt;
  name = (typeof name == &amp;quot;undefined&amp;quot;)? &amp;#039;World&amp;#039; : name&lt;br /&gt;
  alert(&amp;#039;Hello, &amp;#039; + name + &amp;#039;!&amp;#039;)&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; [[Documentation#CSS|CSS]]&lt;br /&gt;
: Le langage de feuille de style standard pour les pages web. Le code suivant définit la couleur d&amp;#039;arrière-plan de la page en noir, et le texte en blanc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
body {&lt;br /&gt;
  background-color: black;&lt;br /&gt;
  color: white;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; [[Documentation#PHP|PHP]]&lt;br /&gt;
; Un langage de script côté serveur, orienté objet, facile à apprendre et conçu pour le développement web.&lt;br /&gt;
&lt;br /&gt;
Le code exemple suivant représente une fonction qui imprime le texte &amp;quot;Hello, World!&amp;quot; ou, si un nom est passé en argument, &amp;quot;Hello, &amp;lt;nom&amp;gt;!&amp;quot;.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
function sayHello($name = World) {&lt;br /&gt;
  echo &amp;quot;Hello, &amp;quot;.$name.&amp;quot;!&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dans les applications &amp;#039;&amp;#039;&amp;#039;{{Product}}&amp;#039;&amp;#039;&amp;#039;, la plupart des pages sont des scripts PHP qui génèrent des pages web écrites en langage web côté client (HTML, JavaScript et CSS) qu&amp;#039;un [[Glossaire#A|agent utilisateur]] (&amp;#039;&amp;#039;navigateur web&amp;#039;&amp;#039;) peut lire. {{Product}} vous dispense de la plupart du codage grâce à l&amp;#039;utilisation de [[Composants|composants]], conteneurs de fonctionnalités que vous pouvez configurer visuellement. Et chaque fois que vous devez écrire du code, la fonctionnalité [[Editeur de code#Audit de code|Audit de code]] de {{Product}}, qui supporte HTML, JavaScript et PHP, vous aidera à écrire votre code rapidement et facilement.&lt;br /&gt;
&lt;br /&gt;
Vous trouverez des liens sur plusieurs ressources de documentation pour tous ces langages, et sur les autres technologies que vous pouvez utiliser avec {{Product}} dans la [[Documentation|&amp;#039;&amp;#039;&amp;#039;liste de ressources de documentation&amp;#039;&amp;#039;&amp;#039;]].&lt;/div&gt;</summary>
		<author><name>AChavesBot</name></author>
		
	</entry>
</feed>