Music website home page design using bootstrap | HTML & CSS tutorial | Quick programming

  Рет қаралды 19,109

Quick Programming

Quick Programming

Күн бұрын

Пікірлер: 63
@klaytech7280
@klaytech7280 2 жыл бұрын
i really love your teachings blessing to your soul man.
@avtourist-surgut
@avtourist-surgut Жыл бұрын
Great content !!! Thank you !!!
@QuickProgramming
@QuickProgramming Жыл бұрын
My pleasure! thanks for your feedback!
@Kavitaehyung_
@Kavitaehyung_ 7 ай бұрын
Did you use any api here?
@QuickProgramming
@QuickProgramming 7 ай бұрын
No api used
@tanayy111
@tanayy111 9 ай бұрын
Thanks bro good work kudos to you!!
@QuickProgramming
@QuickProgramming 9 ай бұрын
Glad it helped
@KRPahadiStatus
@KRPahadiStatus 6 ай бұрын
Please tell me which version of Bootstrap you use? Current or the version used in this video? Please help me
@benfortunatozunguze6749
@benfortunatozunguze6749 2 жыл бұрын
youve done a great job i apreciate that sr
@QuickProgramming
@QuickProgramming 2 жыл бұрын
thank you :)
@yakudza_chat
@yakudza_chat Жыл бұрын
where can we get this project figma design
@mervin7960
@mervin7960 2 жыл бұрын
nice work. please include js files to play music. It will be awesome !!
@QuickProgramming
@QuickProgramming 2 жыл бұрын
Thanks. i did make a complete and working music website here kzbin.info/www/bejne/rpC6aqmXq82Xb68
@darcybeau6024
@darcybeau6024 2 жыл бұрын
hello Eathorne, great tutorial, in any case without flattering you, my brother you are the master of teaching... Long live you and your teaching....
@QuickProgramming
@QuickProgramming 2 жыл бұрын
thank you so much, i appreciate your feedback. its feedback like this that helps me to make more and better tutorials, thanks :))
@gamingthunders6954
@gamingthunders6954 2 жыл бұрын
Java script use ki hai
@tonychisenga
@tonychisenga 2 жыл бұрын
Nice and very helpful
@QuickProgramming
@QuickProgramming 2 жыл бұрын
Glad to hear that
@mukulkrishna3410
@mukulkrishna3410 Жыл бұрын
is there any playlist to learn css for beginners
@QuickProgramming
@QuickProgramming Жыл бұрын
not really, i should make one. Do you already know the basics of HTML? i have some videos on that here kzbin.info/www/bejne/naaylpaqe9uMhqM
@elakkiyaselvamb5717
@elakkiyaselvamb5717 2 жыл бұрын
Hi sir, How to add music 🎶 in only javascript. share your source code or video sir
@QuickProgramming
@QuickProgramming 2 жыл бұрын
to add music in js only, you simply need to edit the src of an audio tag to the path of any file on your server. you can test this if you copy the code below and paste in a black page, save it as html, then put 2 songs in the same folder as the file and name them "song.mp3" and another one named "song2.mp3". when you load the page, you can click play and it will play one song. then after you click the button, the song will change to the other one. change song function change(){ document.querySelector("audio").src = "song2.mp3"; } or if you want a tutorial to show you how to make a whole complete music website in php, watch this one kzbin.info/www/bejne/rpC6aqmXq82Xb68
@ZoiJeffCoby
@ZoiJeffCoby Жыл бұрын
Thanks
@QuickProgramming
@QuickProgramming Жыл бұрын
You're most welcome
@simonengler1776
@simonengler1776 2 жыл бұрын
Hey Eathorne! I have a little question where I'm stucked and don't find the right answer. I have several questions looping on my page and the POST var gives me the following array (answers): Array ( [5752] => Yes [2272] => Right [4155] => No [1790] => Sometimes ) So the number is meant to be the question ID and the value is the answer. These are 4 answers which I want to write into the DB. How can I extract the array that I get the number as $qid and the answer as $answer for this $qid. Sorry it seems an easy one but I don't know how to handle it... *facepalm* :))) Greetings and thank you so much for everything!!!!!!!
@QuickProgramming
@QuickProgramming 2 жыл бұрын
not sure i understand fully but you can use a loop to do that, like this: foreach($_POST as $qid => $answer) { //here you can now use $qid and $answer as you wish }
@simonengler1776
@simonengler1776 2 жыл бұрын
@@QuickProgramming Thank you so much for answering and sorrry to bother... :(( The result is fine. I just need to know how I can generate a variable out of this array. I do need both values (qid and answer). And the array is the result of this (looped) line:
@simonengler1776
@simonengler1776 2 жыл бұрын
@@QuickProgramming Or let me rephrase it. I have several questions in my DB with 3 possible answers (as radio inputs). I loop through the questions and get everything fine. Just to send the answers back is a problem because I need the QuestionID and the answer back to the DB. How would you set this up? And don't worry, I will keep on learning the stuff. Have a great day and thank you so much for everything!
@simonengler1776
@simonengler1776 2 жыл бұрын
@@QuickProgramming I'm on the right track now and experimenting with your advice of looping through. Damn, arrays are so hard... Sorry for reaching out. :)
@simonengler1776
@simonengler1776 2 жыл бұрын
@@QuickProgramming OMG, it finally works!!!
@anselmdike2817
@anselmdike2817 2 жыл бұрын
Nice
@QuickProgramming
@QuickProgramming 2 жыл бұрын
Thanks
@mrchaitu7
@mrchaitu7 Жыл бұрын
how to add songs to it please explain
@QuickProgramming
@QuickProgramming Жыл бұрын
watch this tutorial kzbin.info/www/bejne/rpC6aqmXq82Xb68
@SoulFlow-Music
@SoulFlow-Music Жыл бұрын
Website name bro
@nexolord9
@nexolord9 Жыл бұрын
thank u so so so much like u have NO IDEA how much i needed something like this
@QuickProgramming
@QuickProgramming Жыл бұрын
Glad I could help! you're most welcome :)
@eltondsouza4630
@eltondsouza4630 2 жыл бұрын
Sir please make this video zoom
@ibrahimdenisfofanah6420
@ibrahimdenisfofanah6420 2 жыл бұрын
Boss, I need a movie streaming website with php
@QuickProgramming
@QuickProgramming 2 жыл бұрын
i'll make a course for that eventually
@akosyt4540
@akosyt4540 2 жыл бұрын
heey siir , i need agood website design liked to php mysql.i have a final configuration project tomorrow please help me sir
@QuickProgramming
@QuickProgramming 2 жыл бұрын
watch this simple login and signup system to learn about connecting, reading and writing to mysql kzbin.info/www/bejne/jYrYl4Z9nMZ2kJo
@richardala3784
@richardala3784 2 жыл бұрын
wow, so the udemy clone is done?
@teachyourself3677
@teachyourself3677 2 жыл бұрын
Just wait patiently, don't be quick to conclude.
@richardala3784
@richardala3784 2 жыл бұрын
@@teachyourself3677 okay
@aliastar5616
@aliastar5616 Жыл бұрын
please give us a code?
@QuickProgramming
@QuickProgramming Жыл бұрын
check link in the description
@henrynchimunyangandu
@henrynchimunyangandu 11 ай бұрын
Part 2
@ramteahauhnar3355
@ramteahauhnar3355 2 жыл бұрын
link with php mysql Sir
@QuickProgramming
@QuickProgramming 2 жыл бұрын
do you want a link to php mysql tutorial or are you asking for project files of this tutorial?
@ramteahauhnar3355
@ramteahauhnar3355 2 жыл бұрын
@@QuickProgramming Yes Sir if you could please link music website(dynamic) having admin panel where we can upload video files using mysql and php
@QuickProgramming
@QuickProgramming 2 жыл бұрын
@@ramteahauhnar3355 i dont yet have that tutorial. but i will convert this same template i made in this video into a php website with admin panel. that video is coming soon
@ramteahauhnar3355
@ramteahauhnar3355 2 жыл бұрын
@@QuickProgramming Yes Sir Thank you Sir. That would be useful so much. I'll be waiting. 💙
@sifonelijah1682
@sifonelijah1682 2 жыл бұрын
@@QuickProgramming Good day Sir. I want to ask, has the Udemy clone series ended? I am getting to learn PHP through that tutorial. Please don't end it there.
Useful & Responsive Layouts, no Media Queries required
11:03
Kevin Powell
Рет қаралды 184 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Build A Landing Page using Bootstrap 5 - Full Tutorial
1:36:28
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 986 М.
Beginner Friendly Wagtail CMS Tutorial from Piko Can Fly
1:40:48
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 82 М.
Chinese app design: weird, but it works. Here's why
10:51
Phoebe Yu
Рет қаралды 595 М.
Разбираю дизайн музыкальных сервисов - Яндекс музыка, Spotify, VK
15:31
mutim digital — дизайн и маркетинг
Рет қаралды 270 М.
How I'd Learn Web Development (If I Could Start Over)
6:55
Dylan Cole
Рет қаралды 752 М.
Небанальность зла в деле Беркович и Петрийчук
22:19
НО.Медиа из России
Рет қаралды 37 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН