The local community around 🇦🇹 WordCamp Vienna 2023 (120 miles):
Jindrichuv Hradec, South Bohemian Region, Czechia
➡️ Do you know of any other WordPress folks in this area? Please encourage them to add themselves!
Check out the folks who attended 🇦🇹 WordCamp Vienna 2023:
You can mark yourself as going to this camp in your account settings!
Matthias Kurz
WordPress Login mit 2-Faktor absichern
Noch immer ist der WordPress-Login eines der größten Einfallstore einer WordPress-Installation. Dies ist in den meisten Fällen auf unsichere Passwörter zurückzuführen, gerade wenn mehrere Benutzer Zugang zu einem WordPress-Backend haben oder wenn der / die Administrationsaccount(s) von mehreren Menschen verwendet werden.
Durch Verwendung der 2-Faktor Authentifizierung ist es möglich, den Login, neben der Verwendung der bisherigen Zugangsdaten, durch einen zweiten Faktor abzusichern. In meinem Talk zeige ich praxisnah und anschaulich, wie sich WordPress um diese Funktionalität erweitern und wie sich die 2-Faktor Authentifizierung bequem einrichten lässt.
Harry Martin
WordPress Websites besser verstehen
Woraus besteht WordPress? Wie entscheide ich mich für ein Theme? Was bedeutet Inhaltsbreite und wie groß ist eigentlich ein Pixel? Warum ist da ein # in der URL und wieso sind da dauernd Updates? Brauche ich wirklich einen Cache – und was ist das überhaupt? Blockeditor oder Elementor? Wo sind jetzt die Schriften nach der Google Font Abmahnung wirklich?
Lerne WordPress und die Grundlagen deiner Website besser kennen – in einem 1,5 stündigen Workshop. Mit vielen praktischen Beispielen schließen wir die Wissenslücken die zwischen dem Sprung ins kalte Wasser mit der Installation und dem aktuellen Betrieb der Website entstanden sind.
Voraussetzungen: Nimm deinen Laptop mit. Du kannst viele Dinge auf deiner eigenen WordPress-Seite praktisch überprüfen. Wenn du keine Webseite hast kannst du auch auf deinem Laptop (Win/Mac/Linux) mit Local (https://localwp.com/) eine Arbeitsumgebung installieren.
Dennis Snell
Bringing together the languages of the web
HTML, PHP, and JavaScript can all be described as “the language of the web,” so why is it so hard to write software that deals with all three? In this talk we’re going to explore the new HTML API in WordPress 6.2 and see how it can help us bridge the gap between blocks with their JavaScript and the frontend with its HTML. We’ll preview how we can leverage this new functionality to upgrade blocks on the server, make small modifications and transformations to blocks on render, and do so in a clean and reliable way.
Elisa Drescher
Marvin Langer
Server & Performance – Why a website doesn’t stop at WordPress
Patrick Mitter
Nicht mehr ‘einfach drauf los schreiben’: Themenrecherche und Planung neu gedacht
Im Workshop erkläre ich, wie wir einen strategischen und systematischen Ansatz bei der Contentplanung und -erstellung umsetzen. Damit man nicht blind drauf los bloggt und Zeit und Ressourcen verschwendet, sondern seine Energie sinnvoll nutzt und die Wahrscheinlichkeit für gute Ergebnisse erhöht.
Block Patterns – Block-Kombinationen mit Beispielinhalten
„Block Patterns“ sind vordefinierte Kombinationen verschiedener Gutenberg-Blöcke, die sehr einfach eingefügt und angepasst werden können. Diese, im August 2020 mit WordPress 5.5 eingeführten, Block Patterns lassen sich in veränderten Form weiter verwenden. Durch Full Site Editing und den damit verbundenen Block Themes bestehen jetzt in WordPress 6.1.1 noch viel mehr Möglichkeiten der Gestaltung von Blöcken und damit von Block Patterns. In diesem Vortrag wird Hans-Gerd Gerhards, Moderator im deutschen WordPress-Forum, eigene Patterns für häufig benötige Strukturen live entwickeln. Er zeigt uns, wie somit die redaktionellen Möglichkeiten von WordPress voll umfänglich, für ein leichtes, schnelles Einstellen wiederkehrender und anpassbarer Inhalte, effektiv ausgenutzt werden können. Zunächst wird unser Referent einen grafisch aufwendigeren Block mit Inhalten entwickeln. Danach wird anhand eines Plugins daraus ein Block Pattern erstellt, der dann später auf der Webseite wiederverwendet werden kann. Im zweiten Teil wird kurz erläutert, wie man einen Block Pattern ohne Plugin erstellen kann. Dazu wird der Code als Snippet im Plugin Code Snippets gespeichert oder ein eigenes Plugin für Block Patterns erstellt.
Michael Baierl
WordPress erweitern ohne zu programmieren
WordPress erweitern und eigene Daten strukturiert speichern? Abseits von Beiträgen und Seiten? Das geht, auch ohne programmieren zu können. Mit Custom Post Types und Advanced Custom Fields erweiterst du deine Fähigkeiten und kannst auch größere und komplexere Projekte rasch und technisch sauber umsetzen. In diesem Vortrag zeige ich dir Schritt für Schritt: – Was Custom Post Types sind und wie du sie erstellst. – Wie du mit Advanced Custom Fields strukturiert Daten erfasst. – Wie du die Daten mit Elementor Pro auf der Website anzeigst. Und all das, ohne zu programmieren.
Workshop Slides: https://community.mbaierl.com/wp-content/uploads/media/d67/WordCamp-Vienna-2023-WordPress-erweitern.pdf
Stefan Fried & Dominique-Robert Oudin
WordPress X AI – Wo sind die Grenzen?
Wir beleuchten Möglichkeiten und Herausforderungen bei der Integration von AI-Tools in WordPress. Wir zeigen Grenzen aber auch Zukunftsperspektiven bei der Verwendung von künstlicher Intelligenz in WordPress-Entwicklung, sowie bei der Erstellung von Websites.
Max Reisinger
Closing Remarks (EN)
Opening Remarks (EN)
Dominik Schratl
Headless WordPress with Gatsby
I would like to talk about topics like JAMStack, Static Site Generation and Headless CMS, explain my setup using WordPress and Gatsby with ACF, talk about the pros and cons of the setup, the problems I face, etc. I want to do this by using a (cloned) real life example. I could do the talk in 2 variants – for all without technical details, just explaining the concepts or dev-focussed with more technical stuff
Vanessa Roseline Siegl
Creating Brilliant and Flexible Websites with ACF and Underscore
I’d be giving a brief overview of the most important features of ACF, looking both at how to deal with the backend and also how to call these elements from your code. I’d try to focus on a few that highlight the power of ACF the best without confusing the audience.
Bartosz Nowak
Handling chaos in your WordPress project. With great OOP approach comes great performance.
We are going to talk a little bit about our OOP approach in coding WordPress themes. During my work I found that a lot of unnecessary files are being pulled or included for each call for WordPress. Of course doing it that way was a huge problem for optimization process. That’s why my thought process turned to the OOP approach. We are going to use ACF Timber Blocks library which will give us possibility to create blocks in just few clicks. We will pull CSS and JS files only when they are really required. During my presentation I will also provide you some details about Bedrock (and how it helps you to maintain your code and keep it simple on VCS).
Thomas Kräftner
Managing your dependencies in WordPress
Your theme needs a plugin to work, that plugin only works with an older version of another plugin and the PHP library you’ve used in your own code conflicts with the version of the same library in another plugin. 🤯
If any of this sounds familiar this talk is for you. Even more if you’re already well aware this is called “dependency management”. For the wider PHP ecosystem tools like Composer have basically solved this, at least on the technical side. But unfortunately using them with WordPress, for various reasons, is neither officially supported nor without unique challenges. That is why this talk will show you ways to introduce modern dependency management for plugins, themes as well as whole sites and how to overcome common issues and gotchas. Starting from the status quo we’ll also have a look at what a new official Feature Project might and might not bring for the future of WordPress itself.
Modern PHP for WordPress Plugins and Themes
PHP 7 & 8 allow pretty modern approaches in software development, using type hints, return types and so much more. In this talk I want to give an overview of the advantages of using these modern features in WordPress, and also possible pitfalls, especially when developing themes or plugins for WordPress.org.
Marina Vassilyovska
Alex Kirk
WordPress and the Fediverse
Three steps to becoming a WordPress Fediverse Master! You can share your WordPress posts on your Mastodon account. Or you can go one step further and allow Mastodon users to follow your blog directly via ActivityPub. In the third step, you go full circle by following people on Mastodon (or other blogs via RSS) from your own blog. Your own blog becomes your base on the net: everything that interests you flows in and out of it.
Haktan Suren
Unlocking the Power of Lead Tracking with WordPress
Lead tracking has become increasingly important in today’s competitive business environment. With the emergence of digital marketing, companies have access to a vast array of potential customers, but it is difficult to determine which leads are the most valuable and should be pursued. Lead tracking helps companies to identify and prioritize leads based on their potential for conversion and helps them to maximize their return on investment. By monitoring lead sources, companies can better understand which channels are the most effective in generating leads and can allocate resources accordingly. In my talk, I will share the best practices in lead tracking based on my decade-long experiences in the field.
Patterns to the People!
How the Block Editor jeopardizes your agency workflow and how patterns might fix that The Block & Site Editor make it possible to change anything on a website. That’s great! But it’s also a problem. In the past, web agencies were able to provide customers with flawless websites on which the customer could change only certain aspects and content. Now with the Block & Site Editor, customers can easily destroy their websites accidentally. Patterns not only speed up the website building process, but also provide a clear structure. Pursue this approach to the creation of dynamic patterns that separate content & design, and you’ll finally have a solution for this issue.
Round 1! FIGHT! – Or how to survive against a malicious hacker.
A lot is said about security, fences, plugins … But what does all this REALLY mean? Let’s imagine that you are a “Street Fighter” or a “Mortal Kombat” character from those 80’s video games and you have to face your particular fight against a bad guy. Well, I’ll try to explain to you how the Security relates to your life bar, which hits and defenses are more effective and which ones are less effective. Plus my winning combo to survive!
Helmut Januschka
Bot or Not. GDPR compliant Captcha alternative!
These days, protecting logins/forms against automated scripts and bots is a tough job. GDPR made it even harder – as most of the US services are grey-zoned. we @krone_at / @captcha_at came up with a new GDPR-by-design way of protecting forms and services.
Miriam Nabinger
Unlock the Power of Accessibility: The Benefits of Improving Website Accessibility!
Accessibility gets more important every day and yet only 3% of websites are accessible. Let’s talk about the importance of accessibility and it’s the benefits and what you can do to ensure website accessibility. We will go over best-practices for ensuring website accessibility and what you can already start doing today. By the end of the session, attendees will have a better understanding of why accessibility is important and how they can start making their website accessible to all users.
Christoph Berdenich
VR & Metaverse goes WordPress
Wir (rechnerherz) entwickeln aktuell ein WordPress-Plugin, das jede WP-Webseite auf VR-Devices darstellbar machen soll. Die Webseite wird in eine 3D-Welt umgebaut, und kann einfach über die bestehende URL vom Browser innerhalb des VR-Geräts aufgerufen werden.
In diesem von der Wirtschaftsagentur geförderten Projekt haben wir uns intensiv mit VR-Technologien, VR-Oberflächen sowie Content-Extraction beschäftigt.
Im Vortrag gehe ich auf VR-Technologie im Allgemeinen, die Zielgruppe für die Darstellung von VR-Webseiten, wie unser Plugin funktioniert, und wie man WordPress-Inhalte in die VR-Welt übertragen kann, ein.
Herwart und Philipp Wermescher
Website-Radar 2023: Zustand österreichischer Webseiten
Geht es nach dem Website-Radar, hat die Landschaft der Österreichischen Webseitenbetreiber noch einiges an Nachholbedarf in den Bereichen Datenschutz, Sicherheit und anderen gerne vergessenen Themen. Mit dem Blick auf die aktuellen Zahlen attestiert der aktuelle Bericht der österreichischen Webseiten-Landschaft ein gemischtes Bild, durchzogen von Mythen. Die Präsentation liefert Ergebnisse über den Umgang österreichischer WordPress Webseiten mit: * DSGVO (Cookies und Download von Digitalen Assets) * Security (http Security Header, Eingesetzte Security Protokolle und Cipher Suites, Zertifikatsketten) * Hosting (Webserver Konfiguration, Plugins, etc.) Auch die grundlegenden Parameter wie die Datensammlung und verwendete Technologien mit denen wir die Statistiken erstellt haben kommen nicht zu kurz.
Slides: https://website-radar.com/zustand-oesterreichischer-webseiten/
Martin Sternsberger
Mehr Erfolg und Erfüllung in deinem WordPress-Business
Du bist WordPress-Freelancer, Blogger:in, leitest eine WordPress-Agentur oder hast grundsätzlich Interesse daran, wie du mehr Erfolg und Erfüllung in dein Business und dein Leben bringst?
Vielleicht ist dein Erfolg noch nicht auf dem Niveau, von dem du fühlst, dass er möglich ist. Vielleicht spürst du auch Blockaden in dir und weißt nicht, welche das sind und wie du sie lösen kannst.
Diese Gedanken habe ich mir selbst auch lange gemacht, obwohl ich bereits 1996 eine der ersten Digital-Agenturen in Österreich gegründet habe und seitdem erfolgreich in diesem Business tätig bin. Dennoch hatte ich immer das Gefühl, dass mein geschäftlicher Erfolg begrenzt und viel zu hart erarbeitet war.
Doch dann habe ich eine außerordentlich wirksame 8-Schritte-Methode entdeckt und weiterentwickelt. Das intensive Durcharbeiten der einzelnen Schritte brachte mein Leben und den Erfolg meiner WordPress-Agentur auf die nächste Ebene.
Wenn dich interessiert, wie das geht und wie mein Leben jetzt ausschaut, komm doch zu meinem Vortrag am WordCamp. Du bekommst Techniken für nachhaltige, positive Veränderungen an die Hand, unterstützt durch greifbare Beispiele.
Peter Harlander
KI – rechtliche Rahmenbedingungen
Einsatz von KI im Internetmarketing Rechtliche Rahmenbedingungen Rechtsanwalt Peter Harlander erklärt die rechtlichen Rahmenbedingungen beim Einsatz von KI in verschiedenen Bereichen des Internetmarketings: – Content Erstellung – Kundendatenanalyse – Assistent / Kundenservice Im Mittelpunkt stehen reale Anwendungsbeispiele topaktueller KIs – also genau jene Anwendungen, die Du in Deiner Agentur sicher schon einsetzt 🙂
Sebastian Prohaska
WordPress SEO Fehler – Die du vielleicht noch nie beachtet hast
Lass mich dir zeigen, wie du das volle Potenzial deiner WordPress-Website ausschöpfst! In meinem Vortrag werde ich dir unentdeckte SEO-Checks, versteckte Probleme und ungenutzte Chancen aufzeigen, die du bisher vielleicht übersehen hast. Du wirst erfahren, wie du deine Website optimieren und deine Sichtbarkeit im Internet steigern kannst. Sei bereit, dein Wissen über WordPress-SEO auf die nächste Stufe zu bringen!
Bartosz Stankiewicz
WordPress Websites hacken
Nach einem Überblick zu den möglichen Schwachstellen von WordPress-Websites zeige ich anhand von praktischen Beispielen wie WordPress – Websites gehackt werden können. Details können in meinem Buch: “WordPress-Websites hacken und absichern” (Anfang Februar 2023) nachgelesen werden.
Brigitte Schüch
Zusätzliches CSS – was einfach machbar ist (plus: Schriften lokal laden)
Themes, die gratis sind, bieten weniger Änderungen, über eine grafische Benutzeroberfläche. Auch bei Themes, die viel kosten, kann das so sein. Mache Änderungen, die oft gebraucht werden, sind einfach möglich. Folgende Dinge kann man einfach im zusätzlichen CSS eingeben: Abstände (margin, padding), Schriftart, Schriftgrößen, Farben, Hintergrundfarben, Sichtbarkeit, Größenangaben für mobile Geräte, … – Das zeige ich in der Praxis an einer realen Seite wie das funktioniert, mit Links zum CSS. Ein Thema auch dazu: Fonts lokal laden, damit es rechtlich keine Probleme mit Google Fonts gibt.
These are the people that make this event happen. They work tirelessly for weeks and months to plan, coordinate, and execute the best event possible. If you get a chance to thank them, please do!
Sanja Jelic (+ add me)
Miguel Fernández Vega (+ add me)
David Neubauer (+ add me)
Harry Martin (+ add me)
Barbara Lamböck (+ add me)
Dominik Liss (+ add me)
Hannes Linsbauer (+ add me)
Marco Heinrichs (+ add me)
Max Reisinger (+ add me)
No restaurants or bars have been recommended for this event.
No attractions have been recommended for this event.
No accommodations have been recommended for this event.
Attendees (0 ratings)
Be the first attendee!Overall ExperienceHow would you rate the overall experience of the event? Overall Experience | — |
Topic CoverageWas there a variety of topics to choose from? Topic Coverage | — |
Session QualityHow interesting and polished were the sessions? Session Quality | — |
Speaker DiversityWas there diverse representation in the speaker lineup? Speaker Diversity | — |
Venue QualityHow was the cleanliness and layout of the venue? If online, how was the video platform? Venue Quality | — |
Food QualityHow would you rate the food quality? Thinks lunches, coffee breaks, and afterparty. Food Quality | — |
AffordabilityWas this event affordable for you? Affordability | — |
Networking OpportunitiesWere there networking opportunities? Think about parties, hallway track, and event attendance. Networking Opportunities | — |
Sponsor RepresentationWas there a variety of different kinds of sponsors in attendance? Sponsor Representation | — |
Speakers (0 ratings)
Be the first speaker!Overall ExperienceHow would you rate the overall experience of the event? Overall Experience | — |
Organizer CommunicationHow well did the organizers communicate about the event? Organizer Communication | — |
Venue QualityHow was the cleanliness and layout of the venue? If online, how was the video platform? Venue Quality | — |
Food QualityHow would you rate the food quality? Think speaker/sponsor dinner, lunches, and afterparty. Food Quality | — |
Session AttendanceWere the sessions well attended? How about your session? Session Attendance | — |
AffordabilityWas it affordable for you to speak at this event? Affordability | — |
Sponsors (0 ratings)
Be the first sponsor!Overall ExperienceHow would you rate the overall experience of the event? Overall Experience | — |
Organizer CommunicationHow well did the organizers communicate about the event? Organizer Communication | — |
Proximity to AttendeesWas the sponsor area in a high-traffic location? Proximity to Attendees | — |
Venue QualityHow was the cleanliness and layout of the venue? If online, how was the video platform? Venue Quality | — |
Affordability/ValueWas it affordable for you to sponsor this event? Do you feel like you got value in return? Affordability/Value | — |
Event AttendanceHow well was this event attended? Do you feel there were enough people to justify your presence? Event Attendance | — |
We are happy to announce WordCamp Vienna is returning on April 15-16.2023! It will be at the same great venue, UNI Campus in the Altes AKH.
Behind the scenes, the WordCamp Vienna organizing team has already been hard at work and expect to have 3 tracks with 20+ great speakers including many sessions in German and English.
The WP World is generously supported by:
WordPress® and its related trademarks are registered trademarks of the WordPress foundation. This website is not affiliated with Automattic, Inc., the WordPress Foundation or the WordPress® open source project.
Though Marcus is employed by GoDaddy, this site is not hosted by, sponsored by, or affiliated with GoDaddy.