SharathchandarKsharathchandark.hashnode.dev·Dec 10, 2024Unlocking the Power of Dynamic Side Navigation Bar in HTML CSS & JavaScriptOverview: Dive into the world of web development with our latest tutorial on building a Dynamic Side Navigation Bar from Scratch using HTML, CSS, and JavaScript! ✅ Watch Live Preview 👉👉 Dynamic Side Navigation Bar In this comprehensive guide, we’ll...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024Elevate User Experience: Step-by-Step Guide to Multi-Step Forms Using HTML, CSS & JavaScriptOverview: Take your web development skills to the next level with our latest tutorial on creating a Multi-Step Form with Progress Bar using HTML, CSS and JavaScript! ✅ Watch Live Preview 👉👉 Multi-Step Form with Progress Bar In this in-depth guide, ...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024The Ultimate Guide to Building a Responsive Side Navigation Bar using JavascriptOverview: 🌐 Explore the world of responsive web design with our latest tutorial! Join us as we guide you through the creation of a Responsive Side Navigation Menu Bar using HTML, CSS, and JavaScript! ✅ Watch Live Preview 👉👉 Responsive Side Navigat...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 8, 2024Master the Art of Creating a Responsive Navigation Menu Bar using JavaScriptOverview: Welcome to another exciting tutorial! In this session, we’ll guide you through the creation of a Responsive Navigation Bar using HTML, CSS and JavaScript. 🚀 In this step-by-step guide, you’ll learn how to craft a modern and adaptable navig...JavaScript
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Nov 5, 2024Passing Data with Serializable: Navigation with Arguments in Jetpack Compose 🚀Before we dive in, be sure to check out my previous post on basic screen navigation in Jetpack Compose! Now, let’s explore how to pass data between screens using Serializable. Suppose we want to input data in Screen A (like a name and age) and retrie...Jetpack Compose
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Nov 5, 2024Smooth Navigation in Android Studio : Using SerializableIn mobile app development, it’s rare to have an application with just a single screen. As our apps grow, so does the need for effective navigation between multiple screens. Understanding how to navigate through different screens is essential for crea...navigation
Michał Konkelmichalkonkel.dev·Nov 4, 2024Compose Multiplatform Navigation Solutions - JetpackCompose NavigationIn the upcoming posts, I will thoroughly explore several popular navigation libraries that are essential for effective app development. These libraries play a crucial role in managing app navigation, ensuring a smooth and intuitive user experience. N...34 readsCompose Multiplatform Navigation Reviewcompose multiplatform
dheeraj korangagyannbaato.hashnode.dev·Oct 17, 2024Navigation in the DOMIn JavaScript, DOM manipulation allows for dynamic changes to HTML elements, their content, and structure. Below is a detailed explanation of navigating through elements and adding/removing elements. createElement(): Creates a new element node (bu...Javascript for BegineersJavaScript
Michał Konkelmichalkonkel.dev·Oct 9, 2024Compose Multiplatform Navigation Solutions - AppyxIn the upcoming posts, I will thoroughly explore several popular navigation libraries that are essential for effective app development. These libraries play a crucial role in managing app navigation, ensuring a smooth and intuitive user experience. I...Compose Multiplatform Navigation Reviewappyx
Anthima Singhanthima.hashnode.dev·Oct 8, 2024Navigating to a Visualforce Page from a Lightning Web Component in a Salesforce CommunityA few days ago, I received a requirement that seemed straightforward at first: I needed to navigate to a Visualforce page from within a Salesforce Lightning Web Component (LWC). As a developer, this kind of task isn’t entirely new, but each project b...visualForce Page