word_wolke.php


Quell Code


<!doctype html>
<html lang="de">
<head>
  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:100,100">
  <style>

    .word {
  font-family: 'Source Sans Pro', arial;
  color: #489;
  transition: color 1s, font-size 3s, background 5s;
  line-height: 25px;
  font-size: 10px;
  text-wrap: justify;
  padding: 0 3px 0 2px;
  margin-right: 1px;
  border-radius: 6px;
    display: inline-block;
}

.word:hover {

  line-height: 25px;
  color: #fff !important;
  cursor: default;
  background: #000;
  transition: background 0.01s, font-size 0.5s 0.25s;
}


.cloud {
  border: 1px #bbb solid;
  padding: 7px 17px;
  text-align: justify;
  width:50vw;
  margin:0   auto;
  word-break:break-all;
}
 
  </style>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body>
 
  <div class="cloud">
    <span class="word"></span>
  </div>
 

<script>

  var wordTwinkle = {
  ctr: 1,
  twinkleAllWords: function( el ){
      wordTwinkle.addGlowAnim( wordTwinkle.randomWordEl() );
      setTimeout( wordTwinkle.twinkleAllWords, 1 );
  },
  
  randomWordEl: function(){
    var els = $('.word:not([style])');
    if (els.length == 0) return null;
    else{
      return els[wordTwinkle.getRandomInt(0, els.length)];
    }
  },
  
 addGlowAnim: function(el){
 $(el).attr('style', 'animation: glow '+
 wordTwinkle.ctr*863*50 +'ms '+
 wordTwinkle.ctr*103*50 +'ms '+
'ease infinite; color:hsl(200,50%,'+((Math.random()*50)+30)+'%);'); 
 wordTwinkle.ctr++;
 },
  
  init: function() {
    $(document).ready( function()  {
      wordTwinkle.twinkleAllWords(); 
    });
  },
  
  getRandomInt: function( min, max ) {
    min = Math.ceil(min);
    max = Math.floor(max);
    return Math.floor( Math.random() * (max - min) ) + min;
  }
};
function colorize() {
  return Math.floor(Math.random() * 200 + 20);
}

function colorSet() {
  var html = "rgb(";
  var blue = colorize();
  var green = colorize();
  var red = colorize();
  if (blue + green + red < 100 || blue + green + red > 700) {
    colorSet();
  } else {
    return (html += red + "," + green + "," + blue + ");");
  }
}
wordTwinkle.init(); 

