This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Seitengestaltung mit PHP - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Seitengesaltung und -Aufteilung mit HTML, CSS & PHP" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Zufallspasswort generieren - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Ein bis zu 32 Zeichen langes Passwort mit Zahlen und Buchstaben einfach generieren" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Einfaches Kontaktformular - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Erstellung eines sehr einfachen Kontaktformulars mit HTML+PHP zum Kennenlernen der Grundlagen" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Cascading Style Sheets-Demo - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Cascading Style Sheets (CSS) zur Gestaltung von HTML-Dokumenten nutzen" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a[href^="http://"]:after { | |
| content: "\f08e"; | |
| font-family: FontAwesome; | |
| font-weight: normal; | |
| font-style: normal; | |
| display: inline-block; | |
| text-decoration: none; | |
| padding-left: 3px; | |
| } | |
| /* Strip from links to own domain or with class no_icon */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Dateien per PHP auf den Server laden - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Dateien per PHP auf den Server laden" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Bilder eines Verzeichnisses zum Durchklicken - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Gibt die Bilder eines Verzeichnisses nacheinander zum Durchklicken aus" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> | |
| <head> | |
| <title>Codeschnipsel: Alphabetische Verzeichnisliste - by 01-Scripts.de</title> | |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | |
| <meta name="author" content="Michael Lorer - www.01-scripts.de" /> | |
| <meta name="description" content="Generiert aus einem Unterverzeichnis per PHP eine alphabetische Verzeichnisliste" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Am Dateiende der Datei 01article/templates/pages.html einfügen --> | |
| <p align="center" class="copyright"> | |
| <b>01-Artikelsystem</b> © 2006-<?PHP echo date("Y"); ?> by <a href="http://www.01-scripts.de" target="_blank">01-Scripts.de</a> | |
| </p> |