Thank you. Your solution is exactly what I was looking for, but I don't think a tutorial delivered in this style works. The music is a massive distraction, and whilst I can see what you are doing, a good tutorial should say why you are doing it that way.
The analytics regarding these videos provide significant insights. The average view duration is less than 2.10 minutes. I believe if I had included a voiceover, the metrics would have been different. Nonetheless, I'm glad this video reached a wide audience and was well received by many. It's disheartening that most of my other videos, where I've invested significant effort, haven't reached my intended audience. I'm considering doing voiceovers, but it's quite time-consuming as syncing the explanation with the video is challenging. Nonetheless, I appreciate your understanding and support. If you enjoy the video, you can show your support by donating through super chats.
I kindly encourage you to follow along with this tutorial; not only is it an enjoyable and straightforward coding experience, but it also contributes to the growth of our channel's watch time. Your participation would be greatly appreciated! 🙏🙏
un très grand merci pour le tuto, super contenu et facile à comprendre, et le choix de musique est vraiment, je n'ai pas de mots, suberpe ; qui est ce ?? 👍 l'écoute de cette musique a été un moment vraiment agréable, merci encore
Merci pour votre retour ! Si vous recherchez un guide détaillé sur la création d'une barre latérale à l'aide de Bootstrap, je suis là pour vous. ua-cam.com/video/LjsCyH_5ERs/v-deo.html Et n'oubliez pas de liker et de vous abonner !
Hey there! Don't forget to check out the other amazing videos on my channel. I've started creating videos with explanations and have even covered some exciting Bootstrap tutorials. Thanks for your support, and see you later!
Initially navbar height is less than half and when i select drop drown is is increasing accordingly so where in css have you defined height of side nav i.e. sidebar footer is not at the bottom
Hmm. The sidebar isn't covering the entire screen height by default. This shouldn't be happening. As for the sidebar footer, it should be positioned at the bottom. I haven't defined the sidebar height, but I have given a minimum height of 100vh to the main dashboard section.
Hey there, many of you wanted a tutorial with voice and explanation, so here it is. ua-cam.com/video/LjsCyH_5ERs/v-deo.html Your feedback is always welcome.❤
To achieve a tab-like functionality in our web application, it might be necessary to modify the HTML structure. This could involve creating new HTML elements, such as divs or sections, that will serve as the tabs. While this may seem like a daunting task, it is not impossible. Thanks
To avoid manually adding the sidebar to every page in your project, you can implement the sidebar using a backend language, allowing you to include it dynamically across your dashboard or website. Else, you have to manually add sidebar component across all pages in your project.
It would take some time, probably around the next 50 years. Just kidding! 😁😆 I'm really excited about creating tutorial videos on different programming languages. Stay tuned and continue to show your support. 🫰
I appreciate your feedback, and at the moment, my focus is on content that resonates more with our intended audience. Given that the previous portfolio website and web components video tutorial didn't quite hit their target, I want to ensure that our new content has broader appeal and higher search potential.
This is the best compliment I have received so far. 🤣😂 And for those who complain about the background music in this video, check this. ua-cam.com/video/LjsCyH_5ERs/v-deo.html
Finally, some youtuber who has a source code. Thanks bro! :)
Don't call me a UA-camr. 🥸
Thank you. Your solution is exactly what I was looking for, but I don't think a tutorial delivered in this style works. The music is a massive distraction, and whilst I can see what you are doing, a good tutorial should say why you are doing it that way.
The analytics regarding these videos provide significant insights. The average view duration is less than 2.10 minutes. I believe if I had included a voiceover, the metrics would have been different.
Nonetheless, I'm glad this video reached a wide audience and was well received by many. It's disheartening that most of my other videos, where I've invested significant effort, haven't reached my intended audience. I'm considering doing voiceovers, but it's quite time-consuming as syncing the explanation with the video is challenging. Nonetheless, I appreciate your understanding and support.
If you enjoy the video, you can show your support by donating through super chats.
I kindly encourage you to follow along with this tutorial; not only is it an enjoyable and straightforward coding experience, but it also contributes to the growth of our channel's watch time. Your participation would be greatly appreciated! 🙏🙏
Thank you very much. Finally a working solution which is easy to understand and proven with a clean code repo!
Truly appreciated.
If you want a tutorial with voice-over, check it ua-cam.com/video/LjsCyH_5ERs/v-deo.html
And if you can, consider suiiibscribing.
Thanks for the proyect. I am using your components and it is very nice. Is responsive. And the implementation is very simple for a vertical navbar.
Thanks 👍
un très grand merci pour le tuto, super contenu et facile à comprendre, et le choix de musique est vraiment, je n'ai pas de mots, suberpe ; qui est ce ?? 👍 l'écoute de cette musique a été un moment vraiment agréable, merci encore
Merci pour votre retour ! Si vous recherchez un guide détaillé sur la création d'une barre latérale à l'aide de Bootstrap, je suis là pour vous.
ua-cam.com/video/LjsCyH_5ERs/v-deo.html
Et n'oubliez pas de liker et de vous abonner !
Love this video. Thank you very much.
You are welcome! 😀 Like. Share and Suiiiscribe
Hey! I really appreciated this tutorial and learned a lot of things, thanks.
Thanks.
🙏
Thanks bro!. I have a question: How can I immobilize the aside while I scroll in the main?
immobilize??
when you scroll the main section, the aside section scroll too
same problem, how to set aside fixed position while the main scrolling?
Same question please reply
@@prajaktachavan9329 #sidebar {
position: fixed;
height: 100vh;
}
Thanks for this implementation!
You're welcome! 🤗
Muchas gracias, desde Perú.
thank you, u really saved me!
How could I, I am not a doctor 💊
@@codzsword 😂
Thanks very much, I really appreciate your contribution
Thanks! I'm glad you found it helpful. 🙏
Subscribe. Checkout other videos as well. Thank you for your support 😊😊
That is what I would want !!
Hey there! Don't forget to check out the other amazing videos on my channel. I've started creating videos with explanations and have even covered some exciting Bootstrap tutorials. Thanks for your support, and see you later!
Thank you so much for the source code.
You are welcome!
Exellent, thank you men
Gracias 🙃
Awesome !!🔥🔥
Thank you, brother. I appreciate it.
more than perfect video...
Thank you! Should be perfect for Brock Lesnar.💪💪
great and simple
Share and subscribe 😉😀
THANK YOU BROOO
WELCOME BROOO
Thank you, how can i make it so it starts expanded?
It's really easy I guess.🧐🧐
Initially navbar height is less than half and when i select drop drown is is increasing accordingly so where in css have you defined height of side nav i.e. sidebar footer is not at the bottom
Hmm. The sidebar isn't covering the entire screen height by default. This shouldn't be happening. As for the sidebar footer, it should be positioned at the bottom. I haven't defined the sidebar height, but I have given a minimum height of 100vh to the main dashboard section.
i experience the same things, could you help me how to fix it
Thanks Bro
Thanks
Hey there, many of you wanted a tutorial with voice and explanation, so here it is.
ua-cam.com/video/LjsCyH_5ERs/v-deo.html
Your feedback is always welcome.❤
Excellent
👍👍 Thanks
y como pongo para que el contenido del formulario salga a la derecha y no despues del menu. gracias
Pido disculpas por la respuesta tardía. Tampoco entendí tu pregunta.
i want to expand sidebar on mouseover and mouse out
I've implemented a toggle function that activates only upon clicking. We'll cover hovering functionality in a separate video.
Heyyy, can you explain how can i achieve a tab behaviour on this sidebar. Where clicking on the li i get the respective content on the right side.
To achieve a tab-like functionality in our web application, it might be necessary to modify the HTML structure. This could involve creating new HTML elements, such as divs or sections, that will serve as the tabs. While this may seem like a daunting task, it is not impossible.
Thanks
How to use the menu in all the pages, or put information in the blank space
To avoid manually adding the sidebar to every page in your project, you can implement the sidebar using a backend language, allowing you to include it dynamically across your dashboard or website. Else, you have to manually add sidebar component across all pages in your project.
@@codzsword can you make a tutorial of how to add it dynamically on the backend? And how much it will cost $$?
It would take some time, probably around the next 50 years. Just kidding! 😁😆 I'm really excited about creating tutorial videos on different programming languages.
Stay tuned and continue to show your support. 🫰
how can i start with sidebar expanded by default ?
It's really easy 😉🧐🧐
Where are results of clicking submenus?
It's simply a drop-down menu. You can link your page using an a href tag.
Gracias 👍
Gracias 🙃
Can build a chat website?
I appreciate your feedback, and at the moment, my focus is on content that resonates more with our intended audience. Given that the previous portfolio website and web components video tutorial didn't quite hit their target, I want to ensure that our new content has broader appeal and higher search potential.
@@codzsword😮
😥😢
hey bro, would you like to join my agency I have started recently. The payments will be project based. Let me know.
Could you please send an email?
why dropdown doesn't work on every button?
Cause it does not have dropdown link to show.
I came here for the music. I swear
This is the best compliment I have received so far. 🤣😂
And for those who complain about the background music in this video, check this.
ua-cam.com/video/LjsCyH_5ERs/v-deo.html
thank you so much
but i just copied the code tho
Copied?? Did you follow the tutorial??
thanks bro
Subscribed bro? 😉