57. Treffen am 08. Januar 2019
Vorträge
<html> <div class=„alert alert-danger“ role=„alert“
>Wir suchen noch Vorträge für dieses Meetup! Schreib uns <a href="http://goo.gl/forms/j1IKd4NMY7">hier</a> oder auf Twitter <a href="https://twitter.com/phpugrhh">@phpugrhh</a></div>
<
/html>
Andreas Heigl: The First Contact
So you did a great job with your website and now your customers want to get into contact with you. They actually want give you their holy grail and apply for a login. And that's where it usually starts to go south. So many things can go wrong with a registration form that your customer doesn't really feel welcome or safe. In this session we will debug a few real-life examples from a user-experience Point of View. By analysing that we will find ways to make the first contact of a user with our application a better experience. And you don't need to be a coder to see why and how to improve your next registration form.
Agenda
- 19:00 Uhr Ankommen und Hallo sagen
- 19:30 Uhr The First Contact von Andreas Heigl
- 20:15 Uhr Talk 2
- im Anschluss: Socializing, Netzwerken, Plauschen
Wann und wo
Dienstag, 08. Januar 2019
ab 19 Uhr (Vorträge ab 19:30 Uhr)
UDG United Digital Group
Taunusstraße 59-61 (Zollhafen)
55120 Mainz
Hinweis: Bitte gebt „Am Getreidespeicher 29, 55120 Mainz“ in euer Navi ein, parken könnt ihr am Ende der Straße „Am Zollhafen“; wer mit dem ÖPNV kommen möchte, sollte mit dem Bus Linie 58 oder 70 die Bushaltestelle „Feldbergplatz/Stadtwerke Mainz AG“ anfahren. Karte siehe unten.
Anmeldung/Teilnehmer
Bitte nutzt die Anmeldung auf Meetup oder auf XING, ihr erleichtert uns damit die Planung.
Ihr könnt natürlich gern auch ohne vorherige Anmeldung reinschauen!
Karte
<html> <link rel=„stylesheet“ href=„https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css“ /> <script src=„https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js“
></script>
<
div id=„map“ style=„height: 400px; width: 100%; position: relative;“
></div>
<
script type=„text/javascript“
>
v
ar map = new L.Map('map').setView([50.012524, 8.26326], 15); L.tileLayer('http:{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: 'Map data © <a href=„http://openstreetmap.org“>OpenStreetMap</a> contributors, <a href=„http://creativecommons.org/licenses/by-sa/2.0/“>CC-BY-SA</a>, Imagery © <a href=„http://mapbox.com/“>MapBox</a>' }).addTo(map); var marker = new L.Marker([50.014306, 8.26277]).addTo(map).bindPopup('<a href=„http://www.phpug-rheinhessen.de/“><img src=„phpugrhh.sperr-objekt.de/lib/images/phpugrhh_logo.png“/></a>'); var parking = new L.Marker([50.013392, 8.26451]).addTo(map).bindPopup('Parken'); </script> </html>