Webmasters
Rencontrez d'autres personnes près de chez vous intéressées par le thème Webmasters : partagez vos expériences, inspirez-vous et encouragez-vous mutuellement ! Rejoignez un groupe sur le thème Webmasters .
0
membres
0
groupes
Questions Fréquemment Posées
Oui ! Découvrez les événements webmasters qui se déroulent aujourd'hui ici. Ce sont des rassemblements en personne où vous pouvez rencontrer d'autres passionnés et participer à des activités dès maintenant.
Découvrez tous les événements webmasters qui ont lieu cette semaine ici. Planifiez à l'avance et rejoignez des rencontres passionnantes tout au long de la semaine.
Absolument ! Trouvez des événements webmasters près de chez vous ici. Connectez-vous avec votre communauté locale et découvrez des événements dans votre région.
Événements Webmasters aujourd'hui
Participez aux événements Webmasters en personne qui se déroulent en ce moment
Quiz Night at Pickwick’s!
Hello Viennovans! Pickwick's is getting quizzical every monday night! You have a chance to win a round of shots, a 40€ bar tab and/or eternal bragging rights 😉 Teams of up to 6 people, reserve your spot today! Start time is 7!
FREE SHOT FOR EVERYONE COMING FROM VIENNOVA!
German Language Night Vienna
Casual event for all German learners to interact and practice their language skills in a stress-free setting. Event is moderated and spiced up with social games to improve German proficiency. Suitable for levels A2-C2, patient native speakers are welcome too.
Admission: EUR 10.00 cash at the door (including 2 free drinks)
Discount for currently enrolled participants of the https://wien.expat.info/germancourse
To secure your spots, please ...
* Step 1: RSVP here on Meetup first (optional but recommended)
* Step 2: Complete your registration at [https://wien.expat.info/germannight](https://wien.expat.info/germannight)
Board Game Evening
A Board Game Evening at Munchy The Urban Kitchen am Schottenring! Come, play, socialize, meet and enjoy! You can bring your own games or choose from the ones available.
We have:
* Jenga
* Monopoly
* Tabu
* Uno
and so on...
We are excited to see you here!
Enjoy your nice Monday evening! 🥳
[Follow us on Instagram](https://www.instagram.com/makingfriendsinvienna)❤️
[Follow us on Facebook](https://www.facebook.com/makingfriendsinvienna)💙
Do you have questions? Write us on Instagram 🎉
Salsa Anfänger Kurs
### **Salsa Grundkurs – Dein Einstieg ins Tanzen**
In unserem Salsa Kurs lernst du die Basics von Salsa kennen: Schritte, Drehungen und erste Figurenkombinationen. Unser Grundkurs ist perfekt für Anfänger und legt die Basis für Deine Salsa-Reise. Mit Spaß und Leidenschaft bringen wir Dir die Rhythmen und Bewegungen bei.
Starte jetzt und entdecke die Welt des Salsa-Tanzens!
Ein Schnupperstunde kostet 15€
Saludos
Latin Studio Julion :)
Vienna Gaels Training: Football, Hurling & Camogie
This is a weekly training session with Vienna Gaels, a Vienna-based Irish GAA club playing Gaelic football and hurling. The session is relaxed, structured, and welcoming, with coaching provided throughout.
Agenda
• Arrive from 5:45 and meet the group
• Warm-up as a full group
• One hour of Gaelic football training and one hour of hurling training
• The order alternates each week
• Wrap-up shortly before 8:00 pm
Who it’s for
• All levels are welcome
• New players are encouraged
• No previous experience of Gaelic sports is needed
• Men’s and ladies teams train on the same night
What to bring
• Sportswear suitable for outdoor training
• Football boots or trainers (astro or moulded studs work best)
• Water
No equipment is required to try your first session. We can provide hurleys and helmets if needed.
Where & how to find us
📍 Location: Meiereistraße 20, 1020 Wien
Training takes place on the pitches beside the Ernst Happel Stadium.
If you arrive and don’t immediately see the group, wait by the pitches and someone will come over to you.
Good to know
• Training takes place every Monday from 6:00–8:00 pm
• Sessions go ahead in all weather conditions
• Training runs even if Meetup attendance looks low, as many regular members do not use Meetup
If you have any questions beforehand, feel free to message via Meetup — otherwise just turn up and give it a go 🍀
Événements Webmasters cette semaine
Découvrez ce qui se passe dans les prochains jours
Webswing & webforJ in der Praxis & Here we go again: Java26
Agenda:
18:00 Doors Open
18:20 Intro/Sponsor Welcome
18:30 Doors Closed! (the reception on the ground floor will not be served anymore.. come early!)
18:30 **Here we go again: Java26 / Dominik Dorn**
19:30 Break, Food, Drinks
19:55 Raffle
20:00 **Java-UIs modernisieren ohne JavaScript — Webswing & webforJ in der Praxis / Stephan Wald**
21:00 Networking
Talk 1: **Here we go again: Java 26**
We'll explore everything new in Java 26!
**Java-UIs modernisieren ohne JavaScript — Webswing & webforJ in der Praxis / Stephan Wald**
Ihr habt eine Swing-Anwendung. Oder Eclipse RCP. Oder Oracle Forms. Das Management will sie „im Browser". Der Reflex: React-Frontend, REST-APIs, JavaScript-Entwickler einstellen, zwei Stacks pflegen. Aber muss das sein?
Es gibt inzwischen mehrere Java-native Ansätze für Web-UIs — ihr kennt vermutlich einige davon aus früheren Meetups. Die meisten setzen voraus, dass ihr eure UI von Grund auf neu schreibt und bestehenden Code hinter REST-APIs kapselt. Unser Ansatz ist ein anderer: Wir zeigen einen **zweistufigen Migrationspfad**, der mit der unveränderten Bestandsanwendung im Browser startet und die Modernisierung dann Bildschirm für Bildschirm vorantreibt — ohne den Betrieb zu unterbrechen und ohne eine zweite Technologie einzuführen.
Im ersten Schritt kommt **Webswing** zum Einsatz — eine Laufzeitumgebung, die Java-Desktop-Anwendungen (Swing, JavaFX, SWT, Eclipse RCP) unverändert im Browser bereitstellt, indem sie auf Toolkit-Ebene in die AWT-Pipeline eingreift und das Rendering über HTML5 Canvas und WebSocket an den Client streamt. Im zweiten Schritt zeigen wir **webforJ** — ein Open-Source-Framework (Apache 2.0), mit dem moderne Web-UIs komponentenbasiert in purem Java entstehen: Routing, Data Binding, responsive Layouts, Spring-Boot-Integration — ohne eine Zeile JavaScript.
Der technische Kern des Abends:
* **Webswing unter der Haube:** Wie die Custom-`Toolkit`-Implementierung funktioniert, was auf Server- vs. Client-Seite passiert, und wo die Latenz-Grenzen liegen
* **webforJ-Architektur:** Server-seitiges Component Model auf Basis von DWC (Dynamic Web Client) Web Components, Event-Handling im Vergleich zum Swing-Listener-Modell, Layout-System (`FlexLayout` vs. `BorderLayout`)
* **`WebswingConnector`:** Die Integrationsbrücke — wie eine webforJ-Anwendung eine Webswing-Session einbettet und bidirektionale Kommunikation zwischen Legacy-Swing-Code und modernem UI ermöglicht
* **Live-Code:** Vom minimalen webforJ-Hello-World bis zur Hybrid-App mit eingebettetem Swing-Panel — wir bauen es vor euren Augen
* **Ehrliche Trade-offs:** Wann dieser Ansatz passt, wann nicht — und was er im Vergleich zu einem reinen UI-Framework-Wechsel bringt und kostet
Wir bringen einen Praxisbericht mit: Ein niederländischer ERP-Anbieter hat mit einem kleinen Team in vier Monaten die ersten Web-Module produktiv geschaltet — ohne JavaScript-Expertise im Haus.
**About the Speaker**
Stephan Wald entwickelt seit über 35 Jahren Enterprise-Software, seit über 20 Jahren in Java. Seine Erfahrung umfasst C++, C#, mehrere Business-Basic-Dialekte sowie heute primär Java. Als Head of Development und Mitglied der Geschäftsleitung bei BASIS International Ltd. (Albuquerque, USA) verantwortet er die Entwicklung des webforJ-Frameworks, eines Single-Stack-UI-Frameworks für geschäftskritische Java- und Kotlin-Anwendungen in mittelständischen und großen Unternehmen weltweit. Parallel baut er mit [SkillsPilot.de](http://skillspilot.de/) eine KI-gestützte SaaS-Plattform im HR-Consulting, die mit namhaften deutschen Unternehmen mit bis zu 20.000 Mitarbeitenden wächst. Speaker auf der JavaOne 2026.
Execution with Style — Vienna Co-Working Lab
Welcome to **Execution with Style**, a weekly co-working lab for freelancers, creators, founders, and builders who want structure, accountability, and real momentum. We combine **deep focus + small-group pressure + a playful self-expression twist**. When we wear something unusual, we step outside our normal identity.
That’s when creativity becomes easier.
📲 **Want reminders or to connect with others before/after?**
Join our [WhatsApp group](https://chat.whatsapp.com/K6LidaoQhe16wZ0Se9pNM6), Keep contact via [Instagram](https://www.instagram.com/nocrastinationclub/)
**Execution with Style** 👗🧥✨
Each session, you’re invited to wear **clothes that you don’t normally wear**.
Something expressive.
Something bold.
Something unusual.
**Examples:**
* the jacket that never leaves your closet
* something colorful or dramatic
* something funny / absurd
* something you “could never pull off”… until today
No pressure — but if you join in, be ready to share the story behind it.
**Self-expression + execution = momentum.**
**Location**
* Our weekly co-working sessions take place at creative, cozy hotel lobby **Jaz in the City in central Vienna**.
* Regular participants may also be privately invited to occasional **Skyscraper Secret Sessions** — spontaneous small-group co-working gatherings at a private skyline location with **free tea & coffee**, plus **gym and shower access**.
* These special sessions are **invitation-only** and shared privately with regular members of the community.
🕐 **Time**: 1:00 PM – 5:00 PM Every Tuesday
📍 **Location**: Jaz in the City – Ground Floor Lounge: Windmühlgasse 28, 1060 Vienna, Austria
💻 **Bring**: Your laptop, journal, creative tools, or anything you’ve been procrastinating on
🌿 **Hosted by**: NoCrastination. See you in front of the ground floor bar ✨ you will see us sitting with our laptops
☕ Please do order something from the bar, so as to keep us in their good graces! Coffee price: Espresso: €3.5, Americano: €4.5, Latte: €5.5.
Donations optional.
**🪑Seating information:**
* If this is your first time joining us, please look for **Joanna Liu** when you arrive at the **Ground Floor Bar** (not at the hotel reception).
* There is a **long table with 12 seats** for those joining the **peer accountability session** — please arrive on time if you’d like to sit here.
* There are also **round tables nearby** for anyone who prefers a more flexible setup.
* If you’d like to **work independently (without the Pomodoro arrangement)** but still be part of the group energy, just let Joanna know — we’ll make sure you’re comfortably included. 💛
🌱 **What to Expect**
* **Drop in anytime** between **1:00–5:00 PM** — stay for a bit or settle in for the whole session
* **Clarify your goals**: write down your measurable tasks for the day on a Post-it when you arrive
* **Two spaces**: one for quiet focus, one for casual conversation. After each focus session, if you’re still in the flow, feel free to remain seated — no need to move. If you're up for a chat, join others in the social area for a relaxed break.
* **Social start**: from **1:00 to 1:28 PM**, we mingle and get to know each other; our first focus session begins at **1:30 PM**
* **Gentle structure**: we begin with a soft check-in and intention round
* **Pomodoro-style rhythm**: We work in 45-minute focus blocks followed by 15-minute social breaks. If 45 minutes feels too long, feel free to break it into two 20-minute focus sessions with a short 5-minute reset in between. You’ll need to self-regulate these shorter cycles, just tune into your own flow and rejoin when ready.
* **Quiet companionship**: no pressure to talk during focus time — just shared presence and support
* **Welcoming space**: we meet in the creative, cozy lobby of the **Jaz in the City**
💡 **New to Pomodoro?** Don’t worry — we’ll guide you gently. No apps or timers needed.
**Who This Is For**
You’ll enjoy this if you:
* want real accountability (not just a desk)
* have a project, goal, or task you’ve been procrastinating on
* like focused work blocks with a supportive vibe
* are building something (job search, freelancing, creative work, admin, studying, side project, etc.)
💬 Why Join?
* Beat procrastination with gentle accountability
* Reclaim your momentum without doing it alone
* Enjoy a change of scenery that boosts your focus
**Group Size:**
This is designed as a **small execution lab** (limited spots) to keep the energy focused and the accountability real.
Bring your project. Bring your presence. Let’s work side-by-side. 💚
WordCamp Vienna 2026: Workshop Day
WordCamp Vienna is the largest WordCamp in Central Europe and will take place for the 10th time on April 10 and 11, 2026, at the Old General Hospital (Altes AKH), the campus of the University of Vienna.
We expect more than 350 WordPress enthusiasts from Austria and abroad.
On Friday, April 10, we will kick things off in the afternoon with 6 workshops for beginners, intermediate users, and developers — as well as a session designed to encourage exchange within the Austrian WordPress community.
Saturday, April 11, is our main conference day with three established tracks and a total of 21 WordPress talks — in German, English, as well as a dedicated developer track.
We have exciting workshops and talks prepared for you — we’re looking forward to seeing you!
**Reservation**
* Buy your ticket here: [https://vienna.wordcamp.org](https://vienna.wordcamp.org/) Tickets are very cheap: thx to our sponsors!
**Topics**
* There are many talks in english and german covering how to getting more out of WordPress, as well as numerous developer, design & SEO / marketing talks!
**Community-Support**
* We will also be providing support all day long at the Help-desk and the Happiness-Bar!
**About WordCamp**
* WordCamp is a conference that focuses on everything about WordPress.
* WordCamps are informal, community-organized events that are put together by WordPress developers and users like you. Everyone from casual users to core developers participate, share ideas, and get to know each other.
* This WordCamp will be at the same great venue, UNI Campus in the Altes AKH.
**What You get!**
* Your WordCamp Vienna ticket covers both the conference on Saturday and Contributor Day / Workshops on friday.
* It grants you access to all sessions, lunch, coffee breaks, and the after party (with some free drinks). It includes an exclusive t-shirt, stickers, and other great swag.
* This year we are also offering free child-care (50 m away from the venue). You can let us know during ticket purchase if you need this service and we will contact you with further details.
We look forward to seeing you again at WordCamp Vienna 2026!
WordCamp Vienna 2026: Conference Day
WordCamp Vienna is the largest WordCamp in Central Europe and will take place for the 10th time on April 10 and 11, 2026, at the Old General Hospital (Altes AKH), the campus of the University of Vienna.
We expect more than 350 WordPress enthusiasts from Austria and abroad.
On Friday, April 10, we will kick things off in the afternoon with 6 workshops for beginners, intermediate users, and developers — as well as a session designed to encourage exchange within the Austrian WordPress community.
Saturday, April 11, is our main conference day with three established tracks and a total of 21 WordPress talks — in German, English, as well as a dedicated developer track.
We have exciting workshops and talks prepared for you — we’re looking forward to seeing you!
**Reservation**
* Buy your ticket here: [https://vienna.wordcamp.org](https://vienna.wordcamp.org/) Tickets are very cheap: thx to our sponsors!
**Topics**
* There are many talks in english and german covering how to getting more out of WordPress, as well as numerous developer, design & SEO / marketing talks!
**Community-Support**
* We will also be providing support all day long at the Help-desk and the Happiness-Bar!
**About WordCamp**
* WordCamp is a conference that focuses on everything about WordPress.
* WordCamps are informal, community-organized events that are put together by WordPress developers and users like you. Everyone from casual users to core developers participate, share ideas, and get to know each other.
* This WordCamp will be at the same great venue, UNI Campus in the Altes AKH.
**What You get!**
* Your WordCamp Vienna ticket covers both the conference on Saturday and Contributor Day / Workshops on friday.
* It grants you access to all sessions, lunch, coffee breaks, and the after party (with some free drinks). It includes an exclusive t-shirt, stickers, and other great swag.
* This year we are also offering free child-care (50 m away from the venue). You can let us know during ticket purchase if you need this service and we will contact you with further details.
We look forward to seeing you again at WordCamp Vienna 2026!
Run+B-fast
Hi Running fellows,
Whether you’re a walker, new to running, a semi-pro, a marathonist or a sprint star - if you want to start your weekend in an active way and enjoy the outdoors in lovely surroundings with a fun, international and multilingual group of people, you are welcome to join us!
Every Saturday at 9:30 am, we meet, we run, in the magnificent Schönbrunn park, and then we go for breakfast.
Want to discuss politics or the best recipes for banana pancakes? Not a problem. Not feeling social? Tune out with your earbuds - we can talk over breakfast. We are casual. You can be too.
What to expect: Start by meeting Adrian, Ali, Liz, Paul and Sonia on-time at 9:30am outside the Schönbrunn U-Bahn stop (exit Grünbergstraße). (Coordinates: 48.1858130, 16.3200640) From there, we walk to the side park entrance where the “running” part begins. The important thing is that you run at your own pace. Typically, small groups of people will run at the same pace as you, so you never have to walk/run alone :)
We finish one hour later, at about 10:40am, reconvening just inside the Hietzinger Tor exit. (Coordinates: 48.1858825, 16.3032647). From there, we’re off to breakfast!
Breakfast Details: Anker bakery opposite the U4 Hietzing station and depending on the weather, grab something for a picnic in Schönbrunn park, or hang out in the bakery. If you missed us earlier, you can always go there around 10:45.
We are a fun group of runners who don’t take things too seriously. We meet, chat, RUN, stretch, chat, EAT and we hang out over a beer every now and then. It's that easy. Please join us for breakfast after the run! The more the merrier.
Typically we are 10-30 people, as not everyone who comes signs up on meetup.
Important disclaimer: Please only run as much as you feel you can, considering the temperature, weather conditions, your own fitness etc... run and walk at your own pace as the organizers do not assume any liability for any injuries or health issues. Sonia, Adrian, Ali, Paul and Liz
Notion Vienna #10 - Custom AI Agents and more
If you are curious to know about what Notion can do this meetup is for you.
**Agenda**:
Philipp Stelzel: Deep Dive: Custom AI Agents – How to Use AI for Knowledge Management
Beatrix Beer: How to Use Notion Effectively (Without Wasting Time)
Nooa Adams: In a quick live demo, Nooa will show you how tp control Notion with Claude AI.
**Afterwards**:
Drinks, food, networking, template swaps, and questions answered.
Join us, meet fellow Notioneers, and level up your workflow
**Afterwards**:
Drinks, food, networking, template swaps, and questions answered.
Join us, meet fellow Notioneers, and level up your workflow
UX Vienna Mornings: Product Management and User Experience Breakfast 🌄
**Attention: As the first Friday of the month falls on Good Friday, which is during the Easter holidays, the next UX Vienna Mornings event will be held on Friday 10 April.**
Are you interested in product management and user experience? Are you an early bird? Join us for **UX Vienna Mornings**, a casual breakfast meetup.
Meet like-minded people, discuss interesting topics, and expand your professional network in a great atmosphere.
Our agenda:
1. Introduce yourself: Share what you do or what you like.
2. Learn about job opportunities and upcoming events.
3. Discuss your topics or projects. Is there a question you would like to discuss? Or a project you would like to share? Please bring them along!
4. Network and chat.
**UX Vienna Mornings** take place on the first Friday of every month from 8 am to 10 am.
Please note that this location only accepts cash.
By participating, you agree that your likeness may be recorded and authorise UX Vienna to use any recording containing your likeness in any medium for any purpose.
Accessible services for people with special needs: For assistance from a public transport stop to the venue and back, please email Max Scheugl at m@nofro.com
Événements Webmasters près de chez vous
Connectez-vous avec votre communauté locale de Webmasters
Wednesday Morning Breakfast Meeting
Let’s get together at the Crowne Plaza and talk deals, creative finance, problem solving, whatever you want! Hubert Bruce Hosts, COREE members share ideas and resources. Open to the public!
Columbus PHP: Monthly Meetup
Our monthly PHP meetup.
A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
IxDA Chat ‘n Pancakes
Pay attention! We’re delaying a week for those of you who may be on Spring break and/or celebrating the holiday. Ok, no pancakes, but waffles-a-plenty.
Join the local UX and Digital Design community for a casual monthly breakfast.
Look for us upstairs!
HTML5 Master Series (Class 03 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring.
2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis.
3. Each class, from BOTH a sign-up and fee perspective, is a separate entity.
**Introduction:**
HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today.
One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences.
A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites.
Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires.
**The breakdown of the four-class series is as follows:**
**Class 1: Introduction to Web Structure and Basic HTML5**
This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document.
* **Topics**:
* **Web Architecture Overview**: How browsers, servers, and web pages interact.
* **HTML Fundamentals**: Understanding elements, tags, and attributes.
* **Basic Document Structure**: Using !DOCTYPE html, html, head, and body.
* **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br).
* **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a).
* **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website.
**Class 2: Semantic HTML5 and Multimedia Integration**
Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia.
* **Topics**:
* **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article.
* **Images**: Adding images using the img tag and attributes like src, alt, width, and height.
* **Multimedia**: Embedding audio and video content using the audio and video tags.
* **File and Folder Structure**: Best practices for organizing project files and managing file paths.
* **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file.
**Class 3: Forms and User Input**
This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input.
* **Topics**:
* **Form Basics**: Using the form element, action and method attributes.
* **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit).
* **Form Elements**: Utilizing label, textarea, select, option, and button.
* **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern.
* **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation.
**Class 4: Introduction to CSS3 and Basic Styling**
The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible.
* **Topics**:
* **CSS Fundamentals**: The role of CSS, selectors, properties, and values.
* **Integrating CSS**: Using inline, internal, and external style sheets.
* **The Box Model**: Understanding margin, padding, border, and content for basic layout.
* **Basic Styling**: Changing colors, fonts, and text alignment.
* **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels.
* **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
Central Ohio Radio Enthusiasts - WiFi HaLow: Introduction and Practical Use
Central Ohio Radio Enthusiasts—CORE—is an informal community for anyone enthusiastic or curious about radio—whether you're new to radio and want to learn or you've been tinkering for years and want to share. Ham radio operators, GMRS users, Meshtastic fans, software-defined radio nerds, makers, and technical and non-technical folks are all welcome. No experience required or expected.
This month we have **WiFi HaLow: Introduction and Practical Use** with **Alex Barbur**.
Details are are [core.radio](https://core.radio).
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:**
1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring.
2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis.
3. Each class, from BOTH a sign-up and fee perspective, is a separate entity.
**Introduction:**
HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today.
One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences.
A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites.
Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires.
**The breakdown of the four-class series is as follows:**
**Class 1: Introduction to Web Structure and Basic HTML5**
This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document.
* **Topics**:
* **Web Architecture Overview**: How browsers, servers, and web pages interact.
* **HTML Fundamentals**: Understanding elements, tags, and attributes.
* **Basic Document Structure**: Using !DOCTYPE html, html, head, and body.
* **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br).
* **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a).
* **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website.
**Class 2: Semantic HTML5 and Multimedia Integration**
Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia.
* **Topics**:
* **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article.
* **Images**: Adding images using the img tag and attributes like src, alt, width, and height.
* **Multimedia**: Embedding audio and video content using the audio and video tags.
* **File and Folder Structure**: Best practices for organizing project files and managing file paths.
* **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file.
**Class 3: Forms and User Input**
This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input.
* **Topics**:
* **Form Basics**: Using the form element, action and method attributes.
* **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit).
* **Form Elements**: Utilizing label, textarea, select, option, and button.
* **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern.
* **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation.
**Class 4: Introduction to CSS3 and Basic Styling**
The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible.
* **Topics**:
* **CSS Fundamentals**: The role of CSS, selectors, properties, and values.
* **Integrating CSS**: Using inline, internal, and external style sheets.
* **The Box Model**: Understanding margin, padding, border, and content for basic layout.
* **Basic Styling**: Changing colors, fonts, and text alignment.
* **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels.
* **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
Psychic Development Series II - Pueo Group
Private Group. Closed to the Public
Knowing ourselves and understanding our abilities is the first step toward wielding our gifts with control and accuracy.
In subsequent classes we will verify and hone our talents with activities and discussion. These are hands-on workshops and participation is expected.
The goal of our series will be to develop expertise in areas of particular interest such as mediumship, channeling, divination, healing and, etc.. Our ultimate directions will be determined by class members as we evolve.
I look forward to sharing and discovering with you. - Cynthia



















