Skip to content

Web Performance

Meet other local people interested in Web Performance: share experiences, inspire and encourage each other! Join a Web Performance group.
pin icon
3,071
members
people1 icon
1
groups

Frequently Asked Questions

Yes! Check out web performance events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the web performance events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find web performance events near your location here. Connect with your local community and discover events within your area.

Web Performance Events Near You

Connect with your local Web Performance community

Columbus PHP: Monthly Meetup
Columbus PHP: Monthly Meetup
Our monthly PHP meetup. A virtual shindig courtesy of Zoom. Check back here for the details around 6:15 pm
Page Building with Bricks (Class 03 of 10) (FEE BASED)
Page Building with Bricks (Class 03 of 10) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates for this series are simply placeholders at the moment. We are working on our 2026 schedule, and adjustments are forthcoming. 2. Each class in this series has an attendance fee. 3. Each class from BOTH a sign-up and fee perspective is a separate entity. **Introduction:** Our Page Building with Bricks web development class provides detailed instruction for using Bricks Builder, a visual site builder for WordPress, to create and manage websites. Widely considered by many of the world's leading web developers to be the most complete page builder on the market today, Bricks Builder offers a wide range of features and comprehensive tools. Our Bricks Builder web development class provides detailed instructions on utilizing the toolset. The series of courses covers the core features of Bricks Builder, enabling users to design and develop responsive, visually appealing websites. Moreover, the courses are oriented to reinforce a focus on professional, scalable web development. Throughout the series, we focus our page-building instruction on the semantic and structural integrity of the pages in a responsive world. By the end of the 10-class series, participants will have a fundamental understanding of proper web page and website development. **The breakdown of the 10-class series is as follows:** * Class 01 - Survey of Page Builders / What Bricksbuilder Does For You * Class 02 - Boxes, Boxes, Boxes / Sections / Containers * Class 03 - Static Units / Relative Units / Responsive Development And Math Functions * Class 04 - CSS Variables And DRY Development / Classes And Global Styling * Class 05 - CSS Grid And CSS Flexbox * Class 06 - Responsive Development / Breakpoints And Media Queries * Class 07 - Effective Use Of Color / Effective Use Of Images * Class 08 - Beginning To Think Dynamically / Using Templates And Components * Class 09 - Dynamic Styling / Data Attributes And Attribute Selectors * Class 10 - Pseudo Elements / Programmatically Styling With Pseudo Classes Throughout the class sessions listed above, we cover the following key areas of web development with Bricks Builder: * **Introduction to Bricks Builder Interface:** * Familiarization with the builder's layout, including the toolbar, panel, and canvas, and understanding how to navigate and interact with its various components. * **Visual Site Building:** * Techniques for creating layouts using Bricks' drag-and-drop interface, incorporating sections, rows, columns, and elements to build page structures. * **Styling and Design:** * Utilizing Bricks' styling options to customize elements, apply global CSS classes for consistent design, and leverage features like Flexbox and CSS Grid for responsive layouts. * **Dynamic Content and Custom Fields:** * Integrating dynamic content from custom post types and custom field plugins (like ACF, Meta Box) to build data-driven websites. * **Template Building:** * Creating and managing reusable templates for headers, footers, post type layouts, and other site-wide elements. * **Performance Optimization:** * Understanding how Bricks Builder contributes to fast-loading websites and implementing performance best practices. * **Advanced Features:** * Depending on the class level, it might delve into advanced topics such as conditional logic, interactions, and custom code integration to enable more complex functionality. The series aims to equip participants with the skills to efficiently build, customize, and maintain WordPress websites using Bricks Builder, catering to both beginners and experienced web developers.
COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: Type Annotations with John Cassidy We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
HTML5 Master Series (Class 01 of 04) (SPECIAL OFFERING)
HTML5 Master Series (Class 01 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.
Detroit Online Speed Dating for Long-Term Relations
Detroit Online Speed Dating for Long-Term Relations
**πŸ’˜ Speed Dating at Home – A Friendly, Inclusive Space for First Timers!** **⚠️ HEADS UP: Clicking RSVP Isn't Enough!** You **must** sign up through one of the links below and finish the short personality quiz to confirm your place. Choose your age range and register now – **places are limited and fill quickly!** **πŸ‘‡ Select Your Age Group & Claim Your Place:** - **Ages 18-32** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390&productType=onlineSpeedDating&city=Detroit&groupurlname=alpine-frost-love-thaw&ar=18-32&face_v=3.0) - **Ages 30-46** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390&productType=onlineSpeedDating&city=Detroit&groupurlname=alpine-frost-love-thaw&ar=30-46&face_v=3.0) - **Ages 40-58** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390&productType=onlineSpeedDating&city=Detroit&groupurlname=alpine-frost-love-thaw&ar=40-58&face_v=3.0) - **Ages 55+** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390&productType=onlineSpeedDating&city=Detroit&groupurlname=alpine-frost-love-thaw&ar=55+&face_v=3.0) --- 🌈 **Searching for real, genuine connections?** This event was built for you! This Zoom-hosted speed dating experience takes the anxiety out of meeting someone new. You'll have short, structured rounds with friendly Detroit singles – all from wherever you're most at ease. 🎯 **Perfect for:** - Singles who value a guided, hosted dating format - Singles searching for authentic connections beyond the apps - Curious newcomers eager to give speed dating a shot - Introverts who thrive in one-on-one conversations - Remote workers who enjoy the flexibility of virtual meetups **Event Details** - **Format:** Zoom gathering – real-time chats in a chill online space - **Location:** Your own space – the comfiest date venue you could ask for - **Host:** Friendly, professional host focused on making everyone comfortable - **Vibe:** Warm, authentic conversations with Detroit locals searching for real connection - **Matching:** Driven by our personality quiz for stronger compatibility - **Rounds:** Several short rounds so you can meet plenty of people - **Dress code:** Smart casual – look sharp, feel great! - **Tech:** All you need is Zoom, a webcam, and a friendly smile **How It Works** 1. **Register** – Click the sign-up link for your age bracket above. 2. **Take the Personality Quiz** – We’ll pair you with compatible Detroit singles for the best evening possible. 3. **Connect via Zoom** – No setup required. Just click the link and you’re good to go! 4. **Enjoy the Conversations** – Every round is timed and hosted so each chat feels easy and fun. 5. **Your Results** – Check your matches and take the next step with someone special. --- ✨ Real people, real conversations, real connections – all from your living room. πŸ’“ ✨
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
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.
Toledo Online Speed Dating for Adventurers & Travelers
Toledo Online Speed Dating for Adventurers & Travelers
**πŸ’• Online Speed Dating Built for First Timers – Real Connections, Zero Pressure!** **⚠️ HEADS UP: Clicking RSVP Is NOT Enough!** You **must** register through one of the links below and complete the short personality quiz to secure your spot. Select your age range and register now – **spots are limited and go fast!** **🎯 Select Your Age Group & Register Now:** - **Ages 18-32** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390.0&productType=onlineSpeedDating&city=Toledo&groupurlname=kinetic-city-love-rhythm&ar=18-32&face_v=5.0) - **Ages 30-46** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390.0&productType=onlineSpeedDating&city=Toledo&groupurlname=kinetic-city-love-rhythm&ar=30-46&face_v=5.0) - **Ages 40-58** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390.0&productType=onlineSpeedDating&city=Toledo&groupurlname=kinetic-city-love-rhythm&ar=40-58&face_v=5.0) - **Ages 55+** β†’ [REGISTER HERE](https://tempodating.com/product?productId=390.0&productType=onlineSpeedDating&city=Toledo&groupurlname=kinetic-city-love-rhythm&ar=55+&face_v=5.0) --- πŸ›‹οΈ **No need to dress up or go out.** Speed date from your living room! This isn't your typical dating event. It's a curated, online experience where first-timers meet compatible Toledo singles in a low-key, guided environment. No pressure – just possibilities. 🎯 **Perfect for:** - Introverts who shine in one-on-one conversations - First-timers who want a safe space to practice dating skills - People seeking meaningful connections in a relaxed setting **How It Works** 1. **Select Your Age Range** – Click the link for your age group and sign up. 2. **Finish the Short Personality Assessment** – This helps us optimise your matches for the evening. 3. **Join the Zoom Event** – Log in from home and meet your host. We'll handle the rest! 4. **Speed Dating Rounds** – Enjoy guided, structured conversations with friendly Toledo singles. 5. **See Who Liked You Back** – Mutual matches sent to your inbox. Your next chapter begins! **Event Details** - **Format:** Online via Zoom – comfortable, low-pressure from anywhere - **Location:** Anywhere with Wi-Fi – your couch, your cafΓ©, your call - **Host:** Your personal guide through the evening – friendly, encouraging, and fun - **Vibe:** Light-hearted, easy-going speed dates with open-minded Toledo singles - **Tech:** All you need is Zoom, a webcam, and a smile - **Icebreakers:** Fun prompts provided to keep conversations flowing ⭐ *"The online format was perfect for me. I felt comfortable and had a blast!"* – Toledo single --- ✨ Life's too short for bad dates. Try a great one – from home! πŸ’“ ✨