setTimeout( function(){
  $('.word').each( function(){
    var sz = wordTwinkle.getRandomInt( 12, 22 );
    var sty = $(this).attr('style') || '';
    $(this).attr( 'style', sty + 'font-size:'+sz+'pt;color:'+colorSet()+'' );
  });
}, 1000 );

 
var words='<a style="color:#95f914"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">ab</a>,<a style="color:#36f1c0"  href=" tutorialsphp1/echo-ausgaben-abfangen.php">abfangen</a>,<a style="color:#7a777a"  href=" javascript-beispiele/wetter-abfragen.php">abfragen</a>,<a style="color:#309be5"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">abschneiden</a>,<a style="color:#2b2ec9"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">aehnlichen</a>,<a style="color:#d2f383"  href=" tutorialsphp1/alle-aktuell-definierten-variablen-ausgeben.php">aktuell</a>,<a style="color:#c506c0"  href=" tutorialsphp1/die-aktuelle-url-ermitteln.php">aktuelle</a>,<a style="color:#9eafed"  href=" tutorialsphp1/algemeines-ueber-variabeln.php">algemeines</a>,<a style="color:#7bf861"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">alle</a>,<a style="color:#f9f9d9"  href=" tutorialsphp1/Allgemeines-uber-variablen.php">Allgemeines</a>,<a style="color:#4902e5"  href=" tutorialshtml/jquery-vs-valilla-alternativen.php">alternativen</a>,<a style="color:#a3dcd8"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">am</a>,<a style="color:#0fb348"  href=" spiele/jump-and-run.php">and</a>,<a style="color:#61d4b3"  href=" tutorialsphp1/andere-php-dateien-importieren.php">andere</a>,<a style="color:#f840ee"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">anfang</a>,<a style="color:#791681"  href=" api/was-ist-angular.php">angular</a>,<a style="color:#c404ff"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">anhand</a>,<a style="color:#dd1874"  href=" generator/animations-generator.php">animations</a>,<a style="color:#d8e41a"  href=" tutorialsjs/canvas-uhr-anleitung.php">anleitung</a>,<a style="color:#6fd382"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">array</a>,<a style="color:#6cd918"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">arrays</a>,<a style="color:#28dcb5"  href=" tutorialsphp1/eine-variable-auf-eine-bestimmte-klasse-testen.php">auf</a>,<a style="color:#869138"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">aus</a>,<a style="color:#81471e"  href=" tutorialsjs/regulaere-ausdruecke.php">ausdruecke</a>,<a style="color:#9b73c6"  href=" tutorialsphp1/echo-ausgaben-abfangen.php">ausgaben</a>,<a style="color:#5c83c2"  href=" tutorialsphp1/eine-beliebige-variable-ausgeben.php">ausgeben</a>,<a style="color:#7b8256"  href=" generator/background-generator.php">background</a>,<a style="color:#14560f"  href=" tutorialsphp/bbc-tutorial.php">bbc</a>,<a style="color:#5bd265"  href=" tutorialsphp1/einfache-beispiele-fuer-echo.php">beispiele</a>,<a style="color:#66a4e9"  href=" tutorialsphp1/eine-beliebige-variable-ausgeben.php">beliebige</a>,<a style="color:#70024e"  href=" informationen/brute-force-berechnung.php">berechnung</a>,<a style="color:#41485b"  href=" tutorialsphp1/eine-variable-auf-eine-bestimmte-klasse-testen.php">bestimmte</a>,<a style="color:#a28742"  href=" tutorialscss/bild-einblend.php">bild</a>,<a style="color:#c14666"  href=" service/uhr-bildschirm-schoner.php">bildschirm</a>,<a style="color:#6e626b"  href=" spiele/biliard.php">biliard</a>,<a style="color:#bd2468"  href=" tutorialsphp1/binaerzahlen-erzeugen-und-ausgeben.php">binaerzahlen</a>,<a style="color:#c7b04c"  href=" toolsmitbildern/Ein-blend-effekte.php">blend</a>,<a style="color:#70358c"  href=" tutorialshtml/block-und-inline.php">block</a>,<a style="color:#15c1e9"  href=" neuigkeiten/Technick-Blog.php">Blog</a>,<a style="color:#494b71"  href=" javascript-beispiele/bmi-rechner.php">bmi</a>,<a style="color:#db7f20"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-boolean-ist.php">boolean</a>,<a style="color:#3c93d8"  href=" generator/box-shadow.php">box</a>,<a style="color:#171e71"  href=" spiele/broken.php">broken</a>,<a style="color:#bcd026"  href=" tutorialshtml/selectoren-und-browser.php">browser</a>,<a style="color:#b7b5da"  href=" informationen/brute-force-berechnung.php">brute</a>,<a style="color:#da4e84"  href=" tutorialsjs/bubbling.php">bubbling</a>,<a style="color:#7c0351"  href=" generator/button-generator.php">button</a>,<a style="color:#365504"  href=" informationen/Das-sendet-dein-Browser-bzw-der-Server.php">bzw</a>,<a style="color:#2f7076"  href=" tutorialsphp1/eine-einfache-caching-klasse.php">caching</a>,<a style="color:#17d5fa"  href=" tutorialsjs/canvas-uhr-anleitung.php">canvas</a>,<a style="color:#237697"  href=" javascript-beispiele/canvasuhr.php">canvasuhr</a>,<a style="color:#0f7ee3"  href=" tutorialsphp1/type-casts.php">casts</a>,<a style="color:#0f28a7"  href=" myscript/Spiel-Checkbox-schnell-klicken.php">Checkbox</a>,<a style="color:#6b2027"  href=" tutorialscss/css-checkboxen.php">checkboxen</a>,<a style="color:#72b647"  href=" informationen/Seo-Checkliste.php">Checkliste</a>,<a style="color:#ff4c3f"  href=" generator/Chmod-Generator.php">Chmod</a>,<a style="color:#6ad8b4"  href=" tutorialsphp1/php-code-mit-html-vermischen.php">code</a>,<a style="color:#852498"  href=" spiele/coloron.php">coloron</a>,<a style="color:#bd8d8b"  href=" tutorialshtml/cors-leitfaden.php">cors</a>,<a style="color:#aa7208"  href=" tutorialscss/css-elemente.php">css</a>,<a style="color:#267aa1"  href=" informationen/Das-sendet-dein-Browser-bzw-der-Server.php">Das</a>,<a style="color:#3bf3c0"  href=" tutorialsphp1/andere-php-dateien-importieren.php">dateien</a>,<a style="color:#908af1"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">daten</a>,<a style="color:#7c4f34"  href=" tutorialshtml/datenbank-manual.php">datenbank</a>,<a style="color:#013968"  href=" tutorialsphp1/den-datentyp-einer-variablen-ermitteln.php">datentyp</a>,<a style="color:#a4fc95"  href=" api/Fussball-Tabelle-Spiel-Datums.php">Datums</a>,<a style="color:#29b735"  href=" tutorialsphp1/default-werte-fuer-variablen.php">default</a>,<a style="color:#db3c75"  href=" tutorialsphp1/mehrere-variablen-auf-einmal-definieren.php">definieren</a>,<a style="color:#425d4e"  href=" tutorialsphp1/pruefen-ob-eine-variable-definiert-ist.php">definiert</a>,<a style="color:#e883e4"  href=" tutorialsphp1/alle-aktuell-definierten-variablen-ausgeben.php">definierten</a>,<a style="color:#90e3af"  href=" informationen/Das-sendet-dein-Browser-bzw-der-Server.php">dein</a>,<a style="color:#94bb7e"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">dekomprimieren</a>,<a style="color:#053abd"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">dem</a>,<a style="color:#509357"  href=" tutorialsphp1/den-namen-einer-variablen-ausgeben.php">den</a>,<a style="color:#7b82ed"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">der</a>,<a style="color:#7f6279"  href=" tutorialsphp1/die-aktuelle-url-ermitteln.php">die</a>,<a style="color:#a257ff"  href=" javascript-beispiele/digitaluhr.php">digitaluhr</a>,<a style="color:#589299"  href=" javascript-beispiele/digitaluhr1.php">digitaluhr1</a>,<a style="color:#34386d"  href=" tutorialshtml/domain-uebergreifener-request.php">domain</a>,<a style="color:#e751b1"  href=" generator/dreiecks-generator.php">dreiecks</a>,<a style="color:#686a79"  href=" service/Dsl-Speedtest.php">Dsl</a>,<a style="color:#cebe9a"  href=" service/Homepage-mit-php-durchsuchen.php">durchsuchen</a>,<a style="color:#e638e6"  href=" tutorialsphp1/echo-ausgaben-abfangen.php">echo</a>,<a style="color:#5ae932"  href=" tools/live-Editor.php">Editor</a>,<a style="color:#d8d101"  href=" toolsmitbildern/Ein-blend-effekte.php">effekte</a>,<a style="color:#76cc90"  href=" tutorialscss/css-eigenschaften.php">eigenschaften</a>,<a style="color:#d9026c"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">ein</a>,<a style="color:#e93504"  href=" toolsmitbildern/code-einbinden.php">einbinden</a>,<a style="color:#75c031"  href=" tutorialscss/bild-einblend.php">einblend</a>,<a style="color:#485324"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">eine</a>,<a style="color:#2133d1"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">einem</a>,<a style="color:#55c0a9"  href=" tutorialsphp1/den-namen-einer-variablen-ausgeben.php">einer</a>,<a style="color:#59f44e"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">eines</a>,<a style="color:#a17d1e"  href=" tutorialsphp1/einfache-beispiele-fuer-echo.php">einfache</a>,<a style="color:#0fd842"  href=" tutorialshtml/einfuehrung-htaccess.php">einfuehrung</a>,<a style="color:#f84316"  href=" tutorialsphp1/mehrere-variablen-auf-einmal-definieren.php">einmal</a>,<a style="color:#49675b"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">elemente</a>,<a style="color:#78012b"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">ende</a>,<a style="color:#a1c068"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">entfernen</a>,<a style="color:#b630f9"  href=" tutorialshtml/HTML-Sonderzeichen-Entities.php">Entities</a>,<a style="color:#cf03ed"  href=" neuigkeiten/Entwickler-Blog.php">Entwickler</a>,<a style="color:#1759e2"  href=" myscript/pixel-eines-wortes-erfassen.php">erfassen</a>,<a style="color:#e72262"  href=" tutorialsphp1/alle-schluessel-eines-arrays-ermitteln.php">ermitteln</a>,<a style="color:#fe7b6e"  href=" tutorialshtml/errorlog.php">errorlog</a>,<a style="color:#95e384"  href=" tutorialshtml/responsive-webseite-erstellen-teil1.php">erstellen</a>,<a style="color:#2ca89b"  href=" tutorialsphp1/binaerzahlen-erzeugen-und-ausgeben.php">erzeugen</a>,<a style="color:#93303e"  href=" myscript/farbmischer.php">farbmischer</a>,<a style="color:#32ce0f"  href=" ineresantes/fehlerbehandlung.php">fehlerbehandlung</a>,<a style="color:#cc4460"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">festlegen</a>,<a style="color:#78c79d"  href=" tutorialscss/css-figuren.php">figuren</a>,<a style="color:#462a0d"  href=" tutorialscss/css-image-filter.php">filter</a>,<a style="color:#f82313"  href=" tutorialscss/flexbox.php">flexbox</a>,<a style="color:#eea083"  href=" tutorialscss/flexbox2.php">flexbox2</a>,<a style="color:#755ef6"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">float</a>,<a style="color:#203877"  href=" generator/font-generator.php">font</a>,<a style="color:#61fa4a"  href=" spiele/memory-mit-fontawesome-icons.php">fontawesome</a>,<a style="color:#6fbc58"  href=" informationen/brute-force-berechnung.php">force</a>,<a style="color:#b60b4e"  href=" hier-gibts-hilfe/neu-im-forum.php">forum</a>,<a style="color:#eb2067"  href=" service/framwork-plugin-suche.php">framwork</a>,<a style="color:#37cbac"  href=" tutorialsphp1/default-werte-fuer-variablen.php">fuer</a>,<a style="color:#d80ab0"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">funktion</a>,<a style="color:#dcbb3c"  href=" api/Fussball-Tabelle-Spiel-Datums.php">Fussball</a>,<a style="color:#04f5fe"  href=" toolsmitbildern/Jquery-Gallerie-mit-lightbox.php">Gallerie</a>,<a style="color:#056048"  href=" tutorialsphp1/geltungsbereich-von-variablen-scope.php">geltungsbereich</a>,<a style="color:#657cf9"  href=" generator/animations-generator.php">generator</a>,<a style="color:#488c38"  href=" api/geo-meta-tagss-generator.php">geo</a>,<a style="color:#137a8c"  href=" spiele/geschicklichkeit.php">geschicklichkeit</a>,<a style="color:#e33929"  href=" spiele/geschicklichkeits-spiel.php">geschicklichkeits</a>,<a style="color:#23d09c"  href=" tutorialsphp1/post-get-inhalte-in-variablen-umwandeln.php">get</a>,<a style="color:#79b5e9"  href=" tutorialsphp1/globale-variablen.php">globale</a>,<a style="color:#15c3a0"  href=" api/googel-uebersetzer.php">googel</a>,<a style="color:#9b1353"  href=" generator/gradient-generator.php">gradient</a>,<a style="color:#13b997"  href=" tutorialscss/grid.php">grid</a>,<a style="color:#dd1840"  href=" tutorialsjs/jquery-grundlagen-selektoren-syntax.php">grundlagen</a>,<a style="color:#e2e9ef"  href=" tutorialsphp1/gueltige-und-ungueltige-variablennamen.php">gueltige</a>,<a style="color:#764379"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">gzip</a>,<a style="color:#e50921"  href=" tutorialshtml/viewpoint-fuer-handy.php">handy</a>,<a style="color:#986272"  href=" spiele/hangman.php">hangman</a>,<a style="color:#a1eb29"  href=" tutorialsphp1/hello-world.php">hello</a>,<a style="color:#be712e"  href=" javascript-beispiele/Canvas-hintergrund-4.php">hintergrund</a>,<a style="color:#c72fbc"  href=" service/Homepage-mit-php-durchsuchen.php">Homepage</a>,<a style="color:#418617"  href=" tutorialshtml/einfuehrung-htaccess.php">htaccess</a>,<a style="color:#ec9b81"  href=" tutorialsphp1/php-code-mit-html-vermischen.php">html</a>,<a style="color:#3c4d84"  href=" tutorialshtml/html5-inndex.php">html5</a>,<a style="color:#70316a"  href=" spiele/memory-mit-fontawesome-icons.php">icons</a>,<a style="color:#6313c8"  href=" hier-gibts-hilfe/neu-im-forum.php">im</a>,<a style="color:#8dbb9a"  href=" tutorialscss/css-image-filter.php">image</a>,<a style="color:#d2ecb0"  href=" tutorialscss/important-regel.php">important</a>,<a style="color:#76baa0"  href=" tutorialsphp1/andere-php-dateien-importieren.php">importieren</a>,<a style="color:#f036ce"  href=" tutorialsphp1/kommentare-in-php.php">in</a>,<a style="color:#1a99da"  href=" tutorialsphp1/post-get-inhalte-in-variablen-umwandeln.php">inhalte</a>,<a style="color:#d64ecd"  href=" tutorialshtml/block-und-inline.php">inline</a>,<a style="color:#256289"  href=" tutorialshtml/html5-inndex.php">inndex</a>,<a style="color:#361e2b"  href=" neuigkeiten/Securyti-insider.php">insider</a>,<a style="color:#07d38a"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-integer-ist.php">integer</a>,<a style="color:#7778ea"  href=" service/Internet-durchsuchen.php">Internet</a>,<a style="color:#6bc3ea"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">ist</a>,<a style="color:#a7e44b"  href=" myscript/javascript-uhr.php">javascript</a>,<a style="color:#b3ec5c"  href=" tutorialsjs/jquery-grundlagen-selektoren-syntax.php">jquery</a>,<a style="color:#1bd020"  href=" tutorialsphp1/type-juggling.php">juggling</a>,<a style="color:#896fa6"  href=" spiele/jump-and-run.php">jump</a>,<a style="color:#b44ce7"  href=" tutorialsphp1/eine-variable-auf-eine-bestimmte-klasse-testen.php">klasse</a>,<a style="color:#123427"  href=" myscript/Spiel-Checkbox-schnell-klicken.php">klicken</a>,<a style="color:#4141c8"  href=" javascript-beispiele/Komische-Uhr.php">Komische</a>,<a style="color:#b4b0b4"  href=" tutorialsphp1/kommentare-in-php.php">kommentare</a>,<a style="color:#05fbf9"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">komprimieren</a>,<a style="color:#50ac19"  href=" tutorialsphp1/per-gzip-komprimierte-daten-senden.php">komprimierte</a>,<a style="color:#0c034d"  href=" tutorialsphp1/variablen-korrekt-vergleichen.php">korrekt</a>,<a style="color:#868bd0"  href=" javascript-beispiele/Polizei-Led-Lampe.php">Lampe</a>,<a style="color:#04495e"  href=" javascript-beispiele/Polizei-Led-Lampe.php">Led</a>,<a style="color:#66128c"  href=" tutorialsphp1/alle-leeren-elemente-am-anfang-ende-eines-arrays-entfernen.php">leeren</a>,<a style="color:#c8aac3"  href=" tutorialshtml/cors-leitfaden.php">leitfaden</a>,<a style="color:#d569a4"  href=" toolsmitbildern/Jquery-Gallerie-mit-lightbox.php">lightbox</a>,<a style="color:#afd050"  href=" hier-gibts-hilfe/links-und-tools.php">links</a>,<a style="color:#1839cc"  href=" tools/live-Editor.php">live</a>,<a style="color:#09559c"  href=" tutorialsphp1/eine-variable-loeschen.php">loeschen</a>,<a style="color:#316419"  href=" tutorialsphp1/magic_quotes_gpc-rueckgaengig-machen.php">machen</a>,<a style="color:#4f869e"  href=" tutorialsphp1/magic_quotes_gpc-rueckgaengig-machen.php">magic_quotes_gpc</a>,<a style="color:#0b49ee"  href=" generator/Mailto-Generator.php">Mailto</a>,<a style="color:#c1fb7a"  href=" tutorialshtml/was-man-nicht-tun-sollte.php">man</a>,<a style="color:#7bec13"  href=" tutorialshtml/datenbank-manual.php">manual</a>,<a style="color:#93540b"  href=" tutorialsphp1/mehrere-variablen-auf-einmal-definieren.php">mehrere</a>,<a style="color:#0a9d00"  href=" spiele/memory-mit-fontawesome-icons.php">memory</a>,<a style="color:#31aa7a"  href=" generator/meta-tag-generator.php">meta</a>,<a style="color:#d67093"  href=" service/wetter-minden-wiget.php">minden</a>,<a style="color:#276b25"  href=" tutorialsphp1/zeilenumbrueche-mit-echo.php">mit</a>,<a style="color:#cbd29b"  href=" spiele/zombie-mohrhuhn.php">mohrhuhn</a>,<a style="color:#1b9fb7"  href=" myscript/mp3-player.php">mp3</a>,<a style="color:#1c0e7b"  href=" ineresantes/mysqliqueriesdebuggen.php">mysqliqueriesdebuggen</a>,<a style="color:#05a5f6"  href=" tutorialsphp1/den-namen-einer-variablen-ausgeben.php">namen</a>,<a style="color:#70e0f1"  href=" hier-gibts-hilfe/neu-im-forum.php">neu</a>,<a style="color:#db9de5"  href=" neuigkeiten/News-von-Winfuture.php">News</a>,<a style="color:#972e5e"  href=" tutorialshtml/was-man-nicht-tun-sollte.php">nicht</a>,<a style="color:#f7a5ee"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">null</a>,<a style="color:#e9598f"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">ob</a>,<a style="color:#1cc291"  href=" spiele/pacman.php">pacman</a>,<a style="color:#fab8c8"  href=" tutorialsphp/pagniton-tutorial.php">pagniton</a>,<a style="color:#089279"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">per</a>,<a style="color:#436e50"  href=" informationen/Performance-Checkliste.php">Performance</a>,<a style="color:#d6ba70"  href=" tutorialsphp1/kommentare-in-php.php">php</a>,<a style="color:#4eed41"  href=" myscript/pixel-eines-wortes-erfassen.php">pixel</a>,<a style="color:#9b2d16"  href=" myscript/mp3-player.php">player</a>,<a style="color:#ebff01"  href=" ineresantes/plotzlichphp7.php">plotzlichphp7</a>,<a style="color:#5b5819"  href=" service/framwork-plugin-suche.php">plugin</a>,<a style="color:#0b8793"  href=" javascript-beispiele/Polizei-Led-Lampe.php">Polizei</a>,<a style="color:#bcdab5"  href=" tutorialsphp1/post-get-inhalte-in-variablen-umwandeln.php">post</a>,<a style="color:#7cf176"  href=" ineresantes/Sauberer-programmierstyl.php">programmierstyl</a>,<a style="color:#c2f64c"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">pruefen</a>,<a style="color:#ddac74"  href=" spiele/puzzle.php">puzzle</a>,<a style="color:#df4b6c"  href=" generator/qr-code-generator.php">qr</a>,<a style="color:#e3b267"  href=" generator/queries-generator.php">queries</a>,<a style="color:#c6fe8f"  href=" spiele/woerter-raten.php">raten</a>,<a style="color:#8ba86b"  href=" javascript-beispiele/bmi-rechner.php">rechner</a>,<a style="color:#d37a94"  href=" neuigkeiten/recht24.php">recht24</a>,<a style="color:#4de4d9"  href=" tutorialsphp1/referenzen.php">referenzen</a>,<a style="color:#fd2130"  href=" tutorialscss/important-regel.php">regel</a>,<a style="color:#5f6d5e"  href=" generator/regex-generator.php">regex</a>,<a style="color:#1fbbdc"  href=" tutorialsjs/regulaere-ausdruecke.php">regulaere</a>,<a style="color:#9ae20b"  href=" tutorialshtml/domain-uebergreifener-request.php">request</a>,<a style="color:#1eed70"  href=" tutorialshtml/responsive-webseite-erstellen-teil1.php">responsive</a>,<a style="color:#3c7500"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">rueckgabe</a>,<a style="color:#ea2175"  href=" tutorialsphp1/magic_quotes_gpc-rueckgaengig-machen.php">rueckgaengig</a>,<a style="color:#4d7e97"  href=" spiele/jump-and-run.php">run</a>,<a style="color:#cdb0d5"  href=" spiele/simon-sagt.php">sagt</a>,<a style="color:#d679c8"  href=" ineresantes/Sauberer-programmierstyl.php">Sauberer</a>,<a style="color:#2a15fb"  href=" spiele/schissen.php">schissen</a>,<a style="color:#f86205"  href=" ineresantes/schlechtes-html.php">schlechtes</a>,<a style="color:#fadf38"  href=" tutorialsphp1/alle-schluessel-eines-arrays-ermitteln.php">schluessel</a>,<a style="color:#24507b"  href=" myscript/Spiel-Checkbox-schnell-klicken.php">schnell</a>,<a style="color:#d44eab"  href=" service/uhr-bildschirm-schoner.php">schoner</a>,<a style="color:#163b43"  href=" tutorialsphp1/geltungsbereich-von-variablen-scope.php">scope</a>,<a style="color:#2a1951"  href=" neuigkeiten/Securyti-insider.php">Securyti</a>,<a style="color:#127c58"  href=" tutorialshtml/selectoren-und-browser.php">selectoren</a>,<a style="color:#ab8666"  href=" tutorialsjs/jquery-grundlagen-selektoren-syntax.php">selektoren</a>,<a style="color:#4782b0"  href=" tutorialsphp1/per-gzip-komprimierte-daten-senden.php">senden</a>,<a style="color:#21326a"  href=" informationen/Das-sendet-dein-Browser-bzw-der-Server.php">sendet</a>,<a style="color:#40122a"  href=" informationen/Seo-Checkliste.php">Seo</a>,<a style="color:#9733e8"  href=" informationen/Das-sendet-dein-Browser-bzw-der-Server.php">Server</a>,<a style="color:#ca7c7c"  href=" generator/box-shadow.php">shadow</a>,<a style="color:#111788"  href=" tutorialshtml/web-sicherheit1.php">sicherheit1</a>,<a style="color:#6b250d"  href=" spiele/simon-sagt.php">simon</a>,<a style="color:#378ddb"  href=" spiele/snake.php">snake</a>,<a style="color:#c22ebe"  href=" hier-gibts-hilfe/soforthilfe-forum.php">soforthilfe</a>,<a style="color:#3017d3"  href=" tutorialshtml/was-man-nicht-tun-sollte.php">sollte</a>,<a style="color:#343483"  href=" tutorialshtml/HTML-Sonderzeichen-Entities.php">Sonderzeichen</a>,<a style="color:#3da62c"  href=" service/Dsl-Speedtest.php">Speedtest</a>,<a style="color:#ceeafc"  href=" api/Fussball-Tabelle-Spiel-Datums.php">Spiel</a>,<a style="color:#13c219"  href=" javascript-beispiele/Canvas-Spirale.php">Spirale</a>,<a style="color:#537853"  href=" spiele/teddy-to-star.php">star</a>,<a style="color:#b53460"  href=" tutorialsphp1/statische-variablen.php">statische</a>,<a style="color:#af68eb"  href=" javascript-beispiele/Sternen-Bild.php">Sternen</a>,<a style="color:#ae2e67"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-string-ist.php">string</a>,<a style="color:#6c75fb"  href=" service/framwork-plugin-suche.php">suche</a>,<a style="color:#24c0f7"  href=" tutorialsphp1/superglobale-variablen.php">superglobale</a>,<a style="color:#13e7c6"  href=" api/synonyme.test.php">synonyme</a>,<a style="color:#056d9e"  href=" tutorialsjs/jquery-grundlagen-selektoren-syntax.php">syntax</a>,<a style="color:#5d626b"  href=" api/Fussball-Tabelle-Spiel-Datums.php">Tabelle</a>,<a style="color:#9b3ff9"  href=" spiele/Tic-Tac-Toe.php">Tac</a>,<a style="color:#154eb8"  href=" generator/meta-tag-generator.php">tag</a>,<a style="color:#fc9401"  href=" api/geo-meta-tagss-generator.php">tagss</a>,<a style="color:#e46f99"  href=" spiele/tasten.php">tasten</a>,<a style="color:#98fe9b"  href=" neuigkeiten/Technick-Blog.php">Technick</a>,<a style="color:#a6df51"  href=" spiele/teddy-to-star.php">teddy</a>,<a style="color:#c8e8f5"  href=" tutorialshtml/responsive-webseite-erstellen-teil1.php">teil1</a>,<a style="color:#2399b5"  href=" tutorialshtml/responsive-webseite-erstellen-teil2.php">teil2</a>,<a style="color:#056d97"  href=" api/synonyme.test.php">test</a>,<a style="color:#0ff2aa"  href=" tutorialsphp1/eine-variable-auf-eine-bestimmte-klasse-testen.php">testen</a>,<a style="color:#d837e3"  href=" generator/text-shadow-generator.php">text</a>,<a style="color:#a9e6c2"  href=" spiele/Tic-Tac-Toe.php">Tic</a>,<a style="color:#2b6832"  href=" spiele/tipping.php">tipping</a>,<a style="color:#2b727a"  href=" spiele/teddy-to-star.php">to</a>,<a style="color:#bc314c"  href=" spiele/Tic-Tac-Toe.php">Toe</a>,<a style="color:#3bd0c3"  href=" hier-gibts-hilfe/links-und-tools.php">tools</a>,<a style="color:#640582"  href=" ineresantes/tricks-mit-htaccess.php">tricks</a>,<a style="color:#abb738"  href=" tutorialshtml/was-man-nicht-tun-sollte.php">tun</a>,<a style="color:#e37b51"  href=" tutorialsphp/pagniton-tutorial.php">tutorial</a>,<a style="color:#dc322d"  href=" tutorialsphp1/type-juggling.php">type</a>,<a style="color:#d5e927"  href=" tutorialscss/typo.php">typo</a>,<a style="color:#9b487d"  href=" tutorialsphp1/Allgemeines-uber-variablen.php">uber</a>,<a style="color:#cacdfa"  href=" tutorialsphp1/algemeines-ueber-variabeln.php">ueber</a>,<a style="color:#ac2210"  href=" tutorialshtml/domain-uebergreifener-request.php">uebergreifener</a>,<a style="color:#f82721"  href=" api/googel-uebersetzer.php">uebersetzer</a>,<a style="color:#d5e764"  href=" tutorialsjs/canvas-uhr-anleitung.php">uhr</a>,<a style="color:#335dea"  href=" api/waehrungs-umrechner.php">umrechner</a>,<a style="color:#f648ed"  href=" tutorialsphp1/post-get-inhalte-in-variablen-umwandeln.php">umwandeln</a>,<a style="color:#b02723"  href=" tutorialsphp1/daten-per-gzip-komprimieren-und-dekomprimieren.php">und</a>,<a style="color:#f16522"  href=" tutorialsphp1/gueltige-und-ungueltige-variablennamen.php">ungueltige</a>,<a style="color:#0bbd10"  href=" tutorialsphp1/die-aktuelle-url-ermitteln.php">url</a>,<a style="color:#19f134"  href=" tutorialshtml/jquery-vs-valilla-alternativen.php">valilla</a>,<a style="color:#3ed711"  href=" tutorialsphp1/algemeines-ueber-variabeln.php">variabeln</a>,<a style="color:#26fed4"  href=" tutorialsphp1/pruefen-ob-eine-variable-ein-float-ist.php">variable</a>,<a style="color:#d08b15"  href=" tutorialsphp1/geltungsbereich-von-variablen-scope.php">variablen</a>,<a style="color:#d6641c"  href=" tutorialsphp1/variablenname-anhand-der-rueckgabe-einer-funktion-festlegen.php">variablenname</a>,<a style="color:#03cbf9"  href=" tutorialsphp1/gueltige-und-ungueltige-variablennamen.php">variablennamen</a>,<a style="color:#7f659f"  href=" tutorialsphp1/variablen-korrekt-vergleichen.php">vergleichen</a>,<a style="color:#633a86"  href=" tutorialsphp1/php-code-mit-html-vermischen.php">vermischen</a>,<a style="color:#c35ce9"  href=" tutorialsphp1/get-verwenden.php">verwenden</a>,<a style="color:#b7a0ed"  href=" tutorialscss/viewpoint-tutorial.php">viewpoint</a>,<a style="color:#6ee231"  href=" tutorialsphp1/geltungsbereich-von-variablen-scope.php">von</a>,<a style="color:#cb6b3a"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">vor</a>,<a style="color:#c58af7"  href=" tutorialshtml/jquery-vs-valilla-alternativen.php">vs</a>,<a style="color:#1273e3"  href=" api/waehrungs-umrechner.php">waehrungs</a>,<a style="color:#3f977b"  href=" tutorialshtml/was-man-nicht-tun-sollte.php">was</a>,<a style="color:#0dfbd0"  href=" tutorialshtml/web-sicherheit1.php">web</a>,<a style="color:#9102c0"  href=" tutorialshtml/responsive-webseite-erstellen-teil1.php">webseite</a>,<a style="color:#ea5389"  href=" generator/Wuerfel-werfen-Generator.php">werfen</a>,<a style="color:#b369eb"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">wert</a>,<a style="color:#b51ad4"  href=" tutorialsphp1/alle-null-aehnlichen-werte-aus-einem-array-entfernen.php">werte</a>,<a style="color:#9b29d7"  href=" javascript-beispiele/wetter-abfragen.php">wetter</a>,<a style="color:#f83965"  href=" service/wetter-minden-wiget.php">wiget</a>,<a style="color:#5c16bb"  href=" neuigkeiten/News-von-Winfuture.php">Winfuture</a>,<a style="color:#6b1e41"  href=" spiele/woerter-raten.php">woerter</a>,<a style="color:#772584"  href=" tutorialsphp1/hello-world.php">world</a>,<a style="color:#e3ea6b"  href=" myscript/pixel-eines-wortes-erfassen.php">wortes</a>,<a style="color:#49887f"  href=" generator/wuerfel-generator.php">wuerfel</a>,<a style="color:#852c81"  href=" tutorialsphp1/alle-elemente-eines-arrays-vor-ab-dem-xten-wert-abschneiden.php">xten</a>,<a style="color:#0bd68f"  href=" tutorialsphp1/zeilenumbrueche-mit-echo.php">zeilenumbrueche</a>,<a style="color:#c4149f"  href=" spiele/zombie-mohrhuhn.php">zombie</a>,<a style="color:#6edc98"  href=" tutorialsphp1/daten-zwischenspeichern.php">zwischenspeichern</a>,';
//$.each( words.split(/[ \?,\.:]/), function(i,w)
$.each( words.split(','), function(i,w)

{
  if (w.length > 0)
  {
    $('.cloud').append("<span style='"+colorSet()+"' class='word'> "+ w +"</span> ");   
  }
});

</script>
</body>
</html>

Add Comment

* Required information
1000
Drag & drop images (max 1)
Powered by Commentics

Comments

No comments yet. Be the first!

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0