Differences

This shows you the differences between two versions of the page.

links:javascript [2009/12/11 00:44]
Knut Heermann (flip-flop)
links:javascript [2018/06/03 18:08] (current)
Line 3: Line 3:
====== JavaScript ====== ====== JavaScript ======
 +
 +==== [DE] Sehr gute Artikel rund um Webdesign und JavaScript ====
 +
 +\\
 +
 +
 +[[http://www.kostenlose-javascripts.de/tutorials/tutorials/bildschirmdaten-ermitteln.html| Bildschirm- und Fensterdaten ermitteln]]
 +  * "JavaScript ist dazu bestimmt, die Seitengestaltung zu unterstützen. HTML als Beschreibungssprache wurde geschaffen, weil die fertige Präsentation unabhängig von der Bildschirmauflösung funktionieren soll. Mit HTML allein kann man das Wort Gestaltung getrost vergessen. JavaScript schafft insofern Abhilfe, als es die Bildschirmdaten des Nutzers ermitteln und innerhalb der Präsentation Anpassungsmaßnahmen organisieren kann. Dafür gibt es zunächst einige Eigenschaften des Objektes "screen", die man zwar nicht setzen, wohl aber lesen und berücksichtigen kann. Weitere Möglichkeiten bietet das Objekt "window", dessen Möglichkeiten zur Bestimmung des Darstellungsbereiches auf dieser Seite ebenfalls beschrieben werden." \\
 + //(Zitat: Prof. Dr. Rolf Hirte, Technische Fachhochschule Wildau)//
 +
 +
 +\\
 +
 +[[http://www.javascript-workshop.de/buch/index.html|JavaScript-Workshop]]
 +  * von Stefan Mintert und Christine Kühnel (Hrsg.)
 +
 +\\
 +----
==== [EN] Very good stuff around webdesign and JavaScript ==== ==== [EN] Very good stuff around webdesign and JavaScript ====
Line 23: Line 41:
[[http://devthought.com/projects/mootools/barackslideshow/|BarackSlideshow]] //(Mootools 1.2.x)// [[http://devthought.com/projects/mootools/barackslideshow/|BarackSlideshow]] //(Mootools 1.2.x)//
-**BarackSlideshow** is a very tiny and lightweight slideshow script, that takes the power of [[http://devthought.com/projects/mootools/morphlist/|MorphList]] to enhance visualization and navigation of the images ([[http://devthought.com/wp-content/projects/mootools/barackslideshow/Demo/|demo]]).+  * **BarackSlideshow** is a very tiny and lightweight slideshow script, that takes the power of [[http://devthought.com/projects/mootools/morphlist/|MorphList]] to enhance visualization and navigation of the images.  
 +  * ([[http://devthought.com/wp-content/projects/mootools/barackslideshow/Demo/|demo]]). 
 +  * Author: Guillermo Rauch
-Autor: Guillermo Rauch+\\
 +
 +[[http://slayeroffice.com/code/imageCrossFade/xfade2.html|Image Cross Fader Redux]]
 +
 +  * "This is a rewrite of a very old experiment. This rewrite uses unobtrusive DOM scripting and semantic markup to achieve its goals, and is somewhat less abusive of the CPU in Firefox. It also works in Safari - the original version was written prior to Safari supporting the CSS3 "opacity" property. Opera doesn't support opacity, so the images will just flip in that browser. \\ Following the unobtrusive philosophy, the document is completely usable when javascript isn't available. This is accomplished by overwriting the style sheet with one designed for the application in the so_init() method. If javascript isn't available, the user gets an arms length list of photos." \\ Author: [[http://slayeroffice.com]]
 +  * Forum: [[http://forum.phpwcms.org/viewtopic.php?f=16&t=17080|Mini SlideShow mit Bilder Spezial]]
\\ \\
 +
 +[[http://smoothgallery.jondesign.net/whats-new/|JonDesign's SmoothGallery]]  //(Mootools 1.2.x)//
 +
 +  * Using mootools, this javascript gallery and slideshow system allows you to have simple and smooth (cross-fading...) image galleries, slideshows, showcases and other cool stuff on your website...
 +
 +  * Forum: [[http://forum.phpwcms.org/viewtopic.php?p=117958#p117958|SmoothGallery]] [DE]
 +
 +
 +\\
[[http://www.shadowbox-js.com/index.html|Shadowbox.js]] [[http://www.shadowbox-js.com/index.html|Shadowbox.js]]
Line 52: Line 86:
\\ \\
-[[http://www.phatfusion.net/imagemenu/|mootools image menu]]  //(mootools v1.11)//+[[http://www.phatfusion.net/imagemenu/|mootools image menu]]  //(mootools v1.11 - now for 1.2:  
 + 
 +    * mootools v1.2 core 
 +    * mootools v1.2 more - fx.elements 
 + 
 +)//
  * **Features**   * **Features**
Line 107: Line 146:
\\ \\
 +
 +
 +[[http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html| 2 Klicks für mehr Datenschutz]]  01.09.2011 Heise Verlag
 +  * "Zweistufige Lösung, die nur mit Zustimmung der Anwender Daten übermittelt für Gefällt-Mir-Buttons von Facebook, Google+ und Twitter."
 +    * Download und Doc:  [[http://www.heise.de/extras/socialshareprivacy/|jQuery Plug-In socialshareprivacy – Dokumentation]]
 +
 +
 +\\
 +
 +===== Google: =====
 +
 +
 +[[http://www.im-web-gefunden.de/2007/08/23/wie-man-die-koordinaten-bei-google-maps-erhaelt/|Wie man die Koordinaten bei Google Maps erhält]]
 +  * <file>javascript:void(prompt('',gApplication.getMap().getCenter())); </file>
 +
 +  * "**Einfacher:** rechts-klick auf Marker, **“was ist hier?” anklicken**, schon werden die Koordinaten in der Google-Leiste angezeigt."
 +
 +  * [[http://www.togis.com/address-geodecoder/|Find your Geo position]] \\ "Da die Geo-Positionierung einer Adresse sowohl bei Google als auch anderen Online-Karten-Services häufig etwas ungenau ist, können Sie hier Ihre Adresse eingeben und dann durch einen Mausklick an die genauere Position auf der Karte Ihre persönliche Geoposition exakt bestimmen."
 +
 +
 +  * [[https://developers.google.com/maps/articles/phpsqlinfo?hl=de-DE|Von Infofenstern zur Datenbank: Von Nutzern hinzugefügte Formulardaten speichern]]
 +
 +
 +
 +
 +
 +\\
 +
 +[[http://www.geonames.org/|GeoNames]]
 +
 +  * "The GeoNames geographical database covers all countries and contains over eight million placenames that are available for download free of charge." //(Quotation: http://www.geonames.org/)//
 +
 +\\
 +
 +[[http://code.google.com/intl/de-DE/apis/libraries/devguide.html|Google Libraries API - Developer's Guide]]
 +
 +\\
 +
 +
 +
---- ----
links/javascript.1260488650.txt.gz · Last modified: 2018/06/03 18:06 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